
    :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;
        --bleu: rgb(29 138 240);
    }


    #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;
    }



    /* OWL ***/
    #carousel .la_une .content .bloc_all_sliders {
        position: relative;
        z-index: 1;
        margin-top: 20px;
    }

    #carousel .la_une .content .bloc_all_sliders .bloc_one_slider {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 360px;
        visibility: hidden;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 7px 7px !important;

        margin-top: -25px;
        z-index: 2;
        display: block;
        visibility: visible;
    }

    #carousel .la_une .content .bloc_all_sliders .bloc_one_slider>div {
        font-style: normal;
    }

    #carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item .item {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 360px;
        max-height: 360px;
    }

    #carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item a {
        position: relative;
        display: block;
        border-radius: 8px !important;
        text-decoration: none;
        border: 1px solid white;
    }

    #carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item a .inner {
        position: relative;
        display: block;
        width: 100%;
        height: 360px;
        max-height: 360px;
        overflow: hidden;
        z-index: 2;
        border-radius: 0 0 7px 7px !important;
        overflow: hidden;
    }

    #carousel .la_une .content #owl_slide.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.0);
    }

    #carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item a:hover .inner img {
        transform: scale(1.01);
    }

    #carousel .la_une .content #owl_slide.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_slide.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_slide.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_slide.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_slide.owl-carousel.owl-theme button.owl-dot.active {
        background-color: var(--gris) !important;
    }

    #carousel .la_une .content #owl_slide.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_slide.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_slide.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
    #carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-nav button.owl-next:focus {
        outline: 0;
    }

    #carousel .la_une .content #owl_slide.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;
    }



    /******************************************* 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_slide.owl-carousel.owl-theme .owl-item a .inner {
            position: relative;
            height: auto;
        }

        #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 .inner {
            position: relative;
            display: block;
            width: 100%;
            height: 325px;
            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 .bloc_all_sliders .bloc_one_slider ,
#carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item .item,
#carousel .la_une .content #owl_slide.owl-carousel.owl-theme .owl-item a .inner {

        height: 400px;
        max-height: 400px;
    }







        #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 .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;
        }


    }

    @media screen and (max-width: 580px) {

        #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;
        }

    }

    @media screen and (max-width: 480px) {

        #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.bs5_slider .carousel-inner .carousel-item a .inner {
            height: 100px;
        }
    }


    /**************       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;
    }

