/* Couleurs
Noir : #000; / rgba(0,0,0,1);
Blanc : #FFF; / rgba(255,255,255,1);
Vert (background menu/background boutons/titres) : #abd8d1; / rgba(171,216,209,1);
Vert (texte vert) : #9acdc3; / rgba(154,205,195,1);
Vert pâle (texte sur background vert) : #e3f4f1; / rgba(214,240,236,1);
Brun (background et textes) : #e0c7b0;
Brun (over) : #ebd5c2;
Brun pâle (texte sur background Brun)  : #f7ede4;
Brun foncé (ligne/separateur sous image top) : #cdb094;
Gris (texte paragraphes) : #666; / rgba(102,102,102,1);
*/
#menu {	width: 100%; background: #abd8d1; }
.mainmenu {	margin: auto; width: 80%; }
.toggleMenu {
	display: none;
	width: 100%;
	background: #abd8d1 url(../img/menuico.png) top right no-repeat;
	height: 59px;
	text-decoration: none;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.nav {
	list-style: none;
	background: #abd8d1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
}
.nav a {
	font-family: 'latoblack', Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 26px 40px 26px 40px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
-webkit-transition: all 250ms ease-out; -moz-transition: all 250ms ease-out;	-ms-transition: all 250ms ease-out; -o-transition: all 250ms ease-out; transition: all 250ms ease-out; }
.nav li {
	position: relative;
	width: auto;
}
.nav > li {
	float: left;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li a:hover {
	text-decoration: none;
	background: #bee3dd;
}
.nav li li a {
	display: block;
	position: relative;
	width: 360px;
	padding: 22px 0px 22px 18px;
	z-index: 100;
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	color: #999;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-right: none;
	background: rgba(255,255,255,0.95) url(../img/arrow.png) 0px center no-repeat;
	text-transform: none;
}
.nav li li a:hover {
	background: #bee3dd url(../img/arrow.png) 0px center no-repeat;
	color: #fff;
}
/******************************************************************************************/
/* ------------------------------------- Responsive ------------------------------------- */
/******************************************************************************************/

@media screen and (min-width:320px) and (max-width:359px) { /* 320px (320 iPhone Vertical) */
.mainmenu {	width: 100%; }
.active {
	display: block;
	background: #abd8d1 url(../img/menuico_over.png) top right no-repeat;
	height: 59px;
}
.nav a {
	border-right: none;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	height: auto;
	padding: 20px 0px 18px 24px;
	border-top: 1px solid rgba(214,240,236,0.5);
}
.nav li {
	width: 100%;
}
.nav > li {
	float: none;
}
.nav > li li {
	float: none;
}
.nav > li li a {
	width: auto;
}
.nav li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0px 18px 16px;
	background: rgba(255,255,255,0.85) url(../img/arrow.png) 0px center no-repeat;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}

@media screen and (min-width:360px) and (max-width:479px) { /* 360px a 480px GV Galaxy Vertical */
.mainmenu {	width: 100%; }
.active {
	display: block;
	background: #abd8d1 url(../img/menuico_over.png) top right no-repeat;
	height: 59px;
}
.nav a {
	border-right: none;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	height: auto;
	padding: 20px 0px 18px 24px;
	border-top: 1px solid rgba(214,240,236,0.5);
}
.nav li {
	width: 100%;
}
.nav > li {
	float: none;
}
.nav > li li {
	float: none;
}
.nav > li li a {
	width: auto;
}
.nav li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0px 18px 16px;
	background: rgba(255,255,255,0.85) url(../img/arrow.png) 0px center no-repeat;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}

@media screen and (min-width:480px) and (max-width:767px) { /* iphone et Galaxy  Horizontal */
.mainmenu {	width: 100%; }
.active {
	display: block;
	background: #abd8d1 url(../img/menuico_over.png) top right no-repeat;
	height: 59px;
}
.nav a {
	border-right: none;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	height: auto;
	padding: 20px 0px 18px 24px;
	border-top: 1px solid rgba(214,240,236,0.5);
}
.nav li {
	width: 100%;
}
.nav > li {
	float: none;
}
.nav > li li {
	float: none;
}
.nav > li li a {
	width: auto;
}
.nav li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 18px 0px 18px 16px;
	background: rgba(255,255,255,0.85) url(../img/arrow.png) 0px center no-repeat;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}

@media screen and (min-width:768px) and (max-width:1023px) { /* 768px Tablette verticale ) */
.mainmenu {	width: 100%; }
.toggleMenu {
	background: #abd8d1 url(../img/menuico_tab.png) top right no-repeat;
	height: 70px;
}
.active {
	display: block;
	background: #abd8d1 url(../img/menuico_tab_over.png) top right no-repeat;
	height: 70px;
}
.nav a {
	border-right: none;
	font-size: 26px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 1px;
	height: auto;
	padding: 32px 0px 30px 24px;
	border-top: 1px solid rgba(214,240,236,0.5);
}
.nav li {
	width: 100%;
}
.nav > li {
	float: none;
}
.nav > li li {
	float: none;
}
.nav > li li a {
	width: auto;
}
.nav li li a {
	font-size: 24px;
	line-height: 24px;
	padding: 30px 0px 28px 16px;
	background: rgba(255,255,255,0.85) url(../img/arrow.png) 0px center no-repeat;
	letter-spacing: normal;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
@media screen and (min-width:1024px) and (max-width:1279px) { /* 1024px Tablette Horizontal ou écran carré 17 pouces ) */
.mainmenu {
	width: 940px;
}
.nav a {
	font-size: 14px;
	line-height: 14px;
	padding: 26px 32px 26px 32px;
}
.nav li li a {
	width: 280px;
	padding: 18px 0px 18px 15px;
	font-size: 15px;
	line-height: 15px;
}
}
@media screen and (min-width:1280px) and (max-width:1365px) { /*  Ordinateur de table ou portable */
.mainmenu {
	width: 1070px;
}
.nav a {
	font-size: 17px;
	line-height: 17px;
	padding: 26px 32px 26px 32px;
}
.nav li li a {
	width: 310px;
	padding: 20px 0px 20px 15px;
	font-size: 17px;
	line-height: 17px;
}
}
@media screen and (min-width:1366px) and (max-width:1679px) { /*  Ordinateur portable 1440 */
.mainmenu {
	width: 1160px;
}
.nav a {
	font-size: 18px;
	line-height: 18px;
	padding: 26px 36px 26px 36px;
}
.nav li li a {
	width: 330px;
	font-size: 18px;
	line-height: 18px;
}
}
@media screen and (min-width:1680px) and (max-width:1919px) { /*  Ordinateur / TV HD 1920 */
.mainmenu {
	width: 1300px;
}
.nav a {
	font-size: 21px;
	line-height: 21px;
	padding: 26px 36px 26px 36px;
}
.nav li li a {
	width: 354px;
	font-size: 18px;
	line-height: 18px;
}
}
@media screen and (min-width:1920px) { /*  Ordinateur / TV Ultra HD*/
.mainmenu {
	width: 1300px;
}
}
