.page-cartographie-des-points-postaux .thematique-header-title-icon img {
	width: 78%;
	height: 78%;
	object-fit: contain;
}

.postal-map {
	margin: 2.5em 0 0;
}

.postal-map__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0 0 1em;
}

.postal-map__select {
	display: block;
	flex: 1 1 220px;
	width: 100%;
	max-width: 22rem;
	margin: 0;
	height: auto;
	min-height: 48px;
	padding: 0.65em 2.2em 0.65em 0.9em;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
	color: #1a1a1a;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

.postal-map__select[hidden] {
	display: none;
}

.postal-map__stage {
	position: relative;
	overflow: visible;
}

.postal-map__frame {
	position: relative;
	width: 100%;
	height: 900px;
	min-height: 900px;
	overflow: hidden;
	background: #f4f2ef;
	border-radius: 8px;
}

.postal-map__frame .ol-viewport,
.postal-map__frame canvas {
	border-radius: 8px;
}

.postal-map .lux-popup,
.postal-map .ol-popup,
.postal-map .ol-overlay-container {
	z-index: 20;
}

.postal-map .lux-popup-arrow {
	display: none;
}

.postal-map .lux-popup {
	min-width: 268px;
	max-width: 340px;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

.postal-map .postal-bubble {
	position: absolute;
	z-index: 40;
	min-width: min(268px, calc(100% - 20px));
	max-width: min(340px, calc(100% - 20px));
	padding: 0 0 10px;
	overflow: visible;
	pointer-events: auto;
	filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.postal-map .postal-bubble__stack {
	max-height: min(460px, 68vh);
	overflow: auto;
	border-radius: 12px;
	background: #ece8e2;
	-webkit-overflow-scrolling: touch;
}

.postal-map .postal-popup__head {
	position: sticky;
	top: 0;
	z-index: 4;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.postal-map .postal-popup__count {
	margin: 0;
	padding: 0.9rem 2.4rem 0.85rem 1.15rem;
	background: #fff;
	color: #7a7a7a;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}

.postal-map .postal-popup__count:has(+ .postal-popup__shared-address) {
	padding-bottom: 0.15rem;
}

.postal-map .postal-popup__shared-address {
	margin: 0;
	padding: 0.2rem 2.4rem 0.9rem 1.15rem;
	background: #fff;
	color: #575757;
	font-size: 0.86rem;
	font-weight: 400;
	line-height: 1.4;
}

.postal-map .postal-bubble__stack .postal-popup {
	z-index: 1;
	border-radius: 0;
}

.postal-map .postal-bubble__stack .postal-popup + .postal-popup {
	margin-top: 2px;
}

.postal-map .postal-bubble__stack .postal-popup:last-child {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.postal-map .postal-bubble--bottom {
	padding: 10px 0 0;
}

.postal-map .postal-bubble__arrow {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	margin-left: -8px;
	border: 8px solid transparent;
	background: transparent;
	pointer-events: none;
}

.postal-map .postal-bubble--top .postal-bubble__arrow {
	bottom: 0;
	border-top-color: #fbfaf8;
	border-bottom-width: 0;
}

.postal-map .postal-bubble--bottom .postal-bubble__arrow {
	top: 0;
	border-bottom-color: #fff;
	border-top-width: 0;
}

.postal-map .postal-bubble__close {
	position: absolute;
	top: 0.55rem;
	right: 0.45rem;
	z-index: 5;
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f4f2ef;
	color: #575757;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
}

.postal-map .postal-bubble--bottom .postal-bubble__close {
	top: calc(0.55rem + 10px);
}

.postal-map .lux-popup-header {
	position: absolute;
	top: 0.35rem;
	right: 0.4rem;
	z-index: 2;
	padding: 0;
	background: transparent;
}

.postal-map .lux-popup-close {
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f4f2ef;
	color: #575757;
	font-size: 1.15rem;
	line-height: 1;
	opacity: 1;
	cursor: pointer;
}

.postal-map .lux-popup-content {
	max-height: 380px;
	padding: 0;
	overflow: auto;
	font-size: 0.88rem;
	line-height: 1.4;
	color: #1a1a1a;
}

.postal-map .lux-popup-content p,
.postal-map .lux-popup-content ul {
	margin: 0;
	padding: 0;
}

.postal-map .postal-popup {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 1rem 1.1rem 1.05rem 1.15rem;
	overflow: hidden;
	border-left: 5px solid #007cb0;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
}

.postal-map .postal-popup--3420 {
	border-left-color: #007cb0;
}

.postal-map .postal-popup--3421 {
	border-left-color: #114232;
}

.postal-map .postal-popup--3422 {
	border-left-color: #f4d03f;
}

.postal-map .postal-popup__kicker {
	margin: 0 1.6rem 0.35em 0;
	color: #007cb0;
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}

.postal-map .postal-popup--3421 .postal-popup__kicker {
	color: #114232;
}

.postal-map .postal-popup--3422 .postal-popup__kicker {
	color: #b8960f;
}

.postal-map .postal-popup__operator {
	margin: 0 1.6rem 0.15em 0;
	color: #111;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
}

.postal-map .postal-popup__title {
	margin: 0 0 0.55em;
	color: #333;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.35;
}

.postal-map .postal-popup__address {
	margin: 0 0 0.75em;
	color: #575757;
	font-size: 0.86rem;
	font-weight: 400;
	line-height: 1.4;
}

.postal-map .postal-popup__facts {
	margin: 0;
	padding: 0.65em 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	list-style: none;
}

.postal-map .postal-popup__facts li {
	margin: 0 0 0.4em;
	color: #1a1a1a;
	font-weight: 400;
}

.postal-map .postal-popup__facts li:last-child {
	margin-bottom: 0;
}

.postal-map .postal-popup__facts span {
	display: block;
	color: #7a7a7a;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.postal-map .postal-popup__site {
	display: inline-block;
	margin-top: 0.8em;
	color: #df0420;
	font-weight: 600;
	text-decoration: none;
}

.postal-map .postal-popup__site:hover,
.postal-map .postal-popup__site:focus {
	color: #b1031a;
	text-decoration: underline;
}

.postal-cat-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0.4em 0 0;
	vertical-align: -0.35em;
	object-fit: contain;
}

.thematique-content .postal-cats li {
	margin-bottom: 0.85em;
}

@media (max-width: 767px) {
	.postal-map__frame {
		height: 70vh;
		min-height: 560px;
	}
}
