:root {
    --noir: #262626;
    --orange: #EF7D00;
    --rouge_bordeau: #902539;
    --marron_clair: #c3a366;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}

#section_photo.container-fluid{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;

    background-color: rgba(246, 246, 246, 0.0);
}
#carousel.container-fluid > .row{
    padding: 0px !important; 
    margin-top: 0px !important;
}
#section_photo  .wrapper {
    position: relative;
    width: 1480px;
    background-color: rgba(243, 243, 243, 0.99);
    margin: auto;
    padding: 75px 25px;
}
/********************** carousel slide******************/

#section_photo.container-fluid .titre{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid var(--maron-2);
}
#section_photo.container-fluid .titre h1{
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--maron-2);
    padding: 5px 0px;
    background-color: var();
    font-weight: 700;
}
#section_photo.container-fluid #liste_photos{
    position: relative;
    width: 100%;
    padding: 0px !important;
    margin: 0 !important;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section_photo.container-fluid #liste_photos .item{
    position: relative;
}
#section_photo.container-fluid #liste_photos .item a .inner{
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 1;
}
#section_photo.container-fluid #liste_photos .item a .inner::after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(18, 18, 18, 0.6), rgba(45, 45, 45, 0.1));
    transition: all ease 0.3s;
}
#section_photo.container-fluid #liste_photos .item a .inner .icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    
}
#section_photo.container-fluid #liste_photos .item a:hover .inner .icon{
    display: none;
}
#section_photo.container-fluid #liste_photos .item .text{
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
#section_photo.container-fluid #liste_photos .item .text h2{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
}
#section_photo.container-fluid #liste_photos .item a .inner .icon span{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blanc);
    overflow: hidden;
    font-size: 18px;
    color: var(--maron-2);
}

#section_photo.container-fluid #liste_photos .item a .inner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;

    transition: all 0.4s ease;
    transform: scale(1);
}


#section_photo.container-fluid #liste_photos .owl-nav{   /* les controls */
    position: absolute !important; 
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 5;
}


#section_photo.container-fluid #liste_photos .owl-nav button.owl-prev:focus,
#section_photo.container-fluid #liste_photos .owl-nav button.owl-next:focus{
    outline: 0;
}
#section_photo.container-fluid #liste_photos .owl-nav button{
    position: absolute;
    bottom: -100;
    width:50px;
    height: 35px;
    background-color: var(--noir);

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

    font-size: 30px;
    color: #fff;
    margin: 0px;
    padding-bottom: 20px;
}
#section_photo.container-fluid #liste_photos .owl-nav button.owl-prev{
    margin-right: 60px;
}
#section_photo.container-fluid #liste_photos .owl-nav button.owl-next{
    margin-left: 75px;
}

#section_photo.container-fluid #liste_photos .owl-nav button:hover{
    background-color: var(--vert-fonce);
}

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



@media (max-width: 1800px){

} 
@media (max-width: 1700px){

}
@media (max-width: 1620px){

}
@media (max-width: 1550px){
    #section_photo  .wrapper{
        position: relative;
        width: 1350px !important;
    }

}@media (max-width: 1460px){
    #section_photo  .wrapper{
        position: relative;
        width: 1150px !important;
    }
}
@media (max-width: 1350px){

} 
@media (max-width: 1250px){
    #section_photo  .wrapper{
        position: relative;
        width: 100% !important;
    }
}
@media (max-width: 992px){

    
}
@media (max-width: 768px){

    #section_photo.container-fluid #liste_photos .item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 350px;
        overflow: hidden;
        z-index: 1;
    }


}

@media (max-width: 420px) {
    #section_photo.container-fluid .titre{
        margin-bottom: 10px;
    }
    #section_photo.container-fluid .titre h1{
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 16px;
        font-weight: 550;
        margin-bottom: 0px;
    }
    #section_photo.container-fluid #liste_photos .item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 275px;
        overflow: hidden;
        z-index: 1;
    }
    #section_photo.container-fluid #liste_photos .item .text{
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

    #section_photo.container-fluid #liste_photos .owl-nav button{
        position: absolute;
        bottom: -100;
        width:40px;
        height: 30px;
        background-color: var(--maron-2);
    
        display: flex;
        justify-content: center;
        align-items: center;
    
        font-size: 30px;
        color: #fff;
        margin: 0px;
        padding-bottom: 20px;
    }

}
@media (max-width: 340px) {
    #section_photo.container-fluid .titre{
        margin-bottom: 10px;
    }
    #section_photo.container-fluid .titre h1{
        position: relative;
        display: inline-block;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    #section_photo.container-fluid #liste_photos .item a .inner{
        position: relative;
        display: block;
        width: 100%;
        height: 250px;
        overflow: hidden;
        z-index: 1;
    }
    #section_photo.container-fluid #liste_photos .item .text{
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }

}