/* Regions */
.supplier-regions-list-wrapper {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

.supplier-regions-list-wrapper .supplier-regions-list-item {
    margin-bottom: 5px;
}

.supplier-regions-list-wrapper .supplier-regions-list-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.supplier-regions-list-wrapper .supplier-regions-list-item .region_title {
    /*color: var(--bbx-locales-grey-border);*/
    color: var(--bbx-locales-grey-regions);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-decoration: none;
}

.supplier-regions-list-wrapper .supplier-regions-list-item .region_title.active {
    color: var(--bbx-locales-grey-text);
}

.supplier-regions-list-wrapper .supplier-regions-list-item .region_title:hover,
.supplier-regions-list-wrapper .supplier-regions-list-item .region_title:focus {
    color: var(--bbx-locales-primary-color);
}
/* End regions */

/* Map */
.supplier-map .supplier-map-wrapper {
    flex-direction: column-reverse;
}

.supplier-map .supplier-map-wrapper .supplier_map {
    justify-content: center;
    display: flex;
}

.supplier-map .supplier-map-wrapper .supplier-contact {
    width: 100%;
    /*height: 100%;*/
    background: var(--bbx-locales-contact-background);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
    box-shadow: 2px 2px 10px 0 rgba(23, 93, 166, 0.25);
    gap: 10px;
    /*margin-top: 50px;*/
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-title,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-subtitle,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-address,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-tva {
    color: var(--bbx-locales-contact-text);
    /*display: block;*/
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: anywhere;
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-title,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-subtitle {
    font-weight: bold;
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-subtitle,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-tva {
    font-size: 19px;
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-address {
    font-size: 16px;
}

.supplier-map .supplier-map-wrapper .supplier-contact .contact-address,
.supplier-map .supplier-map-wrapper .supplier-contact .contact-tva {
    font-weight: 500;
}

.supplier-map .supplier-map-wrapper .supplier-contact .supplier_btns {
    text-align: center;
}
/* En map */

/* Media queries */
@media screen and (min-width: 768px) {
    /*.supplier-regions-list-wrapper {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .supplier-map .supplier-map-wrapper {
        flex-direction: row;
    }
}

@media screen and (min-width: 1200px) {
    .supplier-map .supplier-map-wrapper .supplier-contact {
        padding: 50px;
        margin-top: 50px;
    }
}
/* End media queries */