
: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: 80%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0px;
    border: 1px solid rgb(110, 110, 110, 0.5);
}

.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: 16px;
    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: 00px;
    padding-right: 45px !important;
    background-color: var(--blanc);
    padding: 3px;
    border: 1px solid rgba(181, 2, 2, 0.1);
    border-left: 1px solid rgba(181, 2, 2, 0.0);
    z-index: 100;

}
.section_e_services .content #owl_projet {
    border: 1px solid rgba(181, 2, 2, 0.1);
}

.section_e_services .content #owl_projet.owl-carousel.owl-theme .item{
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    position: relative;
    display: flex;
    height: 78px;
    /* justify-content: center; */
    align-items: center;
}
.section_e_services .content .slide a{
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    border-radius: 0px !important;
    text-decoration: none;
    overflow: hidden;
    border-right: 1px solid rgba(207, 207, 207, 0.4);
    background-color: var(--blanc);
    padding: 10px;
    padding-left: 15px;
}

.section_e_services .content .slide a h3{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: var(--noir);
    margin-bottom: 0px !important;

        position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_e_services .content .slide a h3 span.icon{
    position: relative;
    max-width: 100px;
    margin-right: 10px;
}
.section_e_services .content .slide a h3 span.icon img{
    max-width: 40px;
}
.section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
    position: absolute !important;
    top: 8px;
    right: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column-reverse !important;
    z-index: 101 !important;
    margin-right: -10px;
    width: 50px;
    height: 100px;
    padding: 0 !important;

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

.section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
.section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
.section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav button{
    position: relative;
    right: 10px;
    bottom: 0px;
    width: 35px;
    height: 30px;
    background-color: rgb(122, 122, 122);
    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_projet.owl-carousel.owl-theme .owl-nav button:hover{
    background-color: rgb(75, 75, 75);
}

/*****   ****/

.section_e_services .content .links{
    display: flex;
    flex-direction: column;
     justify-content: space-between;
    gap: 4px;
    width: 20%;
    padding: 0;
    margin-right: -10px;
}
.section_e_services .content .links a{
    display: flex;
    align-items: center;
    gap: 2px;

    width: 100%;
    padding: 11px 15px;

    background: gray;
    color: var(--blanc);
    text-decoration: none;

    font-size: 13px;
    line-height: 1.3;

    border-radius: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);

    transition: all 0.3s ease;
}
.section_e_services .content .links a:nth-child(1){
    background-color: var(--orange);
}
.section_e_services .content .links a:nth-child(2){
    background-color: var(--bleu);
}
.section_e_services .content .links a span{
    font-size: 14px;
    flex-shrink: 0;

    margin-right: 8px;
}
.section_e_services .content .links a:hover{
    background: var(--vert-fonce);
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-decoration: underline;
}
.section_e_services .content .links a:active{
    transform: translateX(2px);
}


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

@media screen and (max-width: 1520px) {
    .section_e_services .content .items{
        position: relative;
        width: 80%;
    }

}
@media screen and (max-width: 1450px) {
    .section_e_services .content .items{
        position: relative;
        width: 75%;
    }
}
@media screen and (max-width: 1400px) {
    .section_e_services .content .items{
        position: relative;
        width: 80%;
    }
}
@media screen and (max-width: 1380px) {
.section_e_services .content .items{
        position: relative;
        width: 80%;
    }
    .section_e_services .content .links{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px;
        width: 20%;
        padding: 0;
        margin-right: -10px;
    }
}
@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;
    }

    .section_e_services .content .items{
        position: relative;
        width: 78%;
    }

    .section_e_services .content .links{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px;
        width: 20%;
        padding: 0;
        margin-right: -10px;
    }
}
@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_projet.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        margin-right: -10px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 900px) {
    .section_e_services .content .titre h1{
        position: relative;
        font-weight: 600;
        color: var(--blanc);
    }
    .section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        margin-right: -10px;
        margin-top: 0px;
    }

    .section_e_services .content .items{
        position: relative;
        width: 70%;
    }
    .section_e_services .content .links{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px;
        width: 30%;
        padding: 0;
        margin-right: -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_projet.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        position: absolute !important;
        top: 12px;
        right: 0;
    }
    .section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav button{
        width: 30px;
        height: 27px;
        font-size: 25px;
        color: #fff;
        margin: 2px;
    }
    .section_e_services .content #owl_projet.owl-carousel.owl-theme .owl-nav button span{
        margin-top: -5px;
    }
}
@media screen and (max-width: 640px) {

    .section_e_services .content{
        position: relative;
        height: 140px;
        flex-wrap: wrap-reverse;
    }
    .section_e_services .content .titre h1{
        position: relative;
        font-weight: 500;
    }
    .section_e_services .content .items{
        position: relative;
        width: 100%;
        height: 70px;
        overflow: hidden;
    }
    .section_e_services .content .links{
    display: flex;
    flex-direction: row;
     justify-content: space-between;
    gap: 4px;
    width: 100%;
    padding: 0;
    margin-right: -10px;
    height: 70px;
    margin-bottom: -15px;
}
.section_e_services .content .links a{
    display: flex;
    align-items: center;
    gap: 0px;

    width: 100%;
    padding: 10px;
    max-height: 45px;
    font-size: 12px;
}


}
@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_projet.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;
}

