html{scroll-behavior: smooth;}
body{overflow-x: hidden;scroll-behavior: smooth;}
/* background-color: #f0f8ff */
img{max-width: 100%;}
a{text-decoration: none;color: black;}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 5%;
    background-color: #5172EA;
}

nav div a{
    
    font-family: 'Popins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #FFFF;
    
}
nav div a:not(:last-child){
    margin-right: 40px;
}
.nav-responsive{display: none;color: #FFFF;}

.visible{visibility: visible !important;}
.overlay{
visibility: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
font-family: 'Popins', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
background-color:#5172EA ;
z-index: 1000;
}
.fa-times{
    position: absolute;
    top: 40px;
    right: 40px;
    color: white;
}
.overlay a{margin: 10px 0;padding: 10px 0;color: white;}
.noscroll{overflow: hidden;}

.home-container{
display: flex;
flex-wrap: wrap;
margin: 10% 5% 2% 5% ;
}
.home-text{
    max-width: 50%;
}
.home-container h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height:60px;
    color: #3C4980;
    margin-bottom: 38px;

}
.home-container h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 157%;
    color: #3C4980;

}
.home-container img{
    max-width: 50%;
}


.home-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.services-container{
background-color: #92B7FF;
padding: 60px 0;
}
.services-container h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 109.5%;
    color: #FFFFFF;
    text-align: center;
    
}
.vignettes-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5% 0;
}
.vignette-service{
  background-color: #FFF;
  width: 40%;
  padding: 24px;
  border-radius: 20px;
  margin: 10px;
}
.vignette-service:hover{
 
}
.vignette-service-titre{
    display: flex;align-items: center;
}
.vignette-service img{
    max-width: 64px;
}
.vignette-service h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    color: #5172EA;
}
.vignette-service p{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
color: #4B4E53;
margin-left: 20px;
}


.qui-container{
display: flex;
justify-content: center;
align-items: center;
margin: 10% 5%;
}
.qui-center{
    max-width: 60%
}

.qui-container p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #3C4980;
}



.nous-contacter-container{
    background-color: #5172EA;
    border-radius: 30px;
    margin: 0 5%;
    padding: 60px 110px;
    display: flex;
}

.nous-contacter-container h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    
    margin-bottom: 26px;
}
.nous-contacter-container p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 70%;
}
.nous-contacter-container a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #5172EA;
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 19px 40px;
    margin: 28px 0 0 0;
    display: inline-block; 
}

.role-container{
    margin: 80px 5%;
}
.role-container h3{text-align: center;}

.role-vignette-container{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.role-vignette{
    display: flex;
    align-items: center;
    width: 40%;
    margin: 20px;
}
.role-vignette img{max-width: 90px;}
.role-vignette p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #3C4980;
margin-left: 18px;
}

.partenaire-container{
    margin: 80px 5%;
    text-align:center;
}
.partenaire-container h3,.qui-container h3, .role-container h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #3C4980;
    margin-bottom: 40px;
}
.partnaire-vignette-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

}
.partnaire-vignette{
    max-width: 23% ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;

}
.partnaire-vignette img{
    max-width: 100%;
}
.partnaire-vignette p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #3C4980;
    margin-top: 30px;
    max-width: 80%;
    text-align: center;
}

footer{
    background-color: #5172EA;
    padding: 40px 5%;
    
}
footer .bloc-container{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    margin-top: 42px;
    flex-wrap: wrap;
    
}
.bloc-footer h4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.bloc-footer span,.bloc-footer a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.1s ease-in-out;
}
.nav-footer{
    display: flex;
}
.nav-footer div:first-child{
    margin-right:40px
}
.nav-footer a:hover{
    font-weight: bold;
}
.srv-topblock{
    display: flex;align-items: center;margin:0 2%
}
.srv-topblock .fas{
    color: #5172EA;
}
.offresuivante{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    display: block;
    color: #5172EA;
}

.srv-container h2, .contact-container h2,.recrutement-container h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #3C4980;
    margin-top: 60px;
}
.srv-header{
    display: flex;
    align-items: center;
    justify-content:space-around;
    flex-wrap: wrap;
    margin: 0 5% 150px 5%;
    
}
.srv-vignette-service{
    background-color: #FFFFFF;
    border-radius: 20px;
    /* max-width: 200px;
    max-height: 200px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    width: 165px;
    margin-top: 60px;
    transform: scale(1);
    transition: all 0.1 ease-in-out;
    border: 2px solid #5172EA
}
.srv-vignette-service:hover{
   transform: scale(1.1);
   border: 2px solid #3C4980;
}
.srv-vignette-service img{
    max-width: 64px;
    
}
.srv-vignette-service span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5172EA;
}

.srv-active{
    background-color: #5172EA;
}
.srv-active span{
    color: #FFFFFF;
}

.srv-text{
    margin: 42px 5%;
    border: solid 3px #5172EA;
    border-radius: 20px;
    width: 90%;
}
.srv-text h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #3C4980;
    margin-bottom: 24px;
}
.srv-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3C4980;
}

.srv-text-inter{
    padding: 35px 24px;
}

.contact-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.contact-container p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #3C4980;
    margin-top: 24px;
    
}

form{
    margin-top:24px;
}
.form-container{
padding: 2% 6%;
background-color: #d0E1FC;
border-radius: 20px;
margin: 60px 0;
z-index: 2;
}


iframe{max-width: 100%;}

.form-container h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #3C4980;
    margin: 14px 0 24px 0;
    

}

.form-container span{
    font-family: 'Poppins';
    font-size: 14px;
    color: #3C4980;
    
}

.carte{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
     background-color: #d0E1FC;
     padding: 5% 5%;

}
.carte-text{
    background-color: #d0E1FC;
    height: 100%;
    padding: 0% 2% 4% 2%;
    border-radius: 20px;
}
.carte-text h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #5172EA;
    margin-bottom: 24px ;
    
}
.carte-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    color: #3C4980;  
}
.champs{
    display: block;
    border-radius: 10px;
    padding: 10px;
    border: none;
    min-width: 300px;
    
}
textarea{
    min-height: 70px;
}
.send{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    background-color: #5172EA;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
}

label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
    
}
.recrutement-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.poste-vignette-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;

   
}
.poste-vignette{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #5172EA;
    padding: 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 24px 32px;
    transition: all 0.1s ease-in-out;
}
.poste-vignette img{
    margin-left: 14px;
    transition: all 0.1s ease-in-out;
}
.recrutement-container .illu{
    margin: 40px 0;
}

.poste-vignette:hover img {
margin-left: 24px;
}

.aides-header{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #3C4980;
    margin-top: 5%;
}
.section-aides{
    margin: 5% 5% 2% 5% ;

}
.aide{
padding: 2% 5%;
margin: 5% 0;
background-color: #F4F8FF;
border-radius: 20px;
border: solid 1px #D7E5FF;
}
.aide h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px; 
    color: #3C4980;
}

.aide p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3C4980;
    margin-top: 28px;
}
.aide a{
    transition: all 0.1s ease-in-out;
}
.aide a:hover{
    color: #5172EA;
}

.mentions-container{
    margin: 5% 5% 2% 5% ;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3C4980;

}
.avis{background-color: #92B7FF;padding: 5% 10%;}

.rs{
    background-color: #92B7FF;
    padding: 1% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Popins', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: 100px; 
    
    
}
.rs img{max-width: 24px;margin-right: 8px;}
.rs a{
    background-color: white;
    color: #5172EA;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    margin: 5%;
    transition: all 1s;
}
.rs a:hover{
    transform: scale(1.1);
}


@media screen and (max-width: 768px) {

    .nav-desktop{display: none;}
    .nav-responsive{display: block;}
    .home-container{text-align: left;}
    .home-container h1{font-size: 32px;line-height:40px;}
    .home-container h2{font-size: 18px;}
    .home-container h1,.home-container h2{text-align: left;padding:0 0%;}
    .home-text{max-width:100%}
    .home-container>img{max-width:100%;margin: 32px 0;}
    .illu_bsf img{max-width: 90%;}
    .qui-center{max-width: 100%}
    .nous-contacter-container{ flex-wrap: wrap;margin: 0 5%;padding: 8% 7%;}
    .nous-contacter-container p,.nous-contacter-container h3{max-width: 100%;}
    .nous-contacter-container img{margin-left: auto;margin-right: auto;margin-top: 20px;}
    .bloc-footer{margin-bottom: 42px;}
    .partnaire-vignette{max-width: 100% ;margin-top: 32px;}
    .carte-text{padding: 4% 2% 4% 2%;}
    .role-vignette{width: 100%;}
    .srv-topblock .fas{display: none;}
    .vignette-service{width: 100%;}
    .contact-container h2{text-align: left;margin-left:5% ;}
}

