.cd_storemap {
    text-align: center;
}
.cd_storemap-header {
    font-size: 1rem;
}
.cd_storemap-header h2 {
    font-size: 2.6em;
    font-weight: 100;
    margin-bottom: 0.24em;
}
.cd_storemap-header h2 > span:first-child {
    font-weight: 400;
    padding-left: 1em;
}
.cd_storemap-header h2 > span:last-child {
    padding-right: 1em;
}
.cd_storemap-header .sous-titre {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 2.35em;
}
.cd_storemap-container {
    /*height: 793px;*/
    position: relative;
    display: flex;
}
#stores-map {
    width: 50%;
}
.cd_storemap .gm-style-iw-tc,
.cd_storemap .gm-style-iw-c button {
    display: none !important;
}
.cd_storemap .gm-style .gm-style-iw-c {
    border-radius: 0;
}
.cd_storemap .gm-style .gm-style-iw-c {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 !important;
    /*transform: translate(28px, 16px);*/
}
.cd_storemap .gm-style-iw-ch {
    padding-top: 0 !important;
}
.cd_storemap .gm-style .gm-style-iw-d {
    overflow: hidden !important;
}
.gmap-infobox-title {
    font-size: 1rem;
    padding: 0.5em 1em;
    cursor: pointer;
    color: #000;
    background-color: #ffed00;
    transition-property: color, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.gmap-infobox-title:hover,
.gmap-infobox-title.current {
    color: #ffed00;
    background-color: #000;
}

.cd_storemap-stores {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
    font-size: 1rem;
}
.cd_storemap-stores-container {
    padding: 20px;
    width: 50%;
    background-color: #000;
    min-height: 900px;
}
.cd_storemap-store-content-container {
    max-height: 0;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    padding: 0;
}
.cd_storemap-stores > div {
    position: relative;
}
.cd_storemap-stores-title {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.3;
}
.cd_storemap-store-title {
    font-size: 1.6em;
    font-weight: 100;
    margin: 0;
    padding: 0.8em 0.2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    opacity: 0.5;
    transition-property: opacity, border-bottom-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.cd_storemap-store-title::after {
    content: "";
    box-shadow: 0 0 14px 5px rgba(0,0,0,0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.cd_storemap-store-content {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 1.56em;
    padding-top: 1.56em;
}
.cd_storemap-store-content-icon {
    width: 10%;
    color: #ffed00;
    font-size: 3em;
    line-height: 1.2;
    text-align: center;
    padding-right: 2%;
}
.cd_storemap-store-content-icon .far.fa-clock {
    font-size: 0.6em;
}
.cd_storemap-store-content-text {
    width: 90%;
    margin-bottom: 1em;
}
.cd_storemap-store-content-text-title {
    color: #ffed00;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05rem;
}
.cd_storemap-store-content-text-address,
.cd_storemap-store-content-text-address2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
    font-weight: 100;
}
.cd_storemap-store-content-text-address2 {
    font-weight: 500;
}
.cd_storemap-store-content-text-phone {
    margin: 0.6em 0px 1.8em;
    display: flex;
    align-items: center;
}
.cd_storemap-store-content-text-phone a {
    color: #fff;
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
.cd_storemap-store-content-liencontact {
    border: solid 2px #ffed00;
    color: #000;
    background-color: #ffed00;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    padding: 0.8em 2.4em;
    width: auto;
    display: inline-block;
    transition-property: color, background-color;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    margin-left: 10%;
}
.cd_storemap-store-content-liencontact:hover,
.cd_storemap-store-content-liencontact:focus {
    background-color: #000;
    color: #ffed00;
    text-decoration: none;
}
.cd_storemap-store-content-icon-horaires {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd_storemap-store-content-text-horaires {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 100;
}
.cd_storemap-store-content-text-horaires p {
    margin: 0;
    font-size: 1.2em;
}
.cd_storemap-store-content-text-horaires b {
    font-weight: 700;
}



.cd_storemap-store.show .cd_storemap-store-title,
.cd_storemap-store-title:hover {
    opacity: 1;
}
.cd_storemap-store.show .cd_storemap-store-title {
    border-bottom-color: #ffed00;
}
.cd_storemap-stores > div.show .cd_storemap-store-content-container {
    max-height: 100%;
    padding-bottom: 3.15em;
}



.cms-magasin-gmap-section {
    padding-top: 160px;
    padding-bottom: 140px;
    background-color: #eef2f1;
}
.cms-magasin-gmap-section > .container {
    max-width: 1460px;
    position: relative;
}
.cms-magasin-gmap-text {
    position: absolute;
}
#cms-magasin-gmap {
    margin-right: 0;
    margin-left: auto;
    max-width: 67%;
    height: 830px;
}
.cms-magasin-gmap-text {
    position: absolute;
    left: 6.7%;
    top: 16.4%;
    width: 40.5%;
    background-color: #000;
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    padding: 3.4em 0em 3em 4.2em;
}
.cms-magasin-gmap-text-title {
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 1.2em;
}
.cms-magasin-gmap-text {
    position: absolute;
    left: 6.7%;
    top: 16.5%;
    width: 40.5%;
    background-color: #000;
    z-index: 2;
    color: #fff;
}
.cms-magasin-gmap-text .cd_storemap-store-content-container {
    max-height: 100%;
    font-size: 1.1em;
}



@media screen and ( max-width: 1550px ){
    .cd_storemap-header,
    .cd_storemap-stores {
        font-size: 0.9rem;
    }

    .cms-magasin-gmap-section {
        padding-top: 130px;
        padding-bottom: 110px;
    }
    .cms-magasin-gmap-section > .container {
        max-width: 1180px;
    }
    #cms-magasin-gmap {
        height: 670px;
    }
    .cms-magasin-gmap-text {
        font-size: 0.8rem;
    }
}

@media screen and ( max-width: 1440px ){
    .cd_storemap-stores-container {
        min-height: 800px;
    }
    .cd_storemap-header,
    .cd_storemap-stores {
        font-size: 0.8rem;
    }

    .cms-magasin-gmap-section {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    .cms-magasin-gmap-section > .container {
        max-width: 1100px;
    }
    #cms-magasin-gmap {
        height: 622px;
    }
    .cms-magasin-gmap-text {
        font-size: 0.7rem;
    }
}

@media screen and ( max-width: 1280px ){
    .cd_storemap-stores-container {
        min-height: 660px;
    }
    .cd_storemap-header,
    .cd_storemap-stores {
        font-size: 0.65rem;
    }

    .cms-magasin-gmap-section {
        padding-top: 107px;
        padding-bottom: 90px;
    }
    .cms-magasin-gmap-section > .container {
        max-width: 980px;
    }
    #cms-magasin-gmap {
        height: 550px;
    }
    .cms-magasin-gmap-text {
        font-size: 0.6rem;
    }
}

@media screen and ( max-width: 1080px ){
    #stores-map {
        width: 60%;
    }
    .cd_storemap-stores-container {
        width: 40%;
    }
}

@media screen and ( max-width: 991px ){
    .cd_storemap-container {
        display: block;
    }
    #stores-map {
        width: 100%;
        height: 100vh;
        max-height: 400px;
    }
    .cd_storemap-stores-container {
        width: 100%;
        min-height: 0;
    }

    .cms-magasin-gmap-section {
    }
    .cms-magasin-gmap-section > .container {
    }
    #cms-magasin-gmap {
    }
    .cms-magasin-gmap-text {
        left: 15px;
        width: 400px;
    }
}

@media screen and ( max-width: 800px ){
    .cms-magasin-gmap-section {
        padding: 0;
        background-color: #000;
    }
    .cms-magasin-gmap-section > .container {
        padding: 0;
    }
    .cms-magasin-gmap-text {
        display: block;
        position: static;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
    #cms-magasin-gmap {
        max-width: 100%;
        height: 320px;
    }
}

@media screen and ( max-width: 580px ){
    .cd_storemap-header,
    .cd_storemap-stores {
        font-size: 0.6rem;
    }
    
    
    .cd_storemap-header h2 > span:first-child {
        display: inline-block;
        background-color: #000;
        color: #fff;
        vertical-align: top;
        
        width: auto;
        margin: 0 auto 35px;
        padding: 6px 20px;
        font-size: 2.2rem;
    }
    .cd_storemap-header h2 > span:last-child {
        width: 100%;
        padding: 0;
        font-weight: 700;
        background: none;
        font-size: 1.8rem;
        vertical-align: top;
        display: inline-block;
    }
    .cd_storemap-header .sous-titre {
        font-size: 1rem;
        padding: 0 15px;
        font-weight: 700;
        letter-spacing: 0.25em;
        line-height: 1.9;
        margin-bottom: 50px;
    }
}