.bg-map-wrapper {
    height: 672px;
    /* width: 720px; */
    width: 100%;
    position: relative;
}

#map {
    height: 100%;
    width: 630px;
    border-radius: 24px;
}

#input-store {
    width: 295px;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#bg-store-locator {
    border-radius: 24px;
    object-fit: cover;
    height: 100%;
    border-radius: 24px;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.showroom-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 140px;
}

.search-label {

    font-weight: 400;
    font-size: 32px;
    font-family: SuisseIntl;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    color: #2F3035;

    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.list-box {
    width: 300px;
}


#input-store {
    border: 0;
    outline: 0;
    padding: 0;
}

#input-store:focus {
    outline: none !important;
}

#btn-search-store {
    all: unset;
    cursor: pointer;
    position: relative;
}

#btn-search-store img {
    position: absolute;
    right: 4px;
    top: 0px;
    height: 24px;
    width: 24px;
}

#btn-search-store:focus {
    outline: orange 5px auto;
}

#search-custom-input {
    border: 1px solid rgba(47, 48, 53, 0.5);
    border-radius: 8px;
    padding: 14px 20px;
    /* padding: 0px 20px; */
    margin-top: 43px;
    height: 52px;
}

.chose-dist #btn-search-store img{
    position: relative;
    top: 0;
    right: 0;
}

.line-with-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 100%;

}

.line {
    display: flex;
    justify-content: center;
    height: 1px;
    background-color: rgba(47, 48, 53, 0.15);
    width: 100%;
}

.text {
    margin: 0 10px;
    color: rgba(47, 48, 53, 0.7);
    font-size: 14px;
}

#btn-close-store,.btn-favoris {
    border: 1px solid rgba(47, 48, 53, 0.5);
    border-radius: 8px;
    padding: 13px 16px 15px 20px;
    background-color: transparent;
    justify-content: center;
    gap: 10px;

    display: flex;
    flex-direction: row;
    color: #2F3035;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#btn-close-store img {
    height: 24px;
    width: 24px;
}

.showroom-title {
    color: #2F3035;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.showroom-address {
    color: rgba(47, 48, 53, 0.7);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
}

.showroom-link {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 24px;

    color: rgba(47, 48, 53, 0.7);
    text-align: center;
    text-decoration-line: underline;
}

#search-result-display {
    margin-left: 48px;
    width: 100%;
    margin-top: 60px;
    font-family: SuisseIntl;

}

#search-address-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

#search-address-box h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;

    color: #2F3035;
}

#search-address-selection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px 4px 12px;

    /* height: 32px; */
    color: white;
    background: #2F3035;
    border-radius: 8px;
    border: none;
}
#search-address-selection span{
    width: max-content;
}

.showroom-description {
    display: flex;
    gap: 24px;
}

#showroom-card {
    height: 136px;
    width: 100%;
    margin-bottom: 35px;
}

#address-close {
    height: 24px;
    width: 24px;
}

#showroom-card {
    height: 136px;
    width: 100%;
    border: 1px solid rgba(47, 48, 53, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .showroom-infos {
    display:flex;
    flex-direction: column;
} */

.showroom-title-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #2F3035;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 6px;
}

.showroom-address-2 {
    color: rgba(47, 48, 53, 0.7);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.showroom-a {
    height: 24px;
    width: 26.5px;
    margin-right: 24px;
    position: absolute;
    bottom: 2px;
}

#showroom-avatar {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 24px;
}

#showroom-pastille {
    position: absolute;
    width: 24px;
    top: 6px;
}

#showroom-bg {
    height: 68px;
    width: 68px;
}

.result-search-container {
    display: flex;
    gap: 48px;
    margin-top: 84px;
    /* padding: 0px 27px; */
    font-family: SuisseInt;
}

#stores-premium-container h3 {
    color: rgba(47, 48, 53, 0.7);
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 13px;
}

#stores-normal-container h3 {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 32px;

    color: rgba(47, 48, 53, 0.7);
}

#list-stores-normal {
    display: flex;
    justify-content: flex-start;
}

.store-card {
    width: 312px;
    /* height: 192px; */
    min-height: 192px;
    border: 1px solid rgba(47, 48, 53, 0.15);
    border-radius: 15px;
    padding: 32px 54px 32px 24px;
    position: relative;
}

.store-card:hover {
    border: 1px solid #2F3035;
}

.st-card-hovered {
    border: 1px solid #2F3035;
}

.list-stores {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#stores-premium-container {
    margin-bottom: 27px;
}

.num-circle {
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.store-count {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.st-premium .num-circle {
    background: rgba(169, 137, 110, 1);
}

.st-normal .num-circle {
    background: #2F3035;
}

.st-premium .store-type {
    color: rgba(169, 137, 110, 1);
}

.st-normal .store-type {
    color: #2F3035;
}

.store-type {
    font-family: SuisseInt;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.store-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #2F3035;
    margin-bottom: 6px;
}

.store-address {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(47, 48, 53, 0.7);
}

#store-modal {
    position: absolute;
    min-height: 320px;
    width: 440px;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;

    z-index: 999;
}

.map-overlay {
    position: absolute;
    /* width: 630px; */
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    background: rgba(47, 48, 53, 0.5);
    border-radius: 24px;
}

.store-header {
    height: 71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px;
    border-bottom: 1px solid rgb(47, 48, 53, 0.15);

}

.close-store-modal {
    all: unset;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.close-store-modal:focus {
    outline: none;
}

.modal-header-title {
    display: flex;
    gap: 20px;
}

.close-store-modal img {
    height: 24px;
    width: 24px;
}

.modal-map-content {
    padding-left: 68px;
    padding-top: 28px;
    padding-right: 68px;
    padding-bottom: 54px;
}

.store-modal-title {
    font-family: SuisseInt;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

    color: #2F3035;
    margin-bottom: 10px;
}

.store-modal-address {
    font-family: SuisseInt;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: rgba(47, 48, 53, 0.7);
    margin-bottom: 32px;
}

.modal-list-schedule {
    margin-bottom: 32px;
}

.day-availability {
    display: flex;
    justify-content: space-between;
    gap: 123px;
}

.day-modal {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(47, 48, 53, 0.7);
}

.hours-modal {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;

    color: #2F3035;
    font-family: SuisseIntl;
}

.modal-extra-infos {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2F3035;
    font-family: SuisseIntl;
}

.tmp-wrapper {
    /* visibility: hidden; */
    display: none;
}

#no-stores-msg {
    margin-top: 81px;
    margin-right: 259px;
}

#no-stores-msg p {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #2F3035;
}

#btn-contact {
    margin-top: 43px;
    border: 1px solid rgba(47, 48, 53, 0.5);
    border-radius: 8px;
    padding: 13px 16px 15px 20px;
}
#btn-contact, #btn-contact a{
    background-color: transparent;
    justify-content: center;
    gap: 8px;
    display: flex;
    flex-direction: row;
    color: #2F3035;
}



#btn-contact img {
    height: 24px;
    width: 24px;
}

.zoom-map-section {
    width: 40px;
    position: absolute;
    bottom: 24px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#zoomin,
#zoomout {
    cursor: pointer;
    height: 40px;
    width: 100%;
}

#zoomin img,
#zoomout img {
    height: 100%;
    width: 100%;
}

.right-side {
    position: fixed;
    right: 24px;
    top: 16%;
}

.left-side {
    width: 50%;
}
/* .mobile-overlay{
    display: none;
} */
@media only screen and (min-width: 1430px) {
    .right-side {
        right: 5%;
    }
    
    .chose-dist  .right-side {
        right: 17px;
    }
}
@media only screen and (min-width: 1530px) {
    .right-side {
        right: 8%;
    }
}
@media only screen and (min-width: 1530px) {
    .right-side {
        right: 10%;
    }
}

@media only screen and (min-width: 1730px) {
    .right-side {
        right: 13%;
    }
}
/* *Responsive pour le header */
/* @media only screen and (max-width: 996px) {
    
} */


#first-display-search {
    width: 100%;
    margin-top: 100px;
}

#config-header-desktop {
    color: #2F3035;
    height: 4rem;
    width: 96%;
    background: white;

    font-family: SuisseIntl;
    font-weight: 450;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 15px 35px 15px 20px;
    margin: auto;
    margin-top: 1rem;
    position: fixed;
    top: 0;
    z-index: 998;
    box-shadow: 0 4px 24px rgba(0,0,0,.1);
    border-radius: 1rem;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);

}
@media only screen and (min-width: 1200px) {
    #store-locator-logo {
        height: 20px;
        margin-right: 60px;
    }  
}

#store-locator-body {
    background-image: url("../images/store_locator/bg-noise.png");
    background-repeat: repeat;
    background-size: contain;
}

#store-locator-logo {
    height: 20px;
    /* margin-right: 223px; */
}
#config-header-mobile{
    display: none;
}

#toggle-search-box{
    display: none;
}

#store-info-modal{
    display: none;
}
@media only screen and (max-width: 1200px) {
    /* #store-locator-logo {
        margin-right: 150px;
    } */
}
/* @media only screen and (max-width: 1050px) {
    #store-locator-logo {
        margin-right: 80px;
    }
} */
@media only screen and (max-width: 1350px) {
    #map, #bg-store-locator {
        width: 570px;
    }
}

@media only screen and (max-width: 1146px) {
    div#envoyer-devis{
        width: 100%;
        padding: 20px 10px;
        margin: auto;
        max-width: 510px;
    }
    .right-side {
        display: none;
        position: unset;
    }
    #map{
        height: 100%;
        width: 100%;
        border-radius: 0px;

        /* border-top-left-radius: 24px;
        border-top-right-radius: 24px; */
    }
    .zoom-map-section{
        display: none;
    }
    .left-side {
        width: 100%;
    }
    .result-search-container{
        flex-direction: column;
        gap:0px;
        margin-top: 0px;
    }
    /* * Header mobile */ 
    #config-header-desktop{
        display: none;
    }
    #config-header-mobile{
        display: flex;
        align-items:center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 25px 16px;
        position: fixed;
        width: 100%;
        background-color: white;
        z-index: 998;
    }
    #store-locator-logo-mobile {
        height: 20px;
    }
    #cta-logo-mobile ,#cta-left-logo-mobile{
        height: 24px;
    }
    #slide-header-mobile{
        padding-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: max-content;
        background: white;
    }
    .visualisation-3d-link, .configurateur-link{
        padding: 7px 18px!important;
    }
    /* .menu-left-mobile{
    } */
    .social-mobile-bloc{
        display: flex;
    }
    .social-mobile-bloc .fb-mobile-menu,
    .social-mobile-bloc .ig-mobile-menu {
        display: none;
        width: 30px !important;
        background: white;
        font-size: 1.2rem;
        color: #1D2030 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
    }
    .first-slide-bloc{
        padding-bottom: 30px;
        border-bottom: 1px solid rgb(229 229 229);
    }
    
    .mobile-header-link{
        color: black;
        font-size: 20px;
        padding: 16px;
        border-bottom: 1px solid rgb(229 229 229);
        font-family: 'SuisseInt';
        font-weight: 500;
    }
    .mobile-header-link-2{
        color: #2f3035;
        opacity: .7;
        margin-top: 0.5rem;
        font-size: 14px;
    }
    .mobile-header-link-2:hover{
        opacity: 1;
        color: #2f3035;
    }
    .right-side-mobile button{
        all: unset;
        background: #2F3035;
        border-radius: 8px;
        padding: 8px;
        margin: 0;
    }

    .right-side-mobile{
        display: flex;
        gap: 12px;
    }
    .left-side-mobile .headder-lang-bloc img{
        height: 24px!important;
    }

    .second-slide-bloc{
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .third-slide-bloc{
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    /* * First block integration */ 
    #first-display-search {
        width: 100%;
        margin-top: 200px;
    }
    .search-label {

        font-size: 28px;
        line-height: 36px;
    }
    .text{
        font-size: 10px;
    }
    .line-with-text{
        margin-top: 22px;
        margin-bottom: 22px;
    }
    /* * Affichage de liste */
    #search-result-display{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 129px;
        width: auto;
    }
    #search-address-box h2{
        font-size: 20px;
    }
    #search-address-box div{
        gap: 2%;
    }
    #search-address-box{
        flex-direction: column;
        margin-bottom: 27px;
    }
    .store-card{
        padding: 24px 32px 24px 32px;
    }
    .store-type{
        font-size: 13px;
    }
    .store-title{
        font-size: 18px;
    }
    .store-address{
        font-size: 12px;
    }
    /* * toggle */
    #toggle-search-box{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 6px;
        width:100%;
        margin-right: 15vw;
    }
    #toggle-search-box input[type=checkbox]{
        height: 0;
        width: 0;
        visibility: hidden;
    }
    #toggle-search-box label {
        cursor: pointer;
        text-indent: -9999px;
        width: 36px;
        height: 20px;
        background: #2F3035;
        display: block;
        border-radius: 100px;
        position: relative;
        margin-bottom: 0;
    }
    #toggle-search-box label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px !important;
        height: 16px !important;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }
    #toggle-search-box input:checked + label{
        background: #3F54BC;
    }
    #toggle-search-box input:checked + label:after{
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }
    #toggle-search-box label:active:after{
        width: 36px;
    }
    #toggle-search-box .list-toggle{
        margin-right: 5px;
    }
    #toggle-search-box .map-toggle{
        margin-left: 5px;
        color: rgba(47, 48, 53, 0.5);
    }
    #search-address-selection{
        height: fit-content;
        /* width: 100%; */
    }
    .mobile-overlay{
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0;
        background: rgba(47, 48, 53, 0.5) !important;
        /* border-radius: 24px !important; */
        z-index: 999;
    }
    #store-info-modal{
        position: fixed;
        display: block;
        background-color: white;
        height: 40vh;
        width: 100%;
        bottom: 0;
        z-index: 999;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .map-overlay{
        width: 100%;
        border-radius: 0;
    }
    .modal-map-content{
        font-family: SuisseIntl;
    }

    #no-stores-msg{
        margin-top: 61px;
        margin-right: 0px;
    }
    #no-stores-msg p{
        font-size: 28px;    
    }
    #btn-contact {
        padding: 13px 16px 13px 20px;
        font-size: 14px;
    }
    
    #store-locator-body {
        position: relative;
    }

}


#lang-flag-fr {
    width: 18px;
}

.header-first-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.header-second-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-link,
.header-link:hover,
.header-link:focus,
.header-link:active {
    text-decoration: none;
    color: inherit;
}

.header-lang-section {
    margin-left: 22px;
    margin-top: 3px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.header-links {
    margin-right: 59px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    font-weight: 450;
    font-size: 14px;
    line-height: 24px;

    text-align: right;
    color: #2F3035;
}

.collections-section, .discover-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #2F3035;
    gap: 12px;
}
.collections-section::after{
    display: block;
    width: 1px;
    height: 1.5rem;
    margin-left: 0.625rem;
    background-color: #e0e0e1;
    content: "";
}
.collections-section a, .discover-section a{
    color: #2F3035;
}
.collections-section a:hover, 
.discover-section a:hover,
.visualisation-3d-link a:hover
{
    color: #2F3035;
    opacity: 0.7;
}
.stories-link {
    position: relative;
}

.stories-link img {
    position: absolute;
    height: 8px;
    width: 8px;
}

.configurateur-link {
    all: unset;
    cursor: pointer;
    background-color: #2F3035;
    border-radius: 8px;
    color: white;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    height: 32px;
}

.configurateur-link a{
    color: white;
}

.visualisation-3d-link{
    all: unset;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(47,48,53,0.5);
    border-radius: 8px;
    color: #2F3035;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    height: 32px;
    margin-right: 10px;
}
.visualisation-3d-link a{
    color: #2F3035;
}

.configurateur-link a:hover {
    /* color: #007bff; */
    color: white;
    font-weight: 700;
}
.configurateur-link:focus {
    outline: orange 5px auto;
}

#search-address-box h2{
    width: max-content;
}

.search-more-section{
    display: flex;
    /* justify-content: center; */
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 99;
}

.search-more-section button{
    all: unset;
    background-color: #2F3035;
    color: white;
    width: max-content;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 8px;
    border: none;
}

.search-more-section button:focus{
    border: none;
    outline: none;
}
/* .headder-lang-bloc:hover .header-lang-list {
    display: flex;
}

.header-lang-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 25px;
    left: -10px;
    gap: 4px;
    background: white;
    z-index: 10;
}

.header-lang-list a {
    padding: 10px;
}

.header-lang-list a:hover {
    background-color: #0101011A;
} */