/**
 * Surcharge du switcher de langue Linguise.
 *
 * Le bouton drapeau est injecte cote client par le script externe
 * switcher.bundle.js (declare dans add_to_head.settings.yml), qui pose ses
 * styles directement en attribut style="" sur .linguise_switcher.
 * D'ou le !important sur chaque declaration : sans lui le style inline gagne.
 */
.linguise_switcher_wrapper .linguise_switcher {
  position: fixed !important;
  bottom: 50px !important;
  right: 10px !important;
  z-index: 99999 !important;
  background: #fff !important;
  border-radius: 0 !important;
}
