.inactive {
	filter: blur(2px);
}
.active-location {
	background-color: #d1e7dd;
	font-weight: bold;
}
#localisationList {
	max-height: 150px;
	overflow-y: auto;
	transition: max-height 0.3s ease;
	border: 1px solid #ccc;
	padding: 10px;
}
.localisation-item {
	margin: 5px 0;
}
