
/* #######################################################################

	meanMenu
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
.ssmenu { display: none; }
.on > .ssmenu222 { display: block!important; }
.nav > li.menu-entree { float: left; }

a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: #8d1715;
	padding: 0;
	min-height: 46px;
	z-index: 999999;
	}


.mean-container a.meanmenu-reveal {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 31px;
	padding: 5px 10px;
	cursor: pointer;
	font:300 24px/31px 'Roboto', sans-serif!important;
	text-decoration: none;
	text-indent: -9999em;
	color: #fff;
	}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 2px;
	margin-top: 6px;
	}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #8d1715;
	}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
 	}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	color: #d3c4af; font-size: 14px; text-transform: uppercase;
 	}
.mean-container .mean-nav ul li ul li{
	text-transform: lowercase;
}

.mean-container .mean-nav ul li a {
	display: block;
	/*float: left;*/
	/*width: 90%;*/
	padding: 0.78em 49px 0.78em 15px;
	margin: 0;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #383838;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	font:300 1em/1.35em 'Roboto', sans-serif!important;
	text-decoration: none;
	}

.mean-container .mean-nav ul li a strong {font-weight:300;}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li .texte_libre {
	/*width: 84%;*/
	display:block;
	padding: 0.6em 20px 0.6em 35px;
	border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.7;
	filter: alpha(opacity=60);
	font: 300 1em/1.35em 'Roboto', sans-serif!important;
	text-shadow: none !important;
	visibility: visible;
	color: #fff;
	}


.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
	}

.mean-container .mean-nav ul li li li a {
	width: 100%;
	padding: 0.6em 20px 0.6em 45px;
	}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
	}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
	}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li li .texte_libre:hover,
.mean-container .mean-nav ul li.on > a { background:rgba(255,255,255,0.1);}

.mean-container .mean-nav ul li.on > ul { display:block; }
.mean-container .mean-nav ul li.on ul li.on .ssmenu { display:block; }

.mean-container .mean-nav ul li a.mean-expand {
	z-index: 2;
	opacity:0.6;
	position: absolute;
	right: 0;
	top: 0;
	width:15px;
	height:15px;
    padding: 13px 19px;
	border: none !important;
	font: 300 24px/14px 'Roboto', sans-serif!important;
	text-align: center;
	}
.mean-container .mean-nav ul li li a.mean-expand {
    padding: 11px 19px;
	}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
	}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-color:none;
	}
	
.page_sommaire.mean-container .mean-bar { background:#000!important; }
.page_sommaire.mean-container .mean-bar ul { }

/* -----------------------------------------
	Media Queries
----------------------------------------- */
	
	/* Ipad Portrait / Small tablet Landscape 800x600 > BREAKPOINT 768PX + 800PX
	-------- APPARITION MEAN MENU ---------- */
	@media only screen and (max-width: 992px) and (min-width: 768px) {
		.mean-container .mean-bar {
			position: fixed;
			margin-top:0px;}
	
		ul.nav2 { display: none; }
	}
	

	/* ========== PASSAGE FORMAT SMALL ========== */	

	/* All Mobile Sizes (devices and browser) > BREAKPOINT 568PX 480PX 320PX */
	@media only screen and (max-width: 767px) {
		.mean-container .mean-bar {
			position: fixed;
			margin-top:0px;}
		ul.nav2 { display: none; }

	}

	/* Small Tablet 800x600 Portrait (devices and browsers) / Mobile Landscape Iphone5 > BREAKPOINT 568PX */
	@media only screen and (max-width: 767px) and (min-width: 568px)  {
		.mean-container .mean-bar {
			position: fixed;
			margin-top:0px;}
		}
					
		}


	/* Mobile Landscape Iphone4 > BREAKPOINT 480PX */
	@media only screen and (max-width: 567px) and (min-width: 480px) {
		.mean-container .mean-bar {
			position: fixed;
			margin-top:0px;}
		}

	
		}
		
		
	/* Mobile Portrait Iphone5-4 > BREAKPOINT 320PX */
	@media only screen and (max-width: 479px) {
		.mean-container .mean-bar {
			position: fixed;
			margin-top:0px;}
		}
	

		}


