
/* FONTS */

@font-face {
    font-family: 'Roboto';
    src: url('/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Titilium';
    src: url('/assets/fonts/Titillium_Web/TitilliumWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url('/assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "Roboto";
    src: url('/assets/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: "RobotoThin";
    src: url('/assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    /* font-style: 400; */
}

/* GLOBAL */

body {
    font-family: Roboto;
    transition: .7s;
    position: relative;
}

/* HEADER */

.app-header {
    min-height: 167px;
    background-color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(2px);
    --webkit-backdrop-filter: blur(2px);
}

.spacing-top {
    margin-top: 187px;
}

.pre-header a, .navbar a{
    font-size: 14px;
}
a.btn-primary:hover {
    background-color: var(--bs-secondary);
    color: #fff;
}

a.btn-secondary, a.btn-primary {
    color: #fff;
}

nav.bg-light-c {
    background-color: rgba(247, 249, 250, .9);
}

nav.bg-light-c.fixed-top {
    backdrop-filter: blur(2px);
    --webkit-backdrop-filter: blur(2px);
}

nav a.btn-secondary, a.btn-primary {
    color: #fff !important;
}

a.btn-secondary:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

a.btn-secondary:focus, a.btn-primary:focus {
    box-shadow: none;
}

.search-bar .grouped-search {
    position: relative;
}

.search-bar .grouped-search input {
    padding-right: 20px;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.search-bar .grouped-search button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D8D8D8;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-bar {
    padding: 0 50px;
}

.navbar .nav-item .nav-link, .mobile-menu .nav-item .nav-link:not(.btn) {
    font-size: Roboto;
    color: #000;
}

.navbar .nav-item .nav-link:hover, .mobile-menu .nav-item .nav-link:hover {
    color: var(--bs-primary);
}

.navbar .nav-item .nav-link:hover .icon svg path, .navbar .nav-item .nav-link:hover .icon svg g path {
    /* fill: #000;
    color: #000; */
}

.nav-2 .nav-item .nav-link {
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 10px;
}

.mobile-menu .nav-item .nav-link {
    margin-right: 10px;
}

.text-upper {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 800;
}

.mobile-menu .nav-item .nav-link {
    margin: 0;
}

.mobile-menu .nav-item .nav-link.active {
    border-right: 3px solid var(--bs-secondary);
    margin: 0;
}

.mobile-menu .nav-item:hover {
    background-color: #D8D8D8;
}

/* Burger menu */

nav .m-menu__checkbox {
    display: none;
  }
  nav label.m-menu__toggle {
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
  }
  nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 350px;
    width: calc(100vw - 30px);
    height: 100vh;
    -moz-transform: translate3d(-350px, 0, 0);
    -o-transform: translate3d(-350px, 0, 0);
    -ms-transform: translate3d(-350px, 0, 0);
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
  }
  nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  nav .m-menu__header {
    padding: 0 16px;
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; */
    /* -webkit-align-items: center; */
    align-items: start;
    border-bottom: 1px solid #e8e8e8;
  }
  nav .m-menu__header span {
    font-size: 1.2rem;
    font-weight: bold;
    /* text-align: center;
    width: 100%; */
  }
  nav .m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
  }
  nav .m-menu ul {
    height: 100%;
    overflow-y: auto;
    list-style: none;
    padding: 15px;
  }
  nav .m-menu ul li a, nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    transition: .7s;
  }
  nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
  }
  nav .m-menu ul li .-invisible {
    border-bottom: 0;
  }
  nav .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  nav .m-menu__checkbox:checked ~ .m-menu__overlay {
    display: block;
  }
  nav .m-menu__checkbox:checked ~ .m-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  nav .m-menu ul li a:hover, nav .m-menu ul li label:hover {
    color: var(--bs-primary);
  }

  nav .m-menu ul li label.a-label__chevron:hover::after {
    border-color: var(--bs-primary);
  }

  .mega-menu-wraper .mega-content {
    max-height: 85vh;
    overflow: scroll;
  }
  /* Override menu defaults on desktop */

  @media (min-width: 576px) {
    .m-menu.mega-menu {
        /* display: block; */
    }
    nav .m-menu__checkbox.mega-menu:checked ~ .m-menu {
        transform: translatex(350px);
        display: block;
        max-width: calc(100vw - 450px);
        transform: perspective(500px) translate3d(350px, 1, 1);
        
    }
    .except-overflow .m-menu {
        overflow: visible !important;
    }
    .mega-menu-wraper {
        transform: translate3d(-350px, 1, 1);
    }
    .m-menu.mega-menu-wraper {
        z-index: 50;
    }
    .columnList { 
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
     }
     
    .m-menu.mega-menu-wraper .menu-items {
        /* display: flex;
        flex-wrap: wrap; */
        width: 100%;
        height: 85vh;
        
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
    }
    
    .m-menu.mega-menu-wraper .menu-items li.level1 {
        width: 25%;
        display: inline-block;
        padding: 1rem;
        height: fit-content;
    }
    /* Re-order items into 3 rows */
    .m-menu.mega-menu-wraper .menu-items li.level1:nth-of-type(4n+1) { order: 1; }
    .m-menu.mega-menu-wraper .menu-items li.level1:nth-of-type(4n+2) { order: 2; }
    /* .m-menu.mega-menu-wraper .menu-items li.level1:nth-of-type(4n+3) { order: 3; } */
    .m-menu.mega-menu-wraper .menu-items li.level1:nth-of-type(4n)   { order: 3; }
    .m-menu.mega-menu-wraper .menu-items li.level1 .title-group {
        color: var(--bs-primary);
        text-transform: uppercase;
        white-space: initial;
        line-height: 18px;
        font-size: 14px;
        padding: 10px 0;
    }
    .m-menu.mega-menu-wraper .menu-items li.level1 .groups-wrapper ul.level1 {
        padding: 0;
    }
    .m-menu.mega-menu-wraper .menu-items li.level1 .groups-wrapper li.level2 > a{
        font-size: 12px;
        color: #484848;
    }

    .m-menu.mega-menu-wraper .menu-items li.level1 .groups-wrapper li.level2 > a:hover {
        color: var(--bs-primary);
    }

    .m-menu.mega-menu-wraper .menu-items ul.level1 {
        overflow: hidden;
    }
    .m-menu.mega-menu-wraper .menu-items li.level2 {
        padding: 0;
    }
    .m-menu.mega-menu-wraper .menu-items li.level2 a{
        border: 0;
        line-height: 20px;
        padding: 0;
        white-space: initial;
    }

    /* .our-agencies .deco-block .text-pro .address .title {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
    } */
  }
  
  .wrapper {
    width: 480px;
    height: 667px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
/* Banner */

.banner {
    min-height: 40vh;
}

.banner .main-banner {
    min-height: 500px;
    padding: 60px 0px;
    background-image: url(/assets/images/banner/banniere-bambou.png);
    background-repeat: no-repeat;
    background-position: left;
    /* background-size: 73% 100%; */
    background-size: cover;
}

.banner .banner-ads {
    height: 100%;
}

.banner .banner-ads .banner-ad {
    height: 50%;
}

.banner .banner-content {
    background-color: rgba(255, 255, 255, 0.7791);
    padding: 30px;
}

.banner .banner-title {
    padding: 10px 40px;
    background-color: var(--bs-secondary);
    /* transform: translateY(50%); */
    width: fit-content;
    margin-left: 20px;
    color: #fff;

    /* position: absolute; */
    margin-top: -52px;
    margin-left: 0;
}
.banner .banner-content .banner-text {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* padding-top: 30px; */
}
.banner .banner-content .banner-link {
    font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: var(--bs-secondary);
text-decoration: none;
transition: .7s;
}

.banner .banner-content .banner-link:hover{
    color: var(--bs-primary);
}

.banner .banner-content .banner-link.arrow-right {
    padding-right: 20px;
}

.banner .banner-content .banner-link.arrow-right::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDIwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgM0gwVjRIMC41VjNaTTE5LjUgMy41TDE0LjUgMC42MTMyNDlWNi4zODY3NUwxOS41IDMuNVpNMC41IDRIMTVWM0gwLjVWNFoiIGZpbGw9IiMwMDdDMjEiLz4KPC9zdmc+Cg==");
    padding-left: 10px;
    transition: .7s;
}

.banner .banner-content .banner-link.arrow-right:hover::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDIwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgM0gwVjRIMC41VjNaTTE5LjUgMy41TDE0LjUgMC42MTMyNDlWNi4zODY3NUwxOS41IDMuNVpNMC41IDRIMTVWM0gwLjVWNFoiIGZpbGw9IiNCMzlDODEiLz4KPC9zdmc+Cg==") !important;
}

.banner .banner-ads .banner-ad-1 {
    background-size: cover;
}

.banner .banner-ads .banner-title {
    /* margin: 0; */
}

.banner .banner-ads .banner-content {
    width: fit-content;
}

.banner .banner-ads {
    overflow: hidden;
}

@media (min-width: 1400px) {
    
    .banner .main-banner .mt-auto{
        margin-left: calc((100vw - 1150px) / 2);
    }
}

@media (min-width: 576px) {
    .banner .main-banner .mt-auto{
        margin-left: calc((100vw - 540px) / 2);
    }
    .notre-histoire .card .image {
        padding-right: 50px;
    }
    .drive-livr .steps {
        align-items: center;
    }
  }
  @media (min-width: 768px) {
    .banner .main-banner .mt-auto{
        margin-left: calc((100vw - 720px) / 2);
    }
    .flex-box.flex-5 .box-item {
        width: calc(100% / 3);
    }
  }
  @media (min-width: 992px) {
    .banner .main-banner .mt-auto{
        margin-left: calc((100vw - 960px) / 2);
        
    }
    .flex-box.flex-5 .box-item {
        width: calc(100% / 4);
    }
  }
  @media (min-width: 1200px) {
    .banner .main-banner .mt-auto{
        margin-left: calc((100vw - 1140px) / 2);
    }
  }


/* Our products */

.page-sub-title {
    color: #646869;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 311.111% */
    letter-spacing: 2.941px;
    /* width: fit-content; */
}

.page-title {
    color: #000;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px; /* 133.333% */
    letter-spacing: 0.795px;
    position: relative;
    /* width: fit-content; */
}

.page-title.underline::before {
    content: "";
    border-bottom: 1px #000 dotted;
    width: 30%;
    position: absolute;
    bottom: 0;
}

.page-title.underline.underline-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.page-title.underline.underline-start::before {
    left: 0;
    border-color: #979797;
}

/* Nos produits */

.our-products .categories .category-card{
    padding: 50px 40px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    display: block;
    transition: .7s;
    text-align: left;
    border: 1px solid #CDCCCC;
    min-height: 100%;
    
}

.our-products .categories .category-card .text{
    font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.454px;
}

.our-products .categories .category-card .link, .card .link{

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.303px;
    position: relative;
    z-index: 1;
    color: var(--bs-secondary);
}

.our-products .categories .category-card .link span, .card .link span{
    z-index: 1;
    position: relative;
}

.our-products .categories .category-card .link.bg-rect::before, .card .link.bg-rect::before, .card .link.bg-rect::before {
    content: "";
    width: 20px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 0;
}

.our-products .categories .category-card:hover .link.bg-rect::before, .card:hover .link.bg-rect::before {
    background-color: #95B2A2;
}

.our-products .categories .col-md-3 {
    padding: 0;
}

.our-products .categories .category-card:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    border: none;
}

.our-products .categories .category-card:hover .link {
    color: #fff;
}


.our-products .categories .category-card .icon:not(.invert) img {
    filter: invert(0%);
    height: 70px;
}

.our-products .categories .category-card:hover .icon:not(.invert) img {
    filter: invert(100%);
    /* display: none; */
}

.our-products .categories .category-card .icon.invert img {
    filter: invert(100%);
    height: 70px;
}

.our-products .categories .category-card:hover .icon.invert img {
    filter: invert(0%);
    /* display: none; */
}

.our-products .categories {
    background-color: #F4F4F4;
    background-image: url(/assets/images/Fill9611.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
  }

.flex-box.flex-5 .box-item {
    width: calc(100% / 5);
}

/* Nos produits du moment */


@media (max-width: 576px) {
    .flex-box.flex-5 .box-item {
        width: calc(100% / 2);
    }
    .product-card {
        padding-right: 10px;
    }
    .banner .main-banner {
        min-height: 40vh
    }
    .drive-livr .steps {
        align-items: center;
    }
    .app-footer .menu {
        margin-top: 10px;
    }
    .our-agencies .deco-block .text-pro .address .title {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
    }
    .our-agencies .text-pro {
        text-align: left;
        position: relative;
        z-index: 4;
        color: #fff;
        padding: 25px 0px;
        height: 100%;
    }
}

.product-card .border-1 {
    height: 100%;
}


.product-card .sizes {
    font-size: 14px;
font-style: normal;
font-weight: 500;
}

span.promo {
    padding: 0 10px;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
}

.product-card .image {
    height: 200px;
    overflow: hidden;
}

.product-card {
    transition: 1.7s;
    margin-bottom: 10px;
}
.product-card:not(:last-child) {
    padding-right: 10px;
}
.product-card:hover .image img {
    scale: 1.1;
}

.product-card .image img{
    height: 100%;
    transition: .7s;
}

span.promo::after {
    right: 5px;
    top: 50%;
    transform: translateY(-40%);
    position: absolute;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMyIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJMaW5lIDQgQ29weSAyIiBkPSJNMS43NSAwLjVWMC4yNUgxLjI1VjAuNUgxLjc1Wk0xLjUgMTMuNUwyLjk0MzM4IDExSDAuMDU2NjI0M0wxLjUgMTMuNVpNMS4yNSAwLjVWMTEuMjVIMS43NVYwLjVIMS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    
}

.product-card .description .product-name {
    font-size: 14px;
    color: #949494;
}

.product-card .description .product-info {
    font-size: 14px;
    color: #B39C81;
    font-weight: 500;
}

.product-card .description .product-info .small {
    opacity: .7;
}

.product-card:hover {
    scale: 1.02;
    cursor: pointer;
}

span.in-stock {
    color: #007C37;
    font-size: 12px;
    font-style: normal;
    position: relative;
    padding-left: 15px;
    line-height: 24px;
}

span.in-stock::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007C37;
}
/* access-key= N7R43HTQII20KW6CLVUF
secret-key= Jyzi0I5JRX64YiLIiTyQJbjnce3AIpv99Pia6Hrz */


/* our-project */
.our-project {
    padding: 50px 0;
    background-color: #4B4B4A;
    display: flex;
}

.our-project .page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.our-project .page-title::before {
    display: none;
}

.btn.btn-lines {
    border-radius: 0;
    margin-left: 30px;
    height: fit-content;
    padding: 10px 30px;

    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.btn.btn-lines:hover, .btn.btn-lines:hover::after, .btn.btn-lines:hover::before {
    border-color: var(--bs-secondary);
}

/* Bottom line */

.btn.btn-lines::before{
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--bs-primary);
    position: absolute;
    bottom: -5px;
    right: -10px;
}

/* Right line */
.btn.btn-lines::after{
    content: "";
    height: 100%;
    border-right: 1px solid var(--bs-primary);
    position: absolute;
    bottom: -10px;
    right: -5px;
}

/* Catalog slider */

.catalogs-swipe.swiper {
    padding: 0 70px;
}

.catalogs-swipe .catalog-card, .catalogs-swipe .catalog-card .description {
    transition: .7s;
    cursor: pointer;
}

.catalogs-swipe .catalog-card:hover {
    padding: 20px;
    border: 1px solid var(--bs-primary);
    width: fit-content;
}

.catalogs-swipe .catalog-card .description {
    padding: 20px;
    max-width: 200px;
}

.catalogs-swipe .catalog-card .description .btn {
    padding-left: 20px;
    padding-right: 20px;
}



.catalogs-swipe .catalog-card .description .title{
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}



.catalogs-swipe .catalog-card .description .title span {
    font-weight: 400;
}

.catalogs-swipe .catalog-card .description{ 
    display: none;
}

.catalogs-swipe .catalog-card:hover .description{
    display: block;
}

.catalogs-swipe .swiper-slide{
    width: fit-content;
   }

.catalogs-swipe .catalog-card .image {
       width: 153.833px;
    height: 213px;
    overflow: hidden;
   }

   .catalogs-swipe .catalog-card .image img {
    width: 100%;
   }
.catalogs-swipe .swiper-button-next, .catalogs-swipe .swiper-button-prev {
    color: #000;
}

.catalogs-swipe .swiper-button-next::after, .catalogs-swipe .swiper-button-prev::after {
    font-size: 32px;
}

/* Nos services */

.our-services {
    overflow: hidden;
}

.our-services .bg-grid {

    background-image: url(/assets/images/bg-grid.png);
}
.bg-grid {

    background-image: url(/assets/images/bg-grid.png);
}

.our-services .service-item {
    z-index: 1;
    position: relative;
    text-align: left;
    color: #fff;
    padding: 20px;
    transition: .7s;
    cursor: pointer;
    height: 300px;
}

.our-services .service-item p {
    margin: 0;
}

.our-services .service-item .sub-title {
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px;
}
.our-services .service-item .title {
    font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 33px;
}
.our-services .service-item .description {
    font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 33px;
}

.our-services .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2;
}
.our-services .service-item .shadow {
    padding: 40px;
    /* opacity: 0.378;
    background: #000; */
    z-index: 3;
    position: relative;
    height: 100%;
}

.lined-right::before, .lined-left::after {
    content: "";
}

.lined-right::before {
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 10px;
    right: -10px;
}

.lined-left::after {
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.our-services .service-item:hover::before{
display: none;
background-color: rgba(0, 0, 0, .3);
}


/* Drive et livraison */

.drive-livr .title-2{
    font-size: 14px;
font-style: normal;
text-transform: uppercase;
}

.drive-livr .steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
}

.drive-livr .steps .stepp {
    margin-bottom: 10px;
}

.drive-livr .steps .stepp .text {
    margin-top: 1rem;

    font-size: 12px;
    font-style: normal;
    
}

.drive-livr .steps .stepp.stepper {
    width: 100px;
}

/* Nos agences */

.our-agencies .map {
    height: 500px;
    position: relative;
    height: 100%;
    display: flex;
}

.our-agencies .map img {
    position: relative;
    z-index: 3;
    margin-top: auto;
}

.our-agencies .outdoor {
    height: 500px;
    position: relative;
    height: 100%;
    display: flex;
}

.our-agencies .addresses {
    text-align: left;
    position: relative;
    z-index: 4;
    color: #fff;
    padding: 100px 0px;
    height: 100%;
}

.our-agencies .text-pro {
    text-align: left;
    position: relative;
    z-index: 4;
    color: #fff;
    padding: 100px 0px;
    height: 100%;
}

.our-agencies .deco-block .addresses::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #646869;
    margin-left: -1000px;
    margin-right: -30px;
    z-index: 6;
}

.our-agencies .deco-block .text-pro::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #646869;
    margin-left: -1000px;
    margin-right: -30px;
    z-index: 6;
}

.our-agencies .deco-block .map::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -100px;
    right: 0;
    background-color: #F4F4F4;
    margin-right: -1000px;
    z-index: 2;
    /* width: 60%; */
}

.our-agencies .deco-block {
    position: relative;
    z-index: 1;

}
.our-agencies .deco-block .addresses .address .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.our-agencies .deco-block .text-pro .address .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    /* margin-left: 115px; */
}

.our-agencies .deco-block .addresses .address .text {
    font-size: 14px;
font-style: normal;
font-weight: 400;
margin-top: 20px;
}

.our-agencies .deco-block .text-pro .address .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
    /* margin-left: 115px; */
}

.our-agencies .deco-block .addresses .address:not(:last-child) {
    margin-right: 70px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.our-agencies .deco-block .text-pro .address:not(:last-child) {
    margin-right: 70px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.our-agencies .deco-block .addresses .address {
    position: relative;
    z-index: 6;
}
.our-agencies .deco-block .text-pro .address {
    position: relative;
    z-index: 6;
}
.our-agencies .deco-block .addresses .address:not(:first-child) {
    margin-top: 30px;
}
.our-agencies .deco-block .text-pro .address:not(:first-child) {
    margin-top: 30px;
}


/* Nos medias */

.nos-medias {}
.nos-medias .page-sub-title {
    color: #D8D8D8;
}

.nos-medias .page-title {
    color: #fff;
} 

.nos-medias .page-title::before {
    border-color: #C9C9C9;
}
.nos-medias {}

.nos-medias .shadow {
    background-color: rgba(0, 0, 0, .5);
}


.post-card {
    text-decoration: none;
    padding: 20px;
}

.post-card .image {
    height: 200px;
    overflow: hidden;
}

.post-card .image img {
    height: 100%;
}

.post-card .category {
    color: #fff;
    font-size: 14px;
font-style: normal;
font-weight: 400;
position: absolute;
left: 0;
bottom: 0;
padding: 10px 20px;
background-color: #000;
}
.post-card .time {
    color: #CACACA;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.post-card h5 {
    font-size: 24px;
font-style: normal;
font-weight: 700;
color: #000;
}

.post-card .card-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.post-card .card-text {
    color: #989898;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    /* Allow text in just one line */
    text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
}

.post-card .image{
    position: relative;
}

.nos-medias .swiper-button-next, .nos-medias .swiper-button-prev {
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nos-medias.swiper-button-prev {
    z-index: 3;
}

.nos-medias .swiper-button-next::after, .nos-medias .swiper-button-prev::after {
    font-size: 32px;
}

.page-title.underline-center {
    line-height: 70px;
}


/* Notre histoire */

.notre-histoire .card .card-body .link{
    text-decoration: none;

}

.notre-histoire .card .card-body .link:hover {
    opacity: .7;
}

.notre-histoire .card .card-body .link::before {
    background-color: #F4F4F4;
}

.notre-histoire .card .card-body {

    color: #5C5C5C;
    
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.plantons-pour-lavenir {
    margin-top: 50px;
}

.plantons-pour-lavenir .let-plan{
    font-family: RobotoThin;
    font-size: 42px;
    font-style: italic;
    font-weight: 100;
}

.plantons-pour-lavenir .text {
    color: #5C5C5C;

font-size: 16px;
font-style: normal;
font-weight: 400;
}

.plantons-pour-lavenir .text a{
    text-decoration: none;
}

.plantons-pour-lavenir .text a:hover {
    color: var(--bs-secondary);
}


/* Nos atouts */

.nos-attouts {
    background-color: #202020;
    padding: 70px 0px;
}
.nos-attouts .box-item .icon{
    margin-bottom: 10px;
    position: relative;
}
.nos-attouts .box-item .icon span{
    position: absolute;
    /* color: rgba(142, 142, 142, 1); */
    left: 20px;
    top: -33px;

    text-align: center;
    font-family: Titilium;
    font-size: 67px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.268px;
    text-shadow: 0 0 2px #fff;
}

.nos-attouts .box-item {
    text-align: center;
}

.nos-attouts .box-item .title{
    color: #FFF;
font-size: 18px;
font-weight: 700;
font-style: normal;
text-align: center;
}
.nos-attouts .box-item .text{
    color: #8E8E8E;

text-align: center;
font-size: 14px;
font-style: normal;
}
.nos-attouts .box-item .title{}


/* Forest */

.forest {
    height: 500px;
    background-size: cover;
}

.forest .bg {
    background: linear-gradient(180deg, #FFF 2.67%, rgba(255, 255, 255, 0.82) 23.06%, rgba(255, 255, 255, 0.00) 99.58%);
}

/* Footer */

.app-footer {
    background-color: #000;
    padding: 70px 0;
    color: #C4C4C4;
}

.app-footer .menu {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.app-footer .menu a {
    color: #C4C4C4;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.app-footer .menu a:hover {
    color: var(--bs-secondary);
}

.app-footer .text, .coptyright-text {
    font-size: 13px;
font-style: normal;
font-weight: 400;
}



/* Scroll spy */
.scrollspy{
    position: fixed;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 100;
}
.scrollspy .menu-list {
    list-style: none;
    text-align: end;

    position: relative;
    /* height: 300px;
    overflow: auto; */
}

.scrollspy .menu-list li {

    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #848484;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.scrollspy.is-dark-bg .menu-list li a {
    color: #fff;
}

.scrollspy .menu-list li a {
    padding: 0;
    padding-right: 20px;
    position: relative;
    display: block;

    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #848484;
    text-decoration: none;
}

.scrollspy .menu-list li a.active {
    color: #000;
}

.scrollspy.is-dark-bg .menu-list li a.active {
    color: var(--bs-primary);
}

.scrollspy .menu-list li a.active::after {
    background-color: #B39C81;
}

.scrollspy .menu-list li a::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #D8D8D8;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.scrollspy .vertical-line {
    height: 41px;
    border-right: .6px solid #979797;
    margin: 15px 2px;
}
.scrollspy.is-dark-bg .vertical-line, .scrollspy.is-dark-bg .mouse {
    border-color: #fff;
}

.scrollspy .mouse {
    display: block;
    height: 42px;
    border: 1px solid #979797;
    border-radius: 13px;
    width: 25px;
    margin-left: auto;
    position: relative;
    right: -12.5px;
}
.scrollspy.is-dark-bg .mouse::before {
    border-color: #fff;
}
.scrollspy .mouse::before{
    content: "";
    height: 9px;
    border-right: 1px solid #979797;
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
}

.loader {
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.btn .loader-parent-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
}

.btn.loader-parent {
    position: relative;
}

.btn .loader {
    margin: auto;
}

/* New styles */

/* The overlay effect with black background */
.c-search.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(2px);
  }
  
  /* The content */
.c-search.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  /* Close button */
  .c-search.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
    cursor: pointer;
    /* color: white; */
  }
  
  .c-search.overlay .closebtn:hover {
    color: #ccc;
  }
  
  /* Style the search field */
  .c-search.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .c-search.overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  .c-search.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .c-search.overlay button:hover {
    background: #bbb;
  }
  .search-bar {
    z-index: 2;
  }

  .search-title {
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .search-list li {
    font-size: 12px;
  }

  .search-list {
    list-style: none;
  }

  .search-list li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }

  .search-list li a:hover {
    color: inherit;
    opacity: .9;
  }

  .search-list .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    color: #777777;
    font-size: 10pt;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    text-decoration: none;
  }

  .search-list .card-title {
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    color: #000;
    text-decoration: none;
    font-weight: 500;
  }

  .unstyled-link {
    text-decoration: none;
  }