.nl-section-boutiques {
    background-color: #FFF!;
}

.nl-section-boutiques h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .nl-section-boutiques h2 {
        font-size: 20px;
    }
}

.nl-section-boutiques p {
    text-align: center;
    font-size: 14px;
}

.nl-section-boutiques > img {
    display: block;
    width: 100%;
    top: 1px;
    position: relative;
}

.nl-section-boutiques ul {
    list-style: none;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5 , 1fr );
    padding: 0 50px;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
}

.nl-section-boutiques:not(.leaflet-container) ul {
    margin-bottom: 0;
}

.nl-section-boutiques ul li .boutique-phone a {
    text-decoration: none;
}

@media (max-width: 1200px) {
    .nl-section-boutiques ul {
        grid-template-columns: repeat(3 , 1fr );
    }
}

@media (max-width: 767px) {
    .nl-section-boutiques ul {
        grid-template-columns: repeat(2 , 1fr );
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    .nl-section-boutiques ul {
        grid-template-columns: 1fr;
    }
}


.nl-section-boutiques ul li {
    text-align: center;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .nl-section-boutiques ul li {
        padding-bottom: 25px;
    }
}

.nl-section-boutiques ul li, .nl-section-boutiques ul li img {
    border-radius: 10px;
}

.nl-section-boutiques ul li .boutique-title {
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 800;
}

.nl-section-boutiques ul li a:has(.boutique-title) {
    text-decoration: none;
}

@media (max-width: 767px) {
    .nl-section-boutiques ul li .boutique-title {
        margin-top: 10px;
        font-size: 14px;
    } 
}

.nl-section-boutiques ul li .boutique-address {
    width: 80%;
    margin: auto;
}

.nl-section-boutiques ul li .boutique-phone {
    margin-top: 0px;
    margin-bottom: 15px;
}

.nl-section-boutiques ul li.active {
    background-color: #0D053B;
    color: #FFF;
    border: 2px solid #0D053B;
}

.nl-section-boutiques ul li img {
    height: 125px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .nl-section-boutiques ul li img {
        height: 70px;
    } 
}

.nl-section-boutiques ul li button,
.nl-section-boutiques ul li a {
    all: unset;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 900;
}

@media (max-width: 767px) {
    #boutiques-map {
        display: none;
    }
    .nl-section-boutiques.with-map .display {
        display: none;
    }
}

@media (min-width: 768px) {
    .nl-section-boutiques.with-map .itinerary {
        display: none;
    }
}

.nl-section-boutiques .nl_div_buttons {
    margin: 30px 0;
}
