@CHARSET "UTF-8";

#bandeau_haut {
/* 
   inutile?
   vertical-align: middle; 
*/
}

#fond_bandeau {
	z-index: -1;
}

#ciment,
#logo_vicat {
	position: absolute;
}
#ciment{
	margin: -73px 0px 0px 304px;
	color:  rgba(255, 255, 255, 0.9);
	font-size: 90px;
	text-shadow: 0px 1px 9px rgba(1, 2, 1, 0.75);"
}

#logo_vicat{
	top: 10px;
	margin: 35px 50px;
}

@media only screen and (max-width:768px) {
	#logo_vicat{
		position: relative;
		top:0px;
		margin: 22px 50px 32px;
	}
	#logo_vicat .img-responsive {
		margin: 20px auto ;
	}
}