
#interactive-map {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#interactive-map .gm-style-iw {
    max-width: 200px !important;
}

.marker-popup .popup-image {
    max-width: 170px;
    height: auto; /* pour maintenir les proportions de l'image */
    display: block; /* pour éviter les espaces indésirables sous l'image */
    margin-bottom: 5px; /* pour espacer l'image du texte en dessous */
}

.marker-popup h3 {
    font-size: 1.1em; /* Ajuste la taille du texte */
    margin-top: 0; /* Supprime l'espace supérieur */
}