.toggleMenu {
    display:  none;
	    background: url(../../assets/images/icon_menu.png) #FFF no-repeat center 25px;
    height: 70px !important;
    width: 70px;
    padding: 10px 10px 5px 10px;
    color:#3F474C;
	text-decoration:none;
	font-weight:700;
	font-size:1.1em;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	margin:0 0 0 0;
	position:relative;
	z-index:3000;
	text-align:center;
}

.toggleMenu.active{
	background:url(../../assets/images/icon_menu_close.png) #FFF no-repeat center 25px;
}

@media screen and (max-width:480px){	
	/*.toggleMenu {
	height:59px;
	width:auto;
    padding:7px 10px 5px 10px;
	font-size:1.1em;
	margin:0 0 0 0;
	background-position:bottom center;
	}
	
	.toggleMenu.active{
	background-position:bottom center;
}*/
}

#nav {
    list-style: none;
     *zoom: 1;
     position: relative;
	 font-family: 'Montserrat', sans-serif;
	 margin:0 auto 0 auto;
	 padding:0 0 0 247px; /*largeur du logo Amfreville*/
	 /*z-index:2000;*/ /*Pour ne pas passer par dessus post it*/
}

/* Niveau 1 rubrique */
#nav > li {
	display:table;
	float:left;
    z-index: 200;
	height:55px;
}

#nav > li > a {
    display:table-cell;
	vertical-align: middle;
	font-size:1.4em;
	padding:0 20px 0 20px;
	color:#333;
	font-weight:500;
	text-align:center;
	text-decoration:none;
}

/*Le nom de le rubrique survolée*/
#nav > li.hover > a {
    color:#2C7F6B;
}

/*Le nom de la rubrique dans laquelle on se trouve*/
#nav > li.current_page_parent > a {
	color:#333;
}
/*fin Niveau 1 rubrique*/



/*****************LE BLOC SOUS MENU***********************/

/*Le sous menu qui s'ouvre au survol*/
#nav li ul {
    position: absolute;
    left: -9999px;
	top:55px; /*= la hauteur des rubriques*/
    z-index: 100;
	width:17em;
	/*width:calc(100% + 1px);*/
	padding:5px 20px;
	background-color:rgba(255,255,255,1);
	text-align:left;
	border:1px solid rgba(0,0,0,0.1);
	list-style-type:none;
}

#nav > li > ul{
	margin-left:15px;
	border-top:3px solid #2C7F6B;
}

/* La sous rub / niveau 2 */
#nav li li a {
    display: block;
    position: relative;
    z-index:100;
	color:#333;
	text-decoration:none;
	font-size:1.2em;
	font-weight:400;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#nav > li > ul > li:last-child {}


#nav li li a:hover{
	/*opacity:0.8;*/
	color:#2C7F6B;
}

/* La page / niveau 3 */

/*Le niveau 3 du menu est caché pour Aéroport car pb quand niveau 3 dans la dernière rubrique sur écran ordi portable*/
#nav li li ul {
	padding-left:28px;
	border-left:2px solid #2C7F6B;
}

#nav li li li a {
    z-index:200;
	opacity:0.9;
}

#nav li li li a:hover{
    /*background-color:#20425e;*/
	opacity:0.75;
}

#nav li {
    position: relative;
}

#nav > li.hover > ul {
    left: 0;
}

#nav li li.hover ul {
    left: 100%;
    top: 0;
}
/****************FIN DU BLOC SOUS MENU***********************/


@media screen and (min-width:1280px) and (max-width:1365px) {	

#nav {
	 font-size:0.9em;
}


/* Niveau 1 rubrique */
#nav > li > a {
	font-size:1.2em;
	padding:15px 30px 17px 30px;
}
/*fin Niveau 1 rubrique*/
	
}

@media screen and (min-width:1366px) and (max-width:1455px) {	

#nav {
	 font-size:0.9em;
}


/* Niveau 1 rubrique */
#nav > li > a {
	padding:15px 18px 17px 18px;
}
/*fin Niveau 1 rubrique*/
	
}

@media screen and (max-width:1279px) {	
	#nav{
		display:block;
		background-color:#1F202E;
		padding:20px;
	}
	
	#menu{
		display:block; /*car sur beuzeville menu en display inline-block sur grands écrans*/
		width:100%;
		border-bottom:none;
	}
	
	
	/* Niveau 1 rubrique */
	#nav > li {
		width:100%;
		height:auto;
		max-width:600px;
		margin:0 auto 0 auto;
		float:none;
		display:block;
		padding:0;
	}
	
	#nav > li:first-child{border-top:none;}
	
	#nav > li > a {
		display:block;
		padding-top:10px;
		padding-bottom:10px;
		color:#fff;
		font-weight:400;
		text-align:left;
	}
	
	/*Le nom de le rubrique survolée / ouverte*/
	#nav > li.hover > a {
		font-weight:700;
		color:rgba(255,255,255,1);
	}
	
	/*Le nom de la rubrique dans laquelle on se trouve*/
	#nav > li.current_page_parent > a {
		font-weight:400;
	}
	
	
	/*Une flèche sur les parents niveaux 1 et 2*/
	#nav li > .parent {
    	background-image:url("images/downArrow.png");
		background-repeat:no-repeat;
		background-position:95% 50%;
		padding-right:15%;
	}
	
	/*Pour afficher  accueil, contact, etc.*/
	#menu li.page-item-0,
	#menu li.page-item-16,
	#menu li.page-item-18,
	#menu li.page-item-20{
		display:block;
	}
	
	/* La sous rub / niveau 2 */
	#nav li li a {
		border-bottom:none;
		color:#fff;
	}

	/*****************LES BLOCS SOUS MENU***********************/
	
	/*Le sous menu qui s'ouvre au survol de la rubrique*/
	#nav > li > ul {
		position:relative;
		width:100%;
		top:0;
		left:0;
		text-align:left;
		border:none;
		font-size:1.2em;
		background-color:transparent;
	}
	
	#nav > li.hover > ul{
		position: static;
		padding-bottom:40px;
	}
	
	/* La sous rub / niveau 2 */
	#nav > li > ul > li{
	padding:0 10px 0 10px;
	}

	/*On cache le sous menu NIVEAU 3*/
	#nav > li ul{
		position: absolute;
		left: -9999px; /*caché quand non survolé*/
		z-index: 100;
		text-align:left;
		width:100%;
		border:none;
		background-color:transparent;
	}
	
	#nav li li ul {
		padding:10px 5% 10px 5%;
		margin-bottom:30px;
		background-image:none;
		background-color:transparent;
		border-top:none;
	}
	
	/*Apparition du sous menu NIVEAU 3 en 100% de largeur*/
	#nav li li.hover ul {
		position:relative;
    	left: 0;
		right:0;
	}
	
	/* La page / niveau 3 */
	#nav li li li a {
		padding:5px 0 5px 0;
		border-bottom:none;
		color:#fff;
	}
	
/***************FIN BLOC SOUS MENU***********************/
	
	
}





/** BUG CRASH IE7 **/
#nav a {
    *zoom: 1;
}


@media only screen and (max-width: 1279px){
#nav {
	max-width: 100% !important;
    border: 1px solid rgba(0,0,0,0.1);
}
}