.changeLangue{
    margin-left: 30px;
}
.langue-actuelle *{
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 2px 8px #201f1f;
}

.navbar .langues{
  margin-right: 50px;
}
.navbar .langues a:not(:last-of-type){
  margin-right: 25px;
}
@media screen and (max-width:992px) {
 
  .langues a img{
    width:35px;
  }
  .langues a:not(:last-of-type){
    margin-right: 12.5px;
  }
}