#header{
	position: fixed;
width: 100%;
	left: 0;
	top: 0;
	height: 90px;
	z-index: 10;
	background-color: #1C1F2A;
}


/********************************DEBUT SIDE BAR**************************************/
.btn_index{
	position:fixed;
	margin:0;
	padding:0;
	top:10px;
	left:10px;
	height:45px;
	width:45px;
	text-align:center;
border-radius:3px;
	cursor:pointer;
	transition:left .8s ease;
	display:flex;
	align-items:center;
	background-color: #1C1F2A;
border-left:1px solid #fff;
	z-index:2000;
}

.btn_index span.btn_toggle,.btn_index span.btn_toggle:before,.btn_index span.btn_toggle:after{
	position:absolute;
	width:80%;
margin:0 auto;
	padding:0 5px;
	height:2px;
	transition:all .8s ease-in-out;
	background:#fff;
	z-index:1001;
}
.btn_index span.btn_toggle:before{
	content:'';
	top:10px;
	left:0;
}
.btn_index span.btn_toggle:after{
	content:'';
	top:-10px;
	left: 0;
}
.btn_index span.btn_toggle.rotate{
	transform:rotate(120deg);
}
.btn_index span.btn_toggle.rotate:before,.btn_index span.btn_toggle.rotate:after{
	top:0;
	transform:rotate(120deg);
transition: all .8s ease-in-out;
}
.btn_index.click{
	left:260px;
}
.sidebar{
	position:fixed;
	top: 0;
	margin:0;
	padding: 10px;
	width:260px;
	left:-260px;
	height: 100%;
	background-color: #1C1F2A;
	transition:left 0.8s ease;
	z-index:2000;
	overflow-x: scroll;
opacity: 1;
}


.sidebar.show{
	left:0;
	opacity: 3;
}
.sidebar .text{
	color:#fff;
	font-size:20px;
	font-weight:600;
	line-height:50px;
	text-align:center;
	background:rgb(0, 118, 189);
 	background-color: #1C1F2A;
letter-spacing:1px;
}
.sidebar ul{
	width:96%;
	padding: 10px;
	list-style:none;
	overflow-y:visible;
	z-index: 1000;
height: auto;
	opacity: 1;
}
.sidebar ul li{	
	width: 100%;
	list-style:none;
	
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.sidebar ul li a{
	font-family: 'Roboto',sans-serif;
	position:relative;
	color:#fff;
	text-decoration:none;
	font-size:13px;
padding: 6px;
	font-weight:500;
	display:block;
width: 100%;
	border-left:1px solid transparent;
	margin-left: 2px;
border-radius: 5px;
}


.sidebar ul li.active_nav3 a{
	background-color: red;
}
.sidebar ul li a:hover{
	color:darkblue;
	text-decoration:none;
		background: #e6e6e6;
	transition: all .4s ease;

}
.sidebar ul li a.active_nav3{
	background-color: white;
	color: #333;
}
.sidebar  ul ul{
	position: static;
	display:none;
margin: 0 0 0 5px;
	padding: 4px;
}
.sidebar  ul ul li a{
padding: 6px;
}
.sidebar  ul .div-show1.show1,
.sidebar  ul .div-show2.show2,
.sidebar  ul .div-show3.show3,
.sidebar  ul .div-show4.show4,
.sidebar  ul .div-show5.show5,
.sidebar  ul .div-show6.show6,
.sidebar  ul .div-show7.show7
{
display: block;
transition: all .6s ease;
}
.sidebar ul li:hover{
	list-style:none;

	border-bottom:none;
	border-left:1px solid orange;
}
.nav_li1 span{
padding: 1px;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
font-weight: 600;
	font-size: 1.2em;
	transition:all 0.4s ease-in-out;

}
.nav_li1 span.rotate{
	transition: all .4s ease-in-out;
	transform:translateY(-50%)rotate(-90deg);
}
.nav_li1.active_nav3{
	background-color: red;
}
/********************************FIN SIDE BAR**************************************/


/******************/
#nav{
	position: absolute;
	width: 80%;
margin: 0;
top: 20px;
	left: 180px;

}
#nav ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
#nav ul li{
	margin: 0 1px;
	min-width: 60px;
	text-align: center;
}
#nav ul li a{
	color: #fff;
	margin: 0 5px;
	font-size: 14px;
	padding: 8px;
	
	border-bottom: 2px solid transparent;
	transition: all .4s ease;
	
}
#nav ul li a:hover{
	border-bottom:1px solid #fff;
	border-radius: 10px;
	transition: all .4s ease;
	color: #fff;
}
#nav ul li a.active_nav{
	border-bottom:1px solid #fff;
	transition: all .4s ease;
	color: #fff;
	border-radius: 10px;
}

/****************************/






/****************************/
.btn_index5{
	width: 80px;
	top: 30px;
	left: 1000px;
	position: relative;
cursor: pointer;
background-color: lightgray;
color: #fff;
	padding: 5px 10px;
	font-size: .8em;
	border: 1px solid gray;
	border-color: wheat;
	border-radius: 10px;
text-align: center;
	z-index: 600;
	font-weight: 400;
}
.sidebar5{

	margin: auto;
	position: absolute;
	top: -290px;
	color: #fff;
	background-color: transparent;
transition: all .8e ease;
	opacity: 1;
padding: 10px ;
	z-index: 1;
}
.sidebar5.show{
		position:absolute;	
	z-index: 100;
	top:70px;
	left: 0;
		width: 100%;
	height:auto;
	text-align:center;
border-radius:3px;
	cursor:pointer;
	transition:all .8s ease;
border-left:1px solid #fff;
/*background-color: #1C1F2A;*/
	background-color: red;
	opacity: 2;
}
.sidebar5 ul{
		width: 80%;
	margin: auto;
display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	
}
.sidebar5 ul li{

	padding: 5px 10px;
	transition: all .4s ease;
}
.sidebar5 ul li a:hover{
	padding: 3px 0;
	border-bottom-color: red;
}
.sidebar5 ul li a{	
	padding: 3px 0 5px 0;
	font-size:12px;	
	border-bottom: 1px solid transparent;
	color: #fff;
}
/***********************************************/

.session{
	position: absolute;
	top: 65px;
	padding: 0 0 0 10px;
	margin: 0;
	left: 0;
	height: 20px;
	line-height: 20px;	
}
.session p{
	color: #fff;
	font-size: 12px;
}
.messageFlash{
	position: relative;
	left: 0;
	right: 0;
	height: 20px; line-height: 20px;
	top: 46px;
}
@media screen and (max-width: 600px){
.messageFlash{
	position: relative;
	left: 0;
	right: 0;
	top: 50px;
}

.session{
	position: absolute;
	top: 100px;
	padding: 0 0 0 10px;
	margin: 0;
	left: 0;
	height: 20px;
	line-height: 20px;	
}
#header{
	position: fixed;
width: 100%;
	left: 0;
	top: 0;
	height: 130px;
	z-index: 1000;
	background-color: #1C1F2A;
}
/******************/
#nav{

margin: 0;
top: 10px;
	left: 60px;
}
	#nav ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
#nav ul li{
	margin: 5px;
	min-width: 60px;
	text-align: center;
}
#nav ul li a{
	color: #fff;
	margin: 5px 2px;
	font-size: 12px;
	padding: 2px;
	border-bottom: 2px solid transparent;
	transition: all .4s ease;
}
/******************/
.btn_index5{
	width: 80px;
	top: 50px;
	left: 300px;
	position: relative;
cursor: pointer;
background-color: lightgray;
color: #fff;
	padding: 5px 10px;
	font-size: .8em;
	border: 1px solid gray;
	border-color: wheat;
	border-radius: 10px;
	z-index: 600;
	text-align: center;
	font-weight: 400;
}
}


