/* NAVIGATION GENERAL */
#navigation {
    height: 95px;
    line-height: 95px;
    position: relative;
}

#navigation.navbar { margin-bottom: 0; }
#navigation .container { padding-bottom: 0; }

.navbar { border: 0; }

.navbar a {
	color: #8e9bc7;
	font-size: 15px;
	padding-right: 30px;
	text-transform: uppercase;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#navigation a.select { color: #13235b; }

#canvas_logo { cursor: pointer; }

.navbar-front img,
.navigation-cms img,
#canvas_logo {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
	width: 70px;
}

.content_canvas {
    width: 79px;
    height: 69px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.content_canvas #canvas_logo { position: absolute; }

/* NAVIGATION BACK OFFICE */
.navigation-cms { border-bottom: 1px solid #dadadb; }

.navigation-cms img { 
	margin-right: 0px;
	width: auto; 
}

.navigation-cms .navigation-bo { text-align: center; }

.navigation-cms .container-nav-cms,
.navigation-cms .navigation-bo { height: 100%; }

.container-nav-cms { 
	display: table;
	padding: 0; 
	width: 100%;
}

.container-nav-cms .navigation-bo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* MENU BUTTON RESPONSIVE */
.menu-button {
	display: inline-block;
	margin-right: 20px;
	margin-top: -12px;
	padding: 10px 35px 15px 0px;
    position: absolute;
    top: 50%;
    right: 0;
}

.menu-button span, 
.menu-button span:before, 
.menu-button span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #e7501e;
  position: absolute;
  display: inline-block;
  content: '';
}

.container-nav-cms .menu-button { text-align: justify; }

.menu-button span:before { top: -10px; }

.menu-button span:after { bottom: -10px; }

.menu-button span, 
.menu-button span:before, 
.menu-button span:after { transition: all 500ms ease-in-out; }

/* MENU RESPONSIVE */
.navbar-list {
    border-bottom: 2px solid #13235b;
    border-top: 1px solid #dadadb;
}

/**************** MEDIA QUERIES ****************/

@media screen and (max-width: 768px) {
	.navbar-list { display: none; }

	.navbar-list.open {
		background-color: #FFF;
	    display: block;
	    padding-bottom: 20px;
	    padding-left: 0;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 100%;
	    text-align: center;
	    z-index: 1;
	}

	.navbar-list.open a { padding-right: 0; }

	.navbar-list.open a, 
	.navbar-list.open li {
	    display: block;
	    height: 50px;
	    line-height: 50px;
	}

}

@media screen and (min-width: 768px) {
	#navigation a:hover {
		color: #13235b;
		transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	}

	.navbar-front .menu-button { display: none; }

	.navbar-front .navbar-list { 
		border: 0;
		display: inline; 
	}

	.navbar-front li { display: inline-block; }

	.navbar-front a {
		font-size: 11px;
		padding-right: 5px;
	}

	.navigation-cms .content_canvas { margin-right: 15px; }
}

@media screen and (max-width: 992px) {

	.navigation-bo .navbar-list { display: none; }

	.navigation-bo .navbar-list.open {
		background-color: #FFF;
	    display: block;
	    padding-bottom: 20px;
	    padding-left: 0;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 100%;
	    text-align: center;
	    z-index: 1;
	}

	.navigation-bo .navbar-list.open a { padding-right: 0; }

	.navigation-bo .navbar-list.open a, 
	.navigation-bo .navbar-list.open li {
	    display: block;
	    height: 50px;
	    line-height: 50px;
	}

}

@media screen and (min-width: 992px) {
	.navbar a {
		font-size: 15px;
		padding-right: 25px;
	}

	.navigation-cms a {
		font-size: 10px;
		padding-right: 5px;
	}

	.navbar-front a {
	    font-size: 15px;
    	padding-right: 10px;
	}

	.navbar-front .content_canvas { margin-right: 30px; }

	.navigation-cms .navbar-list { border: 0; }

	.navigation-cms .menu-button { display: none; }

	.navigation-cms .navbar-list { display: inline; }

	.navigation-cms li { display: inline-block; }

	#navigation li { display: inline-block; }
}

@media screen and (min-width: 993px) {
	.navbar-front a {
	    font-size: 15px;
    	padding-right: 10px;
	}

	.navbar-front .content_canvas { margin-right: 30px; }
}

@media screen and (min-width: 1200px) {
	.navbar a { padding-right: 30px; }

	.navigation-cms a { 
		font-size: 12px;
		padding-right: 10px; 
	}

	#navigation .navigation-bo img { width: 130px; }


}

@media screen and (min-width: 1752px) {
	.navigation-cms a { 
		font-size: 15px;
		padding-right: 30px; 
	}

	.link-entreprise { 
		margin-left: 40px;
		padding-right: 20px; 
	}

	.link-acces { margin-left:40px; }

	#navigation .navigation-bo img { width: auto; }
}