
/******************************* MENU PRINCIPAL ********************************/
#menu-comp-bloc{
	position: fixed;
	display: block;
	z-index:2001;
	top:81px;
	left:0px;
	width: 100%;
	background-color: rgba(45, 45, 45, 1);
	border-bottom: 1px solid #000;
}
#menu-comp{
	position: relative;
	display: flex;
	width: 35%;
	/*background-color: rgba(222, 145, 96, 0.5);
	padding-left: 14%;*/
	margin-left: 130px;
}
#menu-comp li{
	display: inline-block;
	flex:auto;
	/*border-left: 1px solid #000;
	background-color: rgba(90, 248, 50, 0.9);*/
}
#menu-comp li:last-child{
	/*border-right: 1px solid #000;*/
}
#menu-comp a{
	position: relative;
	display: block;
	z-index:2000;
	height:60px;
	line-height: 4em;

	color: #ddd;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0.4px;	
	font-size: 1em;
	text-decoration: none;
	text-align: center;
}
#menu-comp .trait{
		position:relative;
		display: block;
		z-index:1999;
		width: 12%;
		height: 2px;
		bottom: 15px;
		margin: 0 44% 0 44%;
		background-color: rgba(45, 45, 45, 1);
}
#menu-comp > li:hover .trait{
		background-color: rgba(90, 90, 90, 1);
}
#menu-comp > li > a:hover{
	color: #99ff00;
	cursor: pointer;
	/*border-top: 1px solid #99ff00;
	padding-top:2px;	*/
	background-color: rgba(0, 0, 0, 0.033);
}

/************************* VOLET ************************/
.closeX{
	float:right;
  	width:20px;
	height: auto;
	cursor: pointer;
	/* background-color: rgba(222, 245, 166, 0.3);*/
	 padding: 5px 5px;
	 margin-right:20px;
}
.fa-square-xmark{
	color: #666;
	font-size: 1.2em;
}
.fa-arrows-left-right{
	/*color: #666;*/
	font-size: 1em;
}
.closeRoll{
	position:absolute;
	background-color: rgba(34, 34, 34, 0.4);
 	width: 100%;
	height: 15px;
	bottom: 0;
	border-top: 1px solid #111;
}
#maskPage{
	position:absolute;
	display: block;
 	width: 100%;
	height: 120%;
	top:0;
	left:0;
	/*background-color: rgba(158, 234, 147, 0.4);*/
	z-index:2000;
}
.MenuCompG, .MenuCompS, .MenuCompP{
	display:none;
	background-color: rgba(45, 45, 45, 0.99);
	position:fixed;
	z-index:2000;
	top:141px;
	left:0px;
	width: 100%;
	height: 330px;
  
  animation-name: movDiv;
  animation-duration: 0.5s;
}
.MCpad{
	padding: 40px;
}
@keyframes movDiv {
  0%  { top:-50px;}
  100%   { top:141px;}
}
/************************* MENU VOLET ************************/
.voletMenu{
	list-style-type: none;
}
.McolonS{
	display: block;
	width: 50%;
	height: auto;
	padding: 5px 30px 15px 0px;
	/*border-left: 1px solid #777;
	background-color: rgba(122, 45, 136, 0.1);*/
}
.McolonD{
	display: block;
	width: 30%;
	height: auto;
	padding: 5px 30px 15px 0px;
	/*margin-right:3%;*/
	/*border-left: 1px solid #777;
	background-color: rgba(22, 145, 136, 0.1);*/
}
.McolonD:last-child{
	/*margin-top:50px;
	padding-bottom:20px;
	padding-left:3%;
	border-left: 1px solid #000;*/
}
.titre{
	display: block;
	width: 100%;
	height: auto;
	/*border-bottom: 1px solid #99ff00;*/
	margin-bottom:20px;
	
	color: #aaa;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	letter-spacing: 7px;
	text-transform: uppercase;
}
.voletMenu ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 6px 0 3px 10px;
	left:-1px;
	
	text-decoration: none;
	color: #fff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 1px;
}
.voletMenu ul li:hover a, .voletMenu ul li:active a{
	color: #99ff00;
	border-left: 1px solid #99ff00;
	/*background-color: rgba(48, 48, 48, 1);
	background: linear-gradient(to right,  rgba(153,255,0,0.03) 0%,rgba(153,255,0,0) 100%);*/

	
	-webkit-animation: txtMV .7s ease-out 0s;
    -moz-animation: txtMV .7s ease-out 0s;
	animation: txtMV .7s ease-out 0s;
}
@keyframes txtMV {
	 0% {border-left: 1px solid #222; letter-spacing: 1px; color:#fff; left:-1px;}
	 20% {border-left: 5px solid #99ff00; letter-spacing: 3px; color:#99ff00; left:-2px;}
	 70% {border-left: 1px solid #99ff00; letter-spacing: 1px; color:#99ff00; left:-1px; }
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 1550px){
	#menu-comp{
	/*padding-left: 13%;
	width: 50%;*/
	}
}
@media screen and (max-width: 1300px){
	.McolonD{
		width: 40%;
	}
}
@media screen and (max-width: 1000px){
	#menu-comp{
		display: none;
	}
	.voletMenu{
		display: none;
	}
}