* {
	padding: 0;
	margin: 0;
}
#sac_debug {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #808080;
	font: 10px "Helvetica Neue",Helvetica, Arial, sans-serif;
}
#comment {
	color: #404040;
	font: 50px "Helvetica Neue";
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
	/*border: 1px solid red;*/
	top: calc(50% - 50px);
	position: absolute;
}
#debug {
	width: 350px;
	
}
.button-demo {
	width: 200px;
	height: 50px;
	position: absolute;
	right: 50px;
	top: 50px;
}
#bouton {
	display: none;
}