/* DC Leaflet Map — widget styles */

.dc-leaflet-map {
	width: 100%;
	height: 500px;
	background: #f5f5f5;
	position: relative;
	z-index: 1;
}

/* Custom divIcon (icon mode) — fait apparaître l'icône FontAwesome centrée */
.dc-leaflet-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2563eb;
	font-size: 28px;
	line-height: 1;
	background: transparent;
	border: 0;
	text-align: center;
}

.dc-leaflet-icon svg,
.dc-leaflet-icon i {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

/* Popup structure interne */
.dc-leaflet-popup {
	font-size: 14px;
	line-height: 1.45;
}

.dc-leaflet-popup__title {
	margin: 0 0 6px;
	font-size: 1.05em;
	font-weight: 600;
}

.dc-leaflet-popup__desc {
	margin: 0;
}

.dc-leaflet-popup__desc p:last-child {
	margin-bottom: 0;
}

.dc-leaflet-popup__link {
	margin-top: 8px;
}

/* Bouton géolocalisation custom */
.dc-leaflet-geoloc {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #333;
	text-decoration: none;
}

.dc-leaflet-geoloc:hover {
	background: #f4f4f4;
}
