@charset "UTF-8";
/* CSS Document */
html { 
  margin:0;
  padding:0;
  background: url(../images/fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; 
  background-size: cover; 
}
body {
	margin:0;
  padding:0;
}
#construction {
	background-color: rgba(60, 66, 83, 0.6); /*#3C4253;*/
	position: absolute;
	height: 40px;
	width: 100%;
	top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #636680;
	text-align: center;
	line-height: 44px;
}
#logo_center {
	display: block;
	position: absolute;
	/*min-height: 176px;
	min-width: 352px;*/
	height: 352px;
	width: 704px;
	left: 50%;
	top: 50%;
	margin-left: -352px;
	margin-top: -176px;
	background-image: url(../images/indomptables.png);
	background-size:cover;
}
@media(max-width:767px) {
#logo_center {
	display: block;
	position: absolute;
	/*min-height: 176px;
	min-width: 352px;*/
	height: 176px;
	width: 352px;
	left: 50%;
	top: 50%;
	margin-left: -176px;
	margin-top: -88px;
	background-image: url(../images/indomptables.png);
	background-size:cover;
}	
}
