
nav:not(.mm-menu)
{
	display: none;
}

.header_r
{
	position:fixed;
	z-index:99;
	font-size: 16px;
	font-weight: bold;
	color: var(--cg_orange);
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
}
.header_r.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}



/* BOUTON DU MENU : PICTO + "MENU" */
div#btn_menu_responsive {
	position:relative;
	display:table;
	height:50px;
}
.menu_item_picto { float:right;}
.menu_item_picto a.picto_menu_r
{
	display: table;
	width: 80px;
	height: 30px;
	padding: 10px 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: var(--cg_bleu_marine);
	height: 2px;
}
.menu_item_picto a.picto_menu_r span
{
	background: var(--cg_bleu_marine);
	display: block;
	height: 2px;
	margin: 10px 0;
}

.menu_item_name {padding:13px 0 8px 0; text-align:center; color:var(--cg_bleu_marine);float:left;}
.menu_item_name a {color:inherit; text-decoration:none;}

.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:var(--cg_bleu_marine);}
.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;}

