@font-face {
    src: url(../vendor/font-awesome/webfonts/fa-solid-900.woff);
    font-family: 'FontAwesome';
}

:root{
    /*--primary-color: #f37608;*/
    --primary-color: #fcc700;
    --primary-color-dark: #05103b;

    /*--primary-electricite-color: #fcc700;*/
    --primary-electricite-color: #f37608;


    --title-color: #010409;
    --text-color: #303030;
    --second-color: #f8001f;

    --primary-font: 'Poppins', sans-serif;
    --second-font: 'Rubik', sans-serif;
    --icon-font: 'FontAwesome';
}

::-moz-selection {
    color: #fff;
    background-color: var(--primary-color);
}

::selection {
    color: #fff;
    background-color: var(--primary-color);
}


.btn-primary{
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-more{
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.layout-electricite .btn-more{
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.layout-agriculture-and-assainissement .btn-more,
.layout-batiment .btn-more{
    color: #212529;
    background-color: var(--primary-electricite-color);
    border-color: var(--primary-electricite-color);
}
/*
    theme
*/
a{
    color: var(--primary-color);
}
a:hover {
    color: var(--primary-electricite-color);
}
p{
    color: var(--text-color);
}
.img-white{
    filter: brightness(0) invert(1);
}
body{
    font-family: var(--primary-font);
}
h1{
    font-family: var(--primary-font);
    font-weight: 700;
}
.bg-dark {
    background-color: #181818 !important;
}
.bg-black {
    background-color: #000 !important;
}
.breadcrumb{
    border-radius: 0;
    text-transform: uppercase;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.2px;
}
.breadcrumb .breadcrumb-item a{
    color: var(--text-color);
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: var(--icon-font);
    color: var(--text-color);
    font-size: 10px;
    content: '\f054';
}

.btn-sign{
    position: relative;
}
.btn-sign::after,
.bg-sign::after,
.bg-sign::before{
    content: '';
    top: 0;
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: var(--primary-electricite-color);
    transform: skewX(-15deg);
}
.bg-sign::after{
    left: 0;
}
.bg-sign::before{
    right: 0;
    transform: skewX(0deg);
}

.btn-sign::after{
    width: 17px;
    right: -8px;
}
.btn-sign::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
}
.btn-sign span{
    position: relative;
    z-index: 2;
    color: white;
}

.btn-electricite{
    background-color: var(--primary-color);
    border: var(--primary-color);
}
.btn-electricite:hover,
.btn-electricite:focus,
.btn-electricite:active{
    background-color: #f89136 !important;
}

.btn-batiment{
    background-color: var(--primary-electricite-color);
    border: var(--primary-electricite-color);
}
.btn-batiment:hover,
.btn-batiment:focus,
.btn-batiment:active{
    background-color: #ffd01f !important;
}

.bg-gray-100{
    background-color:#f7f7f7 !important;
}

.help-btn{
    top: 50%;
    transform: rotate(-90deg) translateY(-192%);
    transform-origin: top center;
}
.help-btn .-title{
    font-family: var(--second-font);
    font-style: italic;
    font-weight: 200;
    line-height: 1.2;
    font-size: 16px;
    color: var(--second-color);
}
.help-btn .-subtitle{
    font-family: var(--second-font);
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    letter-spacing: -1px;
    color: var(--primary-color);
}
.help-btn .-img {
    transform: rotate(80deg);
}

.section-title{
    font-family: var(--primary-font);
    font-size: 2.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: -2px;
}
.subtitle{
    color: var(--title-color);
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 22px;
}
.section-text {
    font-family: var(--primary-font);
    font-weight: 300;
}

.layout-electricite .u-go-to{
    background-color: var(--primary-electricite-color);
}
.layout-agriculture-and-assainissement .u-go-to,
.layout-batiment .u-go-to{
    background-color: var(--primary-color);
}

.u-media-player__icon::before{
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px white;
}
.u-media-player__icon-inner{
    color: white
}

/* select-drop */
.select2-container .select2-selection {
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
    background-color: #333333;
    height: 100%;
    top: 0;
    right: 0;
    width: 40px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{
    border-color: white transparent transparent;
    top: 50%;
    border-width: 8px 7px 0;
    margin-left: -6px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 40px;
}
.select2-container .select2-search__field{
    border-radius: 0;
}
.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted.select2-results__option[aria-selected="true"]{
    background: #7d7d7d;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sticky-top.-underheader{
    top: 90px;
}

@media (max-width: 768px) {
    .section-text .h3{
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .section-title{
        font-size: 1.8rem;
        line-height: 1;
    }
}

.loading-app,
.home-container {
    overflow: hidden;
}
.home-block .card-img-overlay{
    opacity: 0;
    transform: translateY(-20px);
    transition: all ease 0.6s;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-block .card:hover .card-img-overlay{
    opacity: 1;
    transform: translateY(0px);
}
.home-logo {
    background: #f37608;
    border-radius: 0 25px 0 25px;
    overflow: hidden;
    padding: 18px 24px;
    margin-top: 40px;
    opacity: 0;
}

body:not(.loading-app) .home-logo {
    -webkit-animation-name: 'home-slide-down';
            animation-name: 'home-slide-down';
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes home-slide-down {
    to{
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes home-slide-down {
    to{
        margin-top: 0;
        opacity: 1;
    }
}

.home-logo img{
    width: 260px;
}
.home-logo::before{
    content: '';
    position: absolute;
    width: 120%;
    height: 9px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: -20px 0 20px 0 #00000094;
    background-image: url("../img/extra/header-logo-bg.png");
    background-size: 40%;
    background-position: left top;
    background-repeat: no-repeat;
}
.home-foot {
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 300;
    letter-spacing: 5px;
}
.home-foot p{
    font-size: 0.9rem;
}
.home-foot::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: url("../img/extra/header-logo-bg.png");
    background-size: 30%;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
}

.home-title {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 3.7rem;
    text-transform: uppercase;
    letter-spacing: -4px;
}
.home-subtitle {
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom: 0;
}

.loading-animation {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.loading-animation .spar {
    width: 100%;
    height: 100%;
    position: relative;
}
.loading-animation .spar::after,
.loading-animation .spar::before{
    content: '';
    position: absolute;
    width: 57%;
    height: 100%;
    top: 0;
    transform: skewX(-14deg);
}
.loading-animation .spar::before{
    left: -100px;
    background: var(--primary-color);
}
.loading-animation .spar::after{
    right: -100px;
    background: var(--primary-electricite-color);
}

.loading-animation.slide-out .spar::after,
.loading-animation.slide-out .spar::before{
    animation-name: 'slide-out';
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.loading-animation.slide-out .spinner{
    opacity: 0;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.565);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    }
}

@keyframes slide-out {
    to { width: 0px; }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1290px;
    }
}

@media (max-width: 768px) {
    .loading-animation .spar::after,
    .loading-animation .spar::before {
        width: 75%;
    }
    .loading-animation .spar::after {
        right: -90px;
    }
    .loading-animation .spar::before {
        left: -90px;
    }

    .home-foot{
        letter-spacing: 1.4px;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-foot p {
        font-size: 0.8rem;
    }
    .home-block .card-img-overlay {
        opacity: 1;
        transform: translateY(0px);
    }
    .home-title {
        font-size: 2.3rem;
    }
    .home-subtitle {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

/*
    header
*/
#header:not(.u-scrolled) .u-header__section {
    border-bottom: none;
}
#logoAndNav .js-validate .input-group-text {
    min-width: auto;
}
#logoAndNav .form-search .form__input:focus{
    box-shadow: 0 1px 0 2px 0 black;
}

#logoAndNav .form-search .input-group-prepend{
    border: solid 1px var(--primary-electricite-color);
}
#logoAndNav .form-search .form-control{
    border: solid 1px var(--primary-color);
}
.layout-agriculture-and-assainissement #logoAndNav .form-search .input-group-prepend,
.layout-batiment #logoAndNav .form-search .input-group-prepend {
    border: solid 1px var(--primary-color);
}
.layout-agriculture-and-assainissement #logoAndNav .form-search .form-control,
.layout-batiment #logoAndNav .form-search .form-control {
    border: solid 1px var(--primary-electricite-color);
}



#logoAndNav .input-group-lg > .form-control:not(textarea){
    height: auto;
    padding: 0.625rem 0.825rem;
    outline: none;
    box-shadow: none;
}
#logoAndNav .input-group-lg > .form-control:not(textarea)::placeholder{
    color: hsla(0, 0%, 0%, 0.8);
    text-transform: uppercase;
    font-size: 0.945rem;
    font-family: var(--primary-font);
    font-weight: 400;
}

#topNavbar{
    background-size: 120px 100%;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 0;
    transition: all ease 0.4s;
    background-image: url("../img/extra/header-logo-bg.png");
}
.layout-electricite #topNavbar{
    background-image: url("../img/extra/header-logo-bg-batiment.png");
}
#topNavbar .social-links .u-header__nav-link {
    font-size: 0.8rem;
}
#topNavbar .top-slugon {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header.u-scrolled #topNavbar{
    margin-top: -38px;
}

.u-header{
    z-index: 1400;
}
.layout-electricite #topNavbar{
    background-color: var(--primary-color);
}
.layout-agriculture-and-assainissement #topNavbar,
.layout-batiment #topNavbar{
    background-color: var(--primary-electricite-color);
}

#header .container{
    padding-right: 0;
    padding-left: 0;
}

.u-header__sub-menu-nav-link,
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-link{
    padding: 0.4rem 1.1rem;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: uppercase;
    position: relative;
}
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-link::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 3px;
    height: 70%;
    background: rgb(252, 199, 0);
}
.layout-electricite .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link::after{
    background: var(--primary-electricite-color);
}
.layout-agriculture-and-assainissement .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link::after,
.layout-batiment .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link::after{
    background: var(--primary-color);
}

.u-header__sub-menu-nav-link:hover{
    color: white
}

.navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:last-child .u-header__nav-link::after{
    display: none;
}

.layout-electricite .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:hover > .u-header__nav-link{
    background-color: var(--primary-color);
    color: white;
}
.layout-agriculture-and-assainissement .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:hover > .u-header__nav-link,
.layout-batiment .navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:hover > .u-header__nav-link{
    background-color: var(--primary-electricite-color);
    color: white;
}


.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link,
.hs-sub-menu.list-marqueDropdown .js-scrollbar{
    background: rgb(229, 229, 229);
}
.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment):not(.u-scrolled) .u-header__nav-item:hover .u-header__nav-link{
    color: #000000;
}
.hs-sub-menu.list-marqueDropdown{
    left: -100px;
    border: none !important;
    background-color: transparent;;
}

.hs-sub-menu.list-marqueDropdown .marque-shadow{
    box-shadow: 0 0 8px#0000005e;
}

.navbar-brand.u-header__navbar-brand{
    position: relative;
    width: 200px;
    text-align: right;
    z-index: 2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 0;
    padding-right: 0;
}
.navbar-brand.u-header__navbar-brand img{
    max-width: 200px;
}

.u-header__navbar-brand-wrapper {
    position: relative;
}


.layout-agriculture-and-assainissement .u-header__navbar-brand-wrapper::after,
.layout-batiment .u-header__navbar-brand-wrapper::after{
    background-image: url(../img/extra/header-logo-bg-batiment.png);
}

.layout-agriculture-and-assainissement .u-header__navbar-nav .u-header__sub-menu,
.layout-batiment .u-header__navbar-nav .u-header__sub-menu,
.layout-electricite .u-header__navbar-nav .u-header__sub-menu {
    border: none;
}
.layout-electricite .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link,
.layout-electricite .u-header__navbar-nav .u-header__sub-menu {
    color: white
}
.layout-electricite .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu li:hover{
    background: #ff8c27
}

.layout-agriculture-and-assainissement .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu li:hover,
.layout-batiment .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu li:hover{
    background: #F88927;
}

.layout-agriculture-and-assainissement .u-header__navbar-nav .u-header__sub-menu 
.layout-batiment .u-header__navbar-nav .u-header__sub-menu {
    background: var(--primary-electricite-color);
}
.layout-electricite .u-header__navbar-nav .u-header__sub-menu {
    background: var(--primary-color);
}

.hs-sub-menu.list-marqueDropdown .js-scrollbar{
    min-width: 600px;
    min-height: calc( 300px / 2 );
    max-height: 300px;
}

.hs-sub-menu .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    right: -18px;
}

[class*="u-header--sticky"] .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: #c8c8c8 !important;
}
.hs-sub-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    margin-left: 3px;
    height: 30%;
    background: #c8c8c8;
    width: 10px;
    border-radius: 0;
    margin-right: 0;
}

#SlugonAndSocial{
    position: relative;
    transition: all ease 0.2s;
    transform: translateY(0%);
    height: 44px;
    overflow: hidden;
    border-bottom: 1px solid #e3e6f0;
}
#SlugonAndSocial .slugon-top{
    letter-spacing: 3px;
    font-size: 11px;
    color: white;
}

.u-scrolled #SlugonAndSocial{
    height: 0px;
    transform: translateY(-100%);
}

.block-title-line {
    text-align: center;
    position: relative;
}
.block-title-line .section-title{
    color: var(--text-color);
    background-color: white;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    font-size: 2rem;
}
.block-title-line::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #9e9e9e;
    background-position: center;
}

.layout-selected-mode{
    position: relative;
    padding-left: 20px;
}
.layout-selected-mode a{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.05rem;
    color: white;
    padding: 0.4rem 0.3rem;
    display: inline-block;
    position: relative;
    z-index: 4;
    /*text-shadow: 0 0 2px #0000008f;*/
}

.layout-selected-mode::before,
.layout-selected-mode::after{
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    background: #6d6d6d;
    left: 0;
    top: 0;
    transform: skewX(-18deg);
}

.layout-selected-mode::before{
    left: -12px;
    background-color: #8888885e;
}

.layout-selected-mode.mode-electricite::before{
    /*background-image: url('../img/gallery/home-electricite.jpg');*/
    background-color: var(--primary-color);
}
.layout-selected-mode.mode-electricite::after{
    background-color: var(--primary-electricite-color);
}
.layout-selected-mode.mode-assainissement::before,
.layout-selected-mode.mode-batiment::before{
    /*background-image: url('../img/gallery/home-batiment.jpg');*/
    background-color: var(--primary-electricite-color);
}
.layout-selected-mode.mode-assainissement::after,
.layout-selected-mode.mode-batiment::after{
    background-color: var(--primary-color);
}


.navbar-expand-lg .u-header__navbar-nav .layout-selected-mode  .u-header__nav-link {
    padding: 7px 20px;
    background: white;
    color: black;
    border-radius: 18px 0 0 18px;
    box-shadow: inset 2px 3px 4px #0000008f;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media (max-width: 768px){

    #topNavbar .top-slugon{
        font-size: 11px;
        line-height: 1.2;
    }
    .navbar-brand.u-header__navbar-brand{
        padding: 8px 15px;
        width: auto;
    }
    .u-header__navbar-brand-mobile {
        width: 10.125rem;
    }
    .layout-selected-mode::before,
    .layout-selected-mode::after {
        left: 10px;
    }

}
/*
    banner
*/
.main-banner{
    position: relative;
}

.main-banner::after{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: linear-gradient(to right , #b2b2b2, white 67%);
}
.main-banner .capture-block{
    position: relative;
    max-width: 80%;
}

.main-banner.in-pages .title{
    text-transform: uppercase;
    font-family: var(--second-font);
    max-width: 1000px;
}
.main-banner .caption-title{
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 2.3rem;
    color: white;
    margin-bottom: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
}
.main-banner .capture-slug{
    max-width: 80%;
    font-family: var(--second-font);
    font-weight: 100;
    color: white;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.1;
}

.main-banner.in-pages .sub-title{
    color: white;
    max-width: 300px;
}
.main-banner.in-pages .sub-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-banner.in-pages .nbr{
    font-size: 4rem;
    line-height: 0.9;
    margin-bottom: 0;
}

.main-banner.in-pages .marque-img-site .img-logo{
    max-width: 220px;
}
.main-banner.in-pages .marque-img-site .siteweb{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: lowercase;
}
.u-slick__pagination li span{
    width: 1.3rem;
    height: 1.3rem;
}
.u-slick__pagination.u-slick__pagination--white li.slick-active span {
    background-color: var(--primary-color);
    border: 0;
}

@media (max-width: 768px){
    .main-banner .caption-title{
        font-size: 1.7rem;
        line-height: 1.2;
    }
    .main-banner.in-pages .title{
        line-height: 1.3;
        margin-bottom: 23px;
    }
}

/*
    social-links
*/
.social-links li a{
    color: var(--second-color);
}
#topNavbar .social-links li a{
    color: white;
}

.burger-menu{
    width: 30px;
}
.burger-menu span{
    height: 2px;
    width: 20px;
    background: var(--second-color);
    margin-bottom: 7px;
    transition: all ease 0.2s;
}
.burger-menu span:nth-child(odd){
    width: 30px;
}
.burger-menu:hover span{
    width: 30px;
}

#logoAndNav .u-header__hamburger {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
@media (max-width: 991.98px) {

    .u-hamburger__inner::before {
        top: 0.5rem;
    }
    .u-hamburger__inner::after {
        top: 1rem;
    }
    .u-hamburger[aria-expanded="true"] .u-hamburger__inner::after,
    .u-hamburger .is-active .u-hamburger__inner::after {
        transform: translate3d(0, -1rem, 0) rotate(-90deg);
    }
    .u-header--modern .navbar-expand-lg .u-header__hamburger{
        order: 2 ;
        flex: 0 0 14%;
        max-width: 14%;
        margin-right: 10px;
    }
}


/*
    shortcut-produits-area
*/

.shortcut-produits-area .single-pro .img-icon{
    height: 150px;
    width: 100%;
}
.shortcut-produits-area .single-pro .-title{
    font-family: var(--primary-font);
    color: var(--primary-color-dark);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}
.shortcut-produits-area .u-slick__arrow-classic{
    color: var(--title-color);
    font-size: 18px;
    text-shadow: 10px 0 #b5b5b5;
    transition: all ease 0.1s;
}
.shortcut-produits-area .u-slick__arrow-classic:hover{
    background: none;
}

.shortcut-produits-area .u-slick__arrow-classic-inner--right::before ,
.shortcut-produits-area .u-slick__arrow-classic-inner--left::before {
    content: '';
    width: 2rem;
    height: 2rem;
    background-size: cover;
}
.shortcut-produits-area .u-slick__arrow-classic-inner--right::before {
    background-image: url('../img/extra/right.svg');
}
.shortcut-produits-area .u-slick__arrow-classic-inner--left::before {
    background-image: url('../img/extra/right.svg');
    -webkit-transform: translate(-50%, -50%) scale(-1);
    transform: translate(-50%, -50%) scale(-1);
}

.shortcut-produits-area .u-slick__arrow-classic-inner--right:hover {
    margin-left: 2px;
}
.shortcut-produits-area .u-slick__arrow-classic-inner--left:hover {
    margin-right: 2px;
}

.single-pro ,
.single-pro .card-img-top{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-family: var(--primary-font);
}
.single-pro .card-img-top{
    width: 290px;
    height: 255px;
    object-fit: cover;
}
.single-pro .card-body {
    padding: 0;
}
.single-pro .card-body .card-title,
.single-pro .card-body .card-text{
    padding: 0.5rem 1.25rem;
}
.single-pro .card-body .card-title{
    background: #f8f8f8;
}
.single-pro .card-body .card-title{
    font-weight: 600;
    color: var(--title-color);
    letter-spacing: -1.1px;
    font-size: 20px;
    line-height: 1.2;
}

.single-pro .card-body a .card-title{
    color: var(--primary-electricite-color);
}
.layout-electricite .single-pro .card-body a .card-title{
    color: var(--primary-color);
}
.telechargement-area .single-pro .card-body a .card-title {
    color: black;
}
.single-pro .card-body a:hover .card-title{
    color: #3d4b81;
    text-decoration: underline;
}
.single-pro .card-body .card-text{
    font-weight: 500;
    color: #626262;
    font-size: 16px;
    background: #efefef;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 38px;
}
.single-pro .card-footer {
    border: none;
}
.single-pro .card-footer .btn-more {
    padding: 5px 6px;
}
.single-pro .card-footer .btn-more img{
    width: 23px;
}

/*
    H-ABOUT-AREA
*/
.h-about-area .legend{
    color: black;
    font-size: 2.2vw;
}
.h-about-area .border-right-gray{
    border-right: solid 1px #cfcfcf;
}
.h-about-area .legend span{
    font-family: var(--second-font);
    font-size: 4.4vw;
    line-height: 0.8;
}
.h-about-area .ep-years{
    background: var(--second-color);
}
.h-about-area .ep-years .legend{
    color: white;
    font-family: var(--second-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 0.8;
}
.h-about-area .ep-years p{
    font-family: var(--primary-font);
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.about-image.logo-sign::before{
    position: absolute;
    right: 100%;
    bottom: 30px;
    transform: translateX(50%);
    z-index: 2;
}
.about-maqrue .about-image.logo-sign::before{
    transform: translateY(50%) scale(0.8);
    left: 30px;
    right: auto;
    bottom: 100%;
}

.about-image{
    position: relative;
    height: 530px;
}
.about-maqrue .about-image{
    height: 600px;
}
.h-about-area.about-maqrue .aboud-text-body p{
    font-size: 18px;
}

.about-maqrue .aboud-text-body{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 19px;
}
.about-maqrue .aboud-text-body strong{
    font-weight: 500;
    font-style: normal;
}
.about-maqrue .aboud-text-title{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
.about-maqrue .aboud-text-title p{
    font-size: 22px;
    color: black;
}

.about-image-overlay{
    width: 100%;
    height: 100%;
    font-family: var(--second-font);
    color: white;
}

.about-image-text{
    color: black;
    font-size: 2.8rem;
    margin-bottom: 0;
}
.h-about-area .aboud-text-body p{
    color: #000000;
    font-size: 19px;
}

/*
    moreinfoAbout-area
*/
.moreinfoAbout-area .moreinfoAbout-h2{
    font-size: 1.2rem;
    line-height: 1.8;
    font-family: var(--primary-font);
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 40px;
}

.moreinfoAbout-area .u-media-player__icon::before{
    background-color: var(--primary-color);
    border: none;
}
.moreinfoAbout-area .media-body{
    color: white;
}

.moreinfoAbout-area .nbrs-block .js-counter{
    position: relative;
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 2px;
}
.moreinfoAbout-area .nbrs-block .media-body{
    position: relative;
}
.moreinfoAbout-area .nbrs-block .media-body{
    text-align: left;
    padding-left: 10px;
}
.moreinfoAbout-area .nbrs-block .media-body::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.8);
}
.moreinfoAbout-area .nbrs-block .h5{
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
}


/*
    services
*/
.layout-agriculture-and-assainissement .services-aria .single-service .card-body,
.layout-batiment .services-aria .single-service .card-body{
    border-bottom: 0px solid var(--primary-electricite-color);
}

.services-aria .single-service .card-img{
    transition: all ease 0.2s;
    border-radius: 0;
    object-fit: cover;
    border-bottom: 0px solid var(--primary-color);
}
.services-aria .single-service{
    transition: all ease 0.4s;
    transform: scaleY(1);
}
.services-aria .single-service .card-body{
    transition: all ease 0.2s;
}

.services-aria .single-service:hover .card-img{
    border-bottom-width: 10px;
    transform: scaleY(1.06);
}
.services-aria .single-service {
    color: #ffffff;
    border-radius: 0;
    font-family: var(--primary-font);
}
.services-aria .single-service .card-title{
    font-weight: 600;
    line-height: 1;
}
.services-aria .single-service .card-text{
    color: white;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    max-width: 80%;
}


/*
    NEWS
*/

.news-area .single-news img.card-img-top{
    border-radius: 0;
    height: 220px;
    object-fit: cover;
}
.news-area .single-news .a-img-top{
    position: relative;
}

.news-area .single-news .a-img-top::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 0;
    transform: translateY(50%);
    background: linear-gradient(to right , #b2b2b2, white 67%);
}
.news-area .single-news .card-footer .btn-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(-20%);
}
.news-area .single-news .card-footer .btn-icon:focus,
.news-area .single-news .card-footer .btn-icon:hover{
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.news-area .single-news .small{
    font-family: var(--primary-font);
    font-weight: 600;
}

.news-area .single-news .card-title a,
.news-area .single-news .card-title{
    font-family: var(--primary-font);
    color: var(--primary-color-dark);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0;
}


/*
    PARTENAIREANDCONFIANCE-AREA
*/
.partenaireAndConfiance-area{
    position: relative;
}

.partenaireAndConfiance-area.logo-sign::before{
    position: absolute;
    top: 100%;
    right: 50px;
    transform: translateY(-60%);
    z-index: 3;
}

.partenaires-area .partenaire-title{
    font-size: 2.9rem;
    font-family: var(--second-font);
    margin-bottom: 0;
    line-height: 1;
}
.partenaires-area .partenaire-subtitle{
    font-size: 18px;
    font-family: var(--primary-font);
}

.partenaires-area .slick-list,
.partenaires-area .slick-list .slick-track ,
.partenaires-area .slick-list .slick-slide {
    height: 100% !important;
}
.partenaires-area .js-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.partenaires-area .js-slide.slick-active::after{
    position: absolute;
    content: '';
    width: 1px;
    background: #c8c8c8;
    height: 90px;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
}
.partenaires-area .js-slide.slick-active:last-child::after{
    display: none;
}

.partenaires-area .js-slick-carousel{
    position: relative;
}
.partenaires-area .js-slick-carousel::before,
.partenaires-area .js-slick-carousel::after{
    content: '';
    width: 80px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.partenaires-area .js-slick-carousel::before{
    left: 0;
    background-image: linear-gradient( to right, #fff , transparent);
}
.partenaires-area .js-slick-carousel::after{
    background-image: linear-gradient( to right, transparent , white );
    right: 0;
}


/*
    actualitrsandPressemedia
*/

.negatif-card{
    position: relative;
}
.negatif-card::before{
    content: '';
    position: absolute;
    z-index: -1;
    background-image: linear-gradient( to right , #5db1b8, #d176ad);
    width: 100%;
    height: 90%;
}
.negatif-card.-bottom::before{
    bottom: 0;
    background-image: linear-gradient( to left , #5db1b8, #d176ad);
}


.negatif-card .card-top{
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.negatif-card .card-top-title{
    font-family: var(--second-font);
    margin: 0;
}

.negatif-card .card-top,
.negatif-card .card-slider{
    margin-left: 30px;
    margin-right: 30px;
}

.negatif-card .card-top .card-pagin{
    cursor: pointer;
}

.negatif-card .text-content{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    color: white;
    font-size: 19px;
    margin-bottom: 15px;
}

/*
    pointVenteMap
*/
#pointVenteMap .ville-title a{
    color: var(--primary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}
#pointVenteMap .ville-place {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #b45e90;
    font-size: 16px;
}

#pointVenteMap .plase-list {
    border-top: 1px solid #e3e3e3;
}
#pointVenteMap .plase-list .vill-desc{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: var(--text-color);
    font-size: 13px;
    display: block;
}


/*
    scroll
*/
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(200, 200, 200, 80)
}

/* ///////////////////////////////////
    DETAIL-MARQUE
//////////////////////////////////// */
.detail-marque {
    width: 100%;
    overflow: hidden;
}
.detail-marque .card-mb{
    column-gap: 2rem;
}
.detail-marque .card{
    border: 0;
}
.detail-marque .block-title{
    font-family: var(--second-font);
    color: var(--text-color);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px;
}
.block-content p{
    color: #010101;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
}

.detail-marque .fy-block{
    position: relative;
}

.detail-marque .fy-block .img-block{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

/* for left  */
.detail-marque .fy-block.-left .img-block{
    display: grid;
    justify-content: right;
}
.detail-marque .fy-block.-left .img-elem{
    width: 50vw;
    text-align: right;
}

/* for right  */
.detail-marque .fy-block.-right .img-block{
    display: grid;
    justify-content: left;
}
.detail-marque .fy-block.-right .img-elem{
    width: 50vw;
    text-align: left;
}


.bestSellers-body-slider{
    background-image: linear-gradient(transparent 74%, #f3f3f3);
}
.bestSellers-body-slider .single-pro{
    border: 0;
    background-color: transparent;
}
.bestSellers-body-slider .card-body{
    text-align: center;
}
.bestSellers-body-slider .card-body .card-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: black;
}
.bestSellers-body-slider .js-slide {
    position: relative;
}
.bestSellers-body-slider .js-slide.slick-active::after{
    content: '';
    position: absolute;
    right: 0;
    height: 70%;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    background: #e3e3e3;
}
.bestSellers-body-slider .js-slide.slick-active:last-child::after{
    display: none;
}

.detailprod-area .prod-title{
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.8rem;
    color: var(--text-color);
}
.detailprod-area .table tr{
    border-top: 3px solid white;
}
.detailprod-area .u-media-viewer__container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.detailprod-area .u-media-viewer__container 
.u-media-viewer__icon {
    opacity: 1;
    background-color: #d4d4d4;
}

.detailprod-area .section-content *{
    font-family: var(--primary-font);
    font-size: 1rem;
}
.fich-btn{
    position: relative;
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.8rem;
    line-height: 0.7;
    text-align: left;
    /*color: white;*/
    color: var(--primary-color);
}
.fich-btn span{
    color: var(--primary-color);
}
.fich-btn:hover span,
.fich-btn:hover{
    color: #3d4b81;
}
.fich-btn:hover small{
    text-decoration: underline;
}
.fich-btn small{
    font-size: 50%;
}
.fich-btn .-icon{
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80%;
}
.fich-btn .-icon,
.fich-btn span{
    transition: all ease 0.2s;
}

.fich-btn::before {
    display: none;
    width: calc( 100% + 13px);
    background-color: var(--primary-electricite-color);
}
.fich-btn::after {
    background-color: var(--primary-electricite-color);
    right: -22px;
    display: none;
}
.layout-electricite .fich-btn,
.layout-electricite .fich-btn span{
    color: var(--primary-electricite-color);
}
.layout-electricite .fich-btn:hover,
.layout-electricite .fich-btn:hover span{
    color: #3d4b81;
}
.layout-electricite .fich-btn::before {
    background-color: var(--primary-color);
}
.layout-electricite .fich-btn::after {
    background-color: var(--primary-color);
}

.fich-btn:hover::before {
    background-color: var(--primary-electricite-color);
}
.fich-btn:hover::after {
    background-color: var(--primary-color);
}
.layout-electricite .fich-btn:hover::before {
    background-color: var(--primary-color);
}
.layout-electricite .fich-btn:hover::after {
    background-color: var(--primary-electricite-color);
}


.similaires_pro-single .-img{
    border: 1px solid var(--primary-color);
    border-bottom: 0px;
}
.similaires_pro-single .-content{
    transition: all ease 0.2s;
    background: var(--second-color);
    position: relative;
}
.similaires_pro-single:hover .-content{
    background: var(--primary-color);
}
.similaires_pro-single .-title{
    color: white;
    font-family: var(--primary-font);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.5px;
    text-transform: capitalize;
}
.similaires_pro-single .btn-sign.-detail-btn{
    position: absolute;
    top: 100%;
    right: 0;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
}


.similaires_pro-single .btn-sign.-detail-btn::before,
.similaires_pro-single .btn-sign.-detail-btn::after{
    background: var(--primary-color-dark);
}
.similaires_pro-single .btn-sign.-detail-btn::before{
    left: auto;
    right: 0;
}
.similaires_pro-single .btn-sign::after{
    left: -4px;
    right: auto;
}

.similaires_pro-single:hover .btn-sign.-detail-btn::before,
.similaires_pro-single:hover .btn-sign.-detail-btn::after{
    background: var(--second-color);
}

/*
    footer
*/
.location-area {
    position: relative;
}

.location-area .location-logo {
    /*position: absolute;*/
    /*top: 10%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    width: 260px;
    z-index: 3;
}

.footer-area{
    background-color: #b3b3b3;
}
.footer-links {
    background: var(--primary-color);
}
.layout-agriculture-and-assainissement .footer-links,
.layout-batiment .footer-links {
    background: var(--primary-electricite-color);
}
.footer-area .nav .nav-link {
    color: rgb(255, 255, 255);
    padding: 1.375rem 1.2rem;
}

.footer-area .copyright-text{
    text-transform: uppercase;
    color: hsla(0, 0%, 0%, 0.50);
    font-size: 1rem;
    font-weight: 500;
}

.gradient-overlay-half-white-v3::before {
    background-image: linear-gradient(to bottom, #ececec 0%, rgba(255, 255, 255, 0) 60%);
    background-repeat: repeat-y;
    z-index: 1;
    pointer-events: none;
}
.gradient-overlay-half-white-v4::before  {
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 5%);
    background-repeat: repeat-y;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 768px) {
    .footer-area .copyright-text {
        font-size: 0.8rem;
    }
}

