<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
: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 &gt; .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: 58%;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    position: relative;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    border-radius: 8px !important; 
    text-decoration: none;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item a .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 2;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-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 #owl_une.owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.03);
}
#carousel .la_une .content #owl_une.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.99), transparent);
    opacity: 1;
    transition: ease-out 0.3s;
    z-index: 5;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item a:hover .inner::after{
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    right: 50;
    bottom: 0;
    z-index: 30;
    padding: 20px !important;
    padding-bottom: 45px !important;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption h2{
    position: relative;
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 550;
    text-transform: uppercase;
    color: var(--blanc);
    background-color: var(--vert);
    margin-bottom: 10px;
    transition: ease 0.3s all;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a:hover .caption h2{
    background-color: var(--orange);
    color: var(--blanc);
}

#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption h3{
    position: relative;
 /* width: 99% ;*/
    font-size: 20px;
    font-weight: 550;
    color: var(--blanc);
    margin-bottom: 10px;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption .foot{
    position: relative;
    display: flex;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption .foot .left{
    font-size: 11px;
    color: var(--blanc);
    text-transform: capitalize;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}
#carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-dots{  /** Les controles **/
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    bottom: 25px;
    left: 45%;
}
#carousel .la_une .content #owl_une.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_une.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: 45%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    left: -15px;
    right: -15px;

    z-index: 115;
    /* border: 1px solid red; */
}
#carousel .la_une .content .owl-carousel.owl-theme .owl-nav button{
    position: relative;
    width: 33px;
    height: 33px;
    background-color: var(--blanc);

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 22px;
    color: #272727;
    font-weight: 650;
    margin: 0px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 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);
}



#carousel .la_une .content .right{
    position: relative;
    width: 38%;
    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: 20px;
    
    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: 30px;
    font-weight: 700;
    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: 110px;
    overflow: hidden;
    margin-top: 10px;
}
#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: 30%;
    height: 110px;
    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.02);
}
#carousel .la_une .content .right .item a .caption{
    position: relative;
    width: 70%;
    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: #6a6969;
    text-transform: capitalize;
}
#carousel .la_une .content .right .item a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}






/******************************************* 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.owl-carousel.owl-theme .owl-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.owl-carousel.owl-theme .owl-item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 500px;
        overflow: hidden;
        z-index: 2;
    }
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme 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.owl-carousel.owl-theme 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.owl-carousel.owl-theme .owl-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.owl-carousel.owl-theme .owl-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.owl-carousel.owl-theme 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 &gt; .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.owl-carousel.owl-theme .owl-item a{
        height: auto;
    }
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-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;
    }
}
@media screen and (max-width: 680px) {
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item a .inner{
        height: 460px;
    }
    #carousel .flash .items .owl-carousel.owl-theme  .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.owl-carousel.owl-theme a .caption{
        padding: 12px !important;
        padding-bottom: 20px !important;
    }
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme a .caption h2{
        padding: 4px 8px;
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme 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;
    }


}
@media screen and (max-width: 580px) {
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-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.owl-carousel.owl-theme a .caption .foot .left{
        font-size: 12px;
        font-weight: 500;
    }

}
@media screen and (max-width: 480px) {
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-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;
      }
}
@media screen and (max-width: 340px) {
    #carousel .la_une .content #owl_une.owl-carousel.owl-theme .owl-item a .inner{
        height: 250px;
    }
}






/**************       dark mode   ***********/
.dark-mode .la_une .content #owl_une.owl-carousel.owl-theme .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.owl-carousel.owl-theme .owl-item a .caption h2{
    position: relative;
    background-color: var(--vert);
}
.dark-mode .la_une .content #owl_une.owl-carousel.owl-theme .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.owl-carousel.owl-theme a .caption h3,
.dark-mode .la_une .content #owl_une.owl-carousel.owl-theme a .caption .foot .left,
.dark-mode .la_une .content .owl-carousel.owl-theme .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;
}</pre></body></html>