
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");

:root {
    /*--primbgClr: #6b8f92 !important;*/
    --primbgClr: #00cc8b !important;
    --primbgdarkClr: #08a070 !important;
    /*--primbgdarkClr: #577375 !important;*/
    --primbgdarkerClr: #019264 !important;

    --secdbgClr: #f5a029 !important;
    --textwhite: #fff !important;
    --textPrimary: #009969 !important;
    --footerColor: #2a2b2b !important;
    --bkgColor: #f3f2ef;
    --grisGouv: rgba(71, 71, 71, 0.4);
    --grisGouvDark: #474747;
}

body {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 200;
    font-style: normal;
    background-color: var(--bkgColor);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8rem ;
}

.navbar-brand{
    padding-top: 0.2rem;
}

.flag-look-like {
    display: flex;
    height: 10px;
}

.flag-look-like .green-block {
    background-color: #108757;
}

.flag-look-like .yellow-block {
    background-color: #fbd142;
}

.flag-look-like .red-block {
    background-color: red;
}


.footer-logo {
    height: 70px;
}

.livre-dispo {
    color: var(--textPrimary) !important;
    font-weight: 500;
}

.text-active {
    color: var(--textPrimary) !important;
    font-weight: bold;
}

.textPrimary {
    color: var(--textPrimary);
}
.textPrimaryDark {
    color: var(--primbgdarkClr);
}

.secdText {
    color: var(--secdbgClr);
}

.bckColor {
    background-color: var(--primbgClr);
}

.bckColorRed {
    background-color: red;
}
.bckColorDark {
    background-color: var(--primbgdarkClr);
}

.secBckColor {
    background-color: var(--secdbgClr);
}

.grayBckColor {
    background-color: var(--grisGouv);
}
.darkGrayColor {
    background-color: var(--grisGouvDark);
}

.nav-link {
    color: var(--textwhite);
    transition: all 1.5s;
    text-transform: uppercase;
    padding: 15px .5rem;
}

#showEservice, #showSearch {
    padding: 0px;
}

#showEservice a, #showSearch a {
    border-radius: 50px;
    /*padding-left: 20px !important;*/

}

#eservice {
    display: none;
}

#contactNous a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#eservice a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#contactNous a:before {
    content: '';
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1.7px;
}

/********* First section*************/
.navmenu {
    padding-left: 125px;
}

.page-header {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-color: var(--primbgClr);
}

.topcontact {
    font-size: 13px;
}

.doubleView {
    position: relative;
    top: -109px;
    z-index: -5;
    width: 100%;
    margin-bottom: -100px;
}


.colorPart {
    width: 30%;
    padding-top: 50px;
}


.plainPart {
    width: 70%;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.captionContent {
    width: 40%;
    background-color: whitesmoke;
    padding: 15px;
    border-radius: 10px;
}

/*.full-height {*/
/*    min-height: 480px;*/
/*}*/
/********* First section*************/
.navmenu {
    padding-left: 125px;
}

.page-header {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background-color: var(--primbgClr);
}

.topcontact {
    font-size: 13px;
}

.doubleView {
    position: relative;
    top: -109px;
    z-index: -5;
    width: 100%;
    margin-bottom: -100px;
}


.colorPart {
    width: 30%;
    padding-top: 50px;
}


.plainPart {
    width: 70%;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.captionContent {
    width: 40%;
    background-color: whitesmoke;
    padding: 15px;
    border-radius: 10px;
}

/*.full-height {*/
/*    min-height: 480px;*/
/*}*/

.navbar-dark .navbar-nav .nav-link {
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    padding: 30px 10px;
    /*text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.96);*/
    font-weight: 600;
}

.navbar-nav .dropdown-menu {
    padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link:after {
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.96);
}

.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 3px solid var(--secdbgClr) !important;
    color: #fff !important;
}

nav a:hover {
    color: var(--secdbgClr);
}
/* 
.show4Mobile {
    transition: all 0.5s;
} */

.site-logo {
    height: 70px;
}

.fixed-top > .container > a #navbar-brand {
    display: inline-flex !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    color: #1d2025;
    margin: 0px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0px;
}


/*#showEservice a:before {*/
/*    content: '';*/
/*    background: white;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 1.5px;*/
/*}*/


a {
    text-decoration: none;
    color: var(--primbgdarkClr);
}

.loading-logo {
    width: 72px;
    height: 72px;
}

.loading-scr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #f5f5f5;
}

.load-bar {
    width: 150px;
    height: 2px;
    position: relative;
    overflow: hidden;
    background: #cfcfcf;
    margin-top: 22px;
}

.load-bar::before {
    content: "";
    width: 75px;
    height: 2px;
    position: absolute;
    left: -34px;
    background: #009688;
    animation: loadBar 1.5s infinite ease;
}

/*-- load bar animation CSS--*/
@keyframes loadBar {
    50% {
        left: 100px;
    }
}


::-webkit-scrollbar {
    width: 0.5em;
    background-color: var(--primbgClr);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: var(--secdbgClr);
    outline: 1px solid slategrey;
}

.navbar-nav li.nav-item {
    /*padding: 0px 15px;*/
    /*background-color: var(--primbgdarkClr);*/
}

.dropdown-menu {
    border-radius: unset;
}


/*ESERVICE-SIDENAV*/
.eservice-sidenav {
    height: 90%;
    width: 0;
    position: fixed;
    z-index: 1005;
    top: 10;
    right: 0;
    background-color: var(--bkgColor);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}


/* Position and style the close button (top right corner) */
.eservice-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
    color: var(--secdbgClr);
    padding: 0px 0px 0px 6px;
    background-color: transparent;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .eservice-sidenav {
        padding-top: 15px;
    }

    .eservice-sidenav a {
        font-size: 18px;
    }
}

/* Search view */


.search-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*width: 460px;*/
    overflow: auto;
    padding: 10px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.search-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.searchResultArea {
    max-height: 400px;
    overflow-y: auto;
}

/*.dropdown a:hover {background-color: #ddd;}*/

.showSearch-view {
    display: block;

}

.eservice-icon {
    font-size: x-large;
    color: var(--textPrimary);
    display: block !important;
    text-align: center;
    margin: 2px auto;
    padding: 10px;
    border-radius: 5px;
    width: fit-content;
}

.eservice-icon-detail {
    line-height: 17px;
    text-align: center !important;
}

.eservice-icon-detail > a {
    font-size: 10px !important;
    font-weight: 500;

    color: lightslategray;
}

.eservice-icon-detail:hover > a {
    color: var(--textPrimary);
    text-transform: uppercase;
}


.showmoreEservice, .hidemoreEservice, .showmoremeservice, .hidemoremeservice {
    font-size: 9px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}

.sction {
    min-height: 80vh;
    padding-top: 70px !important;
}

.social-media > a {
    color: #fff;
    /*background-color: var(--primbgClr);*/
    padding: 10px;
    margin: 10px 5px;
    font-size: 25px;
}


.dropdown-menu > li > a {
    padding: 10px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #6b8f92;
    color: var(--textwhite);
}

.dropdown-divider {
    margin: unset;
}

.dropdown-menu[data-bs-popper] {
    margin-top: unset !important;
    padding: 0px !important;
}

a.show {
    background-color: var(--grisGouvDark);
    color: var(--textwhite) !important;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
        word-wrap: break-word;
    }

    .submenu li a {
        white-space: unset;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -10px;
        padding: 0px;
        width: 350px;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
    }

    .nav-item .submenu a {
        padding: 10px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.marquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    color: #333 !important;
    padding-left: 5px;
    /*border: 1px solid var(--secdbgClr);*/
}
#marquee a {
    color: #333 !important;

}

#marquee {
    border-left: 5px solid #3b9969;
    background-color: white;
    border-bottom: 1px solid whitesmoke;
    margin-bottom: -7px;
}

.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 15px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

.marquee:hover p {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.comminqueImg {
    /*width: fit-content;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

/** Main Slider **/
.dgi-main-caption {
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(4, 14, 39, 0.13) none repeat scroll 0 0;
    position: relative;
    z-index: 1
}

/*.dgi-slide-item:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 47%;*/
/*    background: #081528 none repeat scroll 0 0;*/
/*    z-index: -1*/
/*}*/

/*.dgi-slide-item:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: -1%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(../img/slider_bg.png) no-repeat scroll 0 0;*/
/*    opacity: 0.1;*/
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";*/
/*}*/

.dgi-slide-caption {
    margin-left: 95px;
    margin-top: 190px;
}

.dgi-slide-caption h2 {
    font-weight: 900;
    color: var(--primbgdarkClr);
}

.dgi-slide-caption p {
    color: black;
}

.dgi-slide-item {
    height: 80vh;
    padding: 20px;

}

.dgi-slide .owl-prev {
    position: absolute;
    top: 45%;
    width: 55px;
    height: 55px;
    line-height: 40px;
    text-align: center;
    left: 30px;
    background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
    border-radius: 49%;
    color: #fff !important;
    z-index: 11111;
    -webkit-transition: all 0.4s ease 0s;;
    transition: all 0.4s ease 0s
}

.dgi-slide .owl-next {
    position: absolute;
    top: 45%;
    width: 55px;
    height: 55px;
    line-height: 40px;
    text-align: center;
    right: 30px;
    background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
    border-radius: 49%;
    color: #fff !important;
    z-index: 11111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.dgi-slide .owl-dots {
    position: absolute;
    z-index: 2;
    right: 27px;
    top: 164px;
}

.dgi-slide .owl-dots .owl-dot {
    background: var(--secdbgClr);
    border-radius: 50%;
    border: 1px solid var(--primbgClr);
    padding: 5px !important;
    display: block;
    transition: .3s;
    margin: 9px 5px;

}

.owl-dot.active {
    border: 3px solid var(--textwhite) !important;
    padding: 8px !important;
    transition: .33s;
}

/** Slant slide info**/
.dgi-slide-caption .bg {
    transform: rotate(
            -12.5deg
    );
    -o-transform: rotate(-12.5deg);
    -moz-transform: rotate(-12.5deg);
    -webkit-transform: rotate(
            -12.5deg
    );
    -ms-transform: rotate(-12.5deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 27px;
    width: 30%;
    height: 1200px;
    background: var(--secdbgClr);
    background: rgba(240, 169, 69, .77);
}

.dgi-slide-caption .titleText {
    position: absolute;
    left: 108px;
    top: 43px;
    z-index: 5;
    width: 28%;
    padding: 0 10px;
}

.slideBtn {
    margin-top: 25px;
}

.dgi-slide-caption .titleText button {
    position: relative;
    left: 22px;
    border: 2px solid #ffffff;
    color: #fff;
}

#regimeFiscale {
    background-image: -ms-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #f5f5f5), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom left, #f5f5f5 0%, #ffffff 100%);
    padding-top: 90px;
    padding-bottom: 50px;
}

h2.regimeTitle {
    font-size: 48px;
    line-height: 1.2307;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
    color: #333333;
    font-style: normal;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.regimeIcon {
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--primbgClr);
    display: inline-block;
    font-size: 45px;
    line-height: 140px;
    margin-bottom: 38px;
    width: 140px;
    background-image: -ms-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #f5f5f5), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(top right, #f5f5f5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom left, #f5f5f5 0%, #ffffff 100%);
    padding: 45px 20px;

}


.nav-tabs li.nav-item button.active {
    background-color: transparent;
    color: var(--primbgClr);
    border: none;
    border-bottom: 3px solid var(--primbgClr);

}

.nav-tabs li.nav-item button {
    color: rgba(0, 0, 0, .8) !important;
    font-weight: 800;
}

.info-flash {
    width: initial;
    height: 33px;
    /*box-shadow: 3px -7px 5px 0px rgba(0,0,0,0.5);*/
    /*-webkit-box-shadow: 3px -7px 5px 0px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 3px -7px 5px 0px rgba(0,0,0,0.5);*/
    text-align: right;

}

#serviceUSuel {
    background-color: #eeeeee;
}

.serviceUsuel-icon {
    width: 100px;
    height: 100px;
    background: #1fc1a9;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 25px -2px rgb(0 0 0 / 5%);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.serviceUsuel-icon:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
    background: #189583;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.serviceUsuel-icon i {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lesService {
    width: 100%;
    position: relative;
    padding: 30px;
    background: #fff;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 300px;
    margin: 20px 0;
}

.lesService:hover .serviceUsuel-icon {
    background-color: #eca71f;
}

.lesService:hover .serviceUsuel-icon:after {
    background-color: #d98023;
}

#nouscontacte {
    background: rgb(240, 169, 69);
    background: -moz-linear-gradient(90deg, rgba(240, 169, 69, 1) 0%, rgba(166, 108, 26, 0.7155813008797269) 100%);
    background: -webkit-linear-gradient(90deg, rgba(240, 169, 69, 1) 0%, rgba(166, 108, 26, 0.7155813008797269) 100%);
    background: linear-gradient(90deg, rgba(240, 169, 69, 1) 0%, rgba(166, 108, 26, 0.7155813008797269) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0a945", endColorstr="#a66c1a", GradientType=1);
    padding: 20px 5px;
}

#mostUsed {
    background-color: var(--primbgClr);
}

.services {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: whitesmoke;
    position: relative;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.services .icon {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 7px;
}

.services .icon span {
    font-size: 50px;
    color: #cdb30c;
}

.services .media-body {
    position: relative;
    text-align: center;
}

.services .media-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    text-align: center;
}

.services .btn-custom {
    position: absolute;
    bottom: -20px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: #232429;
    border-radius: 50%;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .btn-custom span {
    color: #cdb30c;
}

@media (max-width: 991.98px) {
    .services .btn-custom {
        right: 30px;
        opacity: 1;
    }
}

.services.active {
    background: #cdb30c;
}

.services.active h3 {
    color: #000000;
}

.services.active .icon span {
    color: #000000;
}

.services:hover {
    background: #cdb30c;
}

.services:hover h3 {
    color: #000000;
}

.services:hover .icon span {
    color: #000000;
}

.services:hover .btn-custom {
    opacity: 1;
    right: 30px;
}

/*Curve shape*/
.custom-shape-divider-bottom-1620 {
    position: relative;
    z-index: 2;
    bottom: 90px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1620585008 {
    position: relative;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1620585008 svg, .custom-shape-divider-bottom-1620 svg {
    position: relative;
    display: block;
    width: calc(160% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1620 .shape-fill {
    fill: var(--primbgClr);

}

.custom-shape-divider-bottom-1620585008 .shape-fill {
    fill: var(--secdbgClr);
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1620585008 svg, .custom-shape-divider-bottom-1620 svg {
        width: calc(214% + 1.3px);
        height: 315px;
    }
}

.img-svg {
    position: relative;
    z-index: 1;
    margin-bottom: -160px;
}

.text-svg {
    position: relative;
    top: 104px;
    font-weight: bolder;
    z-index: 3;
    font-size: 14px;
    width: 70%;
    color: #fff;
    padding: 5px;
}

.parallax {
    /* The image used */

    /* Set a specific height */
    min-height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-image: url('../img/shortSlide.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* regime box*/
.regime-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.regime-container
.box {
    position: relative;
    width: 330px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin: 20px;
    overflow: hidden;
    text-align: center;
}

.regime-container
.box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    z-index: 2;
    pointer-events: none;
}


.regime-container
.box
.icon {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: #000;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    transition: 1s;
}

.regime-container
.box:nth-child(1)
.icon {
    box-shadow: 0 0 0 0 var(--secdbgClr);
    background-color: var(--secdbgClr);
}

.regime-container
.box:nth-child(1):hover
.icon {
    box-shadow: 0 0 0 400px var(--secdbgClr);
    background-color: var(--secdbgClr);
}

.regime-container
.box:nth-child(2)
.icon {
    box-shadow: 0 0 0 0 #25e629;
    background-color: #25e629;
}

.regime-container
.box:nth-child(2):hover
.icon {
    box-shadow: 0 0 0 400px #25e629;
    background-color: #25e629;
}

.regime-container
.box:nth-child(3)
.icon {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: #2196f3;
}

.regime-container
.box:nth-child(3):hover
.icon {
    box-shadow: 0 0 0 400px #2196f3;
    background-color: #2196f3;
}

.regime-container
.box
.content {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.regime-container
.box:hover
.content {
    color: #fff;
}

.regime-container .box .content h3 {
    font-size: 20px;
    margin: 10px 0;
}

.regime-container
.box
.content
a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);

}

.shareBtn {
    position: absolute;
    z-index: 5;
    right: 5px;
    display: inline-block;
}

.shareBtn > span {
    background-color: var(--primbgClr);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    padding: 10px 13px;

}

.shareBtn > span:hover .shareBtn-content {
    display: block;
}

.shareBtn-content {
    display: none;
    position: absolute;
    min-width: 66px;
    padding: 12px 16px;
    z-index: 1;
    top: -145px;
    left: -15px;
    transition: all .8s ease-in-out;
}

.shareBtn:hover .shareBtn-content {
    display: block;
    transition: transform .8s;

}

.shareBtn-content a > i {
    display: block;
    text-align: center;
    margin: 11px 5px;
    background-color: var(--primbgdarkClr);
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;

}

.shareBtn a > i {
    -webkit-transition: -webkit-transform .8s;
    -ms-transition: -ms-transform .8s;
    transition: transform .8s;
}

/**********************FOOTER STYLE********************/
.pg-footer {
    /* font-family: 'Montserrat', sans-serif; */
}


.footer {
    background-color: var(--footerColor);
    color: #fff;
}

.footer-wave-svg {
    background-color: var(--footerColor);
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: whitesmoke;
}

#lesActualite {
    padding-bottom: 50px;
    background-color: #e8e5e5;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}


.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: -35px;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: var(--primbgdarkClr);
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
    color: #fff;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: var(--primbgdarkClr);
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

.eservice-full {
    border-bottom: 3px solid #B02C79;
    padding: 10px;
    /*padding-left: 16px;*/
    /*background-color: #e5e0e0;*/
}

.eservice-full:hover a {
    color: var(--secdbgClr);
}

#sideEservice {
    position: relative;
    z-index: 2;
    top: -720px;
    margin-bottom: -720px;
}

.eservice-full a {
    color: var(--primbgClr);
    text-align: center;
    padding: 1px;
}

.eservice-full span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 0.5;
    vertical-align: text-top;
}

.eservice-full i {
    font-size: 22px;
    margin-bottom: 15px;
}


/* Media Query For different screens */
@media (min-width: 320px) and (max-width: 479px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width: 801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */

}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */

}


@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
}

.slick-prev, .slick-next {
    position: absolute !important;
    z-index: 2 !important;
    top: 50% !important;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    border: unset !important;
    background-color: rgba(42, 43, 42, 0.62);
    color: var(--secdbgClr);
}

.slick-next {
    right: 0 !important;
}

.fixed-top .navbar-nav .nav-link.active {
    color: white !important;
}

.fixed-top #showSearch a {
    padding-right: 20px;
    margin-right: 20px;
}

/*.fixed-top #showSearch a:before {*/
/*    content: '';*/
/*    background: white;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    width: 1.7px;*/
/*}*/

.fixed-top #eservice {
    display: block;
}

.fixed-top .nav-item .nav-link {
    color: white!important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primbgClr);
}



/*.dropdown-menu:after, .dropdown-menu:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}
.dropdown-menu:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #ffffff;
    border-width: 16px;
    margin-left: -16px;
}*/
.navbar .nav-item .dropdown-menu {
    display: none;
}



.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    margin-top: -6px;
}

.article {
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.mainSection .w-30 {
    width: 30%;
    background-color: #ffffff;
    padding: 10px;
    height: 100vh;
}

.mainSection .w-70 {
    width: 70%;
    background-color: whitesmoke;
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.building {
    background-image: url('../img/bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.articlebox {
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    margin: 10px 5px 5px 5px;
    max-width: 566px;
    overflow: hidden;
}

.article__item_content {
    padding: 35px 20px 14px 18px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article__item_socialM a {
    margin: 0px 6px;
    color: var(--primbgClr);
}

.article__item_published {
    background: var(--primbgClr);
    /* font: 18px/31px 'Montserrat', sans-serif; */
    color: #fff;
    font-weight: 100;
    padding: 5px 14px;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 20px;*/
    font-weight: 400;
}

.article__item_introtext {
    font-size: 13px;
}

.article-slide .owl-prev {
    position: absolute;
    top: 25%;
    width: 33px;
    height: 33px;
    line-height: 40px;
    text-align: center;
    left: 30px;
    background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
    border-radius: 49%;
    color: #fff !important;
    z-index: 11111;
    -webkit-transition: all 0.4s ease 0s;;
    transition: all 0.4s ease 0s
}

.article-slide .owl-next {
    position: absolute;
    top: 25%;
    width: 33px;
    height: 33px;
    line-height: 40px;
    text-align: center;
    right: 30px;
    background: rgba(0, 0, 0, 0.38) none repeat scroll 0 0 !important;
    border-radius: 49%;
    color: #fff !important;
    z-index: 11111;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.shareBtn {
    position: relative;
    display: inline-block;
}

.shareBtn > span {
    background-color: var(--primbgClr);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    padding: 10px 15px;

}

.shareBtn-content {
    display: none;
    position: absolute;
    min-width: 66px;
    padding: 12px 16px;
    z-index: 1;
    top: -126px;
    left: -18px;
    transition: all .8s ease-in-out;
}

.shareBtn:hover .shareBtn-content {
    display: block;
    transition: display .8s;

}

.shareBtn .social-icons {
    transition: all 1.5s ease;
}

.shareBtn > span:hover .shareBtn-content {
    display: block;
}

.shareBtn:hover .shareBtn-content a > i {
    display: block;
    text-align: center;
    margin: 11px 5px;
    background-color: var(--primbgdarkClr);
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    transform: rotate(360deg);
}

.shareBtn .shareBtn-content a > i {
    transform: rotate(0deg);
    background-color: var(--primbgdarkClr);
    color: #fff;
    transition: all .8s;
}

.actualite {
    padding: 70px 0px;
    background-color: whitesmoke;
}

.motdirecteur {
    padding: 80px 0px;
}

.topcontact a {
    font-size: 15px;
    color: var(--primbgClr);
}

#menu {
    padding-top: 16px;
    padding-bottom: 10px;
    margin-top: -10px;
    background-color: var(--primbgdarkClr);
}

.welcome-section {
    padding: 0;
    position: relative;
}

.section-title {
    color: #282828;
    font-size: 35px;
}

.welcome-section .welcome-image {
    background-image: url('../img/imageindex.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 100%;*/
    min-height: 640px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: -1;
}


@media (max-width: 991px) {
    .welcome-section .welcome-image {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .welcome-section .welcome-image {
        display: none;
    }
}

.welcome-section .welcome-wrap {
    padding: 50px 0;
    min-height: 520px;
    position: relative;
}

@media (max-width: 991px) {
    .welcome-section .welcome-wrap {
        min-height: 0;
        padding: 50px 0;
    }
}

.welcome-section .welcome-wrap .welcome-text {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .welcome-section .welcome-wrap .welcome-text {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.welcome-section .welcome-wrap .welcome-text h2 {
    margin: 0 0 10px;
}

.welcome-section .welcome-wrap .welcome-text .lead {
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
}

@media (max-width: 767px) {
    .welcome-section .welcome-wrap .welcome-text .lead {
        margin-bottom: 20px;
    }
}

.welcome-section .welcome-wrap .welcome-text p {
    font-size: 16px;
    line-height: 1.87;
    margin: 45px 0 40px;
}

.facts-counter {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.07);
}

.facts-counter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.facts-counter ul li {
    min-height: 180px;
    position: relative;
    cursor: pointer;
}
.facts-counter ul li:hover {
background-color: var(--bs-gray);
}
@media (min-width: 768px) and (max-width: 991px) {
    .facts-counter ul li {
        float: left;
        width: 50%;
    }
}

.facts-counter ul li .fact-item {
    left: 20px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 175px;
}

.facts-counter ul li .fact-item .fact-icon {
    float: left;
    height: 67px;
    margin-right: 10px;
    width: 64px;
}

.facts-counter ul li .fact-item .fact-icon img {
    /*height: 67px;*/
    width: 50px;
    filter: invert(1);
    margin: 0 auto;
}

.facts-counter ul li .fact-item .fact-icon i.ebook {
    background-position: 0 0;
}

.facts-counter ul li .fact-item .fact-icon i.eaudio {
    background-position: -64px 0;
}

.facts-counter ul li .fact-item .fact-icon i.magazine {
    background-position: -128px 0;
}

.facts-counter ul li .fact-item .fact-icon i.videos {
    background-position: -192px 0;
}

.facts-counter ul li .fact-item span {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-top: 4px;
    text-align: center;
}

.facts-counter ul li .fact-item span strong {
    display: block;
    font-size: 20px;
    line-height: .7;

}

.bg-light-green {
    background-color: #84bb45;
}

.bg-green {
    background-color: #43c5b9;
}

.bg-red {
    background-color: #f56363;
}

.bg-blue {
    background-color: #00adef;
}

ul.category-list {
    /*display: flex;*/
    /*flex-flow: wrap;*/
    /*align-content: space-between;*/
    /*justify-content: space-between;*/
}

ul.category-list li.category-item {
    /*width: 200px;*/
}

li.category-item:nth-child(3n) {
    page-break-after: always;
}

ul.category-list li.category-item figure {
    width: 50%;
    position: relative;
    z-index: 1;
}

ul.category-list li.category-item:hover figcaption {
    display: block;
}

ul.category-list li.category-item figcaption {
    position: absolute;
    z-index: 3;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}

ul.category-list li.category-item figcaption .info-block {
    background-color: rgba(255, 114, 54, 0.9);
    color: #fff;
    font-size: 13px;
    text-align: center;
}

figcaption .info-block h4 {
    font-size: 15px;
}

figcaption .info-block .author {
    font-size: 12px;
    display: block;
}

.rating span:hover ~ ::before, .rating span:hover::before {
    content: "\2605";
    position: absolute;
}

figcaption .info-block ol li {
    display: inline;
    margin: 0 5px;
}

figcaption .info-block ol li > a {
    color: var(--primbgdarkClr);
}

/******************* SERVICE BOX *************/
.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
    overflow-y: auto;
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.rating {
    color: #fff;
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.yellow {
    background-color: #ffc000;
}

.orange {
    background-color: #65676F;
}

.red {
    background-color: #e84b3a;
}

.grey {
    background-color: #65676F;
}

.staleGreen {
    background-color: var(--primbgdarkClr);
    background-size: cover;
    background-position: center;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.service-slide .owl-dot {
    background-color: var(--primbgdarkClr) !important;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 10px;
}

.service-slide .owl-dots {
    text-align: center;
    margin: 0px auto;
    display: block;
}

#app {
    display: flex;
}

.sidebar {
    flex: 0 0 100px;
    order: 1;
    background-color: var(--primbgdarkClr);
    width: 50px;
    padding: 10px;
    padding-top: 30px;
    position: fixed;
    z-index: 3;
    height: 100vh;
    overflow-y: auto;
}

.es-content {
    position: relative;
    z-index: 1;
    width: 96%;
    overflow-y: auto;
    left: 4%;
}

.content-body {
    width: 100%;
    position: relative;
    min-height: 90vh;
}

.ec-footer {
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
}

.sidebar:hover {
    width: 300px;

}

.side-menu {
    margin-top: 20px;
}

.side-menu ul li {
    margin: 10px 0;
}

.side-menu ul li:hover .menu-icon-holder,
.side-menu ul li.active .menu-icon-holder,
.side-menu ul li:hover .menu-text,
.side-menu ul li.active .menu-text {
    color: var(--secdbgClr) !important;
    font-weight: bold;
}

.logo {
    height: 6vh;
    /* margin-top: 10px; */
}

.menu-icon-holder {
    font-size: x-large;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    width: 20%;
}

.menu-text {
    color: #fff;
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
}

.sidebar:hover .menu-text {
    display: block;
}

.portalButtonsWrapper {
    display: flex;
    width: 100%;
    margin-left: 10%;
}

.portalButtonsWrapper .portalButtonWrapper:first-child {
    padding-right: 6%;
    background: rgba(53, 43, 43, .5) url('../img/rapport.jpg') no-repeat 50%;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.portalButtonsWrapper .portalButtonWrapper {
    width: 50%;
    height: 100%;
    flex: 1 1;
    display: flex;
    margin-left: -12%;
    transition: all .2s;
    background-blend-mode: darken;
    background-size: cover;
}

.portalButtonsWrapper .portalButtonWrapper .portalButton {
    transition: all .3s ease-in-out;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    position: relative;
}

.portalButtonsWrapper:hover * {
    text-decoration: none;
}

.portalButtonsWrapper .portalButtonWrapper .portalButton .portalButtonContent {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
    color: #efefef;
    font-size: 30px;
    position: absolute;
    top: 60%;
    right: 0;
    padding: 20px 10px;
    background-color: rgba(0, 204, 139, 0.7);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.portalButtonsWrapper .portalButtonWrapper:hover .portalButtonContent {
    background: transparent;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.portalButtonsWrapper .portalButtonWrapper:hover .portalButtonContent {
    background: rgba(0, 0, 0, .5);
}

.portalButtonsWrapper .portalButtonWrapper:nth-child(2) {
    padding-left: 6%;
    background: rgba(0, 0, 0, .5) url('../img/library.jpg') no-repeat 50%;
    background-size: cover;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.portalButtonsWrapper .portalButtonWrapper {
    width: 50%;
    height: 100%;
    flex: 1 1;
    display: flex;
    margin-left: -12%;
    transition: all .2s;
    background-blend-mode: darken;
    background-size: cover;
}

.portalButtonsWrapper .portalButtonWrapper:hover:first-child, .portalButtonsWrapper .portalButtonWrapper:hover:nth-child(2) {
    background-color: rgba(0, 0, 0, .2);
}

.xs-font {
    font-size: 14px !important;
}

.divideRse {
    height: 100vh;
    display: flex;
}

.divideRse {
    height: 100vh;
    display: flex;
}

.searchCategory {
    padding-top: 15px;

}

.searchCategory li {
    display: inline;
    margin: 0 3px;
    font-size: 10px;
    /* font-weight: 500; */
    position: relative;
}

.searchCategory li a {
    margin-right: 8px;
    color: gray;
    font-size: 13px;
}


.statsBox {
    padding-top: 35px;

}

.statsBox li {
    display: inline;
    margin: 10px 7px;
    font-size: 15px;
    /* font-weight: 500; */
    position: relative;
}

.statsBox li a {
    margin-right: 8px;
    color: gray;
    font-size: 15px;
}



.modal-dialog {
    max-width: 700px !important;
    min-width: 70% !important;
    margin: 1.75rem auto;
}

.modal-large {
    max-width: 1000px !important;
    min-width: 90% !important;
    margin: 1.75rem auto;
}
.searchCategory li a:hover {
    text-decoration: underline;
}

.searchCategory li a:before {
    content: '';
    background: var(--primbgdarkClr);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1.0px;
}

.statsBox li a:hover {
    text-decoration: underline;
}

.statsBox li a:before {
    content: '';
    background: var(--primbgdarkClr);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1.0px;
}
.orderBy {
    padding-top: 5px;
    font-size: 13px;
}
.book-showcase {
    position: relative;
}

.book-showcase .extra {
    position: absolute;
    right: 0;
    top: 0;
    /* display: flex;
    justify-content: space-evenly;
    
    width: 50%; */
    /*border-radius: 50%;*/
}
.book-showcase .extra li {
    width: 42px;
    text-align: center;
    padding: 0.2rem 10px;
    background-color: var(--primbgdarkClr);

}
.book-showcase .extra li:hover {
    background-color: rgba(153, 14, 72, 0.8);
}

.bookdetail {
    display: inherit;
    width: 100%;
    font-size: 11px;
    background-color: rgba(0, 204, 139, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0%;
}

.bookdetail span {
    margin: 0 10px;
}


.book-showcase .extra a {
    color: #fff;
    font-size: 20px;
}

.book-showcase .summary {
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
    line-height: 1.5;
}

.book-showcase .extraDescription {
    position: absolute;
    bottom: 0%;
    /* display: flex; */
    justify-content: space-between;
    padding: 5px;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
}

.book-showcase .extraDescription p {
    font-size: 13px;

}

.book-showcase .extraDescription i {
    color: var(--primbgdarkClr);
}

.book-showcase {
    height: 300px;
    width: 65%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-bottom: 4px solid var(--primbgdarkClr);
    padding-bottom: 2px;
    /*border-right: 4px solid var(--primbgdarkClr);*/

}

.book-showcase {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.8s;
}


.book-showcase:hover {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
}

.book-showcase .locked {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
}

.textNotRead {
    font-weight: bold;
    font-size: 14px;
    
}

.dropbtn {
    background-color: var(--grisGouvDark);
    color: white;
    padding: 14px;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 5%;
    /* background-color: var(--primbgdarkClr); */
    /* color: white; */
    padding: 16px;
    /* font-size: 16px; */
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.textBold{
    font-weight: bold;
}
.btn {
    padding: 2 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: var(--primbgClr);
}

.book-detail {
    padding: 20px;
    background-color: #fff;
}

.book-detail ul > li {
    margin: 15px 0;
    font-size: 13px;

}

.openNav {
    width: 300px !important;
}

.openNav .menu-text {
    display: block;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--primbgdarkClr);
    color: white;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.search-box {
    position: relative;
    margin-top: -5px;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    height: 60px;
    background: var(--primbgdarkClr);
    line-height: 40px;
    padding: 10px;
    border-radius: 60px;
}

.search-input {
    background: rgb(59 153 105);
    color: #fff;
    outline: none;
    border: none;
    line-height: 40px;
    width: 0px;
    float: left;
    font-size: 14px;
    transition: 0.7s ease;
    font-family: sans-serif;
    padding: 0px;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: transparent;
    padding: 12px;
    border-radius: 50%;
    float: right;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    top: 0px;


}

.search-box:hover > .search-input {
    width: 185px;
    margin: 3px 8px 0px 8px;
}

.search-input:focus {
    width: 185px;
    margin: 3px 8px 0px 8px;
}

.search-box:hover > .search-btn {
    background: var(--primbgdarkClr);
}

.search-input:focus + .search-btn {
    background: var(--primbgdarkClr);
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: var(--primbgdarkClr) !important;
    border-color: var(--primbgClr);
}

.nav-tabs .nav-link {
    color: #000 !important;
}

.notification {
    font-size: 29px;
    color: #FFF;
}

.ec-breadcrumb {
    padding-top: 5px;
    font-size: 12px;
}

.ec-breadcrumb a {
    color: var(--primbgdarkClr);
}

.ec-pagetitle h4 {
    color: #585858;
}

.page-title {
    color: #fff;
    background-color: var(--primbgdarkClr);
    padding: 6px 10px;
    margin: 0 30px;
    display: inline;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    font-weight: 400;
}

.breadcrumbs {
    text-align: right;
    padding-right: 20px!important;
    margin-top: 10px;
}

.page-content {
    min-height: 90vh;
}

.partage-img {
    text-align: center;
}

.partage-img img {
    height: 300px;
    transition: all 0.9s;
}

.partage-img:hover h5 {
    color: var(--secdbgClr);
}

.partage-img:hover img {
    height: 320px;

}

.profilePic {
    height: 10.5rem;
    width: 12.5rem;
}

.profileTop {
    background-color: var(--primbgdarkClr);
    border-radius: 5px;
    margin-top: 70px;
}

.profileTop h6 {
    font-weight: 500;
    margin-top: 10px; margin-bottom: 20px;
}

.profilePic img {
    /*border-radius: 50%;*/
    width: 100%;
    height: 150px;
    position: relative;

    top: -100px;
    left: 20px;
    border: 3px solid var(--primbgdarkClr);
}

.userInfo {
    margin-left: 50px;
}
.rapportRecent{
    height: 200px;
}
.pagination li a{
    color: var(--primbgdarkClr);
}
.pagination li:first-of-type a{
    border-top-left-radius:50px !important;
    border-bottom-left-radius:50px !important;
}
.pagination li:last-of-type a{
    border-top-right-radius:50px !important;
    border-bottom-right-radius:50px !important;
}
.pagination li.active a{
    background-color: var(--primbgdarkClr) !important;
    border: 1px solid var(--primbgClr) !important;
}

.longtable th {
    padding: 7px 20px;
    vertical-align: middle;
    text-align: center;

}

.longtable td {
    padding: 16px;
    width: 170px !important;
}

.longtable td .wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.longtable td .unwrapped {
    width: 100% !important;
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
}

.divider {
    border-top: 3px solid var(--secdbgClr);
    margin-top: 5px;
}


.dividernav {
    border-top: 0.1px dashed var(--secdbgClr);
}

.article-list .list-group-item {
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.article-list .list-group-item:hover {
    color: var(--secdbgClr);
    font-weight: 500;
}

.articleLikeShare li {
    margin: 24px 0px;
}

.articleLikeShare li i {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 12px 7px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: var(--primbgdarkClr);
}

.articleLikeShare li i:hover {
    color: var(--secdbgClr);
}

.documentspage {
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    /*background: url("../img/documentpile.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.documentInfo {
    font-weight: 600;
}

.docIcon {
    font-size: 80px;
    color: var(--primbgdarkClr);
    text-align: center;
}

.documentDetail {
    position: relative;
    z-index: 2;
    margin-top: 40px
}

.book-showcase {
    position: relative;
}

.book-showcase .extra {
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 0.2rem 12px; */
    /*border-radius: 50%;*/
    background-color: var(--primbgdarkClr);
}

/*.extra:hover {
    background-color: rgba(153, 14, 72, 0.8);
}*/

.bookdetail {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: rgb(60 154 106 / 90%);
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0%;
}

.bookdetail span {
    margin: 0 10px;
}

.book-showcase:hover .bookdetail {
    display: inherit;
    width: 100%;
}

.book-showcase .extra a {
    color: #fff;
    font-size: 20px;
}

.book-showcase .summary {
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
    line-height: 1.5;
}

.book-showcase .extraDescription {
    position: absolute;
    bottom: 0%;
    /* display: flex; */
    justify-content: space-between;
    padding: 15px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
}

.book-showcase .extraDescription p {
    font-size: 13px;

}

.book-showcase .extraDescription i {
    color: var(--primbgdarkClr);
}

.book-showcase {
    height: 301px;
    width: 65%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-bottom: 4px solid var(--primbgdarkClr);
    padding-bottom: 2px;
    /*border-right: 4px solid var(--primbgdarkClr);*/
}

.book-showcase {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    transition: all 0.8s;
}


.book-showcase:hover {
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
}

.book-showcase .locked {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 25px;
    border: 1px dashed rgba(153, 14, 72, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    background-color: wheat;
}
.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: none;
}
.signup-step-container{
    padding: 10px 0px;
    padding-bottom: 30px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: var(--primbgdarkClr);
    color: #fff;
    border-color: var(--primbgdarkClr);
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: var(--primbgdarkClr);
}

.wizard .nav-tabs > li {
    width: 24%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-34%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.prev-step2,
.next-step,
.next-step2,
.final-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    color: white;
    margin-right: 10px;
}
.next-step,
.next-step2
{
    background-color: var(--primbgdarkClr);
}
.skip-btn,.final-step{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
    margin-top: 30px;
}
.all-info-container{

}
.list-content{
    margin-bottom: 10px;
}
.list-content a{
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
    transform: rotate(180deg);
}
.list-content a i{
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
    padding: 10px;
}
.signup-logo-header .logo_area{
    width: 200px;
}
.signup-logo-header .nav > li{
    padding: 0;
}
.signup-logo-header .header-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}


.igfshadow {
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.igf-list-group {
    border-radius: unset;
    /*padding: 0px 10px;*/
    -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.igf-list-group li a {
    color: #fff;
    text-transform: uppercase;
}

.igf-list-group li {
    background-color: var(--primbgdarkerClr);

}

.igf-list-group li.active, .igf-list-group li:hover {
    background-color: var(--grisGouvDark) !important;
    border-color: #fff;
}


.equipe {
    position: relative;
    padding: 6px;
}
.equipe .image {
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
}
.equipe .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.equipe:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.equipe .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 80%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px;
}
.equipe .cont a {
    display: block;
}
.equipe .cont span {
    font-size: 14px;
    color: #8a8a8a;
}
.organedeControle thead tr{
    border-left: 4px solid var(--primbgdarkClr);
}
.organedeControle tbody tr{
    border-left: 4px solid grey;
}
.organedeControle{
    border: 1px solid #dee2e6;
    border-bottom-width: 1px;
}
.btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.stepwizard-step p {
    margin: 10px 0 30px 0;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.hidden{
    display: none;
}

.shareBtn:hover .shareBtn-content a.z-depth-2  {
    display: block;
    text-align: center;
    margin: 11px 5px;
    background-color: var(--primbgdarkClr);
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    transform: rotate(360deg);
}


.contact-bg-image {
  background-image: url("../img/bg.jpeg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-bg-info-content {
  position: relative;
  z-index: 2;
}
.contact-bg-info {
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.facebook{
    color:#4267B2;
    font-size: 1.5rem;
}
.twitter{
    color:#1DA1F2;
    font-size: 1.5rem;
}
.youtube{
    color:#FF0000;
    font-size: 1.5rem;
}
.filterArea{
    height: 80px;
}
/** Style pour l'entete*/
.page-info {
    min-height: 130px;
    background-color: rgba(0, 153, 105, 0.808);
    /* background-color: #990e48f1; */
    padding: 20px 0px;
    position: relative;
    width: 100%;
}
.page-info > h2{
    margin-bottom: 20px;
    color: #fff;
}

.bread-crumb {
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cbcbcb;
    vertical-align: middle;
    /* height: 35px; */
    width: 100%;
    font-size: 12px;
    padding: 10px;
}

.page-info a{
    color: #3b9969;
}

.searchCategory li a.active {
    color: white;
    background: #3b9969;
    padding: 6px;
    font-weight: 700;
}


/* SEARCHFIELD */
.search {
    --background: #ffffff;
    --text-color: #414856;
    --primary-color: #009969;
    --border-radius: 35px;
    --width: 190px;
    --height: 35px;
    background: var(--background);
    width: auto;
    border: 1px solid rgba(86, 65, 71, 0.05);
    height: var(--height);
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    /* box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    margin-top: 21px;
  }
  .search input[type="text"] {
    position: relative;
    width: var(--height);
    height: var(--height);
    font: 400 16px "Varela Round", sans-serif;
    color: var(--text-color);
    border: 0;
    /* box-sizing: border-box; */
    outline: none;
    padding: 0 0 0 40px;
    transition: width 0.6s ease;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
  }
  .search input[type="text"]:focus {
    z-index: 0;
    opacity: 1;
    width: var(--width);
  }
  .search input[type="text"]:focus ~ .symbol::before {
    width: 0%;
  }
  .search input[type="text"]:focus ~ .symbol:after {
    -webkit-clip-path: inset(0% 0% 0% 100%);
    clip-path: inset(0% 0% 0% 100%);
    transition: -webkit-clip-path 0.04s linear 0.105s;
    transition: clip-path 0.04s linear 0.105s;
    transition: clip-path 0.04s linear 0.105s,
      -webkit-clip-path 0.04s linear 0.105s;
  }
  .search input[type="text"]:focus ~ .symbol .cloud {
    top: -30px;
    left: -30px;
    transform: translate(0, 0);
    transition: all 0.6s ease;
  }
  .search input[type="text"]:focus ~ .symbol .lens {
    top: 10px;
    left: 11px;
    transform: translate(0, 0);
    fill: var(--primary-color);
    cursor: pointer;
    transition: top 0.5s ease 0.1s, left 0.5s ease 0.1s, fill 0.3s ease;
  }
  .search .symbol {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search .symbol:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: width 0.6s ease;
  }
  .search .symbol:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    z-index: 1;
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    transition: -webkit-clip-path 0.04s linear 0.225s;
    transition: clip-path 0.04s linear 0.225s;
    transition: clip-path 0.04s linear 0.225s,
      -webkit-clip-path 0.04s linear 0.225s;
  }
  .search .symbol .cloud,
  .search .symbol .lens {
    position: absolute;
    fill: #fff;
    stroke: none;
    /* top: 50%; */
    /* left: 50%; */
  }
  .search .symbol .cloud {
    width: 35px;
    height: 32px;
    transform: translate(-50%, -60%);
    transition: all 0.6s ease;
  }
  .search .symbol .lens {
    fill: #fff;
    width: 16px;
    height: 16px;
    z-index: 2;
    /* top: 0; */
    /* left: 0; */
    transition: top 0.3s ease, left 0.3s ease, fill 0.2s ease 0.2s;
  }
  
  .tooltipss {
    position: relative;
    display: block;
    cursor: pointer;
    /*border-bottom: 1px dotted black;*/
  }
  
  .tooltipss .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2;
    font-size: 11px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltipss:hover .tooltiptext {
    visibility: visible;
  }
  .result-filter-select {
    border: 0 !important;
    color: #1e5f3e;
    text-align: center;
  }
  .result-filter-select-activite {
    border: 0 !important;
    color: #1e5f3e;
    height: 37px;
  }
  .search-result-table > tbody > tr {
    border-left: 2px salmon solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .search-result-datetime > span {
    font-size: 13px;
    font-weight: 400;
    color: slategray;
  }

  a:hover{color:#474747}
  .table>:not(:last-child)>:last-child>* {
    border-bottom-color: #3b9969;
}

/****************Page Loader****/
.loader {
    --background: linear-gradient(135deg, #00cc8b, #00cc8b);
    --shadow: rgba(39, 254, 207, 0.28);
    --text: #fff;
    --page: rgba(255, 255, 255, 0.36);
    --page-fold: rgba(255, 255, 255, 0.52);
    --duration: 3s;
    width: 200px;
    height: 140px;
    position: relative;
  }
  .loader:before, .loader:after {
    --r: -6deg;
    content: "";
    position: absolute;
    bottom: 8px;
    width: 120px;
    top: 80%;
    box-shadow: 0 16px 12px var(--shadow);
    transform: rotate(var(--r));
  }
  .loader:before {
    left: 4px;
  }
  .loader:after {
    --r: 6deg;
    right: 4px;
  }
  .loader div {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    perspective: 600px;
    box-shadow: 0 4px 6px var(--shadow);
    background-image: var(--background);
  }
  .loader div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  .loader div ul li {
    --r: 180deg;
    --o: 0;
    --c: var(--page);
    position: absolute;
    top: 10px;
    left: 10px;
    transform-origin: 100% 50%;
    color: var(--c);
    opacity: var(--o);
    transform: rotateY(var(--r));
    -webkit-animation: var(--duration) ease infinite;
            animation: var(--duration) ease infinite;
  }
  .loader div ul li:nth-child(2) {
    --c: var(--page-fold);
    -webkit-animation-name: page-2;
            animation-name: page-2;
  }
  .loader div ul li:nth-child(3) {
    --c: var(--page-fold);
    -webkit-animation-name: page-3;
            animation-name: page-3;
  }
  .loader div ul li:nth-child(4) {
    --c: var(--page-fold);
    -webkit-animation-name: page-4;
            animation-name: page-4;
  }
  .loader div ul li:nth-child(5) {
    --c: var(--page-fold);
    -webkit-animation-name: page-5;
            animation-name: page-5;
  }
  .loader div ul li svg {
    width: 90px;
    height: 120px;
    display: block;
  }
  .loader div ul li:first-child {
    --r: 0deg;
    --o: 1;
  }
  .loader div ul li:last-child {
    --o: 1;
  }
  .loader span {
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 20px;
    text-align: center;
    color: var(--text);
  }
  
  @-webkit-keyframes page-2 {
    0% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    35%, 100% {
      opacity: 0;
    }
    50%, 100% {
      transform: rotateY(0deg);
    }
  }
  
  @keyframes page-2 {
    0% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    35%, 100% {
      opacity: 0;
    }
    50%, 100% {
      transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes page-3 {
    15% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    35% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
    65%, 100% {
      transform: rotateY(0deg);
    }
  }
  @keyframes page-3 {
    15% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    35% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
    65%, 100% {
      transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes page-4 {
    30% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    65%, 100% {
      opacity: 0;
    }
    80%, 100% {
      transform: rotateY(0deg);
    }
  }
  @keyframes page-4 {
    30% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    65%, 100% {
      opacity: 0;
    }
    80%, 100% {
      transform: rotateY(0deg);
    }
  }
  @-webkit-keyframes page-5 {
    45% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    65% {
      opacity: 1;
    }
    80%, 100% {
      opacity: 0;
    }
    95%, 100% {
      transform: rotateY(0deg);
    }
  }
  @keyframes page-5 {
    45% {
      transform: rotateY(180deg);
      opacity: 0;
    }
    65% {
      opacity: 1;
    }
    80%, 100% {
      opacity: 0;
    }
    95%, 100% {
      transform: rotateY(0deg);
    }
  }

  .notification-item a{
    color:#474747;
    }
    .notif-selectionbtn{
        width: 25%;
    }
    .notif-selectionbtn i{
        font-size: 0.8rem;
    }
    .selected-line{
        padding:15px;
    }
    .actionbtns{
        position: absolute;
        right: 0;
        display: none;
        transition: display 1.5s;
        padding-right: 5px;
    }
    .actionbtns i{
        font-size: .95rem;
    }
    .notification-item:hover .actionbtns
    {
    display: unset;
    }
    .notification-item img{
        height: 45px;
        width: 45px;
        border-radius: 50%;
    }
    

  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }
  
  * {
    box-sizing: inherit;
  }
  *:before, *:after {
    box-sizing: inherit;
  }
  
  .loader-body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primbgdarkClr);
    /* font-family: "Montserrat", Arial; */
  }
  
  .modal-body{
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .react-confirm-alert-body{width: auto!important;}


  table.loading tbody:after, div .loading{
   /* position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(data:image/gif;base64,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);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
}


.image-grid-cover {
    width: 100%;
    background-size: contain;
    min-height: 400px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    border-radius: 4px;
}
.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,.45);
}
.cover-wrapper {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    z-index: 21;
    position: relative;
    top: 80px;
}