<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
: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;
    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{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2;
}
.section_e_services .content .links{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    padding: 10px;
}
.section_e_services .content .links a{
    position: relative;
    width: 100%;
    margin: 2px;

    padding: 10px;
    background-color: var(--vert);
    color: var(--blanc);
    font-size: 13px;
    transition: ease 0.3s all;
    text-decoration: none;
}
.section_e_services .content .links a span{
    position: relative;
    margin-right: 5px;
    font-size: 18px;
}
.section_e_services .content .links a:hover{
    background-color: var(--vert-fonce);
}
.section_e_services .content .items{  /***  services **/
    position: relative;
    width: 65%;
    height: auto;
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0px;
    border: 1px solid lightgray;
}
.section_e_services .content .items .slide{
    position: relative;
    width: 70%;
    height: 85px;
    z-index: 10;
}
.section_e_services .content .titre{
    position: relative;
    width: 210px !important;
    height: 95px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
}
.section_e_services .content .titre h1{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: var(--blanc);
}

.section_e_services .content .btns{
    position: relative;
    display: block;
    content: "";
    width: 110px !important;
    height: 85px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.0);
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item .item{
    cursor: pointer;
    /* border: 2px solid blue; */
    position: relative;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 88px;
    /* overflow: hidden; */
    border-radius: 0px !important; 
    text-decoration: none;
    overflow: hidden;
    border-right: 1px solid rgb(116, 116, 116);
    background-color: var(--blanc);
    padding: 10px;
    /* border: 1px solid red; */
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a .inner{
    position: relative;
    margin-right: 12px;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a .inner img{
    position: relative;
    width: 50px;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.03);
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a:hover .inner img{
    transform: scale(1.03);
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a .caption{
    position: relative;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a .caption h3{
    position: relative;
    font-size: 13px;
    font-weight: normal;
    color: var(--noir);
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
    position: absolute !important; 
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    top: 60px;
    right: -110px;
    z-index: 11;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-prev:focus,
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-next:focus{
    outline: 0;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button{
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    background-color: var(--vert);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-prev{
    margin-right: 50px;
}
.section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-next{
    margin-left: 70px;
}
.section_e_services .content #owl_e_services.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_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav{  
        right: -120px;
    }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 33px;
        height: 33px;
        background-color: var(--vert);
    
        display: flex;
        justify-content: center;
        align-items: center;
    
        font-size: 30px;
        color: #fff;
        margin: 0px;

        /* border: 2px solid red; */
    }
}
@media screen and (max-width: 1250px) {
   
    .section_e_services .content .items .slide{
        position: relative;
        width: 70%;
        height: 100px;
        /* border: 2px solid blue; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 88px;
        /* overflow: hidden; */
        border-radius: 0px !important; 
        text-decoration: none;
        overflow: hidden;
        border-right: 1px solid rgb(116, 116, 116);
        background-color: var(--blanc);
        padding: 10px;
        /* border: 1px solid red; */
    }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        position: absolute !important; 
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        top: 70px;
        right: -90px;
    
        z-index: 11;
    }
}
@media screen and (max-width: 992px) {
    .section_e_services .content{
        position: relative;
        flex-direction: column;
        /* border: 1px solid red; */
    }
    .section_e_services .content .links{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }
    .section_e_services .content .links a{
        position: relative;
       text-align: center;
    }
    .section_e_services .content .items{  /***  services **/
        position: relative;
        width: 100%;
    }
    .section_e_services .content .titre h1{
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: var(--blanc);
    }

    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 40px;
    }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-next{
        margin-left: 30px;
    }

}

@media screen and (max-width: 768px) {
    .section_e_services .content .titre{
        position: relative;
        width: 220px !important;
        height: 95px;
        
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--vert);
      }
    .section_e_services .content .items .slide{
        position: relative;
        width: 60%;
        height: 100px;
      
    }
    .section_e_services .content .titre h1{
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }

    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        position: absolute !important; 
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        top: 70px;
        right: -70px;
    
        z-index: 11;
    }
    .section_e_services .content .items .slide{
        position: relative;
        width: 55%;
        height: 100px;
        /* border: 2px solid rgb(219, 51, 174); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }

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

    .section_e_services .content .items .slide{
        position: relative;
        width: 60%;
        height: 100px;
      }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button{
        width: 28px;
        height: 28px;
        font-size: 20px;
      }
      .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 30px;
      }

      .section_e_services .content .links{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        padding: 0px;
        margin-bottom: 15px;
    }

      .section_e_services .content .btns{
        position: relative;
        display: block;
        content: "";
        width: 10px !important;
    }

    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav{   /* ****     *****   *** les controls ******* ***  *** */
        position: absolute !important; 
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column !important;
        right: -80px;
        z-index: 5;
    }

    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button{
        position: absolute;
        
        width: 25px;
        height: 25px;
    }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-prev{
        margin-right: 0px;
        bottom: -5px !important;
        right: 65px;
    }
    .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-nav button.owl-next{
        margin-left: 00px;
        right: 65px;
        bottom: 31px !important;
    }

}

/**************       dark mode   ***********/
.dark-mode .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item a .caption,
.dark-mode .section_e_services h3,
.dark-mode .section_e_services .caption,
.dark-mode .section_e_services .content #owl_e_services.owl-carousel.owl-theme .owl-item 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_e_services.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;
}

</pre></body></html>