.popup-header {
    border-bottom: 2px solid #3498db;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.popup-header h5 {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 18px;
}

/* Nouveau style pour la section de localisation */
.location-info {
    margin-bottom: 15px;
}

.location-item {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.location-item i {
    width: 20px;
    color: #3498db;
    margin-right: 8px;
    text-align: center;
    font-size: 15px;
}

.location-item .location-text {
    flex: 1;
}

.location-city {
    font-weight: 600;
    color: #2c3e50;
}

.location-country {
    color: #7f8c8d;
    font-style: italic;
    display: inline-block;
    border-radius: 4px;
    margin-left: 4px;
}

.location-address {
    font-size: 13px;
    color: #505050;
    padding-left: 28px;
    margin-top: -3px;
    margin-bottom: 7px;
}

/* Ligne de séparation subtile */
.popup-divider {
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(0,0,0,0.1), transparent);
    margin: 12px 0;
}

/* Style pour les informations personnelles */
.popup-details {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 10px;
}

.popup-details .label {
    color: #7f8c8d;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.popup-details .label i {
    width: 16px;
    margin-right: 8px;
    color: #3498db;
    text-align: center;
}

.popup-details .value {
    color: #2c3e50;
}

/* Amélioration des popups Leaflet */
.custom-popup .leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    padding: 4px;
}

.custom-popup .leaflet-popup-content {
    margin: 12px 14px;
}

.custom-popup .leaflet-popup-tip {
    background: white;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
