section.localisation {
    margin: var(--gutter-lg) auto;
    position: relative;
}

section.localisation h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--noir);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bleu);
    margin-bottom: 40px;
    text-align: left;
}

.localisation-map-wrapper {
    position: relative;
}

.localisation-map-wrapper > a {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.localisation-map-wrapper > a:not(:hover) {
    background-color: #ffffff;
}

#localisation-map {
    min-height: 300px;
}

@media screen and (min-width: 1200px) {
    section.localisation h4 {
        margin-bottom: 20px;
    }
    #localisation-map {
        min-height: 500px;
    }
    .localisation-map-wrapper > a {
        bottom: 30px;
    }
}
