.popup {
    position: fixed;
    background: white;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    pointer-events: none;
    display: none;
    z-index: 9999;
    max-width: 250px;
    pointer-events: none;
}

.popup #popup-text{
    font-family: "Alwyn New",sans-serif;
    fill-size: 18px;
    color: #00273A;
}

.popup #popup-text strong{
    fill-size: 20px;
}

.popup #popup-text.les-trois-saints strong{
    color: #FFCA00;
}

.popup #popup-text.Sadoc strong{
    color: #00A878;
}

.popup #popup-text.Ligneyrac strong{
    color: #36AAE3;
}