
: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%;
}
.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);
}
.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 a .caption{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 210px;
    z-index: 30;

    padding: 10px 0px !important;
    padding-bottom: 45px !important;
    background-color: var(--blanc);
}


.section_grands_dossiers .content #owl_grands_dossiers.owl-carousel.owl-theme a .caption h3{
    position: relative;
    width: 99% ;
    font-size: 20px;
    font-weight: 550;
    color: var(--noir);
    margin-bottom: 10px;
}
.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;
    }



}

@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;
    }
}
@media screen and (max-width: 599px) {
    .section_grands_dossiers .content .titre h1{
        font-size: 22px;
        font-weight: 550;
    }
}