
/******************************** COMP *******************************/
#menu-lang {
	display: block;
	position:fixed;
	/*flex:5%;*/
	top: 2px;
	right: 10px;
	height:50px;
	width: 50px;
	background-color: rgba(34, 34, 34, 1);
	white-space: nowrap;
}
#menu-lang li{
	position: relative;	
	/*width: 25%;*/
}
#menu-lang > li{
	display: inline-block;
}
#menu-lang a{
	display: block;
	line-height: 1em;
	
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 0.4px;	
	font-size: 13px;
	text-decoration: none;
}
#menu-lang > li > a{
	color: #fff;
	padding: 20px 0 0 13px;
/*background-color: #900;*/
}
#menu-lang > li:first-child > a:after {
	font-family: FontAwesome;
	content: '\f0dd';
	/*content: '▶';*/
	font-size: 11px;
	color: #fff;
	margin-left:4px;
}
#menu-lang > li > a:hover{
	color: #fff;
	height:50px;
	width: 50px;
	
	animation-name: survol;
	animation-duration: 2s;
}
#menu-lang > li:hover > ul{
	left: 0;
	top: 36px;
	width: 100%;
/*	background-color: rgba(240, 108, 220, 0.5);*/

	animation-name: ssmenulangmov;
	animation-duration: 1s;
	/*transition: ease-out;*/
}
/*_________________________________sub menu____________________________*/
#sub-menulang{
	position: absolute;
	left: -10000px;
}
#sub-menulang > li {
	left: 0em;
	height: 50px;
	width: 50px;
}
#sub-menulang li:last-child {
	/*height: 50px;
	width: 50px;*/
}
#sub-menulang li:first-child {
	margin-top: 0.9em;
} 
#sub-menulang > li > a {
	line-height: 0em;
	font-size: 0.8em;
	text-align:center;
	color: #fff;
	white-space:normal;
	text-transform: none;
	letter-spacing: 0.4px;	
	
	padding: 25px 0 0 0px;
	height: 50px;
	width: 50px;
	background-color: rgba(34, 34, 34, 1);
}
#sub-menulang > li > a:hover{
	background-color: #717b85;
	color:#1e1e1e;
	font-weight:bold;
	
	animation-name: subMrollang;
	animation-duration: 1s;
}
#sub-menulang > li:hover > ul {
		left: 100%;
		top: 0em;
}
/*_________________________________ anim ____________________________*/
@keyframes ssmenulangmov {
  0%   {opacity: 0;top:100px;}
  60% {opacity: 1;top:36px;}
}
@keyframes survol {
  0%  {background-color: rgba(128, 210, 27, 0.75);}
100% { background-color: rgba(128, 210, 27, 0);}
}
@keyframes subMrollang {
  0%   {background-color:#80d21b;}
  30%   {background-color:#80d21b;}
  100% {background-color:#717b85;}
}
/******************************** SMART *******************************/
#MSlang {
	display: flex;
	position:absolute;
	bottom: 0;
	left: 0;
	height:80px;
	width:100%;
	border-top: 1px solid #99ff00;
	background-color: rgba(25, 25, 25, 1);
}
#MSlang .MSlangBloc {
	flex:100%;
	margin-top:20px;
	/*margin-left:10%; -------------------------------------------------------- 3 lang */
	margin: 20px 5%;     /*-------------------------------------------------------- 2 lang */
	height:41px;
	/*background-color: rgba(34, 34, 234, 1);*/
}
#MSlang .MSlangBloc:last-child {
	margin-right:10%;
}
.supprZH{  /*----------------------------------------------------------------- 2 lang */
	display:none;
}
#MSlang li > a {
	line-height: 0em;
	font-size: 0.8em;
	text-align:center;
	color: #ccc;
	white-space:normal;
	text-transform: none;
	letter-spacing: 0.4px;	
	
	display: block;
	padding: 20px;
	/*border-top: 2px solid #222;
	background-color: rgba(35, 35, 35, 1);*/
}
#MSlang .select{
	border-bottom: 1px solid #717b85;
}
#MSlang > li > a:hover{
	background-color: #252525;
	border-bottom: 1px solid #99ff00;
	color:#fff;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width: 700px){
	#menu-lang{
		display: none;
	}
}
