/* Filtres pour la carte interactive */
.mapFilter {
    margin: 2% auto 2% auto;
    width: 80%;
}

.imgMarkerFilter {
    width: 2em;
    object-fit: cover;
    border-radius: 50%;
}
/* Carte intéractive */
#map {
    z-index: 9;
    margin: 2% auto 2% auto;
    height: 70vh;
}

/* Image dans le pop-up */
.pop_up_img {
    width: 15rem;
    margin: auto;
    object-fit: contain;
}

/* Texte dans les pop-up "perdu" */
.lost_pop {
    color: #A81017;
    text-align: center;
    font-size: medium;
    text-transform: uppercase;
    font-weight: bold;
}

/* Texte dans les pop-up "trouvé" */
.found_pop {
    color: #0D603A;
    text-align: center;
    font-size: medium;
    text-transform: uppercase;
    font-weight: bold;
}