@media screen and (width:1366px) and (min-height:750px){
    .main-container .welcome-section{
        width: 80%;
        height: 60vh;
        display: flex;
        overflow-y: hidden;
    }
    .main-container .services-section{
        width: 80%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
     }
     .avis-section{
        width: 100%;
        height: 80vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        font-family: roboto;
    }
}



@media screen and (width:1366px) and (height:1024px){
    header nav a{
        font-size: 1.2rem;
        line-height: 60px;
        border-bottom: 4px solid transparent;
        transition: .5s ease;
    }
    .main-container .welcome-section{
        width: 80%;
        height: 70vh;
        display: flex;
        overflow-y: hidden;
    }
    .welcome-section div.img-desc{
        width: 50%;
    }


    .service{
        width: 25%;
        height: 30%;
        border: 2px solid rgba(128, 128, 128, 0.5);
        border-radius: 5px;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        position: relative;
        transition: .5s ease;
    }
}

@media screen and (max-width:1024px){
    #pop-up{
        width: 80%;
        height: 50%;
        font-size: 1rem;
    }
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        height: 70%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    

    header #burger-container{
        display: flex;
        position: absolute;
        right: 0;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2rem;
        text-align: center;
    }
    .slider .slide button{
        font-size: 1.2rem;
        padding: 10px;
        text-align: center;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 80vh;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }


    .main-container .services-section{
        width: 80%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
     }
    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 30%;
        margin-bottom: 10px;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        font-size: 1rem;
    }


    
    .mission{
        margin-bottom: 50px;
        height: 50vh;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
        font-size: 2rem;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 25px 0;
        font-size: 1.3rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        width: 100%;
        height: 80vh;
    }
    .avis-section .title{
        width: 100%;
        height: 20%;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .avis-container .avis{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.9rem;
        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: 50px;
    }


    .contacte{
        width: 100%;
        height: 80vh;
        margin-bottom: 100px;
    }
    .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 button{
        padding: 10px;
        width: 20%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 2rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.1rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }
}
@media screen and (width:1024px) and (height:1366px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        height: 40%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }



    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 3rem;
        text-align: center;
    }


    .main-container .welcome-section{
        width: 80%;
        height: 50vh;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }


    .main-container .services-section{
        width: 80%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 100px;
     }
    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 23%;
        margin-bottom: 10px;
    }


    
    .mission{
        margin-bottom: 50px;
        height: 40vh;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 25px 0;
        font-size: 1.4rem;
    }
    .mission img{
        width: 400px;
        height: 400px;
    }


    .avis-section{
        width: 100%;
        height: 40vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 50px;
    }


    .partenaires-section{
        width: 100%;
        height: 30vh;
        background: #50B1E9;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }


    .contacte{
        width: 100%;
        height: 30vh;
        margin-bottom: 100px;
    }
    .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 button{
        padding: 10px;
        width: 20%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 60vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 2.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.2rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }
    
}





@media screen and (width:1024px) and (height:768px){
    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
        position: absolute;
        right: 0;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2.3rem;
        text-align: center;
    }

    .slide button{
        padding: 8px;
        font-size: 1.2rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 70vh;
    }
    
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }

    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 30%;
        margin-bottom: 10px;
    }


    .mission{
        height: 50vh;
        margin-bottom: 50px;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .mission img{
        width: 300px;
        height: 300px;
    }


    .avis-section{
        width: 100%;
        height: 40vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 30%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .avis-container{
        height: 80%;
    }

    .avis h2{
        font-size: 1.2rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }

    .avis p{
        font-size: 0.8rem;
    }



    .partenaires  h1{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .partenaires-section img{
       display: none;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 25%;
        height: 100%;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 60vh;
        margin-bottom: 100px;
    }
    .contacte form{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    form div{
        width: 50%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }
    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 60vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 2.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.2rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}
@media screen and (max-width:768px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }



    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
        position: absolute;
        right: 0;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1.2rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 60vh;
    }
    
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }

    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 25%;
        margin-bottom: 10px;
    }


    .mission{
        height: 80vh;
        margin-bottom: 50px;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .mission img{
        width: 300px;
        height: 300px;
    }


    .avis-section{
        width: 100%;
        height: 40vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 30%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .avis-container{
        height: 80%;
    }




    .partenaires  h1{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .partenaires-section img{
       display: none;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 25%;
        height: 100%;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 80vh;
        margin-bottom: 100px;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }
    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 60vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 2rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.3rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}
@media screen and (width:768px) and (height:1024px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        height: 40%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }







    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
        position: absolute;
        right: 0;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2.3rem;
        text-align: center;
    }

    .slide button{
        padding: 8px;
        font-size: 1.2rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 50vh;
    }
    
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }

    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 25%;
        margin-bottom: 10px;
    }


    .mission{
        height: 50vh;
        margin-bottom: 50px;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .mission img{
        width: 300px;
        height: 300px;
    }


    .avis-section{
        width: 100%;
        height: 40vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 30%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .avis-container{
        height: 80%;
    }

    .avis h2{
        font-size: 1.2rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }

    .avis p{
        font-size: 0.8rem;
    }



    .partenaires  h1{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .partenaires-section img{
       display: none;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 25%;
        height: 100%;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 50vh;
        margin-bottom: 100px;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }
    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 2.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.3rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}


@media screen and (max-width:728px){
    #pop-up{
        width: 80%;
        height: 50%;
        font-size: 0.8rem;
    }
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }


    



    .top-section{
        height: 80vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2.1rem;
        text-align: center;
    }

    .slide button{
        padding: 8px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 100%;
        height: 80vh;
        padding: 10px;
    }
    .welcome-section div.short-desc section{
        width: 100%;
        height: 25%;
    }
    .welcome-section div.short-desc section span{
        width: 30%;
        height: 20px;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }

    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 25%;
        margin-bottom: 10px;
    }
    .service img{
        width: 50px;
    }
    .service h3{
        font-size: 0.7rem;
    }


    .mission{
        height: 40vh;
        margin-bottom: 50px;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .mission img{
        width: 300px;
        height: 300px;
    }


    .avis-section{
        width: 100%;
        height: 50vh;
    }
    .avis-section .title{
        width: 100%;
        height: 20%;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .avis-container .avis{
        width: 25%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.7rem;
        text-align: center;
    }
    .avis p.testimony{
        height: 30%;
        font-size: 0.6rem;
        text-align: justify;
    }
    .avis p.post{
        font-size: 0.6rem;
        text-align: justify;
        color: #50B1E9;
    }

  

    .partenaires-section{
        height: 30vh;
    }
    .partenaires  h1{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .partenaires-section img{
       display: none;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 25%;
        height: 100%;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 70vh;
        margin-bottom: 100px;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }
    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }


    footer{
        height: 60vh;
    }
    .footer-up{
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        text-align: center;
        font-size: 2rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1.2rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    .footer-up form{
        width: 100%;
        display: flex;
    }
    .footer-up .horraires,.footer-up .newsletter{
           display: none; 
    }
    
    

}


@media screen and (width:800px) and (height:600px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 80%;
        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;
        font-size: 1.3rem;
    }
    .rdv img{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }



    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }

    .slider .slide p{
        font-size: 2rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1.1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 80px;
        height: 80px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 70vh;
    }
    
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 50%;
        height: 70%;
    }


    .main-container .services-section{
        width: 80%;
        height: 150vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
     }
    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 30%;
        margin-bottom: 10px;
    }


    .mission{
        width: 100%;
        height: 80vh;
        margin-bottom: 50px;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 20px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .mission img{
        width: 300px;
        height: 300px;
    }


    .avis-section{
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 30%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .avis-container{
        height: 80%;
    }

    .avis h2{
        font-size: 1.2rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }

    .avis p{
        font-size: 0.8rem;
    }



    .partenaires  h1{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .partenaires-section img{
       display: none;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 25%;
        height: 100%;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 80vh;
        margin-bottom: 100px;
    }
    .contacte form{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    form div{
        width: 50%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }
    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }

    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 7px auto;
        font-size: 1.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}
@media screen and (width:600px) and (height:800px){
    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        width: 30%;
        display: flex;
        position: absolute;
        right: 0;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 2rem;
        text-align: center;
    }

    .slide button{
        padding: 8px;
        font-size: 1.2rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 1.3rem;
        cursor: pointer;
        transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 50vh;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }

    .welcome-section div.img-desc{
        width: 100%;
        height: 80%;
    }

    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 30%;
        margin-bottom: 10px;
    }


    .mission-text h1{
        font-weight: bold;
        padding-bottom: 15px;
        position: relative;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        width: 200px;
        height: 200px;
    }


    .avis-section{
        height: 55vh;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 40%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 15px;
        position: relative;
    }
    .avis h2{
        font-size: 1.3rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }
    

    .avis p{
        font-size: 0.8rem;
    }


    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaire img{
        display: inline-block;
    }

    .contacte{
        height: 80vh;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }



    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
    }
    .footer-up div p{
        text-align: center;
        font-size: 1rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }


}
@media screen and (max-width:600px){
    
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 50%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }


    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }

    .slide .container{
        width: 80%;
        height: 30%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%,-50%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 8px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        width: 80%;
        height: 50vh;
    }
    .welcome-section div.short-desc section{
        display: none;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 50vh;
        margin-bottom: 50px;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.img-desc{
        display: none;
    }

    .services-section{
        height: 100vh;
    }
    .services-section .services{
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .services-section .title h1{
        text-align: center;
        font-family: roboto;
        font-weight: bold;
        color: #494949;
        padding-bottom: 20px;
        position: relative;
    }
    .title h1::before{
        content: "";
        width: 20%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .service{
        width: 40%;
        height: 20%;
        margin-bottom: 5px;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        font-size: 0.6rem;
    }
    .service p{
        font-size: 0.8rem;
    }


    .mission{
        height: 50vh;
    }
    .mission-text h1{
        font-weight: bold;
        padding-bottom: 15px;
        position: relative;
        font-size: 1.5rem;
    }
    .mission h1::before{
        content: "";
        width: 25%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        width: 100%;
        height: 150vh;
    }
    .avis-section .title{
        width: 100%;
        height: 10%;
    }
    .avis-container{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 80%;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.9rem;
        text-align: center;
    }
    .avis p.testimony{
        height: 30%;
        font-size: 0.7rem;
        text-align: justify;
    }
    .avis p.post{
        font-size: 0.7rem;
        text-align: justify;
        color: #50B1E9;
    }
}







@media screen and (width:736px) and (height:414px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }




    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 60vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
     }

    .services-section .services{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.3rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 50%;
        height: 10%;
    }
    .service img{
        width: 25px;
        height: 25px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.7rem;
    }
    .service p{
    bottom: -15px;
}
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.7rem;
    }

    .mission{
        width: 100%;
        height: 80vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        height: 100vh;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1::before{
        content: "";
        width: 10%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .avis-container .avis{
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .avis h2{
        font-size: 1.3rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }
    

    .avis p{
        font-size: 0.7rem;
        width: 50%;
    }

    .partenaires-section{
        height: 100vh;
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 100vh;
        margin-bottom: 100px;
    }
    .contacte form{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    form div{
        width: 50%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 80%;
        height: 25%;
    }
    .contacte .message div{
        width: 80%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 60vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        font-size: 1.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}
@media screen and (max-width:414px) and (min-height:736px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 50%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }




    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }
  






    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 40vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: auto;
     }

    .services-section .services{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.5rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 30%;
        height: 20%;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.8rem;
    }
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.8rem;
    }

    .mission{
        width: 100%;
        height: 50vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 100px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }

    .avis-section{
        width: 100%;
        height: 60vh;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .avis h2{
        font-size: 1.3rem;
    }
    .avis .post{
        font-size: 0.9rem;
    }
    

    .avis p{
        font-size: 0.7rem;
    }

    .partenaires-section{
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }



    .contacte form{
        width: 100%;
        height: 100%;
        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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.5rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

}



@media screen and (width:812px) and (height:375px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 1rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }






    .top-section{
        height: 80vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
     }

    .services-section .services{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.3rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 50%;
        height: 10%;
    }
    .service img{
        width: 25px;
        height: 25px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.7rem;
    }
    .service p{
    bottom: -15px;
}
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.7rem;
    }

    .mission{
        width: 100%;
        height: 80vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    

  

    .partenaires-section{
        height: 120vh;
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 100vh;
        margin-bottom: 100px;
    }
    .contacte form{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    form div{
        width: 50%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 80%;
        height: 25%;
    }
    .contacte .message div{
        width: 80%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 60vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        font-size: 1.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}
@media screen and (max-width:375px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }


    



    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.3rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 60vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
        margin-bottom: 0;
    }
    .welcome-section div.short-desc section{
        display: none;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        border: none;
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 200vh;
        align-items: center;
        margin-bottom: auto;
     }

    .services-section .services{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .title h1{
        font-size: 1.5rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 80%;
        height: 10%;
        margin-bottom: 0;
    }
    .service:nth-child(1) p,
    .service:nth-child(2) p,
    .service:nth-child(3) p{
    bottom: -10px;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.8rem;
    }
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.8rem;
    }

    .mission{
        width: 100%;
        height: 100vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        width: 100%;
        height: 200vh;
    }
    .avis-section .title{
        width: 100%;
        height: 10%;
    }
    .avis-container{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 80%;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.7rem;
        text-align: center;
    }
    .avis p.testimony{
        height: 30%;
        font-size: 0.6rem;
        text-align: justify;
    }
    .avis p.post{
        font-size: 0.6rem;
        text-align: justify;
        color: #50B1E9;
    }


    .partenaires-section{
        width: 100%;
        height: 80vh;
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }


    .contacte{
        height: 100vh;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.5rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}
@media screen and (width:375px) and (height:812px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 50%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 1rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }





    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 40vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 150vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: auto;
     }

    .services-section .services{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.5rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 50%;
        height: 10%;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.8rem;
    }
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.8rem;
    }

    .mission{
        width: 100%;
        height: 50vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 100px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        width: 100%;
        height: 150vh;
    }
    .avis-section .title{
        width: 100%;
        height: 10%;
    }
    .avis-container{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 80%;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.6rem;
        text-align: center;
    }
    .avis p.testimony{
        height: 30%;
        font-size: 0.6rem;
        text-align: justify;
    }
    .avis p.post{
        font-size: 0.6rem;
        text-align: justify;
        color: #50B1E9;
    }


    .partenaires-section{
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }



    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.5rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}


@media screen and (width:667px) and (height:375px){

    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 1.2rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }



    .top-section{
        height: 100vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 70vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 200vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
     }

    .services-section .services{
        width: 80%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.3rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 30%;
        height: 15%;
    }
    .service:nth-child(1) p,
    .service:nth-child(2) p,
    .service:nth-child(3) p{
    bottom: -10px;
    }
    .service img{
        width: 25px;
        height: 25px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.7rem;
    }
    .service p{
    bottom: -15px;
}
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.7rem;
    }

    .mission{
        width: 100%;
        height: 80vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        height: 150vh;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-section .title h1::before{
        content: "";
        width: 10%;
        height: 2px;
        background: #494949;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .avis-container .avis{
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .partenaires-section{
        height: 100vh;
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 100vh;
        margin-bottom: 100px;
    }
    .contacte form{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    form div{
        width: 50%;
        height: 40%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 80%;
        height: 25%;
    }
    .contacte .message div{
        width: 80%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 100%;
    }
    .footer-up div h1{
        font-size: 1.3rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}
@media screen and (width:375px) and (height:667px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 1.2rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }





    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 50vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 200vh;
        align-items: center;
        margin-bottom: auto;
     }

    .services-section .services{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .title h1{
        font-size: 1.5rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 80%;
        height: 10%;
        margin-bottom: 0;
    }
    .service img{
        width: 50px;
        height: 50px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.8rem;
    }
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.8rem;
    }

    .mission{
        width: 100%;
        height: 60vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 100px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        height: 80vh;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .partenaires-section{
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }


    .contacte{
        width: 100%;
        height: 80vh;
        margin-bottom: 50px;
    }

    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.5rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}




@media screen and (width:320px) and (height:568px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }





    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.5rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 50vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 150vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
     }

    .services-section .services{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.3rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 80%;
        height: 10%;
    }
    .service img{
        width: 25px;
        height: 25px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.7rem;
    }
    .service p{
    bottom: -15px;
}
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.7rem;
    }

    .mission{
        width: 100%;
        height: 80vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        height: 80vh;
    }
    .avis-container{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 100%;
        height: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .partenaires-section{
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }



    .contacte{
        width: 100%;
        height: 80vh;
        margin-bottom: 50px;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 40vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.5rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}
@media screen and (max-width:320px){
    .rdv{
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 80%;
    }

    .rdv .close{
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background: black;
        color: red;
        font-size: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .rdv h1{
        font-size: 0.9rem;
        text-align: center;
        font-family: roboto;
    }
    .rdv img{
       display: none;
    }
    .rdv form{
        width: 100%;
        height: 100%;
    }
    .rdv form div{
        width: 100%;
        height: 20%;
    }
    .rdv form label{
        font-family: roboto;
        font-size: 0.9rem;
    }

    

    .top-section{
        height: 70vh;
    }
    .top-section header{
        border: none;
        position: fixed;
    }
    .top-section header #logo{
        border: none;
    }
    .top-section header nav{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        border: none;
    }
    .top-section header nav a{
        display: none;
        border: none;
    }
    header #burger-container{
        display: flex;
    }


    .slide .container{
        width: 80%;
        height: 30%;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-30%);
        position: absolute;
        font-family: roboto;
        text-align: center;
    }
    .slider .slide p{
        font-size: 1.2rem;
        text-align: center;
    }

    .slide button{
        padding: 5px;
        font-size: 1rem;
        border: 2px solid #abcf47;
    }

    .top-section .controls .prev,
    .top-section .controls .next{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: .5s;
    }

    .main-container .welcome-section{
        padding-top: 30px;
        width: 80%;
        height: 60vh;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    }
    .welcome-section div.short-desc section{
        display: none;
    }
    .welcome-section div.short-desc{
        width: 100%;
        height: 100%;
        
    }
    .welcome-section div.short-desc p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #50B1E9;
    }
    .welcome-section div.short-desc h1{
        width: 100%;
        color: #abcf47;
        padding: 20px 0;
        position: relative;
        font-size: 1.3rem;
    }
    .welcome-section div.short-desc h3{
        font-weight: lighter;
        color: #494949;
        margin: 30px 0;
        font-size: 1rem;
    }
    .welcome-section div.short-desc button{
        padding: 5px;
        background: #50B1E9;
        border: 2px solid #408db9;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }


    .welcome-section div.img-desc{
        display: none;
    }

    .main-container .services-section{
        width: 100%;
        height: 150vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
     }

    .services-section .services{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .title h1{
        font-size: 1.3rem;
    }
    .title h1::before{
        width: 30%;
    }
    .service{
        width: 80%;
        height: 10%;
    }
    .service img{
        width: 25px;
        height: 25px;
    }
    .service h3{
        text-transform: uppercase;
        color: #494949;
        font-size: 0.7rem;
    }
    .service:nth-child(1) p,
    .service:nth-child(2) p,
    .service:nth-child(3) p{
    bottom: -10px;
    }
    .service p a{
        color: #50B1E9;
        transition: .5s;
        font-size: 0.7rem;
    }

    .mission{
        width: 100%;
        height: 100vh;
        background: #50B1E9;
        display: flex;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .mission-text h1{
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
    .mission ul li{
        padding: 5px;
        margin: 10px 0;
        font-size: 1rem;
    }
    .mission img{
        display: none;
    }


    .avis-section{
        width: 100%;
        height: 200vh;
    }
    .avis-section .title{
        width: 100%;
        height: 10%;
    }
    .avis-container{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .avis-container .avis{
        width: 80%;
        height: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    .avis .img-avis{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 2px solid #abcf47;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    }
    .avis p.nom{
        height: 5%;
        color: #abcf47;
        font-size: 0.6rem;
        text-align: center;
    }
    .avis p.testimony{
        height: 30%;
        font-size: 0.5rem;
        text-align: justify;
    }
    .avis p.post{
        font-size: 0.5rem;
        text-align: justify;
        color: #50B1E9;
    }


    .partenaires-section{
        height: 70vh;
        margin-bottom: auto;
    }
    .partenaires  h1{
        font-size: 1.5rem;
        padding-bottom: 15px;
    }
    .partenaires-section .partenaires div{
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }
    .partenaires-section .partenaires div .partenaire{
        width: 100%;
        height: 15%;
    }
    .partenaires-section img{
        display: none;
    }
    .partenaires-section .partenaires img{
        display: inline-block;
    }



    .contacte{
        height: 100vh;
    }
    .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;
        flex-direction: column;
    }
    .contacte .nom-and-email div{
        width: 100%;
        height: 25%;
    }
    .contacte .message div{
        width: 100%;
    }
    .contacte .message div textarea{
        width: 100%;
    }

    .contacte form button{
        padding: 10px;
        width: 50%;
        color: #fff;
        background: #2cac6c;
        border: 2px solid #2cac6c;
        font-weight: normal;
        font-family: roboto;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        position: relative;
        transition: .5s;
    }





    footer{
        min-height: 50vh;
    }

    footer .footer-up{
        flex-wrap: wrap;
    }
    footer .footer-up div{
        width: 100%;
        height: 50%;
    }
    .footer-up div h1{
        margin: 5px auto;
        font-size: 1.4rem;
    }
    .footer-up div p{
        text-align: center;
        font-size: 0.8rem;
    }
    .footer-up div p img{
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: .5s ease-in-out;
        margin: auto 5px;
    }
    .horraires, .newsletter{
        display: none;
    }

 

}