
#barretop_debug {
	position: fixed;
	height: 50px;
	line-height: 50px;
	width: 100%;
	z-index: 1;
	font-size: 25pt	;
	font-weight: bold;
	border-bottom: 1px solid black;
	background: #2c151566;
	color: #27C90F;
	text-align: center;
}
#barretop_debug.admin {
	width:30%;
	right:0;
}

#content_debug {
	position:fixed;
	bottom: 13.5%;
	right:0px;
	z-index:1;
	width:30%;
	height:450px;	
	background: rgba(1, 1, 1, 0.5);
	border-radius: 15px;
	border: 1px solid black;	
	color:white;
	padding:5px;
	overflow:auto;
}

#debug_social_remplir_etape_un {
	background-color: #EF744C;
	color: white;
	border: 1px solid #F36031;
	height: 20px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9.5pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}