/* Cibler le bouton pour ajuster son comportement */
.footer__language-picker-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    margin: 10px;
    z-index: 1000;
}
.vp-dropdown__options.direction-up {
  	top: -90px;
    transform: translateY(calc(100% + var(--options-offset)));
}