/* @override http://madabotani:8888/plugins/auto/magusine-portage-spip3/themes/metices/menu.css */

/* @override http://madabotani:8888/plugins/auto/magusine-portage-spip3/themes/metices/menu.css */

/* @override http://madabotani:8888/plugins/auto/magusine-portage-spip3/themes/metices/menu.css */

html {
	background: url(../../../../../images/marge.jpg) repeat-x;
}

#navigation {

margin-bottom:30px;
}

#navigation a {
text-decoration:none;
	border-top-width: thin;
	border-top-style: solid;
	text-align: left;
	border-color: white;
	padding-left: 14px;
	display: list-item;
	background-repeat: repeat-y;
	border-bottom-color: white;
	border-bottom-width: thin;
	min-width: 250px;
	max-width: 400px;
	z-index: auto;
	position: relative;
	top: 10px;
	font: bold 16px Bitter;
	padding-top: 6px;
}

#navigation li {
font-size: 12px;
}

#navigation .ulniveau2 {
display:none;
}

#navigation .niveau1.courante .ulniveau2 {
display:block;
}

#navigation li li {
font-size:11px;
border-top:0;
}

#contexte1 #navigation {
	background-position: left;
	display: table-row-group;
	position: absolute;
	width: 230px;
}

#contexte1 .listageconteneur, #contexte1 h2 {
	bottom: 30px;
}

/* @group Menu */

#navigation li.niveau1: hover {
	background-color: maroon;
}

#navigation li.niveau1.item5 ul.ulniveau2 li.niveau2 a.menu-article {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#navigation li.niveau1.item7 ul.ulniveau2 li.niveau2 a.menu-article {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}



/* @end */

button#toggle-button {
	visibility: hidden;
}

/*DEBUT ITEMS DU MENU*/

@media (max-width: 1178px) {

/* Switching box model for all elements */
* {
	box-sizing: border-box;
}


/* Responsive Navigation styles begin here */
nav > input,
nav > label {
	display: none;
}

/* Old Android bugfix */
body {  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {  from {padding:0;}  to {padding:0;} }

	/* Theming opened nav */
	nav ul {
		/* translate with hardware acceleration */
		transform: translateZ(0);
		-webkit-transition: max-height .4s, overflow .4s;
		        transition: max-height .4s, overflow .4s;
		will-change: max-height, overflow;
		

		/* global styles */
		margin: 0;
		padding: 0;
		list-style: none;
	z-index: 9999;
}

#navigation a {
text-decoration:none;
	border-top-width: thin;
	border-top-style: solid;
	text-align: left;
	border-color: white;
	padding-left: 14px;
	display: list-item;
	border-bottom-color: white;
	border-bottom-width: thin;
	min-width: 250px;
	max-width: 400px;
	z-index: 9999;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	top: 10px;
	background: white repeat-y;
}

#navigation li {
font-size: 16px;
}

#navigation li li {
font-size: 14px;
border-top:0;
}

nav a {
		display: block;
		padding: 1.2rem;
		color: #333;
		background: #fff;
		text-decoration: none;
	z-index: 9999;
}
	nav a:hover, 
	nav a:focus,
	nav a:active
	{
		background: #eee;
	color: green;
}
	
	/* handling clic with CSS3 checked */
	/* Theming closed nav */
	nav > input:not(:checked) ~ ul {
		max-height: 0;
		overflow: hidden;
}

	/* Theming opened nav */
	nav > input:checked ~ ul {
		max-height: 20em;
		overflow: visible;
	}
	

	/* Global styling nav button */	
	nav > label {
		display: block;
		position: fixed; right: 1rem;
		height: 4rem; width: 4rem;
		background: maroon;
		border: 0;
		border-radius: 0%;
		text-align: center;
		font-size: 10px;
		line-height: 1.6;
		color: #fff;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s -webkit-transform cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s transform cubic-bezier(0, 1.8, 1, 1.2);
	left: 8px;
	top: 20px;
}
	nav > label:before {
		content: "menu";
		display: block;
		z-index: 9;
		height: 1.6rem; width: 2rem;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff),
			linear-gradient(to right, #fff, #fff);
		background-position: center top, center, center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 2rem .3rem;
		        background-size: 2rem .3rem;
		margin: .8em auto 0;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		        transition: .2s cubic-bezier(0, 1.8, 1, 1.2);
		transition-property: background;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
	
	/* Theming opened nav button */	
	nav > input:checked + label {
		-webkit-transform: scale(.8);
		transform: scale(.8);
}
	nav > input:checked + label::before {
		background-position: center, center, center;
}

/* Hide alternate text except from screen readers */

/* @group Menu */

#navigation li.niveau1: hover {
	background-color: maroon;
}

#navigation li.niveau1.item5 ul.ulniveau2 li.niveau2 a.menu-article {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#navigation li.niveau1.item7 ul.ulniveau2 li.niveau2 a.menu-article {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}



/* @end */

.visually-hidden {
		position: absolute !important;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		height: 1px;
		width: 1px;
}

/* Global deco */


/* orientation */

@media (orientation: landscape) and (max-device-width: 1178px) {
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}

pre {
	-moz-tab-size: 4;
    -o-tab-size: 4;
	     tab-size: 4;
    padding: 1em;
    margin: auto 1em;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.1);
    background: rgba(255,255,255,.6);
    white-space: pre-wrap;
	word-wrap: break-word;
	font-family: "Source Sans Pro", Arial;
	line-height: 1em;
}
