
: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_e_services   ****/
.section_e_services{
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    margin-top: 75px;
    /* border: 1px solid lightgray; */
    margin-bottom: 50px;
}
.section_e_services::before{
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--orange);
}
.section_e_services::after{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--orange);
}
.section_e_services .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    overflow: hidden;
    padding-right: 10px;
    
}
.section_e_services .content .items{
    position: relative;
    width: 100%;
    height: auto;
    
    display: flex;
    align-items: center;
    padding: 0px;
}

.section_e_services .content .titre{
    position: relative;
    width: 20% !important;
    height: 850px;
    padding: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
}
.section_e_services .content .titre h1{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: var(--blanc);
    text-align: center;
}

.section_e_services .content .btns{
    position: relative;
    display: none;
}
.section_e_services .content .items .slide{
    position: relative;
    width: 80%;
    height: 84px;
    z-index: 10;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 45px !important;
    background-color: var(--blanc);
    padding: 3px;
    border: 1px solid rgba(194, 194, 194, 0.1);
    z-index: 100;
}
.section_e_services .content .slide .item{
    cursor: pointer;
    position: relative;
    max-height: 82px;
    margin-bottom: 0;
}
.section_e_services .content .slide a{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* overflow: hidden; */
    border-radius: 0px !important; 
    text-decoration: none;
    overflow: hidden;
    border-right: 1px solid rgba(207, 207, 207, 0.1);
    background-color: var(--blanc);
    padding: 10px;
    padding-left: 15px;
}
.section_e_services .content .slide a .inner{
    position: relative;
    margin-right: 12px;
}
.section_e_services .content .slide a .inner img{
    position: relative;
    width: 50px;
}
.section_e_services .content .slide a:hover .inner img{
    transform: scale(1.03);
}
.section_e_services .content .slide a:hover .inner img{
    transform: scale(1.03);
}
.section_e_services .content .slide a .caption{
    position: relative;
}
.section_e_services .content .slide a .caption h3{
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 0px !important;
}

.section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
    position: absolute !important; 
    top: 0;
    right: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse !important;
    z-index: 101 !important;
    margin-right: -15px;
    width: 50px;
    height: 100px;
    padding: 0 !important;

    /* display: none !important; */
    float: right;
}


.section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
.section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
.section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button{
    position: relative;
    right: 10px;
    bottom: 0px;
    width: 35px;
    height: 30px;
    background-color: rgb(8, 134, 8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    margin: 2px;
    border-radius: 3px;
    transition: ease all 0.3s;
}

.section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: rgb(4, 110, 4);
}
.section_e_services .content .link{
    position: relative;
    width: 25%;
    min-width: 200px;
    height: auto;
    border: 1px solid rgb(114, 114, 114);
    background-color: var(--blanc);
    margin-left: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.section_e_services .content .link a{
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}




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

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

}
@media screen and (max-width: 1250px) {
   
    .section_e_services .content .slide a{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        /* overflow: hidden; */
        border-radius: 0px !important; 
        text-decoration: none;
        overflow: hidden;
        background-color: var(--blanc);
        padding: 10px;
        /* border: 1px solid red; */
    }
}
@media screen and (max-width: 992px) {
    .section_e_services .content .titre h1{
        position: relative;
        font-weight: 600;
        color: var(--blanc);
    }


    .section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        margin-right: -30px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .section_e_services .content .titre{
        position: relative;
        width: 30% !important;
    }
    .section_e_services .content .titre h1{
        position: relative;
        font-weight: 500;
    }
.section_e_services .content .items .slide{
    position: relative;
    width: 70%;
}
    .section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button{

        width: 30px;
        height: 27px;
        font-size: 25px;
        color: #fff;
        margin: 2px;
    }
    .section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button span{
        margin-top: -5px;
    }

}
@media screen and (max-width: 560px) {
    .section_e_services .content .titre h1{
        position: relative;
        font-weight: 500;
    }

    

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

}

/**************       dark mode   ***********/
.dark-mode .section_e_services .content .slide a .caption,
.dark-mode .section_e_services h3,
.dark-mode .section_e_services .caption,
.dark-mode .section_e_services .content .slide a .caption h3{
    background-color: rgba(24, 60, 167, 0.00) !important;
    color: yellow;
}
.dark-mode .section_e_services a{
    color: yellow !important;
    /* border: 1px solid red; */
    background-color: rgba(31, 31, 31, 0.9) !important;
}
.dark-mode .section_e_services{
    border: 1px solid yellow !important;
}
.dark-mode .section_e_services::before,
.dark-mode .section_e_services::after{
    border-top: 1px solid yellow !important;
}
.dark-mode .section_grands_dossiers .content .titre{
    border-top: 2px solid yellow;
}
.dark-mode .section_e_services .content .titre{
   background-color: rgb(19, 19, 19) !important;
   background: rgb(19, 19, 19) !important;
}
.dark-mode .section_e_services .content #owl_synthese.owl-carousel.owl-theme .owl-nav button{
    background-color: #000 !important;
    background: #000 !important;
    color: yellow !important;
}
.dark-mode .section_e_services .content .titre h1{
    color: yellow !important;
}

