/* Rose des vents visuelle + popup d'info compass */
.divCompass {
    position: fixed;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 45px;
    height: 45px;
}

.containerCompass {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

.compass {
    position: relative;
    width: 100%;
    height: 100%;
}

.compass__rose {
    position: absolute;
    inset: 0;
}

.compass__pointer {
    position: absolute;
    inset: 0;
}

#compassRose img {
    max-width: 100%;
}

#popup.popup {
    position: fixed;
    z-index: 9200;
}

.popup__close {
    cursor: pointer;
}
