body{
}

section{
  margin: 0 3vw 0 3vw;
}

/* pour la case de droite de l'entête (titre de la sous partie) */
.entete{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border:2px solid black;
}

.chronologie{
  display: flex;
  border-top:2px solid black;
  border-left:2px solid black;
  background-color: white;
  font-family: "Gill Sans Extrabold", sans-serif;;
  font-size: 18px;
}

.interview {
  display: flex;
  border-top:2px solid black;
  border-left:2px solid black;
  border-bottom:2px solid black;
  background-color: white;
  font-family: "Gill Sans Extrabold", sans-serif;;
  font-size: 18px;
}

.chronologie-2{
  display: flex;
  border-bottom:2px solid black;
  border-top:2px solid black;
  border-left:2px solid black;
  background-color: white;
  font-family: "Gill Sans Extrabold", sans-serif;;
  font-size: 18px;
}

.colonne-chronologie{
  flex:1 1 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-right:2px solid black;
}

.projet{
  display: flex;
  border-right:2px solid black;
  background-color: white;
  font-family: "Gill Sans Extrabold", sans-serif;;
  font-size: 18px;
}

.colonne-perso{
  flex:1 1 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-bottom:2px solid black;
  border-left:2px solid black;
  border-top:2px solid black;
  padding: 2vw;
}

.colonne-perso img{
}

p.p1{
    margin: 3vh 3vh 3vh 3vh;
    font-family: "Gill Sans Extrabold", sans-serif;;
    font-size: 20px;
    border:2px solid black;
    padding:1.5vh 1.5vh 1.5vh 1.5vh;
    text-align: center;
    font-weight: bold;
}

p{
  margin: 3vh 3vh 3vh 3vh;
  font-family: "Gill Sans Extrabold", sans-serif;;
  font-size: 20px;
}

.grid-item {
  display: inline-block;;
  flex: 1 1 20%;
  min-width: 150px;
  background-color: white;
  border: 0px solid black;
  vertical-align: middle;
    padding:1vh 1.5vh 1vh 1.5vh;
}

.grid-item img{
  width:100%;
}

/* Pastille avec numéro */
.pastille{
  background-color: blue;
  position: relative;
  display: block;
  text-align: center;
  width: 20px;
  height:20px;
  border-radius: 60px;
  color: white;
}

/* flou autour de la pastille une fois souris dessus */
.pastille:hover + .hover-box{
  visibility: visible;
  transition-delay: 0s;
  z-index: 99;
}

/* Rectangle noir avec informations */
.hover-box{
    /*  width:70vw;
    height:70vh;*/
    display: flex;
    visibility: hidden;
    /*  background-color: black;*/
    position: fixed;
    top:15vh;
    left:15vw;
    z-index: 1;
    transition-delay: 0s;
    color: white;
    align-items: flex-end;
    /* overflow: hidden; */
}

/* Texte présent sur le Hover
.texte-hover{
  flex:1 0 30%;
  padding: 1vh 4vh 4vh 4vh;
/*  background-color: black;
  font-size: 16px;
  font-family: "helvetica", sans-serif;; */
}

/* Image présente sur le Hover */
.image-hover{
  flex:2 0 65%;
  line-height: 0;
}

.image-hover img{
 width: 70vh;
  max-height: 70vh;
  float:right;
}

/* NOIDEAS */
.hover-box:hover{
  visibility: visible;
  position: fixed;
  z-index: 1;
}

/* Numéro de l'introduction et de la conclusion */
.introconclu{
  background-color: white;
  padding: 1vh;
  font-size: 37px;
  font-family: "helvetica", sans-serif;
}

/* Smiley */
.smiley{
  background-color: white;
  padding: 1vh;
  font-size: 30px;
  font-family: "helvetica", sans-serif;
  text-align: center;
}


/* Numéro de l'introduction et de la conclusion */
.introconclusion{
  background-color: white;
  padding: 1vh;
  padding-bottom: 4vh;
  font-size: 37px;
  font-family: "helvetica", sans-serif;
}

/* Numéro de la sous partie */
.part{
  background-color: white;
  border-bottom:2px solid black;
  padding: 1vh;
  font-size: 37px;
  font-family: "helvetica", sans-serif;;
}

/* Titre de la partie */
.titre{
  background-color: white;
  padding: 1vh;
  font-size: 27px;
  font-family: "helvetica", sans-serif;
}

/* footeur accueil */
.footeur{
  background-color: white;
  padding: 1vh;
  font-size: 28px;
  font-family: "helvetica", sans-serif;
}

/* Taille de la banière gauche */
.banniere-gauche{
  flex:1 1 200px;
}

/* Taille de la bannière droite */
.banniere-droite{
  display: flex;
  flex:1 1 400px;
  border-left:2px solid black;
  padding: 1vh;
  font-size: 36px;
  font-family: "helvetica", sans-serif;
  align-items: center;
  padding-left: 2vh;
}

/* Taille footeur gauche */
.gauche{
  display: flex;
  flex:1 1 200px;
  border-left:none;
  font-size: 24px;
  font-family: "helvetica", sans-serif;
  padding:2vh 5vw 2vh 2vw;
}

/* Taille footeur droite */
.droite{
  display: flex;
  border-left:2px solid black;
  font-size: 24px;
  font-family: "helvetica", sans-serif;
  padding:2vh 5vw 2vh 5vw;
  text-align: right;
}

/* Petit espace pour part1souspart1 */
.espace{
  height: 7vh;
  width: 60%;
}

/* Trait petit espace pour part1souspart1 */
.espace-trait{
  height: 7vh;
  width: 75%;
  border-right:2px solid black;
}

.contenu{
  display:flex;
}

/* Pour le texte de base sur la rangée de gauche */
.labeur{
  flex:1 1 400px;
  border-right:2px solid black;
  background-color: white;
  padding: 3vw 5vw 3vw 3vw;
  font-family: "Helvetica", sans-serif;;
  font-size: 18px;
}

/* Pour le texte de base sur la rangée de gauche de l'introduction */
.labeur2{
  flex:1 1 400px;
  background-color: white;
  padding: 3vw 5vw 3vw 3vw;
  font-family: "Helvetica", sans-serif;;
  font-size: 18px;
}

/* Pour le texte de base sur la rangée de gauche NOIR SUR BLANC */
.labeur3{
  flex:1 1 400px;
  background-color: white;
  border:2px solid black;
  padding: 2vw 2.5vw 2vw 2vw;
  font-family: "Helvetica", sans-serif;;
  font-size: 18px;
  color:black;
}

/* Pour le preambule */
.preambule{
  flex:1 1 400px;
  background-color: white;
  padding: 3vw 5vw 3vw 3vw;
  margin-right: 15vw;
  font-family: "Gill Sans Extrabold", sans-serif;
  font-size: 18px;
  border-right:2px solid black;
}

/* Pour le texte sur les légendes */
.paratexte{
  font-family: "Helvetica", sans-serif;;
  font-size: 14px;
  flex:1 1 200px;
  background-color: white;
  column-count: 2;
  column-gap: 2vw;
  column-fill: auto;
  padding: 3vw 3vw 10vw 3vw;
  top: 0;
}

/* Pour le texte de base sur la rangée de gauche */
.introduction{
  flex:1 1 20%;
  background-color: white;
  border-right:2px solid black;
  padding: 3vw 3vw 3vw 3vw;
  margin: 0 20vw 0 0;
  font-family: "Helvetica", sans-serif;;
  font-size: 18px;
  column-count: 3;
}

/* Pour le texte de base sur la rangée de gauche */
.introductionbold{
  flex:1 1 400px;
  background-color: white;
  padding: 3vw 5vw 3vw 3vw;
  font-family: "Helvetica", sans-serif;;
  font-size: 18px;
}

/* Ou faire un retour ligne pour les colonnes de texte de légende à droite */
.break{
    break-before: column;
}

/* Les images présentes dans le paratexte */
.paratexte img{
  margin: 2vh 0 1vh 0;
}

/* AGGRANDISSEMENT IMAGES */
.paratexte img:hover{
  transform: scale(2,2);
  border: 1px solid black;
}

.img-accueil:hover{
  transform: scale(1.2,1.2);
  border: 1px solid black;
}

/* Pour le texte de base citations */
.citations{
  font-family: "Helvetica", sans-serif;
  font-style: oblique;
  font-size: 16px;
  background-color: white;
  padding: 4vh 0 4vh 6vw;
  font-weight: lighter;
}

legend{
  margin: 0 0 2vh 0;
  font-size: 8px;
}

/* Informations sur l'état de l'hyperlien */
a {
  text-decoration: none;
  color: #000000;
}

/* Grille avec les images sur la page d'accueil */
.grid-accueil {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0;
  padding :5vh 0 3vh 0;
}

/* rangées d'images sur la page d'accueil */
.grid-accueil-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding :0vh 2vh 0vh 2vh;
}

/* images sur la page d'accueil */
.img-accueil {
  max-width: 100%;
  height: auto;
}

/* Grille avec les images sur la page d'icono */
.grid-icono {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}

/* rangées d'images sur la page d'icono */
.grid-icono-item {
  flex:1 1 13%;
  display: block;
  align-items: center;
  justify-content: center;
  margin :1.5vh 1.5vh 1.5vh 1.5vh;
  background-color: white;
    border:2px solid black;
}

/* texte icono visible */
.grid-icono-item:hover > p{
  opacity: 1;
}

/* texte icono invisible */
.grid-icono-item p {
  opacity: 0;
}

/* images sur la page d'icono */
.img-icono {
  max-width: 100%;
  height: auto;
}
