/* UTF-8 à jamais */
.lang{
	margin-left:18px;
	border-left:1px solid rgba(255,255,255,0.24);
	height:20px;
}
.lang .lang_sel{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;
	align-items:center;
	-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;
	cursor:pointer;
	text-transform:uppercase;
	width:62px;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:0.88em;
}
.home .lang .lang_sel,
.page_groupe .lang .lang_sel{
	color:#fff;
}
.lang .lang_sel svg{
	margin-left:8px;
}
.lang ul{
	position:relative;
	z-index:5;
	display:none;
	width:62px;
	background-color:#0f2454;
}
.lang.aff ul{
	display:block;
}
.lang ul li{
	margin-top:10px;
	text-transform:uppercase;
	color:#fff;
	font-size:0.88em;
}
.lang ul li a{
	text-decoration:none;
	display:block;
	width:calc(100% - 8px);
	padding-left:8px;
	color:#fff;
}