
: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;
}
.section_multiple_slides{
    position: relative;
    width: 100%;
    padding: 0 !important;
}
.section_multiple_slides > .row{
    margin: 0 !important;
    padding: 0 !important;
}


.section_multiple_slides .content{
    position: relative;
    width: 100%;
    margin-top: 15px !important;

    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.section_multiple_slides .content .liste{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section_multiple_slides .content .liste .slide{
    position: relative;
    width: 25%;
}
.section_multiple_slides .content .liste #femmes_references.slide {
    position: relative;
    width: 43%;
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    position: relative;
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    border-radius: 3px !important; 
    text-decoration: none;
    padding: 1px;
    border: 1px solid rgb(233, 233, 233);
    /* border: 2px solid red; */
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 2;
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; 
    transition: all 0.3s ease;
    transform: scale(1);
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link:hover .inner img{
    transform: scale(1.03);
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .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.1), transparent);
    opacity: 1;
    transition: ease-out 0.3s;
    z-index: 5;
}
.section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link:hover .inner::after{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

.section_multiple_slides .content .owl-carousel.owl-theme a .caption{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 125px;
    z-index: 30;
    padding: 10px !important;
    background-color: var(--blanc);

}
.section_multiple_slides .content #gouv_photos.owl-carousel.owl-theme a .caption{
    position: relative;
    background-color: var(--vert);
}
#femmes_references h1,
.section_multiple_slides .content .owl-carousel.owl-theme h2{
    position: absolute;
    left: 5%;
    top: 10px;
    display: flex;
    width: auto !important;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 650;
    text-transform: uppercase;
    color: var(--blanc);
    background: linear-gradient(to right, var(--orange), rgb(223, 91, 3));
    margin-bottom: 10px;
    transition: ease 0.3s all;
    z-index: 10;
}
.section_multiple_slides .content .owl-carousel.owl-theme a:hover .caption h2{
    background-color: var(--orange);
    color: var(--blanc);
}


.section_multiple_slides .content .owl-carousel.owl-theme a .caption h3{
    position: relative;
    width: 100% ;
    font-size: 13px;
    font-weight: 500;
    color: rgb(63, 63, 63);
    margin-bottom: 10px;
    margin-top: 10px;
}
.section_multiple_slides .content .owl-carousel.owl-theme a .caption h4{
    position: relative;
    width: 100% ;
    font-size: 12px;
    font-weight: 600;
    color: rgb(63, 63, 63);
}
.section_multiple_slides .content #gouv_photos.owl-carousel.owl-theme a .caption h3{
    position: relative;
    width: 100% ;
    font-size: 13px;
    color: var(--blanc);
    margin-bottom: 10px;
}

.section_multiple_slides .content .owl-carousel.owl-theme a .caption .foot{
    position: relative;
    display: flex;
}
.section_multiple_slides .content .owl-carousel.owl-theme a .caption .foot div{
    position: relative;
    display: inline-block;
    width: auto;
}
.section_multiple_slides .content .owl-carousel.owl-theme a .caption .foot .left{
    font-size: 14px;
    font-weight: 500;
    color: var(--orange);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.section_multiple_slides .content .owl-carousel.owl-theme a .caption .foot .right{
    font-size: 16px;
    color: var(--blanc);
    margin-left: 7px;
    display: none;
}



.section_multiple_slides .content .owl-carousel.owl-theme .owl-dots{  /** Les controles **/
    display: flex;
    position: none !important;
}



.section_multiple_slides .content .owl-carousel.owl-theme .owl-nav{  
    position: absolute !important; 
    top: 40%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    left: -12px;
    right: -12px;

    z-index: 115;

    /* border: 1px solid red; */
}
.section_multiple_slides .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);
}


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



.section_multiple_slides .content .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) {
    .section_multiple_slides .content .liste{
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section_multiple_slides .content .liste .slide{
        position: relative;
        width: 25%;
    }
    .section_multiple_slides .content .liste #femmes_references.slide {
        position: relative;
        width: 45%;
    }
}
@media screen and (max-width: 1250px) {
    .section_multiple_slides .content .liste{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .section_multiple_slides .content .liste .slide{
        position: relative;
        width: 25%;
    }
    .section_multiple_slides .content .liste #femmes_references.slide {
        position: relative;
        width: 45%;
    }

    .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
        width: 100%;
        height: 175px;
    }

}
@media screen and (max-width: 992px) {
    .section_multiple_slides .content .liste .slide{
        position: relative;
        width: 48%;
    }
    .section_multiple_slides .content .liste #femmes_references.slide {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
        width: 100%;
        height: 210px;
    }

    .section_multiple_slides .content .owl-carousel.owl-theme .owl-nav button{
        position: relative;
        width: 25px;
        height: 25px;
        background-color: var(--blanc);

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

        font-size: 16px;
        color: #272727;
        font-weight: 500;
        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);
    }

}

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

    .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
        width: 100%;
        height: 225px;
      }
      .section_multiple_slides .content .liste .publication a .inner{
        width: 100%;
        height: 275px;
        margin-top: 10px;
      }
}
@media screen and (max-width: 640px) {
    .section_multiple_slides .content .liste .slide,
    .section_multiple_slides .content .liste .publication{
      position: relative;
      width: 100%;
      margin-bottom: 20px;
    }
    .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
        width: 100%;
        height: 295px;
      }
      .section_multiple_slides .content .liste .publication a .inner{
        width: 100%;
        height: 375px;
        margin-top: 10px;
      }
}
@media screen and (max-width: 480px) {
  

    .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link .inner{
        width: 100%;
        height: 200px;
      }

      
.section_multiple_slides .content .owl-carousel.owl-theme h2{
    position: absolute;
    left: 5%;
    top: 10px;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 500;
  }

}




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

.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link,
.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme h2,
.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme a .caption h3,
.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme .owl-nav button,
.dark-mode .section_multiple_slides .content .liste .publication h2,
.dark-mode .section_multiple_slides .content .liste .publication a{
    color: yellow !important;
}
.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme .owl-item a.owl_main_link,
.dark-mode .section_multiple_slides .content .liste .publication{
    border: 1px solid yellow !important;
}

.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme a .caption,
.dark-mode .section_multiple_slides .content .liste .publication,
.dark-mode .section_multiple_slides .content .liste .publication .docs::-webkit-scrollbar-thumb{
   background-color: rgb(29, 29, 29) !important;
}
.dark-mode .section_multiple_slides .content .owl-carousel.owl-theme h2,
.dark-mode .section_multiple_slides .content .liste .publication h2,
.dark-mode .section_multiple_slides .content .liste .publication .owl-carousel.owl-theme .owl-nav button{
   background-color: rgb(19, 19, 19) !important;
   background: rgb(19, 19, 19) !important;
}
