
/********************* GLOBAL *********************/

body {
  font-family: Build, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin : 2vh 3vh 2vh 3vh; /*10px 20px 10px 20px */
}

a {
  color: black;
  text-decoration: none;
  z-index: 3;
}

h1 {
  font-size: 4.9vh ;
  font-weight: lighter;
  font-variant: small-caps;
  text-align: center;
  margin-top: 3vh;
}

main {
  font-size: xx-large;
  margin-top: 5vh;
}

.marge_bas{
  height: 4vh;
}
.marge_petite{
  height: 8vh;
}




/********************* SPECIFIC CLASS *********************/


/* Bandeau */

.entete {
  display : flex;
  justify-content:space-between;
  position: fixed;
  top : 0vh;
  left: 2.5vh;
  right: 2.5vh;
  z-index: 5;
}

.sous_entete {
  margin-left: 1vh;
  display : flex;
  justify-content: right;
  
}

.pill h1 {
  width: fit-content;
  border: 0.35vh solid black;
  border-radius: 2em;
  padding: 0vh 3vh;
  margin-bottom: 0vh;
  display: flex; 
  background-color: white;
}

.titre {
  line-height: 4.2vh;
  margin-bottom: 12vh;
}

/* Fin bandeau */

/********************* Responsive *********************/

@media (orientation: portrait) {
  h1 {
    font-size: 3vh;
  }
}
@media (orientation: portrait) {
  .titre {
    line-height: 2.6vh;
    margin-top: 10vh;
  }
}
