.menu{
	width: 100%;
	height: var(--headerHeight);
	background-color: black;
	position: fixed;
	z-index: 10;
}

.logo{
	background-image: url("/img/picto/logo.svg");
	width: 200px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 15px;
}

.langueConteneur{
	float: right;
	height: 100%;
}

.langue{
	position: relative;
    font-family: "RobotoCondensed";
	height: 100%;
	width: 35px;
	display: inline-block;
	color: white;
	/*background-color: rgb(65,64,66);*/
	background-color: #414042;
	cursor: pointer;
}

.selected{
	background-color: white;
	color: black;
}