footer.nl-footer,
footer.nl-footer>.ctnr,
footer.nl-footer>.ctnr .row,
footer.nl-footer .nl-footer-menus,
footer.nl-footer .column.social,
footer.nl-footer .column.column-logo,
footer.nl-footer .column.column-menus,
footer.nl-footer .nl-footer-menus ul,
footer.nl-footer .nl-footer-legal,
footer.nl-footer .nl-footer-legal ul,
footer.nl-footer .nl-footer-payment {
    display: flex
}

footer.nl-footer {
    padding: 50px 70px 15px;
    background-color: #0D053B;
}

@media (max-width: 767px) {
    footer.nl-footer {
        padding:45px 20px
    }
}

footer.nl-footer>.ctnr {
    width: 100%;
    border-top: 2px solid #FFF;
    padding-top: 40px;
    justify-content: space-between;
    align-items: start;
    column-gap: 130px;
    row-gap: 100px
}

@media (max-width: 1440px) {
    footer.nl-footer>.ctnr {
        row-gap:50px;
        column-gap: 75px;
    }
}

@media (max-width: 1350px) {
    footer.nl-footer>.ctnr {
        column-gap: 40px;
    }
}

@media (max-width: 1250px) {
    footer.nl-footer>.ctnr {
        flex-direction:column
    }
}


@media (max-width: 767px) {
    footer.nl-footer>.ctnr {
        align-items:center
    }
}

footer.nl-footer a {
    text-decoration: none;
}

.woocommerce-cart footer.nl-footer>.ctnr {
    border-top: unset;
    padding-top: 0px
}

footer.nl-footer img.white-logo {
    width: 230px;
    height: auto;
    display: block
}

@media (min-width: 1000px) {
    footer.nl-footer img.white-logo {
        width: 200px;
    }
}

footer.nl-footer .column.column-menus {
    flex: 1;
    flex-direction: column;
    width: 100%;
    row-gap: 25px
}

footer.nl-footer .column.column-menus>.row:first-child,
footer.nl-footer .column.column-menus>.row:last-child {
    width: 100%;
    justify-content: space-between
}

footer.nl-footer .column.column-menus>.row:last-child {
    column-gap: 25px;
    row-gap: 25px;
    flex-wrap: wrap
}

@media (max-width: 1250px) {
    footer.nl-footer .column.column-menus>.row:last-child {
        flex-direction:column
    }
}

footer.nl-footer .nl-footer-menus {
    padding-bottom: 25px;
    border-bottom: 2px solid #FFF;
    flex: 1;
    justify-content: space-between;
    align-items: start;
    column-gap: 15px
}

@media (max-width: 1250px) {
    footer.nl-footer .nl-footer-menus {
        flex-direction:column;
        row-gap: 25px;
        padding-bottom: 25px
    }
}

@media (max-width: 767px) {
    footer.nl-footer .nl-footer-menus {
        align-items:center
    }
}

footer.nl-footer .nl-footer-menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    row-gap: 7px
}

@media (max-width: 1250px) {
    footer.nl-footer .nl-footer-menus ul {
        row-gap: 20px
    }
}

footer.nl-footer .nl-footer-menus li a {
    color: #FFF;
    font: 500 16px/1 "Avenir LT Std Medium";
    letter-spacing: 1.6px;
    text-transform: uppercase
}

@media (min-width: 1251px) {
    footer.nl-footer .nl-footer-menus li a {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
}

@media (max-width: 767px) {
    footer.nl-footer .nl-footer-menus li {
        text-align:center;
        line-height: 1
    }
}

@media (max-width: 1250px) {
    footer.nl-footer .nl-footer-menus .column:not(.social) {
        order:2;
        padding-bottom: 25px
    }
}

@media (max-width: 1250px) {
    footer.nl-footer .nl-footer-menus .column:not(.social):first-child {
        border-top:2px solid #FFF;
        padding-top: 25px
    }
}

@media (max-width: 1250px) {
    footer.nl-footer .nl-footer-menus .column:not(.social):nth-child(3) {
        padding-bottom:0px
    }
}

footer.nl-footer .nl-footer-menus .column {
    flex: 1;
}

footer.nl-footer .column.social .social-ctnr {
    display: flex;
    column-gap: 20px;
    align-items: center
}

@media (max-width: 1250px) {
    footer.nl-footer .column.social {
        order:1
    }
}

.nl-footer-legal,.nl-footer-legal ul {
    align-items: center
}

.nl-footer-payment {
    display: flex;
    gap: 15px;
    justify-content: space-between
}

.nl-footer-payment img {
    max-height: 17px;
    width: auto
}

@media (max-width: 1440px) {
    .nl-footer-payment {
        justify-content:start
    }
}

@media (max-width: 1250px) {
    .nl-footer-payment {
        order:1;
        border-bottom: 2px solid #FFF;
        padding-bottom: 25px;
        flex-wrap: wrap;
        justify-content:center
    }
}

@media (max-width: 767px) {
    .nl-footer-payment {
        gap:10px
    }
}

.nl-footer-legal {
    row-gap: 25px
}

@media (max-width: 767px) {
    .nl-footer-legal {
        flex-wrap:wrap;
        order: 2;
        justify-content: center;
        flex-direction: column
    }
}

.nl-footer-legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 25px
}

@media (max-width: 767px) {
    .nl-footer-legal ul {
        flex-wrap:wrap;
        column-gap: 25px;
        justify-content: center
    }
}

.nl-footer-legal .copyright,
.nl-footer-legal li,
.nl-footer-legal li a {
    color: #FFF;
    font-family: "Avenir LT Std Roman";
    font-size: 10px;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width: 767px) {
    .nl-footer-legal .copyright,
    .nl-footer-legal li,
    .nl-footer-legal li a {
        font-size: 12px;
    }
}

.nl-footer-legal li {
    padding: 0 8px;
    border-left: 1px solid #FFF
}

@media (max-width: 767px) {
    .nl-footer-legal li {
        padding:0;
        border: none
    }
}

.nl-footer-legal .copyright {
    padding-right: 8px
}

@media (max-width: 767px) {
    .nl-footer-legal .copyright {
        padding:0;
        order: 2
    }
}

/* CONTACT */

#nl-contact-section h2 {
    font-family: "Avenir LT Std 65 Medium", Sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 50px;
    letter-spacing: 3.2px;
    text-align: center;
}

#nl-contact-section .af-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    color: #FFF
}

@media (max-width: 1000px) {
    #nl-contact-section .af-contact-grid {
        grid-template-columns:1fr;
        row-gap: 50px
    }
}

#nl-contact-section .af-contact-title,#nl-contact-section .af-contact-description {
    color: #FFF;
    font-family: "Avenir LT Std Roman"
}

#nl-contact-section .af-contact-title {
    font-size: 20px
}

#nl-contact-section .af-contact-description {
    font-size: 32px
}

#nl-contact-section .af-contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    cursor: pointer
}

@media (max-width: 1000px) {
    #nl-contact-section .af-contact-link {
        flex-direction:column;
        row-gap: 25px
    }
}

#nl-contact-section {
    padding: 50px 0;
}

#nl-contact-section .af-contact-grid {
    max-width: 1300px;
    margin: auto;
}

#nl-contact-section,
#nl-contact-section button {
    background-color: #0D053B;
    border: unset;
}

#nl-contact-section .af-contact-link img,#nl-contact-section .af-contact-link svg {
    height: 90px;
    width: auto
}

#nl-contact-section .af-contact-link .ctnr {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

#nl-contact-section .af-contact-link .ctnr p {
    margin: 0;
    padding: 0;
    text-align: center
}

#nl-contact-section .af-contact-item {
    display: flex;
    justify-content: center;
}

/* BLOG SECTION */

#nl-blog-section {
    background-color: #D89782;
    color: #FFF;
}

#nl-blog-section .blog-grid {
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 30px;
    margin-top: 20px;
}

@media (max-width:850px) {
    #nl-blog-section .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:600px) {
    #nl-blog-section .blog-grid {
        grid-template-columns: 1fr;
    }
}

.blog-card {
    border: 1px solid #FFF;
}
*
.blog-card h3{
    text-transform: uppercase;
}

.blog-card figure {
    margin-top: 0;
}

.blog-card .blog-card__content {
    padding: 30px;
    padding-top: 0px;
    color:#FFF;
}

#nl-blog-section .blog-section__intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
}

#nl-blog-section .blog-section__intro > a {
    margin: auto;
    text-transform: uppercase;
    color: #FFF;
}

#nl-blog-section .blog-card a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}

/* STORES */ 

#nl-boutiques {
    background-color: #0D053B;
}

#nl-boutiques .stores-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    width: 100%;
}

@media (max-width:1000px) {
    #nl-boutiques .stores-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    #nl-boutiques .stores-grid {
        grid-template-columns: 1fr;
    }
}

#nl-boutiques .store-card {
    border: 1px solid #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nl-boutiques .stores-section__title {
    font-size: 28px;
}

#nl-boutiques .store-card a,
#nl-boutiques .store-card {
    color: #FFF;
    text-align: center;
}

#nl-boutiques .store-card figure {
    margin: 0;
}

#nl-boutiques .store-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: auto 1024 / 768;
}

#nl-boutiques .store-card__content {
    font-family: "Avenir LT Std 45 Book", Sans-serif;
    font-size: 12px;
    font-weight: 400;
}

#nl-boutiques .store-card address {
    font-style: normal;
    margin: 0;
    font-family: "Avenir LT Std Roman";
}

#nl-boutiques .store-card__name {
    text-transform: uppercase;
    font-family: "Avenir LT Std Heavy";
    font-size: 16px;
    font-weight: 600;
}

#nl-boutiques .cta-ctnr {
    display: flex;
    justify-content: center;
}

#nl-boutiques .cta-ctnr a {
    display: flex;
    justify-content: center;
    background-color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 24px;
    font-family: "Avenir LT Std Roman";
    font-size: 15px;
}

#nl-boutiques .cta-ctnr a.store-card__horary {
    display: block;
    margin-top: 15px;
    color: #0D053B;
    text-align: center;
    width: auto;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 3px;
    font-family: "Avenir Ltd Std", Sans-serif;
    font-weight: 500;
    line-height: 12px;
}

#nl-boutiques .stores-section__intro .cta-ctnr a {
    margin-bottom: 30px;
}

/* GLOBAL */ 

.nl-section .ctnr {
    max-width: 1300px;
    margin: auto;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
}

.nl-section h2 {
    font-family: "Avenir LT Std 65 Medium", Sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 0;
    color: #FFF
}

.nl-section .stores-section__description,
.nl-section .blog-section__description {
    color: #FFF;
    font-family: "Avenir LT Std 35 Light", Sans-serif;
    margin-top: 0
}

.nl-section .nl-card a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}


/* PRESS */ 

#nl-press {
    background-color: #A8BDBE;
    overflow: hidden;
}

#nl-press .presse-section__description {
    color: #FFF;
}

#nl-press .swiper {
    margin: auto;
    max-width: 1300px;
    height: 360px;
}

#nl-press .swiper img {
    height: 280px;
    object-fit: cover;
}

#nl-press .swiper .swiper-pagination-bullet-active,
#nl-press .swiper .swiper-pagination-bullet {
    background-color: #FFF;
}

