
div.cont {
	width: 100%;
	position: fixed;
}
header, footer {
	padding: 12px;
	color: white;
	background-color: #f07d00;
	clear: left;
	text-align: center;
	font-family: Titillium Web, sans-serif;
	border-bottom: 2px solid #BE6300;
	width:80%;
	margin-right: 0;

}

ul{
	padding: 0;
}

body > .menu-nav, .sub-menu,.sub-menu2 {
	margin: 0;
	padding: 0;
	width: 20%;
	position: fixed;

}
.navbar-toggle {
	position: absolute;
	top: 25px;
	right: 20px;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	font-size: 24px;
	display: none;
}

.module_home{
	margin-top: 25px;
}

.title_content > a{
	float: right;
	margin-right: 15px;
}
.actived {
	display: block!important;
}
@media (max-width: 800px) {
	.menu-nav {
		align-content:	center;
		display: none;
		position: unset;
		top:unset!important;
		width: 100%!important;
		z-index: 10;
	}

	.menu-nav > li {
		text-align: center;
	}

	header, .content,.page{
		width: 100%;
	}
	#content{
		margin-left: 0!important;
	}
	.bt_article{
		width: 90%!important;
	}

	.page{
		padding-bottom: 10px!important;
		padding-left: 10px!important;
		padding-right: 25px!important;
		padding-top: 15px!important;
	}
	.main-page  {
		margin-left: 10px!important;
	}
	.navbar-toggle {
		display: unset;
	}
}

.menu-nav > li {
	margin: revert;
	padding: 5px;
	border-bottom: 2px solid #FFA23C;
	/*background: linear-gradient( #ffb46300 90%, #FFA23C );*/
}

.clearfix:after{
	content: '.';
	display: inline;
	clear: left;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden;
}
.clearfix{
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
}

.option>li>.option>li:hover,.option>li>a:hover {
	background-color: #FFB463;
}

.menu-nav,
.sub-menu,
.sub-menu2{
	list-style: none;

	/*background: linear-gradient( #FF573C, #C51C01);*/

	background: linear-gradient( #FFB463, #FFA23C);
	width: 20%;
	height: 100%;
	position: fixed;
	padding: 0;
	top: 0;

}
.sub-menu {
	background: #444;
}
.menu-nav a {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.33em;
	font-weight: bold;


}
.menu-nav li {
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;
}
.menu-nav > li {
	float: left;
}
.menu-nav > li:hover {
	background: #FFA23C;
	width: 100%;
}
.menu-nav li:hover > .sub-menu {
	display: inline-block;
	margin-top: -100%;
	margin-left: 100%;
}
.sub-menu {
	display: none;
	position: absolute;
	min-width: 190px;
	height: auto;
}
.sub-menu li:hover {
	background: #FFA23C;
}
.sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.menu-nav li:hover > .sub-menu2 {
	display: inline-block;
	margin-top: -50%;
	margin-left: 100%;
}
.sub-menu2 {
	display: none;
	position: absolute;
	min-width: 190px;
	height: auto;
}
.sub-menu2 li:hover {
	background: #555;
}
.sub-menu2 .sub-menu2 {
	top: 0;
	left: 100%;
}
.sub-menu2 {
	background: #444;
}
label[for="bt_menu"]{
	padding: 5px;
	background-color: #222;
	color: #fff;
	font-family: "Aria";
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	width: 50px;
	height: 50px;
}
#bt_menu{
	display: none;
}
label[for="bt_menu"]{
	display: none;
}
/*@media(max-width: 800px){*/
/*	label[for="bt_menu"]{*/
/*		display: block;*/
/*	}*/
/*	#bt_menu:checked ~ .menu-nav{*/
/*		margin-left: 0;*/
/*	}*/
/*	.menu-nav{*/
/*		margin-top: -17px;*/
/*		margin-left: -100%;*/
/*		transition: all .4s;*/


/*	}*/
/*	.menu-nav ul li{*/
/*		width: 100%;*/
/*		float: none;*/
/*	}*/
/*	.menu-nav ul ul{*/
/*		position: static;*/
/*		overflow: hidden;*/
/*		max-height: 0;*/
/*		transition: all .4s;*/
/*	}*/
/*	.menu-nav ul li:hover ul{*/
/*		height: auto;*/
/*		max-height: 200px;*/
/*	}*/
/*}*/


.loader {
	position : fixed;
	z-index: 9999;
	background : url('../icone/icon-loader.png') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 120%;
	cursor : wait;
	background-size: 2.5%;
}

.loader {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { 
	-moz-transform:rotate(360deg); 
	}
}
@-webkit-keyframes spin { 100% { 
	-webkit-transform:rotate(360deg); 
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}

button[disabled], html input[disabled]{
	cursor: no-drop;
}

#header {
    position: inherit;
    width: 100%;
    height: auto;
    z-index: 10;
    padding-left: 0;
    background-color: #f07d00;
    color: white;
	display: flex;
	justify-content: space-between;
}

#header li{
	display: inline-block;
	float: left;
}

#welcome{
	width: 28%;
	padding-left: 2%;
}

#welcome a {
    color: #8287a9;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    letter-spacing: 1px;
}

#welcome a:hover{
	color: white;
}

/*#welcome a img::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../icone/mx_mobility_logo.png')no-repeat;*/
/*    background-size: 100%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 4px;*/
/*    left: 0px;*/
/*}*/

li.search{
	width: 33%;
}

input.search{
	height: 30px;
	border: 1px solid #333;
	width: 100%;
	margin-top: 20px;
	background-color: white;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

li.setting{
	position: absolute;
	right: 100px;
	width: 100px;
}

span.setting{
	position: relative;
	cursor: pointer;
}

span.setting::before{
	position: absolute;
	content: " ";
	background: url('../icone/setting.png') 50% 50% no-repeat;
	height: 18px;
	width: 18px;
	background-size: 100%;
	left: -23px;
	top: -2px;
}


.nav-dropdown-setting{
	position: absolute;
	width: 79px;
  	text-align: center;
  	background-color: #333;
  	position: relative;
  	display: block;
  	height: 57px;
  	padding: 10px 20px;
  	display: none;
  	font-size: 1.1em;
}

.nav-dropdown-setting li{
	width: 100%;
	line-height: 30px;
}

.nav-dropdown-setting li a{
	color: white;
	text-decoration: none;
}

.visible{
	display: block;
	right: 41px;
}

.filArianne{
	width: 48%;
    border-bottom: 2px solid #313131;
    height: 27px;
    margin-top: 16px;
    line-height: 23px;
    padding-left: 10px;
    padding-bottom: 5px;
    color:#A9A9A9;
}

.filArianne a{
	color: #A9A9A9;
	padding: 3px 5px;
	border-radius: 3px;

	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.filArianne a:hover{
	background: #313131;
	color: #A9A9A9;
}

li.logout{
	position: absolute;
	right: 0px;
	width: 100px;
}

span.logout{
	position: relative;
	cursor: pointer;
}

li.logout span:before{
	position: absolute;
	content: " ";
	background: url('../icone/logout.png') 50% 50% no-repeat;
	height: 13px;
	width: 13px;
	background-size: 100%;
	left: -21px;
	top: 1px;
}

li#base {
    float: right;
    background: url('../icone/profil.svg') no-repeat 50% 50%;
    border-radius: 3px;
    height: 40px;
    line-height: 60px;
    height: 60px;
    background-size: 30px;
    margin-right: 50px;
    padding-left: 35px;
    background-position: 0px;
    cursor:pointer;
}

li#base:first-letter{
	text-transform: uppercase;
}

#profile {

    float: right;
    height: 60px;
    padding-left: 20px;
    color: white;
    cursor: pointer;
	margin: unset;
}

#profile:hover{
	color: white;

}

.option{
	display: none;
	position: absolute;
    right: -30px;
    top:62px;
    width: 160px;
    background: white;
    text-align: center;
    padding: 0px;   
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 0px 0px 2px 2px;
    opacity: 0;
}

.option::before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
    top: -6px;
    left: 46%;
}

.option li{
	width: 100%;
	color: #444;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
}

.option li:hover{
	background-color: #e5e5e5;
}

.option li:first-child{
	margin-top: 10px;
}

.option li a{
	color:#444;
}

.option li#logout{
	border-top: 1px solid #e5e5e5;
	line-height: 40px;
	border-radius: 0px 0px 0px 2px;
}

.box-message {
    position: absolute;
    top: -52px;
    left: 46%;
    padding: 15px 8px 15px 15px;
    line-height: 20px;
    color: #666;
    opacity: 0;
    border-radius: 2px;
}

.box-success{
    background-color: rgba(239, 255, 185, 0.9); 
    border: 1px solid #C1D779;
}

.box-success p::before{
	content: 'Validé ! ';
	font-weight: bold;
}

/********************************************************************/

#nav-fixed {
	position: fixed;
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	top: 0;
	background-color: #f3ddc6;
	color: white;
	font-size: 1em;
	border-right: 1px solid #151519;
}
#nav{

	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #f3ddc6;
	color: white;
	font-size: 1em;
	border-right: 1px solid #151519;
}

#nav a:not(.question){
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid #151519;
	height: 59px;
}

#nav-fixed a:not(.question){
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid #151519;
	height: 59px;
}

.question{
	display: block;
	width: 100%;
	border-top: 1px solid #151519;
	height: 58px;
}



#nav li:not(#question){
	position: relative;
	line-height: 45px;
	padding-left: 50px;
	color: #8ad1d0;
	text-transform: uppercase;
	width: 90%;
	margin-top: 7px;
	margin-left: 0px;

	/* Ajoute une transition pour un effet plus sympathique lors du survol */
	-webkit-transition: all 500ms, color 1ms;
	-o-transition: all 500ms, color 1ms;
	transition: all 500ms, color 1ms;
}

#nav-fixed li:not(#question){
	position: relative;
	line-height: 45px;
	padding-left: 50px;
	color: #8ad1d0;
	text-transform: uppercase;
	width: 90%;
	margin-top: 7px;
	margin-left: 0px;

	/* Ajoute une transition pour un effet plus sympathique lors du survol */
	-webkit-transition: all 500ms, color 1ms;
	-o-transition: all 500ms, color 1ms;
	transition: all 500ms, color 1ms;
}

#nav .before{
	position: absolute;
	content: " ";
	display: block;
	height: 18px;
	width: 18px;
	background-size: 100%;
	top: 19px;
	left: 19px;
}

#nav-fixed .before{
	position: absolute;
	content: " ";
	display: block;
	height: 18px;
	width: 18px;
	background-size: 100%;
	top: 19px;
	left: 19px;
}

#nav a:hover .before{
	height: 18px;
	width: 18px;
	background-size: 100%;
}
#nav-fixed a:hover .before{
	height: 18px;
	width: 18px;
	background-size: 100%;
}

.menu_pad{
	display: none;
}

#sous-menu{
	margin: 0;
	padding: 0;
	display: none;

}

#sous-menu li{
	position: relative;
}
#nav li:hover ul {
	display: block ;



}

#nav-fixed li:hover ul {
	display: block ;



}

/*
*	CONCERNE LES ICONES SUR LE MENU DE GAUCHE
*	Déclaration d'un pseudo-element before pour afficher l'icone
*/
#bt-before{
	background: url('../images/BT.png') 50% 50% no-repeat;
}

a:hover #bt-before{
	background: url('../icone/order-hover.png') 50% 50% no-repeat;
}

#di-before:before{
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/DI.png');
	margin-right: 10px;

}

a:hover #di-before{
	background: url('../icone/ask-hover.png') 50% 50% no-repeat;
}

#travaux-before:before{
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/BT.png');
	margin-right: 10px;

}

a:hover #travaux-before{
	background: url('../icone/bt-hover.png') 50% 50% no-repeat;
}

#planning-before:before {
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/calendar_32.png');
	margin-right: 10px;
}

a:hover #planning-before{
	background: url('../icone/planning-hover.png') 50% 50% no-repeat;
}

#equipment-before:before{

	display: inline-flex;
	vertical-align: middle;
	content: url('../images/Equipement.png');
	margin-right: 10px;
}

a:hover #equipment-before{
	background: url('../icone/equipment-hover.png') 50% 50% no-repeat;
}

#stock-before:before{

	display: inline-flex;
	vertical-align: middle;
	content: url('../images/Piece.png');
	margin-right: 10px;
}

#stockmouv-before:before{
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/reload_48.png');
	margin-right: 10px;
}

#rstock-before:before{
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/buy_48.png');
	margin-right: 10px;
}

a:hover #stock-before{
	background: url('../icone/stock-hover.png') 50% 50% no-repeat;
}

#compteur-before:before{

	display: inline-flex;
	vertical-align: middle;
	content: url('../images/cpt.png');
	margin-right: 10px;
}

#inventaire-before:before{
	display: inline-flex;
	vertical-align: middle;
	content: url('../images/inv.png');
	margin-right: 10px;
}


a:hover #compteur-before{
	background: url('../icone/counter-hover.png') 50% 50% no-repeat;
	height: 21px;
	width: 21px;
}

#logout:before{
	background: url('../icone/logout.png') 50% 50% no-repeat;
	height: 21px;
	width: 21px;
}

#logout:hover:before{
	background: url('../icone/logout-hover.png') 50% 50% no-repeat;
	height: 21px;
	width: 21px;
}

#nav li:hover:not(#question){
	margin-left: 10px;color:white;
}


#nav-fixed li:hover:not(#question){
	margin-left: 10px;color:white;
}


.notification{
	position: absolute;
	text-align: center;
	right: 0px;
	bottom:3px;
	background-color: #453f59;
	height: 40px; 
	width: 40px;
	line-height: 40px;
	font-weight: bold;

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;

	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: all 750ms, right 500ms;
	-o-transition: all 750ms, right 500ms;
	transition: all 750ms, right 500ms;
}

#nav li:hover:not(#question) .notification{
	right: 10px;

	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

#nav-fixed li:hover:not(#question) .notification{
	right: 10px;

	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

a.question {
    position: absolute;
    bottom: 0px;
}

#question{
	position: absolute;
	bottom: 55px;
	border-top: 1px solid #9995ab;
	line-height: 44px;

	width: 100%;

	padding-left: 50px;
	color: #8ad1d0;
	text-transform: uppercase;

	/* Ajoute une transition pour un effet plus sympathique lors du survol */
	-webkit-transition: all 500ms, color 1ms;
	-o-transition: all 500ms, color 1ms;
	transition: all 500ms, color 1ms;
}

#question:hover{
	background-color: #0be571;
	border-top: 1px solid #0be571;
	color: white;
}


#question:before{
	background: url('../icone/question.png') 50% 50% no-repeat;
}

#question:hover:before{
	background: url('../icone/question-hover.png') 50% 50% no-repeat;
}

.close-box-nav {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../icone/circle-arrow-left.svg') 50% 50% no-repeat;
    background-size: 100%;
    bottom: 69px;
    left: 18px;
    cursor: pointer;

    transition: transform 350ms;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.close-box-nav.inverse{

	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}