*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 18px;
  
   
  
  }
  body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    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;

  }


/* texte et imeges superposées */

  
.bordure{
  width: 100%;
  height: 150px;
  margin-top: 10px;
  background-color: lightgrey;
  background: linear-gradient(to right,
  #c3c3c3 40%, #c7bc6a, #000000);
}

.texte_bordure{
  font-size: 40px;
  width: 500px;
  color: #646059;
  padding-top: 45px;
  padding-left: 45px;

}

.container{
  width: 70%;
  margin: auto;
  top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

 

}



.superposition{
  width: 900px;
margin-top: 15px;
display: flex;
flex-wrap: wrap;

  
}




.texte1{
  position: relative;
 width: 550px;
 top: -150px;
 color: #716b5f;
 font-size: 20px;
text-align: justify;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 15px;
padding-right: 15px;
margin-left: 50px;
margin-top: 120px;
background-color: #eae8dc;
border: 2px solid #58544d;
border-radius: 15px;
box-shadow: 2px 2px black;
z-index: 4;

}


.vision img{
margin-left: 200px;
 margin-top: -155px;
 margin-bottom: 30px;
}

.texte2{
 margin-top: -50px;
 text-align: justify;
 font-size: 20px;
 padding-top: 25px;
 padding-bottom: 25px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: 150px;
 background-color: #eae8dc;
 border: 2px solid #67635b;
 border-radius: 15px;
 box-shadow: 2px 2px black;
 color: #716b5f;
 width: 700px;
}

.texte_centrale{
  font-size: 24px;
  color: #605d55;
  margin-top: 30px;
  text-align: center;
  
}

.bold{
  color: black;
  font-size: 19px;
}
/*Boutons des trois plans avec fenêtre modale. plan physique */

.plans{
  width: 800px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.modal-btn{
  font-size: 18px;
  padding: 10px;
  color: white;
  background-color: #58544d;
  border-radius: 10px;
  cursor: pointer;
}

.modal-container{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.modal-container.active{
  display: block;
}

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

}

.modal{
  width: 95%;
  max-width: 650px;
  height: 500px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-45%, -40%);
}

.close-modal{
  font-size: 20px;
  position: absolute;
  border: none;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: white;

}

.modal img{
margin-top: 30px;
margin-left: 50px;

}

.modal p{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 18px;
  color: #4b4942;
  text-align: justify;
  background: rgb(236, 234, 234);
  border: 2px solid #58544d;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}

/* plan psychique */


.modal2-btn{
  font-size: 18px;
  padding: 10px;
  color: white;
  background-color: #58544d;
  border-radius: 10px;
  cursor: pointer;
}

.modal2-container{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.modal2-container.active{
  display: block;
}

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

}

.modal2{
  width: 95%;
  max-width: 650px;
  height: 525px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-45%, -40%);
}

.close-modal2{
  font-size: 20px;
  position: absolute;
  border: none;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: white;

}

.modal2 img{
margin-top: 30px;
margin-left: 50px;

}

.modal2 p{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 18px;
  color: #4b4942;
  text-align: justify;
  background: rgb(236, 234, 234);
  border: 2px solid #58544d;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}


/*Plan corps mental */

.modal3-btn{
  font-size: 18px;
  padding: 10px;
  color: white;
  background-color: #58544d;
  border-radius: 10px;
  cursor: pointer;
}

.modal3-container{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.modal3-container.active{
  display: block;
}

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

}

.modal3{
  width: 95%;
  max-width: 650px;
  height: 560px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-45%, -40%);
}

.close-modal3{
  font-size: 20px;
  position: absolute;
  border: none;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: white;

}

.modal3 img{
margin-top: 30px;
margin-left: 50px;

}

.modal3 p{
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 18px;
  color: #4b4942;
  text-align: justify;
  background: rgb(236, 234, 234);
  border: 2px solid #58544d;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}

/* texte des ateliers virtuels dernier chapitre */


.superposition_bas{
  width: 750px;
  margin: auto;
  margin-bottom: 15px;
}

.image_atelier{
  margin-top: -35px;
}
.texte3{
  position: relative;
  text-align: justify;
  font-size: 20px;
  width: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  left: 250px;
  top: -50px;
  background-color:#eae8dc;
  color: #716b5f;
  border: 2px solid #67635b;
  border-radius: 15px;
  box-shadow: 2px 2px black;
  
}

/*Ce que nous offrons */

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

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

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

/* 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;
}

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

}

.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;
    }

 }

 
 @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: 1300px){
   .texte_centrale{
    font-size: 20px;
   }
 }

 @media screen and (max-width: 920px){
   .plans{
    display: flex;
   flex-direction: column;
 width: 70%;
   }
   .texte2{
    margin-left: 50px;
   }
   .plans button{
    margin-top: 10px;
   }

   .modal{
    transform: translate(-50%, -45%);
   }

   .modal2{
    transform: translate(-50%, -45%);
   }
   .modal3{
    transform: translate(-50%, -45%);
   }
 }

 @media screen and (max-width: 820px){



  .superposition{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .vision img{
    margin-left: 20px;
  }
  .superposition_bas{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .texte1{
    width: 400px;
  }
  .texte2{
    width: 500px;
  }
  .texte3{
    left: 0px;
    margin: auto;
  }
 }

 @media screen and (max-width: 750px){

 

  .superposition{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
    
  }
  .superposition_bas{
    width: 90%;
    display: flex;
    flex-direction: column;
  } 

  .texte_bordure{
    width: 300px;
  }

.enseignement img{
  margin-bottom: 130px;
}

.vision img{
  margin-bottom: 0px;
 margin-left: 0px;
}

.texte1{
  margin-left: 0px;
}

.texte2{
  margin-top: 0px;
  margin-left: 0px;
}
  
.bordure{
  width: 100%;
  
}

.texte_bordure{
  font-size: 25px;

}

.texte_offre{
  font-size: 15px;
}

.button{
  font-size: 12px;
}

.enseignement img{
  width: 300px;
  margin-top: 20px;
}

.vision img{
  width: 300px;
}

.image_atelier img{
  width: 300px;
}

.texte1{
  width: 270px;
  margin: auto;
}

.texte2{
  width: 275px;
  margin: auto;
}

.texte3{
  width: 300px;
  margin: auto;
  margin-top: 20px;
}

.modal{
  max-width: 350px;
}

.modal img{
  width: 300px;
}

.modal2{
  max-width: 350px;
}

.modal2 img{
  width: 300px;
}

.modal3{
  max-width: 350px;
}

.modal3 img{
  width: 300px;
}

 }
 @media screen and (max-width:450px) {

   .bold {
     color: black;
     font-size: 17px;
   }

   .modal {
     width: 95%;
     max-width: 350px;
     height: 400px;
     background: white;
     border-radius: 5px;
     position: absolute;
     top: 25%;
     left: 50%;
     transform: translate(-45%, -40%);
   }

   .modal p {
     margin-left: 15px;
     margin-right: 15px;
     margin-top: -15px;
     font-size: 16px;
     color: #4b4942;
     text-align: justify;
     background: rgb(236, 234, 234);
     border: 2px solid #58544d;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 15px;
     padding-right: 15px;
     border-radius: 15px;
   }

   .modal img {
     margin-top: 30px;
     margin-left: 40px;

   }


   .modal2 img {
     margin-top: 0px;
     margin-left: 40px;


   }

   .modal2 p {
     margin-left: 15px;
     margin-right: 15px;
     margin-top: -15px;
     font-size: 16px;
     color: #4b4942;
     text-align: justify;
     background: rgb(236, 234, 234);
     border: 2px solid #58544d;
     padding-top: 7px;
     padding-bottom: 10px;
     padding-left: 15px;
     padding-right: 15px;
     border-radius: 15px;
   }

   .modal2 {
     width: 95%;
     max-width: 350px;
     height: 300px;
     background: white;
     border-radius: 5px;
     position: absolute;
     top: 20%;
     left: 50%;
     transform: translate(-45%, -40%);
   }


   .modal3 {
     width: 95%;
     max-width: 350px;
     height: 300px;
     background: white;
     border-radius: 5px;
     position: absolute;
     top: 17%;
     left: 50%;
     transform: translate(-45%, -40%);
   }

   .modal3 img {
     margin-top: 0px;
     margin-left: 40px;
     height: 100px;
     width: 200px;

   }

   .modal3 p {
     margin-left: 15px;
     margin-right: 15px;
     margin-top: -15px;
     font-size: 16px;
     color: #4b4942;
     text-align: justify;
     background: rgb(236, 234, 234);
     border: 2px solid #58544d;
     padding-top: 7px;
     padding-bottom: 10px;
     padding-left: 15px;
     padding-right: 15px;
     border-radius: 15px;
   }
 }



 @media screen and (max-width:375px) {

  .bold {
      color: black;
      font-size: 17px;
    }

.modal {
    width: 95%;
    max-width: 350px;
    height: 400px;
    background: white;
    border-radius: 5px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-45%, -40%);
  }

    .modal p {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: -15px;
      font-size: 16px;
      color: #4b4942;
      text-align: justify;
      background: rgb(236, 234, 234);
      border: 2px solid #58544d;
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 15px;
    }

        .modal img {
          margin-top: 30px;
          margin-left: 40px;
    
        }


.modal2 img {
  margin-top: 0px;
  margin-left: 40px;


}

.modal2 p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 16px;
  color: #4b4942;
  text-align: justify;
  background: rgb(236, 234, 234);
  border: 2px solid #58544d;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}

    .modal2 {
      width: 95%;
      max-width: 350px;
      height: 300px;
      background: white;
      border-radius: 5px;
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-45%, -40%);
    }


.modal3 {
  width: 95%;
  max-width: 350px;
  height: 300px;
  background: white;
  border-radius: 5px;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-45%, -40%);
}

.modal3 img {
  margin-top: 0px;
  margin-left: 40px;
  height: 100px;
  width: 200px;

}

.modal3 p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  font-size: 16px;
  color: #4b4942;
  text-align: justify;
  background: rgb(236, 234, 234);
  border: 2px solid #58544d;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
}
 }


 