@charset "utf-8";
/* CSS Document */


#fond-contener{
	width: 100%;
	height: 320px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.7);

}


#contener{
	width: 1024px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

#adresse{
	width: 240px;
	height: 240px;
	padding: 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #8f0028;
	position: absolute;
	margin-top: 20px;


}

#formulaire{
	width: 684px;
	height: 300px;
	margin-left: 300px;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	

}



#carte{	width: 100%;
	height:400px;
	background-image: url(../images/carte.jpg);
	background-size: cover;
	background-position:bottom;
	
}

#liseret{	width: 100%;
	height:20px;
	background-color:rgba(255,255,255,0.7);
	
}


@media only screen and (min-width:650px) and (max-width:1044px) {
	
	
	#fond-contener{
	width: 100%;
	height: 340px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.7);
}


#contener{
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	

}

#adresse{
	width: 30%;
	height: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right:5%;
	padding-left:5%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #8f0028;
	position: absolute;


}

#formulaire{
	width:50%;
	height: 300px;
	margin-left: 40%;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-left: 5%;
	padding-right: 5%;
	
	

}



#carte{	width: 100%;
	height:400px;
	background-image: url(../images/carte.jpg);
	background-size: cover;
	background-position:bottom;
	
}

}



/*/////////////////////////////TELEPHONE//////////////////////////////*/

@media only screen and (max-width:650px){
	
		
	#fond-contener{
	width: 100%;
	height: 640px;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color:rgba(255,255,255,0.7);
}


#contener{
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	

}

#adresse{
	width: 90%;
	height: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right:5%;
	padding-left:5%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #8f0028;
	position: absolute;


}

#formulaire{
	width:90%;
	height: 300px;
	margin-left: 0px;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: 320px;
	padding-left: 5%;
	padding-right: 5%;
	
	

}
	
	#image{width:71px;}


#carte{	width: 100%;
	height:400px;
	background-image: url(../images/carte.jpg);
	background-size: cover;
	background-position:bottom;
	
}

	
	
	
}
	
