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

:root{
    --primary-color: #3d4b81;
    --primary-color-dark: #05103b;

    --title-color: #000000;
    --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);
}
/*
    theme
*/
p{
    color: var(--text-color);
}
.img-white{
    filter: brightness(0) invert(1);
}
body{
    font-family: var(--primary-font);
}
h1{
    font-family: var(--second-font);
}

.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(--second-color);
    transform: skewX(-15deg);
}
.bg-sign::after{
    left: 0;
}
.bg-sign::before{
    right: 0;
    transform: skewX(0deg);
}

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

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


.help-btn{
    top: 50%;
    transform: rotate(-90deg) translateY(151%);
    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{
    height: 40px;
    width: 40px;
}
.help-btn .global-catalogue{
    background: var(--second-color);
    color: white;
}
.help-btn .global-catalogue .fas{
    color: white;
    font-size: 1.8rem;
    transform: rotate(90deg) 
}

.section-title{
    font-family: var(--primary-font);
    font-size: 2.6rem;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--second-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;
}
.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
}

a:hover,
.nav-link::hover{
    color: var(--second-color);
}

/* 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;
}
.caption-block-in{
    margin-bottom: -1rem;
}

.tooltip-inner {
    background: var(--primary-color);
    color: white;
}
.tooltip .arrow::before, .tooltip .arrow::before {
  border-left-color: var(--primary-color);
}

@media screen and (max-width: 758px){
    .subtitle{
        font-size: 1.5rem;
    }
    .section-title{
        font-size: 2.2rem;
        line-height: 1;
    }
    .caption-block-in{
        margin-bottom: 6rem;
    }
}
/*
    header
*/
#header::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 15px;
    right: -3px;
    top: 0;
    transform: skewX(-15deg);
    background: var(--second-color);

}
.u-header{
    z-index: 1400;
}
#header .container{
    padding-right: 0;
    padding-left: 0;
}

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

.foot-navbar .nav-link,
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-link{
    position: relative;
}
.foot-navbar .nav-link:hover,
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:hover .u-header__nav-link{
    background: #3d4b81;
    color: white;
}
.foot-navbar .nav-link:hover::before,
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-item:hover .u-header__nav-link::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: var(--second-color);
    top: 0;
    left: 0;
}
.navbar-expand-lg .u-header__navbar-nav .social-links .u-header__nav-link:hover{
    background: none;
    color: var(--primary-color);
}
.navbar-expand-lg .u-header__navbar-nav .social-links .u-header__nav-link:hover::before{
    display: none;
}


.foot-navbar .nav-link,
.u-header__nav-item .u-header__nav-link,
.u-header__nav-item:hover .u-header__nav-link, 
.u-header__nav-item:focus .u-header__nav-link{
    color: #3d4b81;
    font-weight: 600;
}
.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: 410px;
    text-align: right;
    z-index: 2;
}
.navbar-brand.u-header__navbar-brand img{
    max-width: 330px;
}

.u-header__navbar-brand-wrapper {
    position: relative;
}
.u-header__navbar-brand-wrapper::after{
    right: -2px;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, #ffffff 80%, #ededed );
    transform: skewX(-12deg);
    top: 0;
}

.u-header__navbar-brand-wrapper .sublogo{
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    color: white;
    padding: 8px 10px;
    padding-right: 30px;
    text-align: right;
    width: 100%;
    z-index: 2;
    opacity: 1;
    transition: all ease 0.3s;
    visibility: visible;
}
.u-scrolled .u-header__navbar-brand-wrapper .sublogo{
    opacity: 0;
    visibility: hidden;
}
.u-header__navbar-brand-wrapper .sublogo span{
    position: relative;
    z-index: 2;
    font-family: var(--primary-font);
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 15px;
}
.u-header__navbar-brand-wrapper .sublogo::after,
.u-header__navbar-brand-wrapper .sublogo::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--primary-color);
    transform: skewX(-12deg);
    top: 0;
}
.u-header__navbar-brand-wrapper .sublogo::before{
    background: var(--second-color);
    right: 0;
}
.u-header__navbar-brand-wrapper .sublogo::after{
    right: 10px;
}


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

/*dropdown*/
.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu{
    min-width: 300px;
    background: var(--primary-color);
    border: none;
    border-left: 4px solid var(--second-color);
}
.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link{
    color: white;
    padding: 0.5rem 1.75rem;
}
.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link .u-header__nav-link-icon{
    font-size: .9rem;
    margin-left: 1.125rem;
}

@media screen and (max-width: 758px){
    .navbar-brand.u-header__navbar-brand{
        width: auto;
    }
    .navbar-brand.u-header__navbar-brand .u-header__navbar-brand-mobile{
        width: 180px;
    }
    .u-header--modern .navbar-expand-lg.u-header__navbar{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .u-header__navbar-brand-wrapper .sublogo{
        display: none;
    }
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 10px;
    }
    .u-header__navbar-brand-wrapper::after {
        height: calc(100% + 20px);
        top: -10px;
        right: -22px;
    }
    #header::after {
        transform: skewX(0deg);
        border-top-left-radius: 30px;
        right: 0;
    }
    .help-btn{
        top: 80%;
        transform: rotate(0deg) translateY(0%);
        transform-origin: top center;
    }
    .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link{
        padding-right: 0;
        padding-left: 0;
    }
    .u-header__nav-item.hs-sub-menu-opened .u-header__nav-link{
        background: #3d4b81;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
    }
    .u-header__nav-item .u-header__nav-link .u-header__nav-link-icon{
        font-size: .9rem;
    }
    .u-header__nav-item.hs-sub-menu-opened .u-header__nav-link::before{
        position: absolute;
        content: '';
        width: 4px;
        height: 100%;
        background: var(--second-color);
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1302px) { 
    .navbar-brand.u-header__navbar-brand img{
        width: 100%;
        padding-left: 30px;
    }
    .u-header__navbar-brand-wrapper .sublogo{
        padding: 0px 10px;
    }
    .u-header__navbar-brand-wrapper .sublogo span{
        font-size: 10px;
    }
    
}
@media (min-width: 1024px) and (max-width: 1302px) {
    .navbar-brand.u-header__navbar-brand{
        width: 300px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) { 
    .navbar-brand.u-header__navbar-brand{
        width: 290px;
    }
    .u-header__navbar .u-header__navbar-nav .social-links-nav-item{
        display: none !important;
    }
}

@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;
    }
    .u-header--modern .navbar-expand-lg .u-header__navbar-brand{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-banner .capture-block{
        max-width: 40%;
    }
    .pointsDeVente .title, .main-banner .caption-title {
        font-size: 1.3rem !important;
    }
    .u-header__navbar-brand-wrapper .sublogo{
        display: none;
    }
    .main-banner .capture-block {
        position: relative;
        max-width: 40%;
    }
    #header::after {
        transform: skewX(0deg);
        border-top-left-radius: 30px;
        right: 0;
    }
}

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


.main-banner .capture-block{
    position: relative;
    max-width: 60%;
}

.pointsDeVente .title,
.main-banner .caption-title{
    font-family: var(--second-font);
    font-weight: 600;
    font-size: 2.1rem;
    color: white;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-right: 30px;
}
.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 .capture-block::before{
    content: '';
    top: 0;
    width: 100vw;
    height: 100%;
    right: 0;
    transform: skewX(-15deg);
    position: absolute;
    z-index: 0;
    background-color: var(--second-color);
}

.main-banner .capture-slug.logo-sign::before{
    vertical-align: -9px;
    margin-right: 12px;
}

.main-banner.in-pages .pointsDeVente{
    color: white;
}
.pointsDeVente .title{
    font-size: 1.8rem;
    max-width: 500px;
}
.main-banner.in-pages .pointsDeVente .sub-title{
    color: white;
    max-width: 300px;
}
.pointsDeVente .sub-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pointsDeVente .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;
}

@media screen and (max-width: 758px){
    .pointsDeVente .title{
        font-size: 1.4rem;
    }
    .pointsDeVente .sub-title{
        font-size: 0.9rem;
    }
    .pointsDeVente .title, .main-banner .caption-title{
        font-size: 0.8rem;
        padding-right: 7px;
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px){
    .pointsDeVente .title{
        max-width: 210px;
        padding-right: 0;
    }
}

/* .u-slick__pagination */
.main-banner .u-slick__pagination{
    display: inline-block;
    margin-left: 20px;
}
.main-banner .u-slick__pagination{
    counter-reset: slick__pagination-counter;
    list-style: none;
}
.main-banner .u-slick__pagination li{
    margin-bottom: 15px;
    height: 2px;
    counter-increment: slick__pagination-counter;
    position: relative;
}

.main-banner .u-slick__pagination li::after {
    content: "0" counter(slick__pagination-counter);
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: white;
    font-family: var(--primary-font);
    font-weight: bold;
    transition: all ease 0.2s;
    opacity: 0;
    margin-left: -3px;
}
.main-banner .u-slick__pagination li.slick-active::after{
    opacity: 1;
    margin-left: 0;
}

.main-banner .u-slick__pagination li span{
    border-radius: 0;
    border: none;
    width: 55px;
    height: 2px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-banner .u-slick__pagination li.slick-active span {
    border-radius: 0;
    border: none;
    width: 80px;
    background-color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}



/*
    social-links
*/
.social-links li a{
    color: var(--second-color);
}
.social-links li:hover a{
    color: var(--primary-color);
}

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

/*
    shortcut-produits-area
*/
.shortcut-produits-area{
    background: #efefef;
}
.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;
}

/*
    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.8rem;
    line-height: 1.4;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-top: 20px;
}
.moreinfoAbout-area .nbrs-block{
    color: white;
    background: var(--primary-color);
}
.moreinfoAbout-area .nbrs-block:nth-child(odd){
    background: var(--second-color);
}


.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 .js-counter::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
}
.moreinfoAbout-area .nbrs-block .h6{
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 758px){
    .h-about-area .legend span{
        font-size: 6vw;
    }
    .h-about-area .ep-years .legend{
        font-size: 1.5rem;
    }
    .h-about-area .ep-years hr{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .h-about-area .ep-years p{
        font-size: 0.7rem;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .moreinfoAbout-area .nbrs-block .js-counter{
        height: 48px;
    }
    .moreinfoAbout-area .nbrs-block img{
        height: 56px;
    }
}


/*
    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::before{
    content: '';
    position: absolute;
    width: 20px;
    left: 0;
    height: 15px;
    bottom: 0;
    transform: translateY(50%);
    background: var(--second-color);
}
.news-area .single-news .a-img-top::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 15px;
    left: 4px;
    bottom: 0;
    transform: translateY(50%) skewX(-15deg);
    background: var(--second-color);
}
.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;
}

.zoomImg{
    cursor: zoom-in;
}
/*
    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 .section-content *{
    font-family: var(--primary-font);
    font-size: 1rem;
}
.fich-btn{
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.8rem;
}

.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);
}

/*
    map-container
*/
.map-container{
    position: relative;
}
.map-container::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(to bottom, white, #00000000);
    pointer-events: none;
}


