body .annuaire-thumb-img { height: unset; }
.containerImg { aspect-ratio: 1/1; width: 100%; height: unset; }
.containerImg img { aspect-ratio: 1/1; width: 100%; height: unset; object-fit: cover; object-position: center top; }

body .annuaire-thumb-txt > h2 { margin-bottom: 0; }
body .annuaire-thumb-txt > h2 > a { color: #5e3b49; font-size: 1.2em; }

body .annuaire-thumb-txt { border: 0; padding-top: 4px; }
body .annuaire-ville { color: #52a3aa; }

.logoLabel { position: absolute; top: -10px; right: -5px }

@media screen and (max-width: 768px) {
    body h1 { font-size: 2em; }
    body .containerImg, body .annuaire-thumb-img { aspect-ratio: 3/2; }
    body .containerImg img { aspect-ratio: 3/2; }
    .logoLabel { top: -5px; right: 0px; }
}

body.no-scroll {
    overflow: hidden;
}

#filtre-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    color: #FFF;
    background: rgba(0,0,0,0.85); /* blanc avec légère transparence */
    z-index: 9999;
    display: none; /* caché par défaut */
    overflow-y: auto;
    padding: 20px;
}

#filtre-overlay .overlay-content {
    max-width: 500px;
    margin: 50px auto;
}

#filtre-overlay .close {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    opacity: 0.8;
    top: 15px;
    right: 20px;
}