*{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root{
    --main-color: rgb(15, 131, 21);
    --primary-color: rgb(194, 6, 241);
    --secondary-color: rgb(255, 196, 0);
}

a{
    text-decoration: none;
    color: inherit;
    display: inherit;
    padding: inherit;
    padding: inherit;
    width: 100%;
}
input, select{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(180, 179, 179);
    margin-bottom: 10px;
    padding: 5px 10px;
}
textarea{
    width: 100%;
    border: 1px solid rgb(180, 179, 179);
    padding: 10px;
    margin-bottom: 10px;
}
button{
    width: max-content;
    padding: 10px 20px;
    border: none;
    background-color: var(--primary-color);
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.container{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 3rem 10%;
    padding-top: 0rem;
}

main{
    width: 100%;
}

.main-banner{
    width: 100%;
    height: 80vh;
    background-image: url('../../images/images\ -\ 2024-02-28T112813.178.jpeg') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4rem;
}
.main-banner-inner{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(6, 65, 14, 0.856),70%, rgba(9, 82, 19, 0.295));
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-banner-inner .container{
    padding-top: 4rem;
}
.main-banner-inner .text{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.main-banner-inner .text h1{
    width: 70%;
    font-size: 70px;
    line-height: 75px;
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: auto 0;
    color: white;
    position: relative;
    text-align: center;
}
.main-banner-inner .text h1 span{
    color: var(--secondary-color);
}
.main-banner-inner .text h1:before{
    width: 30px;
    height: 30px;
    content: '';
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px 0;
}
.main-banner-inner .text h1:after{
    width: 30px;
    height: 30px;
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -10px;
    border-radius: 10px 0;
}
/*  */
.sm-banner{
    width: 100%;
    height: 250px;
    background-image: url("../../images/images - 2024-02-28T113016.760.jpeg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.sm-banner-inner{
    width: 100%;
    height: 100%;
    background-color: rgba(7, 51, 7, 0.89);
}
.sm-banner-inner .container{
    display: flex;
    padding-top: 140px;
}
.sm-banner-inner .container h1{
    font-size: 40px;
    color: white;
    text-align: center;
}

/* ---------------- */
.main-content .intro{
    width: 100%;
    height: auto;
    display: flex;
}
.main-content .intro .left{
    width: 50%;
    position: relative;
}
.main-content .intro .left img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 50px 50px 0 50px;
    z-index: 10;
    border: 3px solid white;
    object-position: top;
}
.main-content .intro .left .forme2{
    width: 50px;
    height: 50px;
    background-color: rgba(255, 187, 0, 0.788);
    position: absolute;
    display: flex;
    right: 0;
    bottom: 40px;
    margin-right: -20px;
    border-radius: 50%;
}

.main-content .intro .right{
    width: 50%;
    padding-left: 2rem;
}
.main-content .intro .right .intro{
    font-size: 45px;
    line-height: 46px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--secondary-color);
}
.main-content .intro .right #icon{
    font-size: 40px;
    color: green;
    border: 1px solid green;
    border-bottom-color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.main-content .intro .right p{
    font-size: 18px;
}
.main-content .intro .right ul{
    margin-left: 20px;
}
.intro .right a{
    width:max-content;
    height: max-content;
    padding: 13px 26px;
    background-color: rgb(15, 97, 15);
    color: white;
    text-transform:lowercase;
    font-weight: 200;
    margin-top: 20px;
    border-radius: 50px 50px 50px 0px;
}
.intro .right a i{
    margin: auto 0;
}
.intro .right a:hover{
    background-color: rgb(63, 121, 63);
    background-image: linear-gradient(rgb(15, 97, 15), 50, rgb(15, 59, 15));
}
.statut{
    width: 100%;
    height: max-content; 
    background-image: url('../../images/others/IMG-20240510-WA0062.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.statut-wrapper{
    background-color: rgba(16, 69, 16, 0.913);
    padding-top: 3rem;
}
.statut-inner{
    color: white;
}
.statut-title{
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
.statut .title-zone{
    width: 100%;
    display: flex;
}
.statut .title-zone #icon{
    font-size: 30px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    border-bottom-color: transparent;
    padding: 5px 10px;
    padding-top: 10px;
    border-radius: 10px;
    margin-right: 20px;
}
.statut-inner{
    width: 100%;
}
.statut-inner p{
    font-size: 18px;
}
.statut-inner ul{
    margin-top: 12px;
    margin-left: 20px;
    list-style:circle;
    font-size: 18px;
    font-weight: 600;
}
/*  */
.zone-mvo{
    width: 100%;
    margin-top: 3rem;
    display: flex;
}
.zone-mvo .titre{
    text-transform:capitalize;
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.zone-mvo ul{
    margin-left: 20px;
}
.zone-mvo .left{
    width: 50%;
    height: max-content;
    margin: auto 0;
    padding: 20px;
    padding-top: 10px;
    background-color: rgb(255, 174, 0);
    border-radius: 20px;
    /*margin-right: -30px;*/
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 3px solid white;
}
.zone-mvo .left div{
    border-left: 3px solid white;
    padding-left: 10px;
    border-radius: 10px;
}

.zone-mvo .left .titre{
    color: green;
    margin: 0px;
    color: white;
    font-size: 25px;
}
.zone-mvo p, .zone-mvo ul{
    font-weight: 500;
    font-size: 17px;
    color: rgb(33, 77, 9);
}
.zone-mvo .right{
    width: 50%;
    height: 400px;
    border-radius: 30px;
    z-index: -1;
}
.zone-mvo .right img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}

.title{
    font-size: 30px;
    margin: 20px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(48, 46, 45);
    position: relative;
}
.title::after{
    width: 30px;
    height: 5px;
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 10;
    left: 0;
    display: flex;
}

.services{
    margin-bottom: 3rem;
    background-image: url("../../images/images - 2024-02-28T112823.132.jpeg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.589);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services .title{
    color: white;
}
.services .container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.services-inner{
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.services-inner .box{
    width: calc(100%/3 - 10px);
    background-color: rgb(232, 247, 237);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    position: relative;
}
.services-inner .box .icon{
    width: 50px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.services-inner .box img{
    width: 50px;
    height: max-content;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid green;
    margin: auto 0;
}
.services-inner .box h2{
    font-size: 18px;
    font-weight: 800;
    margin: auto 0;
    margin-left: 50px;
}


.info{
    width: 100%;
    height:max-content;
    display: flex;
}
.info .left{
    width: 50%;
    margin: auto 0;
}
.info .left .titre{
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.info #icon{
    font-size: 40px;
    color: green;
    border: 1px solid green;
    border-bottom-color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.info .left h2{
    font-size: 55px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 1.4rem;
    color: rgb(46, 48, 46);
}
.info .left blockquote{
    font-size: 18px;
    margin-top: 2rem;
    border-left: 7px solid rgb(205, 203, 203);
    padding-left: 10px;
    color: rgb(35, 35, 35);
}
.info .right{
    width: 50%;
    display: flex;
    padding-left: 20px;
    
}
.info .right .owl-carousel div{
    border-radius: 50px 0px 50px 0px;
}
.info .right .owl-carousel div img{
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: inherit;
}
.info .right .owl-carousel #div2 img{
    border-right: 0px;
    object-fit: contain;
    object-position: bottom;
}

.activites{
    width: 100%;
    height: max-content;
    margin-top: -20px;
    margin-bottom: 3rem;
}
.activites .owl-carousel{
    margin-top: 2rem;
}
.activites .owl-carousel .element{
    width: 100%;
    height: max-content;
    padding: 6px;
    background-color: rgb(240, 241, 240);
    border-radius: 25px 0;
}
.activites .owl-carousel .element a{
    width: 100%;
    height: inherit;
    display: inherit;
    flex-direction: inherit;
    border-radius: inherit;
}
.activites .owl-carousel .element .image{
    width: 100%;
    height: 260px !important;
    border-radius: 23px 0;
    border: 2px solid white;
}
.activites .owl-carousel .element .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.activites .owl-carousel .element .txt{
    padding: 10px 0;
}
.activites .owl-carousel .element .titre_activite{
    font-size: 18px;
    line-height: 20px;
    margin-bottom:5px;
    color: rgb(41, 41, 41);
}
.activites .owl-carousel .element p{
    color: rgb(41, 41, 41);
}
.activites .owl-carousel .element .date{
    font-size: 14px;
    color: rgb(100, 100, 100);
    font-weight: 100;
    font-weight: 600;
    margin-top: 7px;
    padding-top: 5px;
    border-top: 1px solid rgb(201, 200, 200);
}
.activites .owl-carousel .element .date span{
    font-weight: 700;
}

.activites .element:hover{
    background-color: rgb(255, 255, 255);
}
/*  */
.activites-page{
    width: 100%;
    height: max-content;
    margin-top: 4rem;
}
.activites-page .activites-elements{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.activites-page .activites-elements .element{
    width: calc(100% / 3 - 20px);
}
.activites-page .activites-elements .element a{
    width: 100%;
    height: inherit;
    display: inherit;
    flex-direction: inherit;
}
.activites-page .activites-elements .element .image{
    width: 100%;
    height: 240px;
}
.activites-page .activites-elements .element .image img{
    width: 100%;
    height: 100%;
    border-radius: 25px 0;
    object-fit: cover;
}
.activites-page .activites-elements .element .txt{
    padding: 10px 0;
}
.activites-page .activites-elements .element .titre_activite{
    font-size: 18px;
    line-height: 20px;
    margin-bottom:5px;
    color: rgb(51, 51, 51);
}
.activites-page .activites-elements .element p{
    color: rgb(54, 54, 54);
}
.activites-page .activites-elements .element .date{
    font-size: 14px;
    color: rgb(100, 100, 100);
    font-weight: 100;
    font-weight: 600;
    margin-top: 7px;
    padding-top: 5px;
    border-top: 1px solid rgb(201, 200, 200);
}
.activites-page .activites-elements .element .date span{
    font-weight: 700;
}
.autre_img{
    margin-top: 2rem !important;
    position: relative;
}
.autre_img h2{
    font-size: 20px;
    margin-bottom: 2rem;
    font-weight: 800;
    color: green;
}
.autre_img .items{
    width: 100%;
    display: flex;
    flex-direction: rows;
    flex-wrap: wrap;
    gap: 1rem;
}
.autre_img .items img{
    width: calc(100%/4 - 1rem);
    height: 18rem;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}
/*  */
.activite-inner{
    width: 100%;
    display: flex;
    gap: 25px;
    margin-top: 3rem;
    margin-bottom: -40px;
}
.activite-inner .image{
    width: 50%;
    max-height: 500px;
}
.activite-inner .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 10px 10px 10px;
}
.activite-inner .descript{
    width: 50%;
}
.activite-inner .descript .ttl{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}
.activite-inner .descript .descr{
    font-size: 18px;
    margin-bottom: 14px;
}
.activite-inner .descript .date{
    font-size: 17px;
    background-color: rgb(206, 247, 209);
    padding: 5px 10px;
    width: max-content;
    font-weight: 500;
}
.activite-inner .descript a{
    width: max-content;
    padding: 10px 20px;
    border: 1px solid green;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 2rem;
    /* border-radius: 50px; */
    background-image: linear-gradient(to right, rgb(22, 66, 22),rgb(98, 175, 98));
}
.activite-inner .descript a:hover{
    background-image: linear-gradient(to left, rgb(22, 66, 22),rgb(98, 175, 98));
}

/*  */
.partenaire{
    width: 100%;
}
.partenaire-inner{
    width: 100%;
    display: flex;
    gap: 10px;
}
.partenaire-inner div{
    width: calc(100%/4 - 10px);
    display: flex;
    justify-content: center;
}
.partenaire-inner div img{
    width: 120px;
    height: max-content;
}

/*  */
.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.pagination ul{
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
}
.pagination li{
    font-size: 17px;
    font-weight: 600;
    border: 1px solid rgb(173, 173, 173);
    width: max-content;
}
.pagination li a{
    padding: 3px 10px;
}
.pagination .active{
    background-color: rgb(30, 112, 41);
    color: white;
}
.pagination li:hover{
    background-color: rgb(30, 112, 41);
    color: white;
    cursor: pointer;
}
/*  */
.gallery-page{
    width: 100%;
    height: max-content;
}
.gallery-elements{
    width: 100%;
    margin: 20px auto;
    columns:4;
    column-gap: 10px;
}
.gallery-elements .element{
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
}
.gallery-elements .element img{
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.gallery-element .element img:hover{
    cursor: pointer;
    opacity: 0.7;
}

/*  */
.equipe{
    width: 100%;
    height: max-content;
    background-color: rgba(255, 255, 255, 0.856);
}
.equipe-inner{
    width: 100%;
    display: flex;
    gap: 40px;
    padding-top: 20px;
}
.equipe-inner .element{
    width: calc(100%/3 - 40px);
    height: auto;
    background-color: white;
    padding: 20px;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 45px 0 0 0;
}
.equipe-inner .element img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 40px 0 0 0;
}
.equipe-inner .element .text{
    width: 100%;
    padding-top: 10px;
}
.equipe-inner .element .text .poste{
    font-size: 15px;
    color: rgb(83, 83, 83);
}
.equipe-inner .element .text h2{
    font-size: 17px;
}
.equipe-inner .element .text hr{
    margin: 6px 0;
    border: 1px solid rgb(238, 228, 207);
}
.equipe-inner .element .text .contact{
    font-size: 14px;
    color: rgb(88, 88, 88);
    text-align: right;
}

/*  */
.contact-page{
    padding: 0rem 0;
    padding-top: 4rem;
}
.contact-inner{
    width: 100%;
    display: flex;
}
.contact-inner .message{
    width: 50%;
    display: flex;
}
.contact-inner .message-inner{
    width: 85%;
    padding: 20px;
    border: 1px solid rgb(194, 191, 191);
    margin: 0 auto;
}
.contact-inner .message-inner .title{
    font-size: 25px;
    color: rgb(172, 171, 171);
}
.contact-inner .message-inner button{
    background-color: rgb(94, 94, 94);
}
.contact-inner .message-inner button i{
    color: var(--secondary-color);
    background-color: white;
    padding: 4px;
    border-radius: 50%;
}

.contact-inner .coord{
    width: 50%;
    height: max-content;

}
.contact-inner .coord .title{
    font-size: 25px;
    color: rgb(172, 171, 171);
}
.coord-inner{
    width: 85%;
    height: max-content;
    padding: 20px;
    padding-top: 0;
}
.coord-inner ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.coord-inner ul li{
    margin-bottom: 5px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    font-size: 18px;
}
.coord-inner ul li:last-child{
    border: none;
    padding-bottom: 0;
}
.coord-inner ul li i{
    font-size: 20px;
    color: var(--secondary-color);
}
/*  */
.alert-msg{
    width: 100%;
    height: 100%;
    background-color: #00000070;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.alert-inner{
    width: 400px;
    height: max-content;
    padding: 20px;
    background-color: white;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}
.alert-inner img{
    width: 60px;
    height: max-content;
    margin: 0 auto;
}
.alert-inner p{
    text-align: center;
    font-size: 20px;
    margin:10px 0;
}
.alert-inner form{
    width: 100%;
    display: flex;
    justify-content: center;
}
.alert-inner form button{
    width: max-content;
    margin: 0 auto;
    padding: 5px 20px;
    border: 1px solid green !important;
    background-color: white !important;
    color: green !important;
    font-size: 17px;
}
.alert-inner button:hover{
    cursor: pointer;
    border: 1px solid red !important;
    color: red;
}
/*  */
.apropos-page{
    width: 100%;
    margin-top: 30px;
}
.apropos-page .title{
    font-size: 20px;
}
.apropos-page ul{
    margin-left: 20px;
}
.apropos-page .title{
    margin-bottom: 10px;
    position: relative;
}
.apropos-page .title::after{
    display: none;
}
.apropos-page .title::before{
    width: 30px;
    height: 5px;
    content: '';
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5px;
}
.apropos-page .activities li span{
    color: red;
}
.apropos-page .banner{
    width: 100%;
    height: max-content;
    padding-bottom: 10px;
    margin: 2rem 0;
    background-color: rgb(133, 156, 133);
    display: flex;
}
.apropos-page .banner div{
    width: calc(100%/3);
    padding: 10px 20px;
    color: white;
}
.apropos-page .banner div .title{
    color: white;
}
.apropos-page .banner div hr{
    margin-bottom: 10px;
    border: 1px dashed white;
}
/*  */
@media screen and (max-width: 1366px){
    .main-banner{
        height: 85vh;
    }
    .main-banner-inner .text h1{
        width: 100%;
        font-size: 60px;
        line-height: 60px;
        margin-top: 2rem;
    }
    .container{
        padding: 20px 5%;
    }
}
@media screen and (max-width: 1024px) {
    .main-banner{
        height: 85vh;
    }
    .container{
        padding: 20px 5%;
    }
    .info .left h2{
        font-size:40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .contact-inner .coord-inner{
        width: 100%;
    }
    .contact-inner .message-inner{
        width: 100%;
    }
    .equipe-inner{
        gap: 10px;
    }
    .equipe-inner .element{
        padding: 10px;
    }
    /*  */
    .partenaire{
        margin-top: -50px;
    }

}

@media screen and (max-width: 768px) {
    .container{
        padding: 20px 5%;
    }
    .main-banner-inner .text h1{
        width: 100%;
        font-size: 60px;
        line-height: 60px;
    }
    .main-banner-inner .text h1::before{
        margin-left: -20px;
        margin-top: -30px;
    }
    .sm-banner{
        height: 220px;
    }
    .sm-banner-inner .container{
        padding-top: 120px;
    }
    .title{
        font-size: 25px;
    }
    .intro{
        flex-direction: column;
    }
    .intro .left{
        width: 100% !important;
    }
    .intro .right{
        width: 100% !important;
        padding-left: 0 !important;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .intro .right h2{
        flex-direction: row;
    }

    .info{
        flex-direction: column;
        margin-top: -50px !important;
    }
    .info .left{
        width: 100%;
        margin-bottom: 15px;
    }
    .info .left blockquote{
        margin-top: 0;
    }
    .info .right{
        width: 100%;
        margin-top: 20px;
    }

    .services-cover{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .services .container{
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }
    .services-inner{
        margin: 20px auto;
        margin-top: 0;
        columns:2;
        column-gap: 10px;
    }
    /*  */
    .services-cover{
        display: flex;
        justify-content: center;
    }
    .services-inner .box{
        width: calc(100%/2 - 10px);
    }

    .services-inner .box h2{
        font-size: 16px;
    }
    .services-inner .box ul{
        margin: 10px 0;
    }
    .services-inner .box ul li{
        font-size: 16px;
    }
    .services-inner .box img{
        width: 40px;
    }

    .footer-inner{
        flex-wrap: wrap;
    }
    .footer-inner .bloc{
        width: 100% !important;
    }

    .contact-page{
        margin-top: -4rem;
    }
    .contact-inner{
        flex-direction: column;
    }
    .contact-inner .coord-inner, .message-inner{
        padding-top: 0 !important;
    }
    .contact-inner .coord{
        width: 100%;
    }
    .contact-inner .message{
        width: 100%;
    }

    /*  */
    .activites .activites-elements .element{
        width: calc(100%/2 - 25px);
    }
    .activites-page .activites-elements .element{
        width: calc(100%/2 - 25px);
    }
    /*  */
    .activite-inner{
        width: 100%;
        display: block !important;
        gap: 0px;
        margin-top: 1rem;
        margin-bottom: -40px;
    }
    .activite-inner .image{
        width: 100%;
        max-height: 500px;
    }
    .activite-inner .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px 10px 10px 10px;
    }
    .activite-inner .descript{
        width: 100%;
        padding-top: 17px;
    }
    .activite-inner .descript .ttl{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .activite-inner .descript .descr{
        font-size: 18px;
        margin-bottom: 14px;
    }
    .activite-inner .descript .date{
        font-size: 16px;
    }
    /*  */
    .gallery-elements{
        columns:3;
    }
    /*  */
    .equipe-inner{
        gap: 10px;
    }
    .equipe-inner .element{
        padding: 10px;
    }
    /*  */
    .partenaire{
        margin-top: -10px;
    }
}

@media screen and (max-width: 425px) {
    .container{
        padding: 10px 3%;
    }
    .main-banner{
        margin-bottom: 20px;
    }
    .main-banner-inner .text h1{
        width: 100%;
        font-size: 40px;
        line-height: 40px;
    }
    .main-banner-inner .text h1::before{
        margin-left: 10px;
        width: 25px;
        height: 25px;
        border-radius: 6px 0;
    }
    .main-banner-inner .text h1::after{
        width: 25px;
        height: 25px;
        border-radius: 6px 0;
        margin-bottom: -30px;
    }
    .sm-banner{
        height: 200px;
    }
    .sm-banner-inner .container{
        padding-top: 110px;
    }
    .sm-banner-inner .container h1{
        font-size: 30px;
    }
    /*  */
    .intro .left img{
        height: 350px !important;
        border-radius: 30px 30px 0 30px !important;
    }
    .intro .left .forme1{
        width: 50px !important;
        height: 50px !important;
        margin-left: -15px !important;
    }
    .intro .left .forme2{
        width: 30px !important;
        height: 30px !important;
        bottom: 0 !important;
        margin-bottom: -20px !important;
        right: 50px !important;
    }
    .intro .right .intro{
        font-size: 35px !important;
        line-height: 35px !important;
        display: flex;
    }
    .intro .right p{
        font-size: 17px !important;
    }
    /*  */
    .services{
        margin-bottom: 0rem;
    }
    .activites .owl-carousel{
        margin-top: 1.6rem;
    }
    .services .container{
        padding-top: 1rem;
        padding-bottom: 0rem;
    }
    .services-inner .box{
        width: 100%;
    }
    .services .title{
        margin-bottom: 25px !important;
    }
    .activites-elements{
        flex-wrap: wrap;
    }
    .activites-elements .element{
        width: 100% !important;
    }
    .activites-page{
        margin-top: 1rem;
    }
    .activites-page .activites-elements .element{
        width: 100%;
    }
    .activites-page .activites-elements .element .image{
        height: 240px;
    }
    /*  */
    .intro{
        margin-top: -40px;
    }
    .intro .intro{
        margin-top: 0;
    }
    .intro .intro span{
        font-size: 20px;
    }
    /*  */
    .info{
        margin-top: 10px !important;
    }
    .info .left{
        padding-left: 0;
        margin-bottom: 0;
    }
    .info .left h2{
        font-size: 35px !important;
        line-height: 35px;
        margin-bottom: 0;
    }
    .info .left blockquote{
        margin-top: 10px;
        font-size: 17px;
    }
    .info .right{
        width: 100%;
        padding-left: 0;
    }
    .info .right .owl1{
        border-radius: 20px !important;
    }
    .info .right img{
        width: 100%;
        height: 230px;
        border-radius: inherit;
    }
    .info .right #div2 img{
        object-fit: cover !important;
    }

    /*  */
    .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    /*  */
    .activites{
        margin: 0;
    }
    .active .owl-carousel .element{
        margin-bottom: -10px;
    }
    /*  */
    .equipe-inner{
        flex-wrap: wrap;
        gap: 20px;
    }
    .equipe-inner .element{
        width: 100%;
    }
    /*  */
    .statut .statut-inner{
        padding-bottom: 30px;
    }
    .statut .title-zone{
        margin-top: -20px !important;
    }
    .zone-mvo{
        margin-top: 20px;
        flex-direction: column;
    }
    .zone-mvo .left{
        width: 95%;
        margin: 0 auto;
        border-radius: 15px;
    }
    .zone-mvo .right{
        width: 100%;
        /*margin-top: -20px;*/
        border-radius: 10px;
    }
    .partenaire .partenaire-inner{
        margin-top: 20px;
    }
    .partenaire .partenaire-inner div img{
        width: 70px;
        height: max-content;
    }
    .footer-inner .bloc{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .to_top_btn{
        font-size: 30px !important;
        height: 35px !important;
        right: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: 0 !important;
        padding-right: 5px !important;
    }
    /*  */
    .contact-inner .coord-inner, .message-inner{
        padding-top: 0 !important;
        padding-left: 0;
    }
    .contact-inner .coord-inner li{
        font-size: 16px;
    }
    /*  */
    .apropos-page{
        margin-top: 0;
    }
    .apropos-page .banner{
        width: 100%;
        height: max-content;
        padding-bottom: 10px;
        margin: 2rem 0;
        background-color: rgb(133, 156, 133);
        display: flex;
        flex-direction: column;
    }
    .apropos-page .banner div{
        width: 100%;
        padding: 10px 20px;
        color: white;
    }
}

@media screen and (max-width: 375px) {
    .main-banner{
        height: 60vh;
    }
    .main-banner-inner .text h1{
        font-size: 35px;
        line-height: 35px;
    }
    .main-banner-inner .text h1::before{
        width: 20px;
        height: 20px;
    }
    .main-banner-inner .text h1::after{
        width: 20px;
        height: 20px;
    }
    .sm-banner{
        height: 180px;
    }
    .sm-banner-inner .container{
        padding-top: 110px;
    }
    /*  */
    .intro .left img{
        height: 260px !important;
        border-radius: 20px 20px 0 20px !important;
    }
    .intro .right .intro{
        font-size: 30px !important;
        line-height: 30px !important;
        display: flex;
    }
    .intro .right p{
        font-size: 16px !important;
    }
    .intro .right a{
        font-size: 16px;
    }
    /*  */
    .services{
        margin-bottom: 0rem;
    }
    .services .container{
        padding-top: 0.5rem;
        padding-bottom: 1.5rem;
    }
    .services-inner .box{
        padding: 10px;
    }
    .services-inner .box .icon{
        width: 40px;
    }
    .services-inner .box .icon img{
        width: 35px;
    }
    .services-inner .box h2{
        margin-left: 45px;
    }
    .services-inner{
        margin-top: 0;
    }
    /*  */
    .info{
        padding: 0px;
        margin-top: 1.5rem;
    }
    .info .left{
        padding-left: 0;
    }
    .info .left h2{
        font-size: 30px !important;
        line-height: 30px;
        margin-bottom: 0;
    }
    .info .left blockquote{
        margin-top: 10px;
        font-size: 16px;
    }
    
    .title-zone{
        flex-direction: column;
    }
    .zone-mvo .left{
        width: 95%;
        margin-bottom: -30px;
    }
    .zone-mvo .left .titre{
        font-size: 20px !important;
    }
    .title-zone i{
        width: max-content;
        height: max-content;
    }
    .zone-mvo .left p, .zone-mvo .left ul{
        font-size: 16px;
    }
    .zone-mvo .right{
        height: 300px;
        margin-bottom: 20px;
    }
    
    /*  */
    .title{
        font-size: 25px;
    }
    /*  */
    .activites{
        margin: 0 !important;
        padding-top: 0;
    }
    .activites .owl-carousel .element a .image{
        height: 200px !important;
    }
    .activites-elements{
        margin-top: 0;
        gap: 10px;
    }
    .activites-elements .element .image{
        height: 200px !important;
    }
    /*  */
    .activite-inner{
        margin-top: 1rem;
    }
    /*  */
    .equipe-inner{
        flex-wrap: wrap;
        gap: 20px;
    }
    .equipe-inner .element{
        width: 100%;
        padding: 10px;
    }
    .equipe-inner .element .img{
        height: 200px;
    }
    /*  */
    .gallery-elements{
        width: 100%;
        margin: 10px auto;
        columns:2;
        column-gap: 10px;
    }

    .title{
        font-size: 18px !important;
    }
    .apropos-page{
        margin-top: 0;
    }
}

@media screen and (max-width: 320px) {
    .main-banner-inner .text h1{
        font-size: 30px;
        line-height: 30px;
    }
    .main-banner-inner .text h1::before{
        margin-top: -20px ;
    }
    .sm-banner{
        height: 160px;
    }
    .sm-banner-inner .container{
        padding-top: 100px;
    }
    .sm-banner-inner .container h1{
        font-size: 25px;
    }
    /*  */
    .intro .left img{
        height: 250px !important;
    }
    .intro .right .intro{
        font-size: 30px !important;
        line-height: 30px !important;
        display: flex;
    }
    .intro .right p{
        font-size: 15px !important;
    }
    .intro .right a{
        font-size: 14px;
    }
    /*  */
    .services{
        margin-bottom: 0rem;
    }
    .services .container{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .services-inner{
        margin: 10px auto;
        margin-top: 0;
        columns:1;
        column-gap: 10px;
    }
    .services-inner .box{
        padding: 10px;
    }
    /*  */
    .info{
        padding: 0;
    }
    .info .left{
        padding-left: 0;
        padding-right: 0;
    }
    .info .left h2{
        font-size: 28px !important;
        line-height: 28px;
        margin-bottom: 0;
    }
    .info .left p{
        margin-top: 10px;
    }
    
    .info .right{
        width: 100%;
        margin-top: 1.5rem;
        padding-left: 0px;
    }
    .info .right img{
        width: 50%;
        height: 180px;
    }
    /*  */
    .title{
        font-size: 18px !important;
    }
    /*  */
    .activites{
        margin: 0;
    }
    .activites-elements{
        margin-top: 0;
        gap: 10px;
    }
    .activites-elements .element .image{
        height: 200px;
    }
    .activites-page .activites-elements .element .image{
        height: 200px;
    }
    /*  */
    .equipe-inner{
        flex-wrap: wrap;
        gap: 20px;
    }
    .equipe-inner .element{
        width: 100%;
        padding: 10px;
    }
    .equipe-inner .element .img{
        height: 200px;
    }
}