#nl-home-reviews {
    padding: 50px 0;
}

#nl-home-reviews h2{
    font-family: "Avenir LT Std 95 Black", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0c043c;
    text-align: center;
}

#nl-home-reviews .skeepers_carousel_container {
    margin: auto;
    max-width: 1320px;
}

#nl-home-reviews .skeepers_carousel_container .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    display: none;
}

#nl-home-reviews .skeepers_carousel_container .swiper-pagination-bullet-active {
    background-color:#0c043c;
}

#nl-home-reviews .carousel__navigation {
    margin: 0;
}

#nl-home-images > .ctnr {
    max-width: 1700px;
    margin: auto;
}

/* SLIDER */ 

#nl-home-categories h1 {
    all: unset;
    font-family: "Avenir LT Std Roman";
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}

@media (max-width: 767px) {
    #nl-home-categories h1 {
        font-size: 20px;
    }
}

#nl-home-categories>.ctnr {
    padding: 40px 125px 102px
}

@media (max-width: 1200px) {
    #nl-home-categories>.ctnr {
        padding-right:50px;
        padding-left: 50px
    }
}

@media (max-width: 767px) {
    #nl-home-categories>.ctnr {
        padding-right:20px;
        padding-left: 20px
    }
}

#nl-home-categories ul {
    display: grid;
    margin: auto;
    padding: 0;
    max-width: 1800px;
    width: 100%;
    list-style: none
}

@media (min-width: 1201px) {
    #nl-home-categories ul {
        grid-template-columns:repeat(3, 1fr);
        column-gap: 50px;
        row-gap: 82px
    }
}

@media (max-width: 1200px) {
    #nl-home-categories ul {
        grid-template-columns:repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 62px
    }
}

@media (max-width: 767px) {
    #nl-home-categories ul {
        grid-template-columns:1fr
    }
}

#nl-home-categories ul li {
    position: relative
}

#nl-home-categories ul li>img {
    width: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 370px) {
    #nl-home-categories ul li>img {
        height:150px
    }
}

@media (max-width: 767px) {
    #nl-home-categories ul li>img {
        height:170px
    }
}

@media (max-width: 1200px) {
    #nl-home-categories ul li>img {
        height:180px
    }
}

@media (max-width: 1410px) {
    #nl-home-categories ul li>img {
        height:190px
    }
}

@media (max-width: 1550px) {
    #nl-home-categories ul li>img {
        height:215px
    }
}

@media (min-width: 1551px) {
    #nl-home-categories ul li>img {
        height:300px
    }
}

#nl-home-categories .cat-label h2 {
    all:unset;
}

#nl-home-categories .cat-label {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    transform: translateY(50%);
    background: #0D053B;
    color: #FFF;
    text-transform: uppercase;
    width: 300px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #10013E;
    letter-spacing: 2px;
    font-family: "Avenir LT Std Roman";
    line-height: 1;
    padding: 15px 5px
}

@media (max-width: 767px) {
    #nl-home-categories .cat-label {
        width:calc(100% - 80px);
        padding: 15px 5px
    }
}

@media (max-width: 1200px) {
    #nl-home-categories .cat-label {
        width:calc(100% - 90px)
    }
}

@media (max-width: 1410px) {
    #nl-home-categories .cat-label {
        width:calc(100% - 70px);
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    #nl-home-categories .cat-label {
        width:calc(100% - 100px)
    }
}

@media (min-width: 1551px) {
    #nl-home-categories .cat-label {
        width:calc(100% - 140px)
    }
}

@media (min-width: 1411px) {
    #nl-home-categories .cat-label {
        font-size:24px
    }
}

#nl-home-categories .cat-label img {
    width: 17px;
    height: auto
}

#nl-home-categories .cat-label {
    transition: 500ms
}

#nl-home-categories .cat-label svg path {
    transition: 500ms
}

#nl-home-categories .cat-label:hover {
    background: #FFF;
    color: #0D053B;
    border: 1px solid #0D053B
}

#nl-home-categories .cat-label:hover svg path {
    fill: #10013E
}

/* GLOBAL */

/* --------------------
   SLIDER
-------------------- */

.elementor-shortcode {
    height: auto;
}

#nl-home-slider,
#nl-home-slider .swiper,
#nl-home-slider .swiper-wrapper {
    width: 100%;
    height: auto;
}

#nl-home-slider .swiper .swiper-pagination {
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1410px) {
    #nl-home-slider .swiper .swiper-pagination { bottom: 20px; }
}
@media (max-width: 1000px) {
    #nl-home-slider .swiper .swiper-pagination { bottom: 10px; }
}

#nl-home-slider .swiper .swiper-pagination-bullet {
    width: clamp(30px, calc(1.875rem + ((1vw - 3.7px) * 3.871)), 90px) !important;
    background: #FFF;
    height: 2px !important;
    opacity: 1;
    border-radius: 0;
}

#nl-home-slider .swiper .swiper-pagination-bullet-active {
    height: 10px !important;
    background: #FFF;
}

@media (max-width: 767px) {
    #nl-home-slider .swiper .swiper-pagination-bullet-active { height: 5px !important; }
}

#nl-home-slider,
#nl-home-slider .swiper .swiper-slide {
    position: relative;
}

#nl-home-slider .swiper a {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 1;
}

#nl-home-slider .swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    #nl-home-slider .swiper img.desktop { display: none; }
}
@media (min-width: 768px) {
    #nl-home-slider .swiper img.mobile { display: none; }
}

#nl-home-slider .swiper-button-prev {
    left: 320px !important;
    transform: rotate(180deg);
}
@media (max-width: 1700px) {
    #nl-home-slider .swiper-button-prev { left: 125px !important; }
}
@media (max-width: 1000px) {
    #nl-home-slider .swiper-button-prev { left: 50px !important; }
}

#nl-home-slider .swiper-button-next {
    right: 320px !important;
}
@media (max-width: 1700px) {
    #nl-home-slider .swiper-button-next { right: 125px !important; }
}
@media (max-width: 1000px) {
    #nl-home-slider .swiper-button-next { right: 50px !important; }
}

#nl-home-slider .swiper-button-next,
#nl-home-slider .swiper-button-prev {
    top: 50% !important;
    height: auto;
}

#nl-home-slider .swiper-button-next img,
#nl-home-slider .swiper-button-prev img {
    width: 100%;
    height: auto;
}

#nl-home-slider .swiper-button-next:after,
#nl-home-slider .swiper-button-prev:after {
    display: none;
}

@media (min-width: 1701px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { width: 100px !important; }
}
@media (max-width: 1700px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { width: 70px !important; }
}
@media (max-width: 1410px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { width: 60px !important; }
}
@media (max-width: 1200px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { width: 50px !important; }
}
@media (max-width: 1000px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { width: 35px !important; }
}
@media (max-width: 767px) {
    #nl-home-slider .swiper-button-next,
    #nl-home-slider .swiper-button-prev { display: none; }
}

.elementor-element-75ef10f,
.elementor-element-75ef10f .e-con-inner {
    padding: 0;
}

.elementor-element-75ef10f .e-con-inner {
    max-width: 100%;
}

/* --------------------
   CATEGORY
-------------------- */

@media (max-width: 1350px) {
    .home-title-category-section.e-con.e-grid > .e-con-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
    .home-title-category-section.e-con.e-grid > .e-con-inner { grid-template-columns: 1fr; }
}

.home-title-category-section .elementor-element.image-cat-hp {
    aspect-ratio: 5.6/3;
    height: 100%;
}
@media (min-width: 1350px) {
    .home-title-category-section .elementor-element.image-cat-hp { max-height: 275px; }
}

.home-title-category .elementor-button-wrapper { width: 100%; }

/* --------------------
   REASSURANCE 1
-------------------- */

#nl-home-reassurance {
    background: #B8C7C9;
    color: #FFF;
    padding: 50px 0;
}

#nl-home-reassurance .ctnr {
    width: calc(100% - 140px);
    max-width: 1500px;
    margin: auto;
}

#nl-home-reassurance a { color: #FFF; }

.e-con-full { padding: 0; }

#nl-home-reassurance .swiper-wrapper {
    margin: auto;
    justify-content: space-between;
}
@media (min-width: 1024px) {
    #nl-home-reassurance .swiper-wrapper { column-gap: 30px; }
}

#nl-home-reassurance .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

#nl-home-reassurance .swiper-wrapper .swiper-slide:after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 1px;
    height: 100%;
    display: none;
}

@media (min-width: 1200px) {
    #nl-home-reassurance .swiper-wrapper .swiper-slide:after { display: block; }
    #nl-home-reassurance .swiper-wrapper .swiper-slide:nth-child(1):after { inset: 0 0 0 auto; }
    #nl-home-reassurance .swiper-wrapper .swiper-slide:nth-child(3):after { inset: 0 auto 0 0; }
}
#nl-home-reassurance .swiper-wrapper .swiper-slide:nth-child(2):after { display: none; }

#nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr {
    text-align: center;
    font-family: "Avenir LT Std Roman";
    position: relative;
    height: auto;
    margin-bottom: 32px;
}

#nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2.2px;
}

#nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr p { line-height: 30px; }

#nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr a {
    text-transform: uppercase;
    display: inline-flex;
    column-gap: 15px;
    align-items: center;
    letter-spacing: 1.6px;
}

#nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr {
    width: calc(100% - 30px);
    margin: auto;
}

@media (max-width: 1000px) {
    #nl-home-reassurance .swiper-wrapper .swiper-slide > .ctnr { width: 100%; }
}

#nl-home-reassurance .swiper-wrapper .swiper-slide:nth-child(1) > .ctnr { margin-left: 0; }
#nl-home-reassurance .swiper-wrapper .swiper-slide:nth-child(3) > .ctnr { margin-right: 0; }

#nl-home-reassurance .swiper-pagination,
#nl-home-reassurance .swiper-button-next,
#nl-home-reassurance .swiper-button-prev {
    position: relative;
}

#nl-home-reassurance .swiper-pagination { margin-top: 32px; }
#nl-home-reassurance .swiper-pagination-bullet { background: #FFF; }

@media (max-width: 1000px) {
    #nl-home-reassurance .swiper-button-next,
    #nl-home-reassurance .swiper-button-prev { display: none; }
}

/* --------------------
   VIDEO
-------------------- */

.elementor-element.elementor-element-5bf83b9.e-con-full.e-flex.e-con.e-child {
    max-width: 1082px;
}

.elementor-element.elementor-element-5bf83b9.e-con-full.e-flex.e-con.e-child .elementor-element {
    width: calc(100% - 252px);
    margin: auto;
}

@media (max-width: 650px) {
    .elementor-element.elementor-element-5bf83b9.e-con-full.e-flex.e-con.e-child .elementor-element { width: calc(100% - 40px); }
}

@media (max-width: 1000px) {
    .elementor-element.elementor-element-5bf83b9.e-con-full.e-flex.e-con.e-child {
        transform: translate(0);
        padding: 20px 0 25px;
        width: 100%;
    }
}

/* --------------------
   PRODUCT
-------------------- */

.produits {
    background: #FFF;
}
.produits h2 {
    color: #10013E;
    margin-bottom: 40px;
}

.produits--slider-card {
    max-width: 413px;
    width: 413px;
}

@media screen and (max-width: 950px) {
    .produits--slider-card { width: 100%; max-width: 100%; }
}
@media screen and (max-width: 1350px) {
    .produits--slider-card { max-width: 280px; width: 280px; }
}

.produits--link {
    margin: auto;
    max-width: 800px;
    margin-top: 0;
    padding: 0 20px;
    gap: 30px;
}

@media (max-width: 767px) {
    .produits--link { flex-direction: column; }
}

.produits--link a {
    flex: 1;
    color: #10013E;
    border: 2px solid #10013E;
    font-family: "Avenir LT Std Roman";
    text-decoration: none;
}

.produits .swiper-pagination-bullet {
    background: #10013E !important;
}

.product-card .product-card-bottom {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 10px;
}

.product-card-titre,
.product-card-price {
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.7px) * 0.8387)), 25px);
}

.product-card-price.lowest bdi {
    color: #0D053B !important;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.7px) * 0.9346)), 28px);
}

.product-card-detail {
    font-size: clamp(10px, calc(0.625rem + ((1vw - 3.7px) * 0.3871)), 16px);
}

.product-card-titre,
.product-card-details {
    text-align: center;
}

.product-card-bottom .column:nth-child(1) { width: 90%; }
.product-card-bottom .column:nth-child(2) { column-gap: 10px; }

.flag img,
.label img {
    max-width: clamp(10px, calc(0.625rem + ((1vw - 3.7px) * 1.2903)), 30px);
}

.product-card .product-card-bottom,
.product-card-bottom .column:nth-child(2),
.product-colors,
.product-card-prices {
    justify-content: center;
}

.product-card-titre {
    font-family: "Avenir LT Std Heavy";
    letter-spacing: 1.1px;
}

.product-card-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.product-card-price .label {
    text-transform: initial;
    letter-spacing: 0.6px;
    font-size: clamp(8px, calc(0.5rem + ((1vw - 3.7px) * 0.3738)), 12px);
    background: transparent;
}

.product-card-price bdi { letter-spacing: 1.4px; }

#produits-home .swiper-button-prev { transform: rotate(180deg); }

#produits-home { position: relative; }

#produits-home .swiper-pagination {
    width: auto;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    position: relative;
}

#produits-home .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
}

#produits-home .swiper-button-next,
#produits-home .swiper-button-prev {
    position: initial;
    margin: 0;
}

@media (max-width: 600px) {
    #produits-home .swiper-button-next,
    #produits-home .swiper-button-prev { display: none; }
}

#produits-home {
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    width: 100%;
}

@media (max-width: 1200px) {
    #produits-home .swiper-wrapper,
    #produits-home .swiper-nav { padding-bottom: 50px; }
}
@media (min-width: 1201px) {
    #produits-home .swiper-wrapper,
    #produits-home .swiper-nav { padding-bottom: 130px; }
}

#produits-home .swiper-nav:has(.swiper-button-lock) { padding: 0; }

/* --------------------
   REASSURANCE 2
-------------------- */

#nl-home-reassurance-2 {
    padding-top: 60px;
}
@media (max-width: 767px) {
    #nl-home-reassurance-2 {
        width: 100%;
        padding-top: 40px;
    }
}

#nl-home-reassurance-2 > .site_margin.ctnr {
    width: calc(100% - 140px);
    margin: auto;
}

@media (max-width: 767px) {
    #nl-home-reassurance-2 > .site_margin.ctnr { width: calc(100% - 40px); }
}

#nl-home-reassurance-2 .swiper { overflow: visible; }

#nl-home-reassurance-2 .swiper-wrapper {
    margin: auto;
    justify-content: space-between;
}

@media (min-width: 767px) {
    #nl-home-reassurance-2 .swiper-wrapper {
        width: 100%;
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(250px, auto);
    }
}
@media (min-width: 1410px) {
    #nl-home-reassurance-2 .swiper-wrapper {
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
}

#nl-home-reassurance-2 .swiper-slide {
    background: #B8C7C9;
    color: #FFF;
    font-family: "Avenir LT Std Roman";
    padding: 35px;
    box-sizing: border-box;
    height: auto;
    display: flex;
}

@media (max-width: 767px) {
    #nl-home-reassurance-2 .swiper-slide { padding: 25px; }
}

#nl-home-reassurance-2 .swiper-slide > .ctnr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: clamp(25px, calc(1.5625rem + ((1vw - 14.4px) * 4.4643)), 50px);
}

@media (max-width: 1200px) {
    #nl-home-reassurance-2 .swiper-slide > .ctnr {
        flex-direction: row;
        justify-content: start;
        column-gap: 20px;
    }
}
@media (max-width: 767px) {
    #nl-home-reassurance-2 .swiper-slide > .ctnr {
        flex-direction: column;
        justify-content: center;
        column-gap: 20px;
    }
}

#nl-home-reassurance-2 .swiper-slide h3 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: "Avenir LT Std Roman";
    letter-spacing: 2.2px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
}

@media (max-width: 1200px) {
    #nl-home-reassurance-2 .swiper-slide h3 { text-align: left; }
}
@media (max-width: 767px) {
    #nl-home-reassurance-2 .swiper-slide h3 { text-align: center; }
}

#nl-home-reassurance-2 .swiper-slide img {
    height: clamp(50px, calc(3.125rem + ((1vw - 14.4px) * 8.9286)), 100px);
    display: block;
}

#nl-home-reassurance-2 .swiper-slide p {
    margin: 0;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 1200px) {
    #nl-home-reassurance-2 .swiper-slide p { text-align: left; }
}
@media (max-width: 767px) {
    #nl-home-reassurance-2 .swiper-slide p { text-align: center; }
}

#nl-home-reassurance-2 .swiper-pagination,
#nl-home-reassurance-2 .swiper-button-next,
#nl-home-reassurance-2 .swiper-button-prev {
    position: relative;
}

#nl-home-reassurance-2 .swiper-pagination {
    margin-top: 32px;
    margin-bottom: 32px;
}

#nl-home-reassurance-2 .swiper-pagination-bullet { background: #B8C7C9; }

@media (max-width: 1000px) {
    #nl-home-reassurance-2 .swiper-button-next,
    #nl-home-reassurance-2 .swiper-button-prev { display: none; }
}

/* IMAGES */ 

#nl-home-images {
    overflow: hidden;
}

#nl-home-images .ctnr {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-auto-rows: minmax(80px, auto);
    padding: 100px 0 70px;
}

@media (max-width: 1800px) {
    #nl-home-images .ctnr {
        padding: 100px 50px 70px;
    }
}

@media (max-width: 1000px) {
    #nl-home-images .ctnr {
        grid-template-columns: repeat(10, 1fr);
        padding: 70px 0;
    }
}

@media (min-width: 1536px) {
    #nl-home-images .ctnr {
        padding-top: 150px;
    }
}

#nl-home-images > .ctnr > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

#nl-home-images > .ctnr .nl-ob {
    transition: all 1.5s;
}

#nl-home-images > .ctnr > img.nl-ob.display,
#nl-home-images > .ctnr .text.nl-ob.display {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

#nl-home-images > .ctnr > img.nl-ob,
#nl-home-images > .ctnr > .text.nl-ob {
    opacity: 0;
}

#nl-home-images > .ctnr .text {
    transition: all 2s;
}

#nl-home-images > .ctnr .image-1 {
    transform: scale(0.8);
}

#nl-home-images > .ctnr .text {
    transform: translateY(150px);
}

#nl-home-images > .ctnr .image-2,
#nl-home-images > .ctnr .image-4,
#nl-home-images > .ctnr .image-6 {
    transform: translateX(-150px) scale(0.8);
    transition: all 2s;
}

#nl-home-images > .ctnr .image-3,
#nl-home-images > .ctnr .image-5 {
    transform: scale(0.8);
    transition: all 2s;
}

/* Layout positions */

#nl-home-images .image-1 {
    grid-column: 5 / 15;
    grid-row: 1 / span 8;
}

@media (max-width: 1000px) {
    #nl-home-images .image-1 {
        grid-column: 1 / span 10;
        grid-row: 1 / span 5;
    }
}

#nl-home-images .image-2 {
    grid-column: 2 / 9;
    grid-row: 10 / span 8;
}

@media (max-width: 1000px) {
    #nl-home-images .image-2 {
        display: none;
    }
}

#nl-home-images .image-3 {
    grid-column: 14 / 20;
    grid-row: 18 / span 8;
}

@media (max-width: 1000px) {
    #nl-home-images .image-3 {
        display: none;
    }
}

#nl-home-images .image-4 {
    grid-column: 1 / span 6;
    grid-row: 21 / span 10;
}

@media (max-width: 600px) {
    #nl-home-images .image-4 {
        grid-row: 11 / span 3;
    }
}

@media (max-width: 1000px) {
    #nl-home-images .image-4 {
        grid-column: 1 / span 10;
        grid-row: 11 / span 5;
    }
}

#nl-home-images .text {
    z-index: 1;
    background: #B8C7C9;
    grid-column: 10 / span 7;
    grid-row: 7 / span 6;
    padding: 80px 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1000px) {
    #nl-home-images .text {
        padding: 45px 40px;
        grid-column: 2 / span 8;
        grid-row: 5 / span 5;
    }
}

#nl-home-images .text-2 {
    z-index: 1;
    background: #C3A685;
    grid-column: 4 / 17;
    grid-row: 29 / span 4;
}

@media (max-width: 1000px) {
    #nl-home-images .text-2 {
        padding: 50px 20px;
        grid-column: 2 / span 8;
        grid-row: 15 / span 2;
    }
}

#nl-home-images .image-5 {
    grid-column: 12 / span 6;
    grid-row: 31 / span 10;
}

@media (max-width: 1000px) {
    #nl-home-images .image-5 {
        display: none;
    }
}

#nl-home-images .image-6 {
    grid-column: 4 / span 4;
    grid-row: 34 / span 6;
}

@media (max-width: 1000px) {
    #nl-home-images .image-6 {
        display: none;
    }
}

/* Variant #2 */

#nl-home-images-2 .div-1 {
    position: relative;
}

#nl-home-images-2 .text {
    background: #C3A685;
}

#nl-home-images-2 .image-3 {
    position: relative;
    z-index: 1;
    display: block;
}

/* Common text styling */

.nl-home-images .text {
    box-sizing: border-box;
    color: #FFF;
    font-family: "Avenir LT Std Roman";
    z-index: 1;
    text-align: center;
    line-height: 30px;
}

.nl-home-images .text a {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

.nl-home-images .text h2 {
    font-family: "Avenir LT Std Heavy";
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-top: 0;
}

.page {
    margin-bottom: 0;
}

/* LABELS LOGOS */

#nl-home-labels-logos {
    margin-top: 150px;
    padding: 90px 0;
    background: #F5F5F5;
}

@media (max-width: 1536px) {
    #nl-home-labels-logos {
        margin-top: 0;
    }
}

#nl-home-labels-logos > .ctnr .slider-logos {
    max-width: 1270px;
    margin: auto;
}

#nl-home-labels-logos .slider-logos {
    width: 100%;
}

#nl-home-labels-logos .slider-logos .swiper-slide img {
    opacity: 0.35;
    transition: opacity 500ms;
}

#nl-home-labels-logos .slider-logos .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

#nl-home-labels-logos img {
    display: block;
    margin: auto;
}

#nl-home-labels-logos .triangle {
    display: block;
    width: 30px;
    height: auto;
    margin: 60px auto -1px auto;
}

.slider-descriptions .description-content {
    padding: 36px 81px;
    border: 2px solid #0D053B;
    max-width: 1060px;
    width: calc(100% - 40px);
    margin: auto;
    min-height: 265px;
    font-family: "Avenir LT Std Roman";
    text-align: center;
    line-height: 30px;
}

@media (max-width: 1000px) {
    .slider-descriptions .description-content {
        padding: 22px;
    }
}

#nl-home-labels-logos h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
    font-family: "Avenir LT Std Roman";
}

.slider-descriptions .description-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "Avenir LT Std Heavy";
}

#nl-home-labels-logos .swiper-button-next {
    right: 0 !important;
    top: 50% !important;
}

#nl-home-labels-logos .swiper-button-prev {
    left: 0 !important;
    top: 50% !important;
    transform: rotate(180deg);
}

@media (max-width: 1000px) {
    #nl-home-labels-logos .swiper-button-prev,
    #nl-home-labels-logos .swiper-button-next {
        display: none;
    }
}

/* NUANCES */ 

#nl-home-nuances {
    overflow: hidden;
}

#nl-home-nuances .ctnr {
    max-width: 1800px;
    margin: auto;
    height: auto;
}

#nl-home-nuances .images {
    display: flex;
    justify-content: center;
    min-width: 760px;
    width: 100%;
    margin: auto;
}

@media (min-width: 2500px) {
    #nl-home-nuances .images {
        height: 640px;
    }
}

@media (min-width: 1551px) {
    #nl-home-nuances .images {
        height: 545px;
    }
}

@media (max-width: 1550px) {
    #nl-home-nuances .images {
        height: 500px;
    }
}

@media (max-width: 1410px) {
    #nl-home-nuances .images {
        height: 420px;
    }
}

@media (max-width: 1200px) {
    #nl-home-nuances .images {
        height: 274px;
    }
}

@media (max-width: 1000px) {
    #nl-home-nuances .images {
        margin-top: -20px;
        min-width: 100%;
        overflow-x: auto;
    }
}

#nl-home-nuances .images .image-item {
    width: 10%;
    flex: 1;
    transition: all 2s 200ms;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#nl-home-nuances .images .image-item:hover {
    flex: 10;
}

#nl-home-nuances .images .image-item-desc {
    position: absolute;
    inset: 0;
    margin: auto;
    width: clamp(200px, calc(12.5rem + ((1vw - 3.7px) * 31.746)), 400px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100px);
    transition: visibility 0s 1.5s, opacity 1s 0ms, transform 1s;
    display: flex;
}

#nl-home-nuances .images .image-item-desc h3 {
    margin-top: 0;
}

#nl-home-nuances .images .image-item-desc .text {
    padding: 20px;
    margin: auto;
    overflow: auto;
    max-height: 350px;
}

@media (max-width: 1000px) {
    #nl-home-nuances .images .image-item-desc .text {
        line-height: 1.2;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    #nl-home-nuances .images .image-item-desc .text {
        font-size: 12px;
    }
}

#nl-home-nuances .images .image-item:hover .image-item-desc {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    transition: visibility 0ms, opacity 1s 750ms, transform 1s 650ms;
}

#nl-home-nuances .images .image-item,
#nl-home-nuances .images img {
    height: 100%;
}

#nl-home-nuances .images img {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Text block below images */

#nl-home-nuances .text {
    background: #C3A685;
    width: 1250px;
    max-width: 100%;
    margin: 100px auto 50px auto;
    padding: 3vw;
    box-sizing: border-box;
    color: #FFF;
    font-family: "Avenir LT Std Roman";
    text-align: center;
    line-height: 30px;
}

@media (max-width: 1000px) {
    #nl-home-nuances .text {
        min-width: 100%;
        width: 100%;
        margin: auto;
        padding: 55px 20px;
        font-size: 14px;
    }
}

#nl-home-nuances .text a {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}

#nl-home-nuances .text h2 {
    font-family: "Avenir LT Std Heavy";
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-top: 0;
}






