<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hq-carte-zone {
    position: relative;
}

.hq-carte-zone img {
    width: 100%;
}

.hq-carte-zone-btn {
    position: absolute;
    width: 25px;
    aspect-ratio: 1/1;
    top: 25px;
    left: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.bleu {
    background-color: #2a93d7;
}

.jaune {
    background-color: #f6c700;
}

.mauve {
    background-color: #a45db1;
}

.vert {
    background-color: #4caf50;
}


.hq-image-modale {
    position: relative;
    width: 65%;
}

.hq-image-modale img {
    width: 100%;
}

a[data-lity] svg  {
    top: 16px;
}

.bg-bleu-10 {
    background-color: #E7F1FC;
}

.bloc-flex {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-rond {
    border-radius: 50%;
}


@media (min-width: 640px) {
    .bloc-flex {
        flex-direction: row;
    }
}

.img-banner {
    min-width: 90px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
</pre></body></html>