/* Map */

.menu-retour{
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

.menu-retour a {
    font-family: 'GraphikSemibold' !important;
    font-size: 1.5rem;
    color: #fff !important;
}

.mapin {
    left:0;
    top:0;
    height: 100%;
    width: 100vw;
    position:absolute;
    display: block;
    z-index: 1 !important;
}

@media (max-width: 992px) {
    .mapin {
        padding: 0;
        margin: 0;
    }

}
