/* Clearfix */
.clearfix_menu:before,
.clearfix_menu:after {
    content: " ";
    display: table;
}
.clearfix_menu:after { clear: both; }
.clearfix_menu { /*   *zoom: 1;   */ }


/* Style General */
nav { width: 100%; margin-bottom :15px; background-color: #a91717; text-transform: uppercase; position: relative; }
nav ul { width: 100%; margin: 0 auto; padding: 10px 0; overflow: hidden; }
nav li { display: inline; float: left; line-height: normal; text-align: center; }
nav li a { display: inline-block; box-sizing: border-box; padding: 0 9px; font-family: Roboto,Helvetica,arial,sans-serif; font-size: 1em; color: #fff; border-right: 1px solid #bb5555; }
nav li:last-child a { border-right: 0; }
nav li a:focus, nav li a:hover, nav li a:active { color: #FFCFD9; }
nav a { display: inline-block; text-align: center; width: 100%; }
nav a#pull { display: none; }

/* 2 colonnes < 600px =  */
@media screen and (max-width: 1095px) {
	nav { height: auto; }
  nav ul {width: 100%; display: block; height: auto; }
  nav li { width: 50%; float: left; position: relative; }
  nav li a , nav li:last-child a { border-bottom: 1px solid #bb4545; }
}

/* Smartphone < 600px       */
@media only screen and (max-width : 600px) {
	nav { border: none; }
	nav ul { display: none; height: auto;	}
  nav a { width: 100%; text-align: left; text-indent: 25px; }
	nav a#pull { display: block; padding: 0;
    width: 100%; position: relative;
    line-height: 40px; font-weight: bold; color: #fff;
		background-color: #900;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/* Smartphone */
@media only screen and (max-width : 320px) {
	nav li { width: 100%; display: block; float: none;	}
	nav li a { border-bottom: 1px solid #696979; }
}