/* ========================================================
  Page de contact 
   ===================================================== */

.adresse {
	display: flex;
	justify-content: space-around;
	margin-top: 150px;
}

.ligne_adresse {
	margin-left: 80px;
	padding-left: 150px;
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
	font-size: 25px;
}

.map {
	width: 350px;
	height: 400px;
	border: outset;
	box-shadow: 8px 8px 6px black;
}

#descriptif {
	width: 950px; 
	height: 400px; 
	display: flex;
	flex-direction: column;
	margin-top: 80px;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: #000 2px 2px 4px;
}

#case1, #case2, #case3 {
	width: 500px;
	height: 150px;
	font-size: 20px;
}

#descriptif h2 {
	font-size: 25px;
}

#case1 {
	margin-left: 10px;
}

#case2 {
	margin-left: 280px;
}

#case3 {
	margin-left: 500px; 
}

