@charset "UTF-8";

/* ---------------------------------------------- */
/* -------------- Affichage carte --------------- */
/* ---------------------------------------------- */
#map {
	width: 100%;
	max-width: 1152px;
	height: 450px;
	margin: auto;
	outline: 1px #b9b9b9 solid !important;
}

#map #firstHeading {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3e3e3e;
}

#map #bodyContent {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #484848;
}

#map #bodyContent p {
	margin: 0;
}