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

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

body{
    margin: 0 !important;
    padding: 0 !important;
}







/**********************************************************************************************    la  une   ****/
.section_grands_dossiers{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    /* border: 1px solid blueviolet; */
}

.section_grands_dossiers .content .titre{
    position: relative;
    width: 100%;
    border-top: 2px solid var(--orange);
    padding-top: 20px;
    margin-bottom: 45px;
    margin-top: 75px;
    /* border: 1px solid red; */
}
.section_grands_dossiers .content .titre h1{
    position: relative;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: var(--noir);
}
.section_grands_dossiers .content .titre h1::after{
    position: relative;
   display: block;
   content: "";
   background-color: var(--vert);
   height: 5px;
   width: 125px;
   margin: 6px 0;
}
.section_grands_dossiers .content .slide{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    /* border: 2px solid blue; */
    position: relative;
    /* box-shadow: 0 4px 8px 0 rgba(189, 189, 189, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.11); */
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    /* overflow: hidden; */
    border-radius: 5px !important; 
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(41, 41, 41, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    border-bottom: 1px solid rgba(219, 219, 219, 0.2);
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 2;
}
.section_grands_dossiers .content #owl_grands_dossiers.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);
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.03);
}
.section_grands_dossiers .content #owl_grands_dossiers.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.66), transparent);
    opacity: 1;
    transition: ease-out 0.3s;
    z-index: 5;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a:hover .inner::after{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .inner h2{
    position: absolute;
    bottom: 10px;
    width: 60%;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blanc);
    background: linear-gradient(to right, var(--orange), rgb(230, 99, 5));
    margin-bottom: 10px;
    transition: ease 0.3s all;
    z-index: 10;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a:hover .inner h2{
    background-color: var(--orange);
    color: var(--blanc);
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .inner .trait{
    position: absolute;
    content: "";
    bottom: 10px;
    width: 5px;
    height: 40px;
    left: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--blanc);
    margin-bottom: 10px;
    transition: ease 0.3s all;
    z-index: 10;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 120px;
    z-index: 30;

    padding: 25px !important;
    /* padding-bottom: 45px !important; */
    background-color: var(--blanc);
    
    
    /* border: 1px solid blue; */
}


.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
    position: relative;
    width: 100% ;
    font-size: 16px;
    font-weight: 500;
    color: var(--noir);
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot{
    position: relative;
    display: flex;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot .left{
    font-size: 14px;
    font-weight: normal;
    color: var(--orange);
    text-transform: capitalize;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}

.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav{   /* les controls */
    position: absolute !important; 
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    top: -55px;
    right: 0%;

    z-index: 5;
}


.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    bottom: -100;
    width:45px;
    height: 35px;
    background-color: var(--vert);

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

    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev{
    margin-right: 60px;
}
.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-next{
    margin-left: 75px;
}

.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: var(--orange);
}










/*******************************************   Responsive  ********************/

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

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

}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 992px) {
      .section_grands_dossiers .content .titre h1{
        font-size: 30px;
        font-weight: 650;
      }
      .section_grands_dossiers .content .titre h1::after{
       height: 5px;
       width: 110px;
      }
      .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
        position: relative;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .inner .trait{
        position: absolute;
        height: 39px;
    }
}

@media screen and (max-width: 768px) {
      .section_grands_dossiers .content .titre h1{
        font-size: 25px;
        font-weight: 650;
      }
      .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        bottom: -125;
        width:35px;
        height: 25px;
        background-color: var(--vert);
    
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #fff;
        margin: 0px;
    }
    .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 40px;
    }

    .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 160px;
    }

    .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption{
        position: relative;
        padding: 20px !important;
      }
}
@media screen and (max-width: 599px) {
    .section_grands_dossiers .content .titre h1{
        font-size: 22px;
        font-weight: 550;
    }

    .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 180px;
    }
}


/**************       dark mode   ***********/

.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption a{
    color: yellow !important;
}
.dark-mode .section_grands_dossiers .content .titre{
    border-top: 2px solid yellow;
}
.dark-mode .section_grands_dossiers .content .titre h1::after,
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .inner .trait{
   background-color: yellow !important;
   background: yellow !important;
}
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption,
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .inner h2,
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a:hover .inner h2{
    background-color: #000 !important;
    background: #000 !important;
    color: yellow !important;
}

.dark-mode .section_grands_dossiers .content .titre h1,
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme .owl-nav button,
.dark-mode .section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
    color: yellow !important;
}</pre></body></html>