.picteos-carte {
	width: 100%;
	min-height: 600px;
}

.picteos-carte-popup {
	max-width: 340px;
}

.picteos-carte-popup__title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	line-height: 1.3;
}

.picteos-carte-popup__address {
	margin: 0 0 0.75rem;
}

.picteos-carte-popup__content,
.picteos-carte-popup__permanences,
.picteos-carte-popup__contact {
	margin-top: 0.75rem;
}

.picteos-carte-popup__subtitle {
	margin: 0.75rem 0 0.35rem;
	font-size: 1rem;
	line-height: 1.3;
}

.picteos-carte-popup__text p,
.picteos-carte-popup__content p {
	margin: 0 0 0.5rem;
}

.picteos-carte-section {
	display: grid;
	gap: 1.5rem;
}

.picteos-carte {
	width: 100%;
	min-height: 600px;
}

.map-filters-heading {
	margin: 0 0 0.4rem;
	padding-bottom:0;
}

.map-filters {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.map-filter-wrapper {
	display: grid;
	gap: 0.4rem;
}

.map-filter-wrapper select {
	max-width: 100%;
}

.map-legende {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem 1rem;
	margin-bottom: 1.5rem;
}

.map-legende__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.map-legende__item img {
	flex: 0 0 auto;
	width: 16px;
	height: auto;
}

.map-legende__item span {
	line-height: 1.25;
}

.map-legende__item.is-active {
	font-weight: 700;
	text-decoration: underline;
}

.map-legende__item--reset {
	color: inherit;
}
@media (max-width: 767px) {
	.map-legende {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}