/*html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}
*/
nav:not(.mm-menu)
{
	display: none;
}

.header_r
{
	/*text-align: center;*/
}
.header_r
{
	position:fixed;
	z-index:99;
	/*background: #000;
	background-color:rgba(0,0,0,0.8);*/
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	/*height: 40px;
	line-height: 40px;
	padding: 0 20px 0 50px;
	margin: 0 0 0 -1px;*/
}
.header_r.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}



/* BOUTON DU MENU : PICTO + "MENU" */
div#btn_menu_responsive {
	position:relative;
	/*background:#FFF;*/
	display:table;
	height:50px;
}
.menu_item_picto { float:left;}
.menu_item_picto a.picto_menu_r
{
	display: table;
	width: 80px;
	height: 30px;
	padding: 15px 20px 10px;
	position: relative;
	top: 0;
	left: 0;
	text-decoration: none;
}
.menu_item_picto a.picto_menu_r:before,
.menu_item_picto a.picto_menu_r:after
{
	content: '';
	display: block;
	background: #FFF;
	height: 2px;
}
.menu_item_picto a.picto_menu_r span
{
	background: #FFF;
	display: block;
	height: 2px;
	margin: 10px 0;
}

.menu_item_name {padding:20px 0 8px 0; text-align:center; color:#FFF;float:left;}
.menu_item_name a {color:inherit; text-decoration:none;}

div#btn_menu_responsive:hover {
	/*background:#333 !important;*/
	
}
/*
div#btn_menu_responsive:hover .menu_item_picto a.picto_menu_r:before,
div#btn_menu_responsive:hover .menu_item_picto a.picto_menu_r:after,
div#btn_menu_responsive:hover .menu_item_picto a.picto_menu_r span {
	background: #FFF;
}
div#btn_menu_responsive:hover .menu_item_name {color:#FFF;}
*/
/* SPECIFIQUE A HARDOUIN */
.mm-listview > li:not(.mm-divider)::after {left:0;}

.mm-menu.mm-shadow-page:after {box-shadow:none;}
div#menu_list_r {border-right:1px solid #b9c3cd;}


.mm-panel.mm-hasnavbar .mm-navbar {background:#89af2c;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {color:#FFF; text-transform:uppercase;}
.mm-listview {font-size:18px;}
a.mm-title {padding:10px !important;}

