div#footer_maintenance_cadre {
	position:fixed;
	bottom:0;
	width: calc(100% - 160px);
    z-index: 1000;
    padding: 0 80px;
}
div#header_maintenance_cadre {
	position:relative;
	bottom:0;
	width:100%;
	max-width:1000px;
	margin:25px auto;
}
div#footer_maintenance_cadre,
div#header_maintenance_cadre {
	background: #bb2a4d;
	color:#FFF;
}

.maintenance_content {
	padding:20px 15px 20px 50px;
	background:url("../img/public/maintenance_picto.png") 10px center no-repeat;	
	display:table;
	margin:0 auto;
}
.maintenance_msg p { margin:5px auto; }

@media screen and (max-width : 800px) {

	div#footer_maintenance_cadre {width: calc(100% - 80px);padding: 0 0 0 80px;}
	
}