.title-departements{
	/* max-width: 14ch; */
	bottom: -5rem;
}

.div-map-departements{
	width: 100%;
	box-shadow: 3px 5px 19px 1px rgba(0,0,0,0.27);
	padding: 2%;
	background-color: #fff;
	_position: absolute;
	top: 10em;
}

.div-map-departements path{
	fill: #fff;
	stroke: #e65100;
	stroke-width: 1px;
	transition: fill 0.3s;
}

.div-map-departements a:hover path,
.div-map-departements .is-active path{
	fill: #ffab40;
}

.div-map-departements a path:hover{
	fill: #ffe0b2;
}

.map__list ul{
	padding: 0 5%;
	position: relative;
	top: 1em;
	margin-bottom: 18em;
	column-count: 3;
}

.map__list a{
	color: var(--main-lien-color);
	font-family: var(--font-text);
	font-size: var(--fs);
	font-weight: 300;
}

.map__list li{
	list-style: none;
	width: 100%;
}

select[name="select-dep"]{
	display: block;
	margin: 0 auto;
	margin-bottom: 2em;
	width: calc(100% - 1em);
}

.txt-select__mobile{
	padding: 0 0.5em;
	margin-bottom: 1em;
	line-height: 1.1;
	font-family: var(--font-text);
	font-size: var(--fs);
}

/* SIZING AND INDENTATION *****************************************************************/

@media (max-width: 1200px) {
	.map__list ul{
		top: 1em;
	}
}
@media (max-width: 991px) {
	/* .div-map-departements{
		display: none;
	} */
	.title-departements{
		max-width: 19ch;
		bottom: 1rem;
	}
	.map__list{
		margin-top: 1em;
		margin-bottom: 3rem
	}
	.map__list ul{
		top: 1em;
		margin-bottom: 10em;
	}
}

@media (max-width: 601px) {
	.title-departements{
		max-width: 17ch;
		bottom: -3rem;
	}
	.div-map-departements{
		display: none;
	}
	.map__list{
		margin-top: 1em;
	}
	.map__list li{
		margin: 5% 0;
	}
}
