@charset "UTF-8";

body, html {
	font-family: 'Open Sans Condensed', sans-serif;
	margin:0;
	height: 100%;
	width: 100%;
	background-color:#ffffff;
	font-weight: 300;

}

dd{
	margin:0;
	width:100%;
}

.cadre {
  margin-top: 50vh;
  transform: translateY(-50%);
}


#container{
height:100%;
display: table;
	text-align: center;
width: 100%;
}


#commentaire {
	position:absolute;
	width: 350px;
	left: 50%;
	top: 700px;
	margin-left:-335px;
	z-index:100; 
	color:#fff;
	visibility:hidden;
	font-size:15px;
	font-weight:bold;
	padding:25px;
	text-align:center;
	background-color:#ff6600;
}

#div-fonctionsphp{
	visibility:hidden;
	height:1px;
}



