
/*........................................ MOV MENU ..............................*/
#movmenu {
	display:none;
	position:fixed;
	z-index:4001;
	top:0px;
	left:0px;
	background-color: rgba(45, 45, 45, 0.975);
	width: auto;
	min-width: 320px;
	height: 100%;
	padding: 20px;
	border-right: 2px solid #121212;
	border-top: 80px solid #121212;
	/*border-bottom: 3px solid #99ff00;*/
	
/*background: 
      linear-gradient(135deg,#0000 20.5%,#06192e 0 29.5%,#0000 0) 0 5px,
      linear-gradient( 45deg,#0000 8%,#06192e 0 17%, #0000 0 58%) 10px 0,
      linear-gradient(135deg,#0000 8%,#06192e 0 17%, #0000 0 58%,#06192e 0 67%,#0000 0),        
      linear-gradient( 45deg,#0000 8%,#06192e 0 17%, #0000 0 58%,#06192e 0 67%,#0000 0 83%,#06192e 0 92%,#0000 0),
      #0d213b;
background-size: 20px 20px;*/
	
	-webkit-animation: Fmenu 1.5s ease-out 0s;
    -moz-animation: Fmenu 1.5s ease-out 0s;
	animation: Fmenu 1.5s ease-out 0s;
}
@keyframes Fmenu {
	 0% {border-radius: 0% 45% 45% 0%; width: 80%}
	 15% {border-radius: 0% 15% 15% 0%; width: 320px}
	 100% {border-radius: 0% 0% 0% 0%; width: 320px }
}
.fa-times{
		display:block;
		position: fixed;
		top:22px;
		left: 280px;
		visibility:visible;
		font-size: 1.5em;
		color: #99ff00;
}
#faBloc {
		display:none;
		position: fixed;
		z-index:4000;
		height: 30px;
		width: 50px;
		right: 60px;
		top:12px;
		padding: 10px 0px 0px 14px;
		border-right: 1px solid #666;
		/*background-color: rgba(210, 0, 60, 1);*/
}
.fa-bars{	
		font-size: 1.5em;
		color: #99ff00;
}
/***************************************************************/
#movmenu #acc a{
	float:left;
	display:block;
	position: relative;
	/*background-color:#333;*/
	margin: -45px 0 0 0px;

	font-family: 'Rajdhani', sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
}
#movmenu nav a {
	text-decoration: none;
}
#movmenu nav ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#movmenu nav {	
	/*background-color:#fc0;
		margin: 40px 0 0 0;*/
}
#movmenu .menu-smart {
	/*background-color: rgba(255, 255, 0, 0.1);*/
}
#movmenu .menu-smart > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;

	font-family: 'Rajdhani', sans-serif;
	font-size: 1.15em;
	line-height: 1.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ccc;
	margin: 10px 0 0 0;
	/*border-top: 1px dotted #99ff00;*/
}
#movmenu .menu-smart ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	
	font-family: 'Rajdhani', sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	text-indent: 0.5em;
	letter-spacing: 0.5px;
}
#movmenu .menu-smart ul li:last-child a {
	/*border-bottom: 1px dotted #506d8b;*/
}
#movmenu .menu-smart > li > a:hover, #movmenu .menu-smart > li > a.focus {
	color: #99ff00;
	-webkit-animation: txtM .5s ease-out 0s;
    -moz-animation: txtM .5s ease-out 0s;
	animation: txtM .5s ease-out 0s;
}
@keyframes txtM {
	 0% { letter-spacing: 1px; color:#98b1cb }
	 25% { letter-spacing: 6px; color:#99ff00}
	 100% { letter-spacing: 1px; color:#99ff00 }
}
/*-------------------------------------------------------------------- menu_TTR --------------------*/
#ecart {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	margin: 15px 0;
	background-color:#000;
}
#movmenu .menu-smart .menu_ttr1 ul li a, #movmenu .menu-smart .menu_ttr2 ul li a, #movmenu .menu-smart .menu_ttr3 ul li a {
	color: #fff;
}
#movmenu .menu-smart > li > ul li a:before{
	/*content: '▶';
	font-size: 7px;
	color: #eee;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0.2em;
	left: -1.4em;*/
}
#movmenu .menu-smart > li > ul li:hover a, #movmenu .menu-smart > li > ul li:active a{
	color: #99ff00;
	border-left: 2px solid #99ff00;
	
	-webkit-animation: txtSM .7s ease-out 0s;
    -moz-animation: txtSM .7s ease-out 0s;
	animation: txtSM .7s ease-out 0s;
}
@keyframes txtSM {
	 0% { border-left: 1px solid #222; letter-spacing: 0.5px; color:#fff}
	 20% { border-left: 6px solid #99ff00; letter-spacing: 1.7px; color:#99ff00}
	 70% { border-left: 2px solid #99ff00; letter-spacing: 0.5px; color:#99ff00 }
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1000px){
	#faBloc {	
		display: block;
	}
}
@media screen and (max-width: 700px){
	#faBloc {	
			right: 5px;
			border-left: 1px solid #666;
			border-right: none;
	}
}
