@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    object-fit: cover;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

color{
    color: #EAF9E7;
    color: #C0E8BA;
    color: #4CA771;
    color: #013237;
}
a{
    text-decoration: none;
    color: inherit;
}
header{
    width: 100%;
    position: fixed;
    background-color: rgb(255, 255, 255);
    z-index: 888;
}
header .header-inner{
    width: 100%;
    display: flex;
    justify-content:space-between;
    padding: 0 3%;
    position: relative;
}
header .header-inner .devise{
    width: max-content;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
}
header .header-inner .devise ul{
    display: flex;
    list-style: none;
    gap: 10px;
}
header .header-inner .devise ul li{
    font-size: 13px;
    font-weight: 700;
    color: rgb(13, 84, 165);
}
.header-inner .logo{
    width: max-content;
    padding: 10px 20px;
    display: flex;
    background-color: white;
}
.header-inner .logo img{
    width: 60px;
}
.header-inner .logo #imgtxt{
    width: 180px;
}

.header-inner nav{
    width: max-content;
    margin: auto 0;
    display: flex;
    justify-content: space-between;
}
.header-inner nav ul{
    list-style: none;
    display: flex;
}
.header-inner nav ul li{
    height: 100%;
    font-size: 15px;
    font-weight: 500;
    margin: 0 8px;
    text-transform: uppercase;
    color: rgb(29, 29, 29);
    display: block;
}
.header-inner nav ul li:hover{
    color: rgb(13, 107, 214);
    cursor: pointer;
}
.activate{
    color: rgb(13, 107, 214) !important;
    font-weight: 600 !important;
}
.header-inner nav .main{
    position: relative;
}
.header-inner nav .sub-menu{
    width: max-content;
    height: max-content;
    padding: 15px;
    padding-left: 0;
    background-color: white;
    position: absolute;
    top: 1.5rem;
    left: 0;
    flex-direction: column;
    z-index: 99999;
    gap: 10px;
    border-top: 1px solid rgb(139, 139, 139);
    display: none;
}
.show{
    display: flex !important;
}

.header-inner nav hr{
    border: 1px solid rgb(138, 174, 226);
    height: 80%;
}
.header-inner .rs{
    width: max-content;
    display: flex;
    justify-content: flex-end;
    margin: auto 0;
    padding-left:3rem;
}
.header-inner .rs ul{
    list-style: none;
    display: flex;
    gap: 10px;
    margin: auto 0;
}
.header-inner .rs ul li{
    margin: 0;
}
.header-inner .rs ul li a{
    font-size: 18px;
    color: rgb(30, 97, 184);
}
.header-inner .rs ul li a:hover{
    color: rgb(22, 23, 78);
}
.header-inner .rs .langues{
    padding-right: 20px;
    padding-left: 10px;
    height: max-content;
    width: 100px;
}
.header-inner .rs .langues select{
    display: flex;
    margin: 0;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 600;
    height: 35px;
    color: rgb(214, 216, 215);
}
/*  */
.container{
    width: 100%;
    height: 100% !important;
    padding: 50px 10%;
}
main{
    width: 100%;
    height: 100%;
}
/*  */
.main-banner{
    width: 100%;
    height: 100vh;
    /* background-image: url("../../images/images\ -\ 2024-06-14T231639.752.jpeg");  */
    background-image: url("../../images/FB_IMG_1707769383775.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main-banner .owl1{
    width: 100%;
    height: 100%;
    background-color: green;
    position:relative;
}

.main-banner .owl1 .div img{
    width: inherit;
    height: inherit;
}
.main-banner-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    /* background-image: linear-gradient(to right,rgba(13, 38, 92, 0.712),70%,rgba(21, 63, 153, 0.644)); */
    background-image: linear-gradient(to right bottom,rgba(12, 23, 46, 0.877),80%,rgba(255, 255, 255, 0.644));
}
.main-banner .container{
    padding-top: 10%;
}
.main-banner-inner{
    height: 100%;
    display: flex;
}
.main-banner-inner .left{
    width: 60%;
    height: 100%;
    padding: 50px 0;
    padding-top: 60px;
}
.main-banner-inner .left h1{
    font-size: 120px;
    line-height: 100px;
    color: rgb(226, 226, 140);
    margin-bottom: 2rem;
    position: relative;
    margin-top: 2rem;
}
.main-banner-inner .left h1::before{
    content: '';
    width: 30px;
    height: 30px;
    background-color: rgb(180, 197, 21);
    border-radius: 50%;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}
.main-banner-inner .left h1::after{
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgb(212, 50, 38);
    border-radius: 50%;
    position: absolute;
    margin-left: 20px;
    margin-bottom: -10px;
    bottom: 0;
    border: 1px solid rgb(235, 171, 171);
}
.main-banner-inner .left h2{
    font-size: 50px;
    color: white;
    font-weight: 500;
}
.main-banner-inner .left h2 span{
    color: rgb(226, 226, 140);
    font-weight: 700;
}
.main-banner-inner .left p{
    font-size: 30px;
    color: rgb(221, 221, 75);
}
.main-banner-inner .left hr{
    width: 80%;
    margin: 1rem 0;
    border-radius: 50%;
    border: 3px dotted rgba(231, 231, 231, 0.63);
}
.main-banner-wrapper .container{
    position: relative;
}
/* .main-banner-wrapper .devise{
    width: max-content;
    background-color: white;
    position: absolute;
    bottom: 0;
    padding: 20px 50px;
    padding-bottom: 10px;
    border-radius: 20px 20px 0 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.main-banner-wrapper .devise ul{
    display: flex;
    list-style: none;
}
.main-banner-wrapper .devise ul li{
    font-size: 20px;
    margin: 0 10px;
    font-weight: 800;
    color: rgb(95, 129, 91);
} */

/* ----------- */
.main-sm-banner{
    width: 100%;
    height: 300px;
    background-image: url("../../images/IMG-20231121-WA0312.jpg");
    background-image: url("../../images/IMG-20231121-WA0312.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-sm-banner-wrapper{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top,rgba(25, 77, 42, 0.897),80%,rgba(26, 196, 26, 0.966));
}
.main-sm-banner .container{
    padding-right: 0;
    padding-top: 10rem;
}
.main-sm-banner-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.main-sm-banner-inner h1{
    font-size: 45px;
    color: rgb(214, 214, 151);
    position: relative;
}
.main-sm-banner-inner h1::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgb(180, 197, 21);
    border-radius: 50%;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}
.main-sm-banner-inner p{
    color: orange;
}
.volontaire{
    display: flex;
    flex-direction: row;
}
.volontaire div{
    width: 50%;
}
.volontaire a{
    padding: 10px 20px;
    border: 1px solid rgb(13, 84, 165);
    color: white;
    border-color: white;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 1rem !important;
}
/* ----------- */

footer{
    width: 100%;
    background-image: linear-gradient(to right,rgb(56, 66, 92),rgb(23, 29, 56));
    color: white;
}
footer #copyright{
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: rgb(214, 212, 212);
    margin-top: 2rem;
}
footer .footer-inner{
    width: 100%;
    display: flex;
    gap: 10px;
}
.footer-inner .bloc{
    width: calc(100%/2);
    padding: 15px;
}
.footer-inner .bloc h2{
    color: white;
    font-size: 20px;
    margin-bottom: 1.5rem;
    position: relative;
} 
.footer-inner .bloc h2::after{
    width: 50px;
    height: 3px;
    background-color: rgb(206, 63, 38);
    content: '';
    position: absolute;
    display: flex;
    margin-top: 6px;
    border-radius: 10px;
}
.footer-inner .bloc p{
    color: rgb(206, 145, 145);
}
.footer-inner .bloc ul{
    list-style: none;
}
.footer-inner .bloc ul li{
    font-size: 16px;
    margin-bottom: 8px;
    color: rgb(182, 180, 180);
    font-weight: 500;
}

.footer-inner .bloc .rs{
    width: 100%;
    margin-top: 10px;
}
.footer-inner .bloc .rs ul{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer-inner .bloc .rs ul li a{
    color: whitesmoke;
    font-size: 17px;
}

.title{
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    color:rgb(88, 126, 197);
}
.line-title{
    margin: 1rem 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 2px dotted rgb(164, 188, 240);
    border-radius: 50%;
}
/*  */
.activites{
    width: 100%;
    padding: 20px 0;
    margin-top: 3rem;
}
.activites-inner{
    width: 100%;
    display: flex;
    gap: 10px;
}
.activites-inner .box{
    width: 25%;
    padding: 10px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(25, 56, 25, 0.281);
    border-radius: 10px;
}
.activites-inner .box i{
    font-size: 35px;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 7px;
    color: #4CA771;
    margin-top: -25px;
}
.activites-inner .box h2{
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: rgb(68, 68, 68);
}
.activites-inner .box p{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #4b4b4b;
}

/*  */
.detail-inner{
    width: 100%;
    margin-top: 8rem;
    display: flex;
}
.detail-inner .image{
    width: 45%;
    height: fit-content;
}
.detail-inner .image img{
    width: 100%;
    height: 100%;
}
.detail-inner .text{
    width: 55%;
    padding-left: 3rem;
}
.detail-inner .text h2{
    font-size: 30px;
    margin-bottom: 1.4rem;
}
.detail-inner .text p{
    font-size: 20px;
}
.autres-img{
    width: 100%;
    margin: 3rem 0;
    margin-bottom: 2rem;
    columns: 3;
    gap: 10px;
}
.autres-img img{
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 20px 0;
}
/* .autres-img div img{
    width: 100%;
    height: auto;
} */
/* .autres-img  */
/*  */

.info{
    display: flex;
    margin-bottom: 3rem 0;
    position: relative;
}
.info .image{
    width: 45%;
    height: 500px;
    position: relative;
}
.info .image img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.info .image .box{
    width: 180px;
    height: 50px;
    position: absolute;
    border-radius: 0 0 50px 0;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
}
.info .image .boxB{
    width: 180px;
    height: 50px;
    position: absolute;
    border-radius: 50px 0 0 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
}

.info .txt{
    width: 55%;
    height: auto;
    padding: 2rem;
    padding-left: 2.5rem;
}

.info .txt h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 1.4rem;
    color: rgb(30, 97, 184);
}
.info .txt p{
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(73, 73, 73);
}
.info .txt #important{
    font-size: 19px;
    font-weight: 650;
    color: #4CA771;
}
.info .txt .btns{
    width: 100%;
    height: max-content;
    display: flex;
    margin-top: 2rem;
    gap: 20px;
}
.info .txt .btns button{
    width: max-content;
    height: 50px;
    padding: 0 30px;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px 0;
}
.info .txt .btns #plus{
    background-color: rgb(30, 97, 184);;
    color: white;
}
.info .txt .btns #contact{
    border: 2px solid rgb(30, 97, 184);
    color: rgb(30, 97, 184);
    background-color: white;
}
.info .txt .btns button:hover{
    cursor: pointer;
}

.actualites-banner{
    width: 100%;
    height: 45rem;
    background-image: url('../../images/images - 2024-06-14T231302.703.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.actualites-inner{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74);
    padding-top: 7rem;
}

.actualite-elements{
    width: 100%;
}
.actualites-inner .element{
    height: auto;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.158);
    border: 1px solid rgba(255, 255, 255, 0.479);
}
.actualites-inner .element .image{
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
}
.actualites-inner .element .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.actualites-inner .element .text{
    padding: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.actualites-inner .element .text h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    margin-bottom: 0;
    color: white;
}
.actualites-inner .element .text p{
    font-size: 16px;
    color: rgb(230, 225, 225);
    margin-top: 10px;
}
.actualites-inner .element .text a{
    width: max-content;
    background-color: white;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px 0;
    font-weight: 600;
}
/*  */
.equipe{
    width: 100%;
    padding: 20px 0;
}
.equipe-inner{
    width: 100%;
    /* display: flex;
    flex-wrap: wrap;
    gap: 30px; */
}
.equipe-inner .box{
    /* width: calc(100%/3 - 20px); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(143, 169, 224);
    border-left: 0;
    border-bottom: 0;
    padding: 10px;
    border-radius: 50px 0 0 0;
    padding-bottom: 0;
}
.equipe-page .equipe-inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}
.equipe-page .equipe-inner .box{
    width: calc(100%/3 - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(40, 126, 206);
    border-left: 0;
    border-bottom: 0;
    padding: 10px;
    border-radius: 50px 0 0 0;
    padding-bottom: 0;
}
.equipe-inner .box .image{
    width: 100%;
}
.equipe-inner .box .image img{
    width: 100%;
    height: 300px;
    border-radius:  45px 0 0 0;
}
.equipe-inner .box h2{
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-top:1rem;
    text-transform: uppercase;
}
.equipe-inner .box .gmail{
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(20, 87, 173);
}
.equipe-inner .box .fx{
    background-color: rgb(40, 126, 206);
    background-image: linear-gradient(to left,rgb(140, 166, 199),70%,rgb(255, 255, 255));
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    padding: 7px;
    color: white;
    color: black;
    font-weight: 550;
}
.equipe .btn{
    display: flex;
    margin: 1rem 0;
    justify-content: right;
}
.equipe .btn a{
    text-align: right;
    font-size: 18px;
    color: rgb(13, 107, 214);
}
.equipe .btn a:hover{
    text-decoration: underline;
}
/*  */
.page-actualites{
    width: 100%;
}
.page-actualites-inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page-actualites-inner .element{
    width: calc(33% - 10px);
    height: 100%;
}
.page-actualites-inner .element .image{
    width: 100%;
    height: 250px;
    border-radius: 0 0 0 30px;
    border: 3px solid white;
}
.page-actualites-inner .element .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.page-actualites-inner .element .text{
    padding: 10px 0;
    padding-bottom: 20px;
}
.page-actualites-inner .element .text h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 0;
    color: rgb(19, 51, 29);
}
.page-actualites-inner .element .text p{
    margin-top: 7px;
    color: rgb(31, 30, 30);
}
/*  */
.articles{
    width: 100%;
    height: max-content;
    background-image: linear-gradient(to left bottom, #f4f5f4,70%,#adccb5);
}
.articles .container{
    margin-top: 0;
}
.articles-inner{
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 2rem 0;
}
.articles-inner .box{
    width: calc(100%/3);
    border-radius: 10px;
    padding-right: 20px;
}
.articles-inner .box .title{
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
}
.articles-inner .box .sub-title{
    color: orange;
    font-weight: 600;
}
.articles-inner .box:nth-child(2){
    background-color: white;
    padding: 20px;
}
.articles-inner .box:nth-child(3){
    background-color: white;
    padding: 20px;
}
.articles-inner .box .t{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.articles-inner .box .autor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.articles-inner .box .autor div{
    width: max-content;
    display: flex;
}
.articles-inner .box .autor div a{
    margin: auto 0;
    padding: 10px;
    background-color: orange;
    border-radius: 10px 0;
    color: white;
}
.articles-inner .box .autor img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}   
.articles-inner .box .autor span{
    width: max-content;
    padding-left: 10px;
} 
.articles-inner .box .autor span h2{
    font-size: 16px;
    color: #013237;
}
.articles-inner .box .autor p{
    font-size: 14px;
    color: gray;
}
.articles-inner .box .autor p i{
    font-size: 13px;
    color: orange;
}
/*  ---pagination------- */
.pagination{
    width: 100%;
    display: flex;
    padding: 2rem 0;
    justify-content: right;
}
.pagination ul{
    list-style: none;
    display: flex;
    gap: 5px;
}
.pagination ul li{
    font-size: 17px;
    /* font-weight: 500; */
    border: 1px solid rgb(148, 147, 147);
    padding: 3px 10px;
}
.pagination ul li:hover{
    cursor: pointer;
    background-color: #e3f6f8;
}
.pagination ul .btn{
    font-size: 17px;
    font-weight: 700;
    padding: 3px 10px;
    color: white;
    color: black;
    /* background-color: #013237; */
}
.pagination ul .btn:hover{
    background-color: #c9f3d2;
    cursor: pointer;
}

/*  */
.second-banner{
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-image: url('../../images/nature_imgs/images - 2024-03-24T090840.223.jpeg'); */
    background-image: url('../../images/p20181009135953bf.jpg');
}
.second-banner-inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.second-banner-inner .right{
    width: 50%;
    height: 100%;
    background-color: #01371eda;
    padding-left: 4rem;
}
.second-banner-inner .right .container{
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.second-banner-inner .right h2{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 2rem;
    color: orange;
}
.second-banner-inner .right ul{
    list-style: none;
}
.second-banner-inner .right li{
    font-size: 20px;
    color: rgb(219, 196, 174);
    font-weight: normal;
    margin-bottom: 10px;
}
/* .second-banner-inner .right h3{
    font-size: 25px;
    line-height: 25px;
    color: rgb(209, 144, 144);
    margin-bottom: 20px;
} */
/* .second-banner-inner .right p{
    font-size: 20px;
    color: rgb(211, 218, 212);
    margin-bottom: 20px;
} */

/* ----apropos------- */
.page-apropos{
    width: 100%;
    background-image: url(../../images//banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-apropos ol{
    list-style-position: inside;
    margin: 1rem 0;
}
.page-apropos ul li{
    color: rgb(61, 61, 61);
}
.page-apropos ol li{
    margin: 10px 0;
    font-size: 18px;
    color: rgb(61, 61, 61);
}
.page-apropos p{
    font-size: 17px;
    margin: 10px 0;
    color: rgb(61, 61, 61);
}
.page-apropos .container div{
    padding: 15px;
    margin: 1rem 0;
    background-image: linear-gradient(to right, rgb(221, 221, 255), white);
}
.page-apropos .container div h2{
    font-size: 20px;
    color: rgb(20, 65, 163);
    text-transform: uppercase;
}
.page-apropos .domaines ul{
    display: flex;
    flex-direction: column;
    list-style: none
}
.page-apropos .domaines li{
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    margin: 5px;
    font-size: 17px;
    font-weight: 600;
    color: rgb(9, 51, 141);
    border: 1px solid rgb(122, 154, 223);
    width: max-content;
}
.page-apropos .beneficiaire ul{
    list-style: circle;
    list-style-position: inside;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 17px;
}

/* ---- */
input, select{
    width: 100%;
    height: 45px;
    border: 1px solid rgb(139, 168, 144);
    padding: 0 10px;
    margin: 5px 0;
    border-radius: 5px;
}
textarea{
    width: 100%;
    border: 1px solid rgb(139, 168, 144);
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
}
label{
    color: rgb(113, 131, 113);
}
.dflex{
    width: 100%;
    display: flex;
}
.dflex div{
    width: 50%;
}
.dflex .left, .dflex .right{
    width: 50%;
}
/*  */
.contact-page{
    width: 100%;
    min-height: 100vh;
    background-image: url("../../images/Screenshot_20240214-203356.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-wrapper{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top,rgba(20, 45, 46, 0.877),80%,rgba(28, 101, 104, 0.966));
}
.contact-wrapper .container{
    padding-top: 10rem;
}
.contact-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-inner h1{
    font-size: 45px;
    color: rgb(214, 214, 151);
    position: relative;
}
.contact-inner h1::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgb(180, 197, 21);
    border-radius: 50%;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
}
.contact-inner p{
    color: orange;
}

.contact-inner > .dflex{
    margin-top: 4rem;
}
.contact-inner .left{
    padding-right: 2rem;
}
.contact-inner .left div{
    background-color: rgba(255, 255, 255, 0.144);
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 10px;
}
.contact-inner ul{
        list-style-position: inside;
}
.contact-inner li{
    font-size: 18px;
    color: white !important;
}
.contact-inner .icon{
    font-size: 20px;
    background-color: white;
    border-radius: 10px;
    color: rgb(18, 85, 18);
    padding: 5px 10px;
    margin-bottom: 1rem;
}

.contact-inner form{
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.432);
    padding: 20px;
    border-radius: 10px;
}
.contact-inner form hr{
    margin: 1rem 0;
}
.contact-inner form div{
    width: 100%;
}
.contact-inner form label{
    color: rgb(235, 234, 234);
    font-size: 17px;
    margin-bottom: 10px;
}
.contact-inner form input{
    margin-bottom: 10px;
}
.contact-inner form button{
    width: max-content;
    padding: 10px 30px;
    font-size: 17px;
    color: white;
    background-color: rgb(24, 41, 88);
    border: none;
    border-radius: 5px;
    margin-top: 1rem;
}
.contact-inner form button:hover{
    background-color: rgb(42, 72, 155);;
    cursor: pointer;
}
/*  */
.msg-success{
    width: max-content;
    background-color: rgb(149, 247, 149);
    padding: 5px 10px;
    display: flex;
    margin-bottom: 10px;
}
.msg-success i{
    font-size: 24px;
    color: rgb(15, 77, 15);
    margin-right: 10px;
}
.msg-success p{
    color: rgb(15, 77, 15);
    font-size: 16px;
}
.msg-error{
    width: max-content;
    background-color: rgb(253, 167, 167);
    padding: 5px 10px;
    display: flex;
    margin-bottom: 10px;
}
.msg-error i{
    font-size: 25px;
    color: rgb(189, 18, 18);
    margin-right: 10px;
}
.msg-error p{
    color: rgb(189, 18, 18);
    font-size: 16px;
}
/*  */
.gallery-inner{
    columns: 4;
    gap: 20px;
}
.gallery-inner .image{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.gallery-inner .image img{
    width: 100%;
    height: 100%;
}
/*  */
.newsletter{
    width: 100%;
    height: max-content;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #EAF9E7;
    border-radius: 50px 0;
}
.newsletter h2{
    font-size: 30px;
    text-align: center;
    font-weight: 100;
    color: #08535c;
}
.newsletter form{
    width: 50%;
    height: 45px;
    border: 1px solid rgb(13, 107, 214);
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
}
.newsletter form i{
    font-size: 20px;
    margin-left: 20px;
    margin-top: 12px;
    position: absolute;
    color: rgb(13, 107, 214);
}
.newsletter form input{
    padding-left: 50px;
    padding-right: 115px;
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: inherit;
    font-size: 16px;
}
.newsletter form input::placeholder{
    font-size: 16px;
    color: rgb(153, 152, 152);
}
.newsletter form button{
    width: max-content;
    padding: 0 20px;
    height: 100%;
    background-color: rgb(13, 107, 214);
    border: none;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 0;
    margin-left: -40px;
    border-radius: 0px 50px 50px 0;
}

.partenariat{
    margin: 3rem 0;
}
.partenariat-inner{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.partenariat-inner .logo{
    width: calc(100%/6 - 10px);
    height: auto;
    border: 1px solid whitesmoke;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.partenariat-inner .logo img{
    width: 100%;
    margin: auto 0;
}
/*  */
.page-projets{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.page-projets .element{
    width: 100%;
    height:auto;
    padding: 10px;
    display: flex;
}
.page-projets .element .image{
    width: 50%;
    height:auto;
}
.page-projets .element img{
    width: 100%;
    height:auto;
}
.page-projets .element .txt{
    width: 55%;
    padding-left: 2rem;
}
.page-projets .element .txt h2{
    color: rgba(19, 83, 126, 0.801);
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 1rem;
}

.page-projets .element .txt label{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(153, 153, 153);
}
.page-projets .element .txt h3{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: rgba(19, 83, 126, 0.801);
}
.page-projets .element .txt p{
    margin-top: 0.5rem;
    font-size: 17px;
    color: rgb(61, 61, 61);
}
.page-projets hr{
    margin: 1rem 0;
    border: 1px solid rgb(212, 211, 211);
}
/*  */
.page-departement{
    width: 100%;
}
.page-departement .container > p{
    font-size: 20px;
    margin-bottom: 1rem;
}
.departement-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.departement-inner > ul{
    width: 100%;
    height: max-content;
    list-style-position: inside;
    list-style: none;
    
}
.departement-inner ul h2{
    font-size: 22px;
    color: rgb(13, 84, 165);
    margin-bottom: 1rem;
}
.departement-inner ul p{
    color: rgb(61, 61, 61);
    margin: 10px 0;
    font-size: 17px;
}
.departement-inner .box{
    font-size: 17px;
    padding: 20px;
    border: 1px solid rgb(102, 152, 209);
    border-bottom: 0;
}
.departement-inner .box:first-child{
    border-top: 0;
}
.departement-inner .box:hover{
    cursor: pointer;
    background-color: #a6d1ee2c;
}
.departement-inner .box ul{
    margin-top: 1rem;
    list-style-type: circle;
    margin-left: 1.2rem;
}
.departement-inner .box ul li{
    font-size: 17px;
    margin: 5px 0;
}
.departement-inner .box .icon{
    width: 100%;
    display: flex;
    justify-items: center;
    margin-bottom: -1rem;
}
.departement-inner .box .icon i{
    font-size: 35px;
    color: rgb(32, 81, 214);
    margin: 0 auto;
    cursor: pointer;
}
.departement-inner .box .icon i:hover{
    color: red;
}
.departement-inner .box .details{
    display: none;
}
.active{
    display: block !important;
}
/*  */
.page-articles{
    height: max-content !important;
}
.page-articles .articles-inner{
    width: 100%;
    display: block;
    height: max-content;
    column-count: 2;
    gap: 10px;
}
.article{
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgb(204, 203, 203);
    position: relative;
    margin-bottom: 1rem;
}
.article .num{
    position: absolute;
    top: 0;
    margin-top: -10px;
    right: 0;
    margin-right: 10px;
    background-color: orangered;
    padding: 10px;
    font-weight: 700;
    color: white;
}
.article label{
    margin: 10px 0;
    margin-bottom: 6px;
    font-size: 14px;
    color: rgb(245, 110, 60);
}
.article label:first-child{
    margin-top: 0;
}
.article h2{
    font-size: 22px;
    color: rgb(143, 143, 143);
    font-weight: 200;
    color: rgb(13, 84, 165);
}
.article p{
    color: rgb(88, 88, 88);
    font-size: 16px;
}
.article h3{
    font-size: 16px;
    color: rgb(13, 107, 214);
}
.article hr{
    margin: 10px 0;
    border: 2px dotted rgb(93, 152, 219);
    border-radius: 50%;
}
.article .file{
    width: 100%;
    display: flex;
    justify-content: center;
}
.article a{
    padding: 5px 15px;
    border: 1px solid rgb(204, 203, 203);
    font-size: 16px;
    text-transform: uppercase;
    border-left: 5px solid rgb(13, 107, 214);
    color: rgb(13, 107, 214);
    font-weight: 700;
}
.article a i{
    color: orangered;
}

iframe{
    width: 100%;
    height: 100vh;
    position: relative;
}

/*  */
.devenirVolontaire{
    width: 100%;
}
.devenirVolontaire .logo{
    width: max-content;
    justify-self: center;
}
.devenirVolontaire .logo img{
    width: 90px;
}
.devenirVolontaire .logo #imgtxt{
    width: 220px;
}
/*  */
.offres-inner{
    display: flex;
    flex-direction: column;
}

.offres-inner .t{
    font-size: 25px;
    color: rgb(13, 84, 165);
    margin-bottom: 1rem;
    border-left: 7px dashed rgb(148, 154, 163);
    padding-left: 10px;
}
.offres-inner .vide{
    font-size: 20px;
    color: rgb(226, 100, 100);
    margin-top: 1rem;
}
.offres-inner hr{
    margin: 2rem 1rem;
    border: 1px dashed rgb(212, 212, 212);
}
.offres-content{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.active .offre-box{
    border: 1px solid rgba(4, 231, 4, 0.534);
}
.active .offre-box .num-offre{
    border: 1px solid rgba(4, 231, 4, 0.534);
}
.expir .offre-box{
    border: 1px solid rgba(243, 34, 34, 0.274);
}
.expir .offre-box .num-offre{
    border: 1px solid rgba(243, 34, 34, 0.274);
}
.offre-box{
    width: calc(100%/2 - 5px);
    padding: 1rem;
    position: relative;
}
.offre-box .num-offre{
    padding: 5px 10px;
    background-color: white;
    width: max-content;
    margin-top: -1.5rem;
    font-weight: 500;
    color: #8c8d8d;
}
.offre-box .titre{
    background-color: rgba(214, 252, 214, 0.301);
    padding: 5px 10px;
    margin:1rem 0;
    color: rgb(13, 84, 165);
    font-size: 23px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.expir .offre-box .titre{
    background-color: rgba(252, 214, 214, 0.301);
}
.offre-box .descript{
    font-size: 18px;
    color: rgb(105, 105, 105);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.offre-box hr{
    margin: 10px 1.5rem;
}
.offre-box .tperiode{
    font-size: 18px;
    font-weight: 400;
    color: rgb(13, 84, 165);
    margin-bottom: 4px;
}
.expir .tperiode{
    text-decoration: line-through;
}
.offre-box .periode{
    font-size: 18px;
    font-weight: 300;
    color: #6b6b6b;
}
.offre-box .periode span{
    font-weight: 800;
    color: rgba(13, 204, 13, 0.644);
}
.expir .periode span{
    color: rgba(255, 0, 0, 0.596);
}
.offre-box .btns{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: right;
}
.offre-box a{
    padding: 10px 20px;
    margin-top: 10px;
    /* margin-bottom: ; */
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: rgb(14, 59, 110);
    border: 1px solid rgb(13, 84, 165);
    width: max-content;
    justify-self: right;
    display: flex;
    background-color: rgb(233, 238, 250);
}
.offre-box a:hover{
    background-color: white;
}
/*  */
.postuler{
    width: 100%;
    min-height: 100vh;
    background-color: rgb(80, 79, 79);
}

.postuler .container{
    padding-top: 0;
    padding-bottom: 0;
}

.postuler .logo{
    width: 100%;
    padding: 1rem 2rem;
    background-color: white !important;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 0;
}
.postuler .logo img:first-child{
    width: 80px;
}
.postuler .logo img:last-child{
    width: 200px;
}
.postuler .form-postuler{
    background-color: white;
    padding: 1rem;
}
.form-postuler{
    position: relative;
    padding: 2rem 5rem !important;
}
.form-postuler #return{
    font-size: 30px;
    color: rgb(13, 84, 165);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2rem;
    margin-top: 1rem;
    padding: 0 5px;
    color: red;
    border: 1px solid red;
    border-left: none;
}
.form-postuler .t1{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: rgb(156, 170, 185);
}
.form-postuler .t2{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: rgb(104, 105, 105);
}
.form-postuler .t2 span{
    font-weight: 700;
    color: rgb(13, 84, 165);
    text-transform: uppercase;
    font-size: 22px;
}
.form-postuler hr{
    margin: 1rem 3rem;
    border: 1px dashed rgb(189, 188, 188);
}
form .dflex4{
    display: flex;
}
form .dflex4 > div{
    width: calc(100%/4);
}
form .dflex3{
    display: flex;
}
form .dflex3 > div{
    width: calc(100%/3);
}
form .dflex2{
    display: flex;
}
form .dflex2 > div{
    width: calc(100%/2);
}
.form-postuler form input{
    font-size: 16px;
    height: 42px;
    margin-bottom: 1rem;
}
.form-postuler form select{
    font-size: 16px;
    height: 42px;
    margin-bottom: 1rem;
}
.form-postuler form .docs{
    border: 1px solid rgb(179, 179, 179);
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.form-postuler form .docs p{
    margin-top: -20px;
    width: max-content;
    background-color: white;
    padding: 0 10px;
    margin-bottom: 10px;
}
.form-postuler .btns{
    display: flex;
    gap: 20px;
    margin-top: 2rem;
}
form a{
    color: inherit !important;
    background-color: transparent !important;
    text-decoration: inherit;
}
.form-postuler form a button{
    background-color: transparent;
    background-color: white !important;
}
.form-postuler .btns button{
    padding: 10px 20px;
    background-color: transparent;
    font-size: 17px;
    border: 1px solid rgb(13, 84, 165);
    cursor: pointer;
    border-radius: 5px;
    display: flex;
}

.form-postuler .btns button:first-child{
    background-color: rgb(13, 84, 165);
    color: white;
}
.form-postuler .btns button:last-child{
    border: 1px solid rgb(13, 84, 165);
    color: rgb(13, 84, 165);
}
.form-postuler form label i{
    color:red;
    font-size: 10px;
}
/*  */
#btn-sm-menu{
    border: none;
    background-color: transparent;
    font-size: 40px;
    cursor: pointer;
    margin: auto 0;
    margin-right: 3rem;
    color: rgb(94, 112, 94);
    display: none;
}
.sm-menu{
    display: flex !important;
    width: 80%;
    height: max-content;
    background-image: linear-gradient(to right bottom,rgb(22, 59, 100),70%,rgb(201, 222, 248));
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0 !important;
    padding: 0 30px;
    padding-top: 2rem;
    flex-direction: column;
    z-index: 9999;
}
.sm-menu ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style:disc;
    list-style-position: inside;
}
.sm-menu ul li a, .sm-menu ul li{
    font-size: 20px !important;
    font-weight: 700 !important;
    color: white !important;
}
.sm-menu .sub-menu{
    display: flex;
    position:relative !important;
    top: 0 !important;
    background-color: transparent !important;
    padding-left: 10px !important;
    border-top: none !important;
    padding-bottom: 0 !important;
}
.sm-menu .sub-menu li{
    font-weight: 500 !important;
}
.sm-menu .rs{
    display: flex;
}
.colorRed{
    color: red !important;
}

/*  */
@media screen and (max-width:1024px){
    header{
        padding: 0 inherit;
    }
    .header-inner{
        background-color: white;
    }
    .header-inner .logo{
        width: max-content;
        border-radius: 10px;
        background-color: white !important;
    }
    .header-inner .rs ul{
        display: none;
    }
    .header-inner{
        padding: 10px 5% !important;
    }
    .header-inner nav{
        display: none;
    }
    #btn-sm-menu{
        display: block;
    }
    .sm-menu{
        width: 50% !important;
        height: 100%;
    }
    /*  */
    .container{
        padding: 50px 4%;
    }
    /*  */
    .main-banner-inner .left{
        width: 100%;
        height: 100%;
        padding: 50px 0;
        padding-top: 60px;
    }
    .main-banner-inner .left h1{
        font-size: 70px;
        line-height: 70px;
    }
    .main-banner-inner .left h1::before{
        width: 25px;
        height: 25px;
    }
    .main-banner-inner .left h1::after{
        width: 20px;
        height: 20px;
    }
    .main-banner-inner .left p{
        font-size: 30px;
    }
    
    .main-banner-inner .right{
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .main-banner-inner .bg{
        width: 70%;
        height: 100%;
        background-color: rgb(216, 171, 23);
        border-radius: 0 0 0 70%;
        top: 0;
        right: 0;
        position: absolute;
        z-index: 5;
    }
    .main-banner-inner .right img{
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 100px 0 0 100px;
        margin: auto 0;
        z-index: 10;
    }
    
    /* ----------- */
    .main-sm-banner{
        width: 100%;
        height: 250px;
    }
    .main-sm-banner .container{
        padding-right: 0;
        padding-top: 23vh;
    }
    .main-sm-banner-inner{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .main-sm-banner-inner h1{
        font-size: 45px;
        color: rgb(214, 214, 151);
        position: relative;
    }
    .main-sm-banner-inner h1::before{
        content: '';
        width: 20px;
        height: 20px;
        background-color: rgb(180, 197, 21);
        border-radius: 50%;
        position: absolute;
        margin-top: -20px;
        margin-left: -20px;
    }

    /*  */
    .info{
        display: flex;
        margin-bottom: 0rem;
    }
    .info .image{
        width: 40%;
        height: 500px;
    }
    .info .txt{
        width: 60%;
        height: auto;
        padding: 1.5rem;
    }

    /*  */
    .second-banner-inner .right{
        width: 50%;
        padding-left: 20px;
    }
    .second-banner-inner .right h2{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 1rem;
    }
    .second-banner-inner .right h3{
        font-size: 25px;
        line-height: 25px;
        color: rgb(209, 144, 144);
        margin-bottom: 20px;
    }
    .second-banner-inner .right p{
        font-size: 20px;
        color: rgb(211, 218, 212);
        margin-bottom: 20px;
    }

    .equipe-inner .box .image img{
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    header{
        width: 100%;
        background-color: white;
    }
    .header-inner .logo{
        width: max-content;
    }
    .header-inner .logo #imgtxt{
        width: 150px;
    }
    .header-inner .rs{
        width: 50%;
        justify-content: flex-end;
    }
    .header-inner nav{
        display: none;
    }
    #btn-sm-menu{
        display: block;
    }
    .sm-menu{
        width: 50% !important;
        height: 100%;
    }
    /*  */
    .main-banner-inner .left{
        width: 100%;
        margin-top: 4rem;
    }
    .main-banner-inner .right{
        display: none;
    }
    .main-banner-inner .left h1{
        font-size: 80px;
        margin-top: 1rem;
        font-weight: 900;
    }
    .main-banner-inner .left h2{
        font-size: 35px;
    }
    .main-banner-inner .left p{
        font-size: 25px;
    }
    /*  */
    .info{
        flex-direction: column;
    }
    .info .image{
        width: 100%;
        height: 500px;
    }
    .info .txt{
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    /*  */
    /* .activites-inner .box{
        width: calc(50% - 10px);
    }
     */
    /*  */
    .actualites-banner{
        height: 40rem;
    }
    .actualites-inner{
        padding-top: 0;
    }
    .actualites-inner .element{
        height: 100%;
        background-color: rgba(15, 26, 15, 0.486);
    }
    .actualites-inner .element .image{
        width: 100%;
        height: 300px;
    }
    .actualites-inner .element .image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
    }
    .actualites-inner .element .text h2{
        font-size: 18px;
        line-height: 19px;
    }
    /*  */
    .detail-inner{
        margin-top: 6rem;
        flex-direction: column;
    }
    .detail-inner .image{
        width: 100%;
        height: auto;
    }
    .detail-inner .text{
        width: 100%;
        padding-left: 0;
        padding-top: 2rem;
        margin-bottom: 1rem;
    }

    .equipe-inner .box{
        width: 100% !important;
    }
    /*  */
    .newsletter form{
        width: 100%;
    }
    /*  */
    footer{
        margin-top: 0px;
    }
    footer .footer-inner{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    .footer-inner .bloc{
        width: 50%;
        padding: 15px;
        background-color: transparent;
    }
    .footer-inner .bloc h2{
        color: white;
        font-size: 20px;
        margin-bottom: 1.5rem;
    } 
    /*  */
    .page-actualites-inner{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .page-actualites-inner .element{
        width: calc(50% - 10px);
    }
    /*  */
    .contact-wrapper{
        height: 100% !important;
    }
    .page-contact{
        width: 100%;
    }
    .page-contact form{
        width: 100%;
    }
    .contact-page{
        width: 100%;
        height: 100%;
    }
    .contact-inner .dflex{
        flex-direction: column;
    }
    .contact-inner .left{
        width: 100%;
        padding-right: 0;
    }
    .contact-inner .right{
        width: 100%;
    }
    .gallery-inner{
        columns: 3;
    }
    /*  */
    .page-apropos .domaines li{
        font-size: 16px;
        width:fit-content;
    }
    /*  */
    .page-projets .element{
        flex-direction: column;
    }
    .page-projets .element .image{
        width: 100%;
    }
    .page-projets .element .txt{
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
    }
    /*  */
    .page-articles .articles-inner{
        columns: 1;
    }
}
@media screen and (max-width: 425px){
    /*  */
    #btn-sm-menu{
        font-size: 34px;
        margin-right: 3rem;
    }
    .header-inner{
        padding-left: 0 !important;
        padding-right: 0;
        padding-top: 0 !important;
        padding-bottom: 7px !important;
    }
    .header-inner .logo{
        border-radius: 0;
    }
    .header-inner .logo #imgtxt{
        width: 130px !important;
        object-fit: contain;
    }

    .header-inner .devise{
        margin-bottom: -20px !important;
        background-color: white !important;
        border-radius: 0 0 10px 10px;
    }
    .header-inner .devise ul{
        gap: 5px;
        padding-top: 5px;
    }
    .header-inner .devise li{
        font-size: 11px !important;
    }
    .header-inner .logo{
        padding-top: 5px;
        padding-bottom: 0;
    }
    .header-inner .logo #imgtxt{
        width: 100px;
        height: auto;
    }
    .header-inner .sm-menu{
        width: 80% !important;
    }
    .main-banner-inner .left{
        width: 100%;
        padding-top: 6rem;
    }
    .main-banner-inner .right{
        display: none;
    }
    .main-banner-inner .left h1{
        font-size: 70px;
        margin-top: 1rem;
        font-weight: 900;
        margin-bottom: 1rem;
    }
    .main-banner-inner .left h1::before{
        width: 20px;
        height: 20px;
    }
    .main-banner-inner .left h1::after{
        width: 16px;
        height: 16px;
    }
    .main-banner-inner .left h2{
        font-size: 30px;
    }
    .main-banner-inner .left p{
        font-size: 20px;
        color: rgb(252, 209, 209);
    }
    .main-sm-banner{
        height: 35vh;
    }
    .main-sm-banner-inner h1{
        font-size: 30px !important;
    }
    .container{
        padding: 30px 5%;
    }
    
    /*  */
    .info .image{
        width: 100%;
        height: 400px;
        margin-top: 1rem;
    }
    .info .image img{
        width: 100%;
    }
    .info .image .box{
        width: 200px;
        height: 50px;
        top: 0;
        margin-top: -5px;
        border-radius: 0 0 30px 0;
    }
    .info .image .boxB{
        width: 150px;
        height: 40px;
        bottom:0;
        margin-right: -5px;
        margin-bottom: -2px;
        border-radius: 30px 0 0 0;
    }
    .info .txt{
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }
    .info .txt .sub-title{
        font-size: 16px;
    }
    .info .txt h2{
        font-size: 30px;
        line-height: 32px;
    }
    .info .txt p{
        font-size: 16px;
    }
    .info .txt .btns{
        justify-content: center;
        margin-top: 15px;
    }
    .info .txt .btns button{
        padding: 10px 20px;
        padding-bottom: 5px;
        font-size: 14px;
        height: auto;
        padding: 13px 26px;
    }

    .actualites-banner{
        min-height: 32rem;
    }
    .actualites-inner{
        padding-top: 2rem;
    }
    .actualites-inner .element{
        width: 100%;
    }
    .actualites-inner .element .image{
        height: 250px;
    }
    .actualites-inner .element .text h2{
        font-size: 18px;
        line-height: 19px;
    }
    /*  */
    .detail-inner .text{
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
    .detail-inner .text h2{
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .detail-inner .text p{
        font-size: 18px;
    }
    .autres-img{
        columns:2;
        margin-top: 1rem;
    }
    .title{
        font-size: 25px;
        margin-bottom: 0;
    }
    .line-title{
        margin: 1rem 0;
        margin-top: 0.5rem;
    }
    .equipe{
        margin-top: -1rem;
    }
    .equipe-inner .box{
        width: 100% !important;
    }
    .equipe-inner .box h2{
        margin-top: 1rem;
    }
  
    /*  */
    .newsletter{
        padding: 20px;
        border-radius: 30px 0;
    }
    .newsletter h2{
        font-size: 22px;
        font-weight: 22px;
    }
    .newsletter form{
        margin-top: 10px;
    }
    /*  */
    footer #copyright{
        font-size: 13px;
        margin-top: 2rem;
    }
    footer .footer-inner{
        gap: 10px;
        flex-direction: column;
    }
    .footer-inner .bloc{
        width: 100%;
        padding: 15px;
    }
    .footer-inner .bloc h2{
        color: white;
        font-size: 20px;
        margin-bottom: 1.5rem;
        position: relative;
    } 
    /*  */
    .main-sm-banner{
        width: 100%;
    }
    .main-sm-banner-inner h1{
        font-size: 35px;
    }
    /*  */
    .page-actualites-inner .element{
        width: 100%;
    }
    /*  */
    .page-contact{
        width: 100%;
    }
    .page-contact form{
        width: 100%;
    }
    .page-contact .coordonnees-wrapper{
        flex-wrap: wrap;
    }
    .page-contact .coordonnees-wrapper div{
        width: 100%;
    }

    .gallery-inner{
        columns: 2;
        gap: 10px;
        margin-bottom: 10px;
    }
    /*  */
    .contact-inner h1{
        font-size: 32px;
    }
    
    .page-projets .element .txt h2{
        font-size: 20px;
        line-height: 20px;
    }
    .page-projets .element .txt label{
        font-size: 14px;
    }
    .page-projets .element .txt h3{
        font-size: 17px;
        margin-top: 0px;
    }

    /*  */
    .page-departement .container p{
        font-size: 17px !important;
    }
    .departement-inner ul h2{
        font-size: 18px;
        color: rgb(13, 84, 165);
        margin-bottom: 1rem;
    }
    .departement-inner ul p{
        font-size: 16px;
    }
    .departement-inner .box{
        font-size: 17px;
        padding: 10px;
    }
    .departement-inner .icon{
        margin-bottom: -5px !important;
    }
    .departement-inner .icon i{
        font-size: 25px !important;
    }
    /*  */
    .partenariat-inner{
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: -1rem;
    }
    .partenariat-inner .logo{
        width: calc(100%/3 - 10px);
        padding: 10px;
    }
}

@media screen and (max-width: 375px){
    .sm-menu ul a, .sm-menu ul li{
        font-size: 18px !important;
    }
    .header-inner .devise ul{
        gap: 1px;
        padding-top: 5px;
    }
    .header-inner .devise li{
        font-size: 9px !important;
    }
    .container{
        padding: 30px 3%;
    }
    .main-banner-inner .left h1{
        font-size: 50px;
    }
    .main-banner-inner .left h1::before{
        margin-left: -10px;
    }
    .main-banner-inner .left p{
        font-size: 20px;
    }
    .main-sm-banner{
        height: 32vh;
    }
    .main-sm-banner-inner h1{
        font-size: 25px !important;
        margin-top: -1rem;
    }
    /*  */
    .info{
        margin-top: -1rem;
    }
    .info .image{
        height: 350px;
    }
    .info .image .box{
        width: 180px;
        height: 40px;
    }
    .info .txt > span{
        font-size: 30px;
        padding: 3px 8px;
    }
    .info .txt h2{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        font-weight: 900;
    }
    .info .txt p{
        font-size: 16px;
    }
    .info .txt #important{
        font-size: 18px !important;
    }
    .info .txt .sub-title{
        font-size: 16px;
    }
    .info .txt .btns{margin-top: 20px; justify-content: center;}
    .info .txt .btns button{
        font-size: 14px;
        padding: 8px 12px;
    }
    .sub-title{
        font-size: 17px;
    }
    /*  */
    .actualites h2{
        font-size: 25px;
        margin-bottom: 1rem;
    }
    .actualites-inner .element .image{
        height: 250px;
    }
    .actualites-inner .element .text h2{
        font-size: 18px;
        line-height: 19px;
    }
    .detail-inner p{
        font-size: 16px;
    }
    /*  */
    .second-banner-inner .right{
        width: 85%;
        padding-top: 30px;
    }
    .second-banner-inner .right h2{
        font-size: 25px;
    }
    .second-banner-inner .right li{
        font-size: 16px;
    }
    /*  */
    .newsletter form button{
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsletter form input{
        padding-right: 90px;
        padding-left: 40px;
    }
    .newsletter form i{
        margin-left: 15px;
    }
    /*  */
    .main-sm-banner-inner h1::before{
        margin-left: 0;
    }
    /*  */
    .page-actualites-inner .element .image{
        height: 230px;
    }

    /*  */
    .equipe-inner .box h2{
        font-size: 18px !important;
    }
    .contact-inner h1{
        font-size: 27px !important;
    }
    /*  */
    .page-projets .element .txt h2{
        font-size: 20px;
        line-height: 20px;
    }
    .page-projets .element .txt label{
        font-size: 14px;
    }
    .page-projets .element .txt h3{
        font-size: 17px;
        margin-top: 0px;
    }
    /*  */
    .page-articles .articles-inner{
        padding: 10px;
    }

}

@media screen and (max-width: 320px){
    /*  */
    #btn-sm-menu{
        margin-right: 2rem;
    }
    .container{
        padding: 30px 3%;
    }
    .main-banner-inner .left h1::before{
        margin-left: -10px;
    }
    .main-banner-inner .left h1::after{
        margin-left: -20px;
        margin-bottom: -30px;
    }
    .main-banner-inner .left p{
        font-size: 23px;
    }
    /*  */
    .info .image{
        height: 300px;
    }
    .info .image img{
        height: 100%;
    }
    .info .image .box{
        width: 150px;
        height: 30px;
    }
    .info .image .boxB{
        height: 30px;
    }
    .info .txt h2{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .info .txt #important{
        font-size: 17px !important;
    }
    .info .txt p{
        font-size: 16px;
    }
    .info .txt .sub-title{
        font-size: 16px;
    }
    .info .txt .btns button{
        font-size: 12px;
        padding: 8px 10px;
    }
    /*  */
    .actualites{
        padding-top: 10px;
    }
    .actualites h2{
        font-size: 22px;
    }
    .actualites-inner .element .image{
        height: 200px;
    }
    .actualites-inner .element .text h2{
        font-size: 17px;
        line-height: 18px;
    }

    .equipe-inner .box h2{
        font-size: 16px !important;
    }

}