/* Style titre map */
#titreMap {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
	border-radius: 5px;
}