body {
    background: url(../images/actuFond.png) top left no-repeat;
    background-size: cover;
}
h1 {
	margin-bottom: 50px;
}
h3 {
	margin-bottom: 100px;
	font-size: 17px;
}
#contact{
	float: left;
	width: 49%;
}

#infoDroite{
	float: right;
	width: 40%;
}
#infoDroite::after{
	content: "";
	display: table;
	clear: both;
}
#infoDroite	h3 {
	margin-bottom: 10px;
	font-size: 17px;
	text-transform: uppercase;
}
#infoDroite #googleMap {
	padding: 10px 40px 20px ;
	background-color: rgba(90, 90, 90, 0.1);
	border: 3px solid #0f0;
	margin-bottom: 50px;
}
#infoDroite #googleMap h3{
	margin-bottom: 40px;
}
#infoDroite #googleMap iframe{
	border: 4px solid white;
}
@media only screen and (max-width: 1200px) {
	#contact{
		float: none;
		width: 100%;
		margin-bottom: 100px;
	}

	#infoDroite{
		float: none;
		width: 100%;
	}
}