@font-face{
    font-family: roboto;
    src: url('../police/Roboto-Medium.ttf');
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
/*#pop-up{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    font-family: roboto;
    color: #fff;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: .5s;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}
#pop-up a.img-container{
    dipslay:block;
    width:80%;
    height:80%;
}
#pop-up img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0px 0px 10px black;
}


#pop-up span{
    position: absolute;
    top: 5%;
    right: 10%;
    cursor: pointer;
    font-size: 1.3rem;
    color: #fff;
}
#pop-up button{
    z-index: 99;
    position: absolute;
    top: 80%;
    left: 50%;
    width: 30%;
    cursor: pointer;
    font-size: 14pxrem;
    transform: translate(-50%,-80%);
    padding: 10px;
    border-radius: 5px;
    background: orangered;
    border: 2px solid #fff;
}
#pop-up img:hover ~ button{
    display: block;
    opacity: 1;
}
#pop-up button:hover{
    display:block;
}
#pop-up button a{
    color: #fff;
}
#pop-up h2{
    text-align: center;
    letter-spacing: 10px;
    color: #50B1E9;
}

#pop-up p{
    width: 100%;
    text-align: center;
}
#pop-up a{
    color: #abcf47;
    text-decoration: underline;
    
}*/
#popup-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 800px; /* Limite la largeur maximale */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.5s ease-in-out;
}

#popup img {
    max-width: 100%;
    height: auto;
}

#close-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}
#add-btn {
    cursor: pointer;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 5px;
    background: orangered;
    border: 2px solid #fff;
}
/* Animation */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%); /* Part de l'extérieur de l'écran à gauche */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* Arrive à sa position finale */
        opacity: 1;
    }
}

.rdv{
    position: fixed;
    z-index: 99;
    width: 60%;
    height: 60%;
    background: darkslategrey;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}
.rdv .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: black;
    color: red;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.rdv h1{
    text-align: center;
    font-family: roboto;
}
.rdv img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.rdv form{
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.rdv form div{
    width: 80%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.rdv form label{
    font-family: roboto;
}
.rdv form input{
    width: 50%;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: roboto;
    font-size: 1rem;
}
.rdv form button{
    width: 40%;
    padding: 10px;
    background: #2cac6c;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    font-family: roboto;
    cursor: pointer;
    border-radius: 5px;
}


.main-container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: muli;
}
.main-container .welcome-section{
    width: 80%;
    height: 80vh;
    display: flex;
    overflow-y: hidden;
}
.welcome-section div{
    width: 30%;
    height: 100%;
    
}
.welcome-section div.short-desc{
    width: 60%;
    padding: 0 10px;
}
.welcome-section div.short-desc section{
    width: 100%;
    height: 20%;
    font-family: cursive;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.welcome-section div.short-desc section span{
    display: inline-block;
    width: 25%;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    font-family: roboto;
    background: #50B1E9;
    padding: 2px;
    color: #fff;
}
.welcome-section div.short-desc p{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #50B1E9;
    font-size: 2rem;
    letter-spacing: 3px;
}
.welcome-section div.short-desc p span{
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 10px;
    background: #50B1E9;
}
.welcome-section div.short-desc h1{
    color: #abcf47;
    padding: 30px 0;
    position: relative;
    font-weight: bold;
}
.welcome-section div.short-desc h1::before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 30%;
    height: 3px;
    background: #abcf47;
}

.welcome-section div.short-desc h3{
    font-weight: lighter;
    color: #494949;
    margin: 30px 0;
    font-size: 1.3rem;
}
.welcome-section div.short-desc button{
    padding: 10px;
    background: #50B1E9;
    border: 3px solid #408db9;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.welcome-section div.short-desc button:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


.welcome-section div.img-desc{
    width: 25%;
    height: 70%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    border: 5px solid #80808080;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: url('../images/welcome.jpg');
    background-size: cover;
    background-position: center;
}


.main-container .services-section{
   width: 80%;
   height: 100vh;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 100px;
}
.services-section .title{
    width: 100%;
    height: 20%;
}
.services-section .title h1{
    text-align: center;
    font-family: roboto;
    font-weight: bold;
    color: #494949;
    padding-bottom: 30px;
    position: relative;
}
.title h1::before{
    content: "";
    width: 10%;
    height: 2px;
    background: #494949;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.services-section .services{
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.service{
    width: 25%;
    height: 40%;
    border: 2px solid rgba(128, 128, 128, 0.5);
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: .5s ease;
}
.service:hover{
    box-shadow: 0px 0px 5px black;
}

.service h3{
    text-transform: uppercase;
    color: #494949;
}
.service p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.service:nth-child(4) p,
.service:nth-child(5) p,
.service:nth-child(6) p{
    bottom: -10px;
}
.service p a{
    color: #50B1E9;
    transition: .5s;
}
.service p:hover{
    cursor: pointer;
}


.mission{
    width: 100%;
    height: 50vh;
    background: #50B1E9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 80px;
}
.mission .mission-text{
    width: 70%;
    height: 100%;
    color: #fff;
    font-family: roboto;
    padding-left: 50px;
}
.mission-text h1{
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    
}
.mission h1::before{
    content: "";
    width: 15%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mission ul{
    margin: 0;
    padding: 0;
}
.mission ul li{
    padding: 5px;
    margin: 10px 0;
    font-size: 18px;
}


.avis-section{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: roboto;
}
.avis-section .title{
    width: 100%;
    height: 20%;
}
.avis-section .title h1{
    text-align: center;
    font-family: roboto;
    font-weight: bold;
    color: #494949;
    padding-bottom: 30px;
    position: relative;
}
.title h1::before{
    content: "";
    width: 20%;
    height: 2px;
    background: #494949;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.avis-container{
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.avis-container .avis{
    width: 25%;
    height: 80%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: .5s ease;
}
.avis-container .avis:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}
.avis .img-avis{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #abcf47;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.avis:nth-child(1) .img-avis{
    background: url('../images/kadissatou.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.avis:nth-child(2) .img-avis{
    background: url('../images/jean-claude.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.avis:nth-child(3) .img-avis{
    background: url('../images/fadimatou.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.avis p{
    color: #494949;
}
.avis p.nom{
    height: 5%;
    color: #abcf47;
    font-size: 1rem;
    text-align: center;
}
.avis p.testimony{
    height: 30%;
    font-size: 0.8rem;
    text-align: justify;
}
.avis p.post{
    font-size: 0.8rem;
    text-align: justify;
    color: #50B1E9;
}


.partenaires-section{
    width: 100%;
    height: 50vh;
    background: #50B1E9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 100px;
}
.partenaires-section .partenaires{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.partenaires-section .partenaires div{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.partenaires-section .partenaires div .partenaire{
    width: 25%;
    height: 100%;
}
.partenaire img{
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.partenaires  h1{
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    color: #fff;
    font-family: roboto;
    
}
.partenaires  h1::before{
    content: "";
    width: 15%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}





.contacte{
    width: 100%;
    height: 70vh;
    margin-bottom: 100px;
}
.contacte .title{
    width: 100%;
    height: 20%;
}
.contacte .title h1{
    text-align: center;
    font-family: roboto;
    font-weight: bold;
    color: #494949;
    padding-bottom: 30px;
    position: relative;
}
.title h1::before{
    content: "";
    width: 5%;
    height: 2px;
    background: #494949;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.contacte form{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
form div{
    width: 80%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.nom-and-email div{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    font-family: roboto;
}
.nom-and-email div input{
    width: 100%;
    height: 30px;
    padding: 10px;
    background: transparent;
    border: 2px solid #408db9;
    color: #494949;
    font-family: roboto;
    font-weight: bold;
    transition: .5s ease;
    border-radius: 5px;
}
.nom-and-email div input:focus{
    border: 2px solid #abcf47;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}
::placeholder{
    font-size: 1rem;
    font-weight: normal;
}
.message div{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    font-family: roboto;
}

.message div textarea{
    width: 60%;
    height: 80%;
    padding: 10px;
    background: transparent;
    border: 2px solid #408db9;
    color: #494949;
    font-family: roboto;
    font-weight: bold;
    transition: .5s ease;
    border-radius: 5px;
}
.message div textarea:focus{
    border: 2px solid #abcf47;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}

.contacte form button{
    padding: 10px;
    width: 15%;
    color: #fff;
    background: #2cac6c;
    border: 2px solid #2cac6c;
    font-weight: bold;
    font-family: roboto;
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}
.contacte form button:hover{
    box-shadow: 0px 0px 5px #35c87f;
}