.module_find_on_map .content_module .row .col-map .content_map [data-lh-establishments-map],
#section_top_start_internal_etablissement .row .col-map .content_map [data-lh-establishments-map] {
	width: 100%;
	height: 420px;
	min-height: 320px;
	border-radius: 18px;
	overflow: hidden;
}

.module_find_on_map .content_module .row .col-list ul li.is-active a,
.module_find_on_map .content_module .row .col-list ul li a:focus {
	outline: 3px solid var(--lh-orange);
	outline-offset: 2px;
}

.module_find_on_map .lh-map-pushpin,
#section_top_start_internal_etablissement .lh-map-pushpin {
	width: 48px;
	height: 48px;
	background: transparent;
	border: 0;
}

.module_find_on_map .lh-map-pushpin img,
#section_top_start_internal_etablissement .lh-map-pushpin img {
	display: block;
	width: 48px;
	height: 48px;
	filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.22));
	transition: transform 0.18s ease;
}

.module_find_on_map .lh-map-pushpin.is-active img,
.module_find_on_map .lh-map-pushpin:hover img,
#section_top_start_internal_etablissement .lh-map-pushpin.is-active img,
#section_top_start_internal_etablissement .lh-map-pushpin:hover img {
	transform: translateY(-4px) scale(1.08);
}

.module_find_on_map .lh-map-popup h4,
#section_top_start_internal_etablissement .lh-map-popup h4 {
	margin: 0 0 0.25rem;
	color: var(--lh-dark-blue);
	font-size: 1rem;
	font-weight: 700;
}

.module_find_on_map .lh-map-popup p,
#section_top_start_internal_etablissement .lh-map-popup p {
	margin: 0 0 0.5rem;
}

.module_find_on_map .lh-map-popup a,
#section_top_start_internal_etablissement .lh-map-popup a {
	font-weight: 700;
}
