
*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 18px;
}
body{
  background-color: #f9f7ed;

  
}

/* barre de navigation*/

.logo{
  margin-left:25px;
  margin-top: 10px;
}

.topnav a{
float: right;
display: block;
color: #99958d;
margin-right: 25px;
margin-top:25px;
}

.icon{
  display: none;
}
header{
  margin-top: 10px;
}

.ligne{
  width: 95%;
  margin: auto;
  margin-top: 10px;
  size: 2px;
  color: #99958d;
}

.ligne2{
  width: 100%;
  size: 2px;
  color: black;
  margin-top: 5px;
}

.image_centrale{
max-width: 100%;
max-height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;

}

/* Réponses aux questions 1 */

.text_questions{
  font-size: 24px;
  color: #99958d;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin-bottom: 0px;
  margin-left: 30px;
}


.questionnement{
  width: 95%;
  display: flex;
  text-align: justify;
  flex-direction: column;
  color: black;
  margin: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: gainsboro;
  background: linear-gradient(
  #e9e7dd 40%, #c7bc6a, #9f9e84);
}

.connaissance{
  font-size: 23px;
  color: black;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}



.fond{
  display: flex;
}

.temoignage button{
  background-color: #726c60;
  color: #e9e7dd;
  font-size: 15px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

#btn{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details{
  font-size: 20px;
  color: #585349;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

/* Réponses aux questions 2 */

.fond2{
  display: flex;
}


#btn2{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details2{
  font-size: 20px;
  color: #585349;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

/* Réponse aux questions 3 */

.fond3{
  display: flex;
}


#btn3{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details3{
  font-size: 20px;
  color: #585349;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

/* Réposes aux questions 4 */

.fond4{
  display: flex;
}


#btn4{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details4{
  font-size: 20px;
  color: #585349;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

/* Réposes aux questions 5 */

.fond5{
  display: flex;
}


#btn5{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details5{
  font-size: 20px;
  color: #585349;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

/* Réposes aux questions 6 */

.fond6{
  display: flex;
}


#btn6{
  
  display: flex;
align-items: center;
font-size: 20px;
cursor: pointer;

}

#details6{
  font-size: 20px;
  color: #726c60;
  height: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}


/*bouton de retour*/

#retour{
  color: black;
  cursor: pointer;
 
}





/* pied de page */

.fond_pied{
  width: 100%;
  background-color: black;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.text_pied{
  color: white;
  margin-bottom: 20px;
 
}

input{
  background-color: #9f9e84;
  padding-left: 10px;
  padding-right: 10px;
}

.copy{
  color: white;
  font-size: 12px;
  margin-bottom: 20px;

}


/* fenêtre témoignage */

.modal-btn{
 display: inline-block;
  cursor: pointer;
  margin-top: 10px;
 margin-right: 30px;

}

.modal-container{
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.modal-container.active{
  display: block;
}


.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333d3;
}

.modal{
  width: 95%;
  max-width: 350px;
  min-width: 300px;
  padding: 25px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 35%;
  transform: translate(-50% -50%);

}

.close-modal{
  padding: 8px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: white;

}

/* fenetre témoignage isabelle */

.modal1-btn{
  display: inline-block;
   cursor: pointer;
   margin-top: 10px;
  margin-right: 30px;

 }
 
 .modal1-container{
   display: none;
   position: fixed;
   top: 0;
   width: 100vw;
   height: 100vh;
 }
 .modal1-container.active{
   display: block;
 }
 
 
 .overlay{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #333333d3;
 }
 
 .modal1{
   width: 95%;
   max-width: 350px;
   min-width: 300px;
   padding: 25px;
   background: white;
   border-radius: 5px;
   position: absolute;
   top: 40%;
   left: 35%;
   transform: translate(-50% -50%);
 
 }
 
 .close-modal1{
   padding: 8px;
   border: none;
   border-radius: 5px;
   font-size: 14px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   background: white;
 
 }

 /* fenetre témoignage catherine */

.modal2-btn{
  display: inline-block;
   cursor: pointer;
   margin-top: 10px;
  margin-right: 30px;
 }
 
 .modal2-container{
   display: none;
   position: fixed;
   top: 0;
   width: 100vw;
   height: 100vh;
 }
 .modal2-container.active{
   display: block;
 }
 
 
 .overlay{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #333333d3;
 }
 
 .modal2{
   width: 95%;
   max-width: 350px;
   min-width: 300px;
   padding: 25px;
   background: white;
   border-radius: 5px;
   position: absolute;
   top: 40%;
   left: 35%;
   transform: translate(-50% -50%);
 
 }
 
 .close-modal2{
   padding: 8px;
   border: none;
   border-radius: 5px;
   font-size: 14px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   background: white;
 
 }

  /* fenetre témoignage matthieu */

.modal3-btn{
  display: inline-block;
   cursor: pointer;
   margin-top: 10px;
  margin-right: 30px;
 }
 
 .modal3-container{
   display: none;
   position: fixed;
   top: 0;
   width: 100vw;
   height: 100vh;
 }
 .modal3-container.active{
   display: block;
 }
 
 
 .overlay{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #333333d3;
 }
 
 .modal3{
   width: 95%;
   max-width: 350px;
   min-width: 300px;
   padding: 25px;
   background: white;
   border-radius: 5px;
   position: absolute;
   top: 40%;
   left: 35%;
   transform: translate(-50% -50%);
 
 }
 
 .close-modal3{
   padding: 8px;
   border: none;
   border-radius: 5px;
   font-size: 14px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   background: white;
 
 }



  /* fenetre témoignage chantale */

.modal4-btn{
  display: inline-block;
   cursor: pointer;
   margin-top: 10px;
  margin-right: 30px;
 }
 
 .modal4-container{
   display: none;
   position: fixed;
   top: 0;
   width: 100vw;
   height: 100vh;
 }
 .modal4-container.active{
   display: block;
 }
 
 
 .overlay{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #333333d3;
 }
 
 .modal4{
   width: 95%;
   max-width: 350px;
   min-width: 300px;
   padding: 25px;
   background: white;
   border-radius: 5px;
   position: absolute;
   top: 40%;
   left: 35%;
   transform: translate(-50% -50%);
 
 }
 
 .close-modal4{
   padding: 8px;
   border: none;
   border-radius: 5px;
   font-size: 14px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   background: white;
 
 }

   /* fenetre témoignage nancy */

.modal5-btn{
  display: inline-block;
   cursor: pointer;
   margin-top: 10px;
  margin-right: 30px;
 }
 
 .modal5-container{
   display: none;
   position: fixed;
   top: 0;
   width: 100vw;
   height: 100vh;
 }
 .modal5-container.active{
   display: block;
 }
 
 
 .overlay{
   position: absolute;
   width: 100%;
   height: 100%;
   background: #333333d3;
 }
 
 .modal5{
   width: 95%;
   max-width: 350px;
   min-width: 300px;
   padding: 25px;
   background: white;
   border-radius: 5px;
   position: absolute;
   top: 40%;
   left: 35%;
   transform: translate(-50% -50%);
 
 }
 
 .close-modal5{
   padding: 8px;
   border: none;
   border-radius: 5px;
   font-size: 14px;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   background: white;
 
 }

 .offre{
  text-align: center;
  margin-bottom: 30px;
}

.texte_offre{
  font-size: 28px;
 color: #99958d;
}

.button{
  font-size: 20px;
  padding: 10px;
  background-color: #58544d;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}


 .courriel a{
  font-size: 20px;
  color:#d6c116 ;
 }

/*ecran plus petit que 1030px */

@media screen and (max-width: 1030px){
   .topnav a:not(:first-child) {display: none;}
   .icon{
    float: right;
    display: block;
    margin-right: 25px;
    margin-top: 25px;
   }
   header img{
    max-width: 900px;
   }
   .text_questions{
    margin-left: 15px;
   }
   .modal{
    left: 10%;
   }
}



@media screen and (max-width: 1030px){
   .topnav.responsive {position: relative;}
   .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
   }

   .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin-left: 25px;
   }
}

@media screen and (max-width: 900px ){
  header img {
    max-width: 750px;
  }

  .modal{
    left: 10%;
  }
  .modal1{
    left: 10%;
  }
  .modal2{
    left: 10%;
  }
  .modal3{
    left: 10%;
  }
  .modal4{
    left: 10%;
  }
  .modal5{
    left: 10%;
  }
}



@media screen and (max-width: 850px ){
  header img {
    max-width: 700px;
  }

.texte_offre{
  font-size: 30px;
}
  .modal{
    left: 20%;
  }
  .modal1{
    left: 20%;
  }
  .modal2{
    left: 20%;
  }
  .modal3{
    left: 20%;
  }
  .modal4{
    left: 20%;
  }
  .modal5{
    left: 20%;
  }
}

@media screen and (max-width: 650px ){
  header img {
    max-width: 500px;
  }



  
}

@media screen and (max-width: 500px ){
  header img {
    max-width: 400px;
  }


  .text_questions {
    font-size: 20px;
  }
  .modal{
    left: 0%;
  }
  .modal1{
    left: 0%;
  }
  .moda2{
    left: 0%;
  }
  .moda3{
    left: 0%;
  }
  .moda4{
    left: 0%;
  }
  .moda5{
    left: 0%;
  }
  .texte_offre{
    font-size: 25px;
  }
  .button{
    font-size: 15px;
  }

}

.courriel{
  font-size: 20px;
  color: ;
}

@media screen and (max-width: 400px ){
  header img {
    max-width: 300px;
  }
  .text_questions{
    margin-left: 5px;
    font-size: 20px;
  }


  .modal{
    left: 0%;
  }
  .modal1{
    left: 0%;
  }
  .modal2{
    left: 0%;
  }
  .modal3{
    left: 0%;
  }
  .modal4{
    left: 0%;
  }
  .modal5{
    left: 0%;
  }
}


  

