#header{
  width:100%;
  height:50px;
  /* height:10px; */
  top:0;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;


}

.header-elt{
  display:inline-block;
  font-family: Century;
  padding:10px;
  /* padding:0px; */
  box-sizing: border-box;
}

#logo-header{
  height:100%;
  float:left;
  /* padding:0px; */
  padding:10px;
}

#logo-header img{
  height: 100%;
  fill: green;
  display:block;
}

#logo-header svg{
  height: 100%;
  fill: green;
  display:block;
}

#Calque_1 .cls-3{
  fill:black;
}

#nav-bar{
  width:100%;
  display:flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#nav-bar li{
  list-style: none;
  display: inline-flex;
  width: 100%;
}

#nav-bar li a{
  color:black;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 30px;
  /* line-height: 10px; */
  width:100%;
  text-align: center;
}

#nav-bar li a:hover{
  text-decoration: underline;
}

#geo-bar{
  /* background-color: white; */
  float: right;
  width: 50%;
  text-align: center;
}

#geo-bar p{
  margin:0;
  line-height: 30px;
  text-transform: uppercase;
}

#geo-bar a{
  text-decoration: none;
  color:black;
}

#geo-bar a:hover{
  cursor:pointer;
  text-decoration: underline;
}

#geo-bar .selected{
  font-family: Haas;
}

#lang-switcher{
  float:right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}

#lang-switcher li{
  display: inline-block;
  list-style: none;
  margin: 0px 3px;
  /* margin: 1px; */
  padding:5px;
  /* padding:0px; */
  height:20px;
  /* height:6px; */
  width:20px;
  /* width:6px; */
  /* border: 1.5px solid black; */
  border-radius: 20px;
}

#lang-switcher li a{
  font-family: Haas, Helvetica;
  text-decoration: none;
  /* color: black; */
  font-size: 14px;
  /* font-size: 0px; */
  line-height: 20px;
  /* line-height: 20px; */
  transition:2s ease;
}
