
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;
    --gris: #6a6969;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}


#carousel{
    position: relative;
    width: 100%;
    padding: 0 !important;
}
#carousel > .row{
    margin: 0 !important;
    padding: 0 !important;
}

/**********************************************************************************************    la  une   ****/
#carousel .la_une{
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

#carousel .la_une .content{
    position: relative;
    width: 100%;
    margin-top: 15px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 !important;
    margin: 0 !important;
}
#carousel .la_une .content > .left{
    position: relative;
    width: 70%;
    max-height: 400px;
    /* border: 1px solid red; */
}
/*** Filter des slides**/
#carousel .la_une .filter_slide {
    position: absolute;
    display: flex;
    width: 100%;
    z-index: 2;
    background-color: var(--blanc);
    border-top-left-radius: 10px;
    padding: 0px;
}
#carousel .la_une .filter_slide button{
    position: relative;
    margin: 0;
    padding: 2px 4px;
    min-height: 60px;
    max-height: 60px;
    margin-right: 0px;
    cursor: pointer;
    font-size: 12px;
    color: var(--gris);
    list-style: none;
    display: flex;
    align-items: center;
    border: 0;
    outline: none;
    width: 33.38%;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    border-top: 2px solid var(--gris);
}
#carousel .la_une .filter_slide button:nth-child(2){
    border-right: 1px solid rgba(88, 88, 88, 0.1);
}
#carousel .la_une .filter_slide button.active{
    color: var(--noir);
    background-color: #bde6ca;
    border-top: 2px solid var(--vert-drapeau);
}



/* OWL ***/
#carousel .la_une .content .bloc_all_sliders{
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
#carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 295px;
    z-index: 0;
    display: none;
    visibility: hidden;
 /* background-color: var(--orange); */
    border-radius: 0 0 7px 7px !important;
    /* border: 1px solid red; */
}
#carousel .la_une .content .bloc_all_sliders .bloc_one_slider.activate{
    z-index: 2;
    display: block;
    visibility: visible;
}
#carousel .la_une .content .bloc_all_sliders .bloc_one_slider > div{
    /* background-color: red; */
    font-style: normal;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    position: relative;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    text-decoration: none;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a .inner{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 2;
    border-radius: 0 0 7px 7px !important;
    overflow: hidden;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a .inner img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top right;
    transition: all 0.3s ease;
    transform: scale(1.0);
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.01);
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a .inner::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
    opacity: 1;
    transition: ease-out 0.3s;
    z-index: 5;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-item a:hover .inner::after{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

#carousel .la_une .content .owl-carousel.owl-theme .owl-dots{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    left: 0%;
    right: 0%;
    z-index: 150000 !important;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-dots button{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--blanc);
    margin: 2px;
}
#carousel .la_une .content .owl-carousel.owl-theme button.owl-dot.active{
    background-color: var(--gris) !important;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-nav{
    position: absolute !important;
    top: 33%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    left: -10px;
    right: -10px;

    z-index: 115;
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-nav button{
    position: relative;
    width: 27px;
    height: 27px;
    background-color: var(--blanc);
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    transition: ease all 0.3s;
}

#carousel .la_une .content .owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
#carousel .la_une .content .owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}

#carousel .la_une .content .owl-carousel.owl-theme .owl-nav button:hover{
    background-color: var(--gris);
    color: var(--blanc);
}





/*****  *** *** *****   *** **  ****    *** ***         *****   ****    **  ***   Section right  ******/

#carousel .la_une .content .right {
    position: relative;
    width: 28%;
    display: flex;
    flex-direction: column;
}
#carousel .la_une .content .right .actualites{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* border: 1px solid gray; */
    margin-bottom: 10px;

    padding: 0px;
    /* background-color: rgba(239, 173, 73, 0.1); */
    border-bottom: 1px solid rgba(218, 218, 218, 0.111);
}
#carousel .la_une .content .right .actualites h2{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: var(--orange);
}
#carousel .la_une .content .right .actualites .categories{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#carousel .la_une .content .right .actualites .categories a{
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 10px;
    color: gray;
    font-size: 14px;
    cursor: pointer;
}
#carousel .la_une .content .right .actualites .categories a.active{
    font-weight: 600;
    color: var(--noir);
}
#carousel .la_une .content .right .actualites .categories a::before{
    position: relative;
    display: flex;
    justify-content: space-between;
    content: "";
    width: 3px;
    height: 10px;
    background-color: var(--gris);
    margin-right: 8px;
}
#carousel .la_une .content .right .actualites .categories a.active::before{
    background-color: var(--noir);
}

#carousel .la_une .content .right .item{
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
#carousel .la_une .content .right .item a{
    position: relative;
    display: flex;
    text-decoration: none;
}
#carousel .la_une .content .right .item a .inner{
    position: relative;
    width: 35%;
    height: 99px;
    overflow: hidden;
}
#carousel .la_une .content .right .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    transition: all 0.3s ease;
    transform: scale(1);
}
#carousel .la_une .content .right .item a:hover .inner img{
    transform: scale(1.01);
}
#carousel .la_une .content .right .item a .caption{
    position: relative;
    width: 65%;
    background-color: var(--blanc);
    padding: 0px 12px;
}
#carousel .la_une .content .right .item a .caption h2{
    position: relative;
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
#carousel .la_une .content .right .item a:hover .caption h2{
    background-color: var(--orange);
}
#carousel .la_une .content .right .item a .caption h3{
    position: relative;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 4px;
    text-align: justify;
}
#carousel .la_une .content .right .item a .caption .foot{
    position: relative;
    display: flex;
}
#carousel .la_une .content .right .item a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#carousel .la_une .content .right .item a .caption .foot .left{
    font-size: 10px;
    color: var(--gris);
    text-transform: capitalize;
}
#carousel .la_une .content .right .item a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}


/**********  --  ****   autre_bilan   ***    *** *****   *** ****            autre_bilan *****  ///////////////*/

#carousel .la_une .content .autre_bilan {
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
    margin-top: -50px;
    border-top: 2px solid var(--vert);
}
#carousel .la_une .content .autre_bilan .item{
    position: relative;
    width: 100%;
    height: 400px;
    cursor: pointer;
}
#carousel .la_une .content .autre_bilan .item .inner{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
#carousel .la_une .content .autre_bilan .item .inner img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#carousel .la_une .content .autre_bilan .item .texte{
    position: absolute;
    width: 100%;
    height: 400px;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-color: rgba(11, 60, 31, 0.888);
    padding: 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#carousel .la_une .content .autre_bilan .item .texte h2{
    position: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: var(--blanc);
    text-transform: uppercase;
}
#carousel .la_une .content .autre_bilan .item .texte p{
    position: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: var(--orange);
}

/******************************************* Responsive********************/
@media screen and (max-width: 1520px) {

}
@media screen and (max-width: 1400px) {
    #carousel .page-wrapper{
        position: relative;
        width: 1100px;
    }
}
@media screen and (max-width: 1250px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 500px;
        /* overflow: hidden; */
        border-radius: 8px !important;
        text-decoration: none;
    }
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 500px;
        overflow: hidden;
        z-index: 2;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption h2{
        position: relative;
        display: flex;
        width: 150px;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption h3{
        position: relative;
        width: 100% ;
        font-size: 20px;
        font-weight: 600;
        color: var(--blanc);
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 992px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 482px;
        /* overflow: hidden; */
        border-radius: 8px !important;
        text-decoration: none;
    }
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 482px;
        overflow: hidden;
        z-index: 2;
    }



    #carousel .la_une .content .right .item{
        position: relative;
        width: 100%;
        height: 100px;
    }
    #carousel .la_une .content .right .item a .inner{
        position: relative;
        width: 30%;
        height: 110px;
        overflow: hidden;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption .foot .left{
        font-size: 13px;
        font-weight: 550;
    }
}

@media screen and (max-width: 768px) {
    #carousel .la_une .content{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* border: 1px solid rgb(234, 255, 0); */
        margin-bottom: 25px;
    }
    #carousel .la_une .content > .left,
    #carousel .la_une .content .right{
        position: relative;
        width: 100%;
        padding: 0 !important;
    }
    #carousel .la_une .content .right{
        margin-top: 25px;
    }
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a{
        height: auto;
    }
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        height: 550px;
    }



    #carousel .la_une .content .right .item a .caption h2{
        font-size: 13px;
      }
    #carousel .la_une .content .right .item a .caption h3{
        position: relative;
        width: 100%;
        font-size: 14px;
    }


#carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
    visibility: hidden;
    background-color: var(--orange);
    border-radius: 0 0 7px 7px !important;
    /* border: 1px solid red; */
}


}
@media screen and (max-width: 680px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        height: 460px;
    }
    #carousel .flash .items .slide  .owl-item p{
        opacity: 1;
        margin-top: -40px;
        transition: ease-in-out 0.7s all;
        line-height: 1em;
    }

    #carousel .la_une .content .left,
    #carousel .la_une .content .right{
        position: relative;
        width: 100%;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption{
        padding: 12px !important;
        padding-bottom: 20px !important;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption h2{
        padding: 4px 8px;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }
    #carousel .la_une .content #owl_une.bs5_slider a .caption h3{
        position: relative;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--blanc);
        margin-bottom: 10px;
    }
    #carousel .la_une .content .right{
        margin-top: 15px;
        padding: 10px;
    }
    #carousel .la_une .content .right .item{
        position: relative;
        width: 100%;
        height: 140px;
        /* border: 1px solid red; */
        overflow: hidden;
        margin-bottom: 7px;
    }
    #carousel .la_une .content .right .item a{
        position: relative;
        display: flex;
        text-decoration: none;
    }
    #carousel .la_une .content .right .item a .inner{
        position: relative;
        width: 35%;
        height: 120px;
        overflow: hidden;
    }
    #carousel .la_une .content .right .item a .caption{
        width: 65%;
        border-bottom: 1px solid rgba(127, 127, 127, 0.09);
    }
    #carousel .la_une .content .right .item a .caption .foot{
        position: relative;
        display: block;
    }


  #carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
    visibility: hidden;
    background-color: var(--orange);
    border-radius: 0 0 7px 7px !important;
    /* border: 1px solid red; */
}


}
@media screen and (max-width: 580px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        height: 430px;
    }
    #carousel .la_une .content .right .item a .caption h2{
        padding: 3px 6px;
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 5px;
      }
    #carousel .la_une .content .right .item a .caption h3{
        position: relative;
        width: 100%;
        font-size: 11px;
    }

    #carousel .la_une .content #owl_une.bs5_slider a .caption .foot .left{
        font-size: 12px;
        font-weight: 500;
    }


#carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
    visibility: hidden;
    background-color: var(--orange);
    border-radius: 0 0 7px 7px !important;
    /* border: 1px solid red; */
}

}
@media screen and (max-width: 480px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        height: 340px;
    }

    #carousel .la_une .content .right .item a .caption h3{
        position: relative;
        width: 100%;
    }

    #carousel .la_une .content .right .item a .caption .foot .left{
        font-size: 10px;
      }

#carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: none;
    visibility: hidden;
    background-color: var(--orange);
    border-radius: 0 0 7px 7px !important;
}
}
@media screen and (max-width: 340px) {
    #carousel .la_une .content #owl_une.bs5_slider .carousel-inner .carousel-item a .inner{
        height: 250px;
    }

    #carousel .la_une .content .bloc_all_sliders .bloc_one_slider{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        display: none;
        visibility: hidden;
        background-color: var(--orange);
        border-radius: 0 0 7px 7px !important;
        /* border: 1px solid red; */
    }
}






/**************       dark mode   ***********/
.dark-mode .la_une .content #owl_une.bs5_slider .owl-item a{
    color: yellow !important;
}
/* #carousel .la_une .content .right .item a .caption h2 {
    border: 0.5px solid yellow;
} */
.dark-mode .la_une .content #owl_une.bs5_slider .owl-item a .caption h2{
    position: relative;
    background-color: var(--vert);
}
.dark-mode .la_une .content #owl_une.bs5_slider .owl-item a .caption h2,
.dark-mode .la_une .content .right .actualites .categories a::before,
.dark-mode .la_une .content .right .item a .caption{
    background-color: #000 !important;
    color: yellow !important;
}
.dark-mode .la_une .content #owl_une.bs5_slider a .caption h3,
.dark-mode .la_une .content #owl_une.bs5_slider a .caption .foot .left,
.dark-mode .la_une .content .slide .owl-nav button,
.dark-mode .la_une .content .right .actualites h2,
.dark-mode .la_une .content .right .actualites .categories a,
.dark-mode .la_une .content .right .actualites .categories a.active,
.dark-mode .la_une .content .right .item a .caption h2,
.dark-mode .la_une .content .right .item a .caption h3,
.dark-mode .la_une .content .right .item a .caption .foot .left{
    color: yellow !important;
}
