/* global */

@media screen and (max-width:1200px) {

  .acceuil .hero-section .container,
  .acceuil .about-section .container,
  .acceuil .valeurs-section .container,
  .acceuil .missions-section .container,
  .cta-section .cta .container,
  footer .container,
  .identity .hero-section .container,
  .identity .identity-section .container,
  .value .hero-section .container,
  .value .value-section .container,
  .gouvernance .hero-section .container,
  .gouvernance .gouvernance-section .container,
  .gouvernance .gouvernance-content .container,
  .action .hero-section .container,
  .action .action-section .container,
  .action .action-content  .container,
  .commission .hero-section .container,
  .commission .gouvernance-section .container,
  .commission .cards .container,
  .contact .hero-section .container,
  .contact .contact-section .container,
  .join .hero-section .container,
  .join .join-section .container,
  .membre .hero-section .container,
  .membre .membre-section1 .container,
  .membre .membre-section .container
  {
    width: 95%;
  }

}

@media screen and (max-width:1000px) {

  /* footer */
  footer .container{
   gap: 20px;
  }
  footer .container .logo{
   width: 100%;
  }

  footer .container .logo img{
   width: 250px;
   height: 100px;
  }

  footer .container .link{
     width: 48%;
     box-sizing: border-box;
     padding-left: 20px;
  }
  footer .container .reseaux{
     width: 48%;
  }
}



@media screen and (max-width:600px) {
  
  .title {
    font-size: 30px;
  }


  /* CTA */
  .cta-section .cta .container{
   padding-top: 50px;
  }
  .cta-section .cta .container h3{
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
  

  .cta-section .cta .container p{
    text-align: left;
    color: white;
    font-size: 18px;
    line-height: 20px;
  }
  .cta-section .cta .container .button{
    display: flex;
    justify-content: flex-start;
  }

  .cta-section .cta .container .button .action-btn{
   width: 330px;
}


  /* footer */

  
  footer{
   margin-top: 50px;
  }

  footer .container .logo img{
   width: 150px;
   height: 70px;
  }

  footer .container .logo h3{
    font-size: 30px;
  }
  footer .container .link{
     width: 100%;
  }
  footer .container .reseaux{
     width: 100%;
  }
  
}

@media screen and (max-width:350px) {
  
  .cta-section .cta .container h3{
    font-size: 20px;
    line-height: 26px;
  }

  .cta-section .cta .container{
  padding-top: 50px;
  }

}





/*--------------- Nav bar responsive -----------------------*/

@media screen and (max-width:1200px) {
  nav .container{
    width: 95%;
    height: 100px;
  }
}

@media screen and (max-width:1000px) {
  nav .container{
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
 }
 nav .container .link{
    display: none;
 }

 nav .container .button i{
   display: block;
 }

}


@media screen and (max-width:800px) {
  nav .container .button button{
   display: none;
  }

  #mobile-menu ul.mobile-nav-list li button {
   display: block;
}
}


@media screen and (max-width:500px) {
  nav .container .logo img{
   width: 100px;
   height: 40px;
  }
}






/*--------------- Accueil responsive -----------------------*/


@media screen and (max-width:1000px){

  /* hero-section */

  .acceuil .hero-section{
    height: 65vh;
  }

  /* A propos */

  .acceuil .about-section .container .about-content{
     flex-direction: column-reverse;
  }

  .acceuil .about-section .container .about-content .img{
   width: 100%;
  }

  .acceuil .about-section .container .about-content .content-text{
   width: 100%;
  }

  .acceuil .about-section .pattern{
    display: none;
  }

  /* Nos valeurs */


  .acceuil .valeurs-section .container .valeurs-content .img{
     width: 100%;
  }
  .acceuil .valeurs-section .container .valeurs-content .valeurs-list{
     width: 100%;
     margin-top: 10px;
  }
  .acceuil .valeurs-section .container .valeurs-content .valeurs-list .value-item {
      width: 90%;
  }


  /* Nos missions */


  .acceuil .missions-section .container .missions-content .mission{
    border: none;
  }

  .acceuil .missions-section .container .missions-content .mission h4{
    font-size: 15px;
  }

  .acceuil .missions-section .container .missions-content .mission p{
     font-size: 15px;
     line-height: 20px;
     max-width: 100%;
  }
}



@media screen and (max-width:800px) {

  /* hero-section */
  
  .acceuil .hero-section .container{
    padding-top:300px;
  }
}

@media screen and (max-width:600px) {

  /* hero-section */

  .acceuil .hero-section{
    height: 80vh;
  }

  .acceuil .hero-section .container h1{
    font-size: 30px;
  }
  .acceuil .hero-section .container p{
   font-size: 25px;
  }

  /* A propos */

  
  .acceuil .about-section .container .about-content .content-text h3{
   font-size: 20px;
   line-height: 30px;
  }

 


  /* Nos valeurs */

  .acceuil .valeurs-section .container .valeurs-content .valeurs-list .value-item {
      width: 85%;
      margin-bottom: 15px;
  }

  /* Nos missions */

  .acceuil .missions-section .container .missions-content{
     flex-direction: column;
     gap: 20px;
     
  }
  .acceuil .missions-section .container .missions-content .mission{
   width: 100%;
   border: none;
  }

  .acceuil .missions-section .container .missions-content .mission .icon{
   justify-content: flex-start;
  }

  .acceuil .missions-section .container .missions-content .mission h4{
   text-align: left;
  }

  .acceuil .missions-section .container .missions-content .mission p{
   text-align: left;
   max-width: 100%;
  }


}



@media screen and (max-width:350px) {

  /* hero-section */

  .acceuil .hero-section{
    height: 100vh;
  }

  .acceuil .hero-section .container h1{
    font-size: 25px;
  }
  .acceuil .hero-section .container p{
   font-size: 20px;
  }

  /* Nos valeurs */

  .acceuil .valeurs-section .container .valeurs-content .valeurs-list .value-item {
      width: 80%;
  }
  .acceuil .valeurs-section .container .valeurs-content .valeurs-list .value-item h3 {
      font-size: 15px;
  }

  .acceuil .valeurs-section .container .valeurs-content .valeurs-list .value-item p {
      font-size: 15px;
  }

  /* Nos missions */

  .acceuil .missions-section .container .missions-content .mission .icon i{
   font-size: 30px;
  }

}



/*--------------- About responsive -----------------------*/

@media screen and (max-width:1200px){

  /* content */
  .identity .identity-section .container .identity-content2 .text p{
   line-height: 24px;
  }

}

@media screen and (max-width:1000px){

  /* hero-section */

 .identity .hero-section .container{
    height: 50vh;
  }

  .identity .hero-section .container h1{
   margin-top: 100px;
  }

  /* content */


  .identity .identity-section .container .identity-content2 .text{
   width: 100%;
  }
  .identity .identity-section .container .identity-content2 .text p{
   line-height: 26px;
  }

  .identity .identity-section .container .identity-content2 .img{
   width: 80%;
   margin: auto;
  }



}


@media screen and (max-width:600px){

  /* hero-section */

  .identity .hero-section .container{
    height: 65vh;
  }
  .identity .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
  }

  /* content */
  
  .identity .identity-section .container .identity-content2 .img{
   width: 100%;
  }

  

  
}


@media screen and (max-width:350px){

  /* hero-section */
  .identity .hero-section .container{
    height: 80vh;
  }
  
  .identity .hero-section .container h1{
   font-size: 30px;
  }
}


/*--------------- Valeurs responsive -----------------------*/

@media screen and (max-width:1000px){

  /* hero-section */
 .value .hero-section .container{
    height: 50vh;
  }

  .value .hero-section .container h1{
   margin-top: 100px;
  }

  

  /* content */

  .value .value-section .container .value-content img{
    width: 100%;
  }
  .value .value-section .container .value-content .text{
   width: 100%;
  }

  .value .value-section .container .value-content .text .citation{
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 8px;
    min-height: 70px;
  }


}



@media screen and (max-width:600px){

  /* hero-section */

  .value .hero-section .container{
    height: 80vh;
  }


  .value .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
  }

  /* content */

  .value .value-section .container h3{
    font-size: 30px;
    line-height: 35px;
  }

  .value .value-section .container .value-content .text .citation{
    padding-left: 20px;
  }

  .value .value-section .container .value-content .text .citation p{
   font-size: 15px;
   line-height: 20px;
  }

  
}


@media screen and (max-width:350px){

  /* hero-section */
  .value .hero-section .container{
    height: 100vh;
  }
  .value .hero-section .container h1{
   font-size: 30px;
  }
  
}


/*--------------- gouvernance responsive -----------------------*/


@media screen and (max-width:1000px){

  /* hero-section */
 .gouvernance .hero-section .container{
    height: 50vh;
  }

  .gouvernance .hero-section .container h1{
   margin-top: 100px;
  }

  

  /* content */

  .gouvernance .gouvernance-content .container h2{
   font-size: 40px;
  }

  .gouvernance .gouvernance-content .gouvernance-content{
   gap: 50px;
  }

  .gouvernance .gouvernance-content .gouvernance-content .img{
   width: 100%;
  }

  .gouvernance .gouvernance-content .gouvernance-content .text{
   width: 100%;
  }

  .gouvernance .gouvernance-section .container,.commission .gouvernance-section .container{
    height: 400px;
    background-size: 100% 100%;
  }

  .gouvernance .gouvernance-section .container div,.commission .gouvernance-section .container div{
    width: 85%;
  }


}



@media screen and (max-width:600px){

  /* hero-section */

  .gouvernance .hero-section .container{
    height: 80vh;
  }
  .gouvernance .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
  }

  /* content */
  .gouvernance .gouvernance-content .container h2{
   font-size: 25px;
   line-height: 40px;
  }


  .gouvernance .gouvernance-content .container .gouv-h2{
   margin-bottom: 20px;
  }

  .gouvernance .gouvernance-section .container,.commission .gouvernance-section .container{
    height: 250px;
    background-size: 100% 90%;
  }

  .gouvernance .gouvernance-section .container div,.commission .gouvernance-section .container div{
    width: 90%;
    height: 75%;
  } 

  .gouvernance .gouvernance-section .container div p,.commission .gouvernance-section .container div p{
    font-size: 18px;
    line-height: 20px;
  }

.gouvernance .gouvernance-section .container div p span,.commission .gouvernance-section .container div p span{
    font-size: 20px;
    line-height: 26px;
}

.gouvernance .gouvernance-content .info-blocks .info-block p{
   font-size: 12px;
   line-height: 20px;
}
 
  
}


@media screen and (max-width:350px){

  /* hero-section */
  .gouvernance .hero-section .container{
    height: 100vh;
  }

  .gouvernance .hero-section .container h1{
   font-size: 30px;
  }

  /* content */

  .gouvernance .gouvernance-content .container h2{
   font-size: 20px;
   line-height: 35px;
  }
  .gouvernance .gouvernance-section .container,.commission .gouvernance-section .container{
    height: 250px;
  }



  .gouvernance .gouvernance-section .container div p span,.commission .gouvernance-section .container div p span{
    font-size: 18px;
}
 
  
}













/*--------------- Poles d'actions responsive -----------------------*/


@media screen and (max-width:1000px){

  /* hero-section */
 .action .hero-section .container{
    height: 50vh;
  }

  .action .hero-section .container h1{
   margin-top: 100px;
  }

  

  /* content */
  .action .action-content .cards .two-cards{
    flex-wrap: wrap;
  }

  .action .action-content{
     min-height:1350px;
  }
  
  .action .action-content .cards .two-cards .cards1,.action .action-content .cards .two-cards .cards2{
    width:100%;
  }

  .action .action-content .cards .two-cards .cards2{
    height: 300px;
  }

  .action .action-content .cards .two-cards .cards2 br{
    display: none;
  }

  .action .action-content .cards .one-card{
    height: 300px;
  }

  .action .action-section .container{
    height: 400px;
    background-size: 100% 100%;
  }

  .action .action-section .container div{
    width: 85%;
  }

  .action .action-section .container div h3{
   font-size: 25px;
  }


}



@media screen and (max-width:600px){

  /* hero-section */
  .action .hero-section .container{
    height: 80vh;
  }

  .action .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
   text-align: center;
  }

  /* content */

  .action .action-content{
     min-height:1750px;
  }

   .action .action-content .cards .two-cards .cards1,.action .action-content .cards .two-cards .cards2{
    padding: 40px 20px;
  }

  .action .action-content .cards .two-cards .cards1{
    height:600px;
  }
  .action .action-content .cards .two-cards .cards2{
    height: 350px;
  }

  .action .action-content .cards .two-cards .cards2 img{
    position: absolute;
    top: -40px;
    right: 0px;
    height: 100px;
  }
  .action .action-content .cards .one-card{
    height: 450px;
  }

  .action .action-content .cards .one-card p{
    max-width: 90%;
    margin:auto;
  }


   .action .action-section .container{
    height: 350px;
    background-size: 100% 100%;
  }

  .action .action-section .container div{
    width: 85%;
    height: 80%;
  }
  .action .action-section .container div h3{
   font-size: 18px;
  }

  .action .action-section .container div p{
   font-size: 15px;
   line-height: 20px;
  }



 
  
}


@media screen and (max-width:350px){

  /* hero-section */
  .action .hero-section .container{
    height: 100vh;
  }

  .action .hero-section .container h1{
   font-size: 30px;
  }

  /* content */

  .action .action-content .cards .two-cards .cards1{
    height:500px;
  }

  .action .action-content .cards .two-cards .cards2{
    height: 350px;
  }
  .action .action-content .cards .one-card{
    height: 450px;
  }

  .action .cta-section .cta{
   min-height: 320px;
  }

  .action .action-content{
     min-height:1650px;
  }

  .action .action-section .container{
    height: 300px;
    background-size: 100% 100%;
  }
  .action .action-section .container div h3{
   font-size: 15px;
  }

}












/*--------------- commission responsive -----------------------*/

@media screen and (max-width:1200px){

  /* hero-section */

  /* content */
  .commission .gouvernance-section .container{
    background-position-x: 0px;
  }
  .commission .cards .card .card-overlay  h3{
    max-width: 100%;
    font-size: 21px;
    line-height: 30px;
  }

.commission .cards .card .card-overlay p{
    max-width: 90%;
}

.commission .cards .card:hover {
  padding-top: 20px;
}


.commission .cards .card.active img {
  position: absolute;
  top: -65px;
  right: -65px;
}

.commission .cards .card.active p {
  display: block;
}

.commission .cards .card.active {
  padding-top: 20px;
}

.commission .cards .card.active .card-overlay {
  padding-top: 60px;
  background: linear-gradient(
    to top,
    #665385 0%,
    rgba(102, 83, 133, 0.8) 60%,
    rgba(102, 83, 133, 0.3) 80%,
    rgba(102, 83, 133, 0) 100%
  );
}



}



@media screen and (max-width:1000px){

  /* hero-section */
 .commission .hero-section .container{
    height: 50vh;
  }

  .commission .hero-section .container h1{
   text-align: center;
  }


  

  /* content */

  .commission .cards .card{
   width: 100%;
  }

  .commission .gouvernance-section .container{
    background-position-x: 0px;
  }

}



@media screen and (max-width:600px){

  /* hero-section */

  .commission .hero-section .container{
    height: 80vh;
  }
  .commission .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
   text-align: center;
  }

  /* content */
  .commission .cards .card{
    height: 450px;
    padding-top: 300px;
  }

  .commission .cards .card img{
   width: 200px;
    height: 200px;
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 1;
    transition: all 0.6s ease-in-out;
}

  .commission .cards .card .card-overlay  h3{
    font-size: 18px;
    max-width: 95%;
  }


 
  
}


@media screen and (max-width:350px){

  /* hero-section */
  .commission .hero-section .container{
    height: 100vh;
  }

  .commission .hero-section .container h1{
   font-size: 30px;
  }

  /* content */
 .commission .cards .card{
    height: 500px;
    padding-top: 300px;
  }

  .commission .cta-section .cta{
   min-height: 320px;
  }

  
  
}










/*--------------- Contact responsive -----------------------*/

@media screen and (max-width:1000px){

  /* hero-section */
 .contact .hero-section .container{
    height: 50vh;
  }

  .contact .hero-section .container h1{
   text-align: center;
  }


  

  /* content */
  .contact .contact-section .form-container{
  width: 100%;
}
  .contact .contact-section .form{
    gap: 80px;
  }
  .contact .contact-section .form .img{
   width: 100%;
   height: auto;
  }
  .contact .contact-section .form .img img{
    width: 100%;
    height: 100%;
  }
  .contact .contact-section .form form{
    width: 100%;
    min-height: 650px;
  }

  .contact .form-container input,.iti input,.contact .form-container select{
    height: 60px;
  }

  .contact .form-container textarea{
    height: 120px;
  }
  



 

}



@media screen and (max-width:600px){

  /* hero-section */

  .contact .hero-section .container{
    height: 80vh;
  }
  .contact .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
   text-align: center;
  }

  /* content */
  .contact .contact-section .container h3{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .contact .contact-section .container .title-contact p{
    line-height: 20px;
  }
  
}


@media screen and (max-width:350px){

  /* hero-section */
  .contact .hero-section .container{
    height: 100vh;
  }

  .contact .hero-section .container h1{
   font-size: 30px;
  }

  /* content */


  
  
}



/*--------------- Join responsive -----------------------*/


@media screen and (max-width:1000px){

  /* hero-section */
 .join .hero-section .container{
    height: 50vh;
  }

  .join .hero-section .container h1{
   text-align: center;
  }


  /* content */

  .join .join-section .title-join  p{
   max-width: 100%;
   }


  .join .join-section .step-content{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .join .join-section .step-content .form{
    width: 100%;
  }
  .join .join-section .step-content .img{
    width: 100%;
  }
  .join .join-section .step-content .form .input{
   width: 100%;
  }

  .join .join-section .step-content .form input{
    height: 50px;
  }
  .join .join-section .step-contents2 .step-content .form .input,.join .join-section .step-contents3 .step-content .form .input{
   width: 100%;
  }



}



@media screen and (max-width:600px){

  /* hero-section */

  .join .hero-section .container{
    height: 80vh;
  }
  .join .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
   text-align: center;
  }

  /* content */

  .join .join-section .title-join h3{
    font-size: 25px;
    line-height: 40px;
  }
  .join .join-section .step-contents h4{
    font-size: 22px;
  }

  .step p{
    font-size: 25px;
  }

  .join .join-section .step-content .form label{
    font-size: 15px;
  }
  .join .join-section .step-content .form .inputbtn{
   align-items: center;
  }
}

@media screen and (max-width:350px){

  /* hero-section */
  .join .hero-section .container{
    height: 100vh;
  }

  .join .hero-section .container h1{
   font-size: 30px;
  }

  /* content */


  
  
}





/*--------------- Membre responsive -----------------------*/

@media screen and (max-width:1200px){

  /* hero-section */

}


@media screen and (max-width:1000px){

  /* hero-section */
 .membre .hero-section .container{
    height: 50vh;
  }

  .membre .hero-section .container h1{
   text-align: center;
  }


  

  /* content */

  .membre .membre-section1 .container{
    height: 400px;
    background-size: 100% 100%;
  }

  .membre .membre-section1 .container div{
    width: 85%;
  }

  .membre .membre-section1 .container div h3{
   font-size: 25px;
  }

  .membre .membre-section .container  .membre-content1 .text h3{
   font-size: 20px;
   line-height: 20px;
}
.membre .membre-section .container  .membre-content1 .text p{
   font-size: 15px;
   line-height: 20px;
}

.membre .membre-section .container  .cards-membre .cards .card{
    width: 48%;
    min-height: 250px;
    padding-top: 35px;
}

.membre .membre-section .container  .cards-membre .cards .card h3{
   font-size: 40px;
}

.membre .membre-section .container  .cards-membre .cards .card h4{
   font-size: 15px;
}


  



 

}



@media screen and (max-width:600px){

  /* hero-section */

  .membre .hero-section .container{
    height: 80vh;
  }
  .membre .hero-section .container h1{
   font-size: 40px;
   margin-top: 100px;
   text-align: center;
  }

  /* content */

  .membre .membre-section1 .container{
    height: 450px;
    background-size: 100% 100%;
  }

.membre .membre-section1 .container div{
    width: 85%;
    height: 80%;
  }
.membre .membre-section1 .container div h3{
   font-size: 18px;
  }

.membre .membre-section1 .container div p{
   font-size: 15px;
   line-height: 20px;
}

.membre .membre-section .container .title2-membre h3,.membre .membre-section .container  .cards-membre .title2-membre h3,.membre .membre-section .container .process-section .text h3{
    font-size: 19px;
    line-height: 30px;
}

.membre .membre-section .container .membre-content{
   padding-top: 70px;
   gap: 40px;
}



.membre .membre-section .container .membre-content1 .img{
   width: 100%;
}

.membre .membre-section .container .membre-content1 .text{
   width: 100%;
}

.membre-content :nth-child(2) {
  flex-direction: column-reverse;
}

.membre-content :nth-child(2) img{
  margin-left: -10px;
}


.membre .membre-section .container  .membre-content1 .text h3{
   font-size: 19px;
   line-height: 22px;
   margin: 0;
   margin-bottom: 5px;
   font-weight: 600;
}
.membre .membre-section .container  .membre-content1 .text p{
   font-size: 18px;
   line-height: 22px;
   margin: 0;
}

.membre .membre-section .container  .cards-membre .cards .card{
    width: 100%;
}



  
  
}


@media screen and (max-width:350px){

  /* hero-section */
  .membre .hero-section .container{
    height: 100vh;
  }

  .membre .hero-section .container h1{
   font-size: 30px;
  }

  /* content */
  .membre .membre-section1 .container{
    height: 350px;
    background-size: 100% 100%;
  }
  .membre .membre-section1 .container div h3{
   font-size: 12px;
  }
  .membre .membre-section1 .container div p{
   font-size: 12px;
  }

  
}
