body{
  width: 100vw;
  overflow-x: hidden;
}

.overlay-text{
  font-size: 2em;
}

h2{
  font-family: 'Krona One', sans-serif;
  font-size: 2em;
  padding-top:1.5em;
  margin-bottom: 2em;
  margin-left: .2em;
  text-transform: uppercase;
}

.liste {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4em;
  margin-top: 8em;
  margin-left: 1em;
}

.folios{
  display: grid;
  grid-template-columns: 1fr ;
  width: 88%;
  margin: 7em auto 0em;
  /*padding: 70px;*/
}

.intro p {

  font-family: "Krona One", sans-serif, ;
  width: 80%;
  margin: 3em auto 5em;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}


.intro-section{
  font-family: "Krona One", sans-serif, ;
  font-size: 1em;
  line-height: 1.2em;
  width: 90vw;
  font-weight: bold;
}


nav{
  display: block;
  margin-top: 2em;
  margin-left: 2em;
}

nav a{
  display: block;
  margin-bottom: 1em;
}

nav ul{
}



#boite-contact{
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;  
  margin-top: 0;
  margin-bottom: 2em;    
}

#boite-contact ul{
  margin-top: 2em;
}

.intro-equipe, .intro-matos{
  font-size: 1em;
}


#boitetwitch{
  position: relative;
  bottom: 1em;
  right: 1em;
  width: 400px;
  z-index: 6000000;
  display: block;
  background-color: #D4FF59BF;
  padding-left: 0.5em;
  padding-right: 0.5em;  
  padding-bottom: 0.5em;    
}

#boitetwitch iframe{
  margin-left: 2em;
}


#ferme{
  text-align: right;
  font-size: 1.2em;
  margin: 0.5em;
}


#dnmade1{
  display: grid;
  grid-template-columns: 1fr;

}


#dnmade2{
  display: grid;
  grid-template-columns: 1fr;

}

#dnmade3{
  display: grid;
  grid-template-columns: 1fr;

}

.paragraphe_faq{
  padding: 0px 0px 30px 60px;
  width: 80%;
  font-size: 1.2em;
  line-height: 1.3em;
}

#ferme img{
  width: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
}


.image-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 2 colonnes de taille égale */
  width: 100%;

}




.overlay-text-partenariat p{
  line-height: 1.2em;
  font-family: "WorkSans-M";
  font-size: 0.9em;
  font-weight: bold;  
  padding: 1em;
}

.overlay-text-partenariat h6{
  line-height: 1.2em;
  font-family: "WorkSans-M";
  font-size: 1em;
  font-weight: bold;  
  padding: 0.5em;

}

