/* Sélecteur de langue du header : drapeau seul (cf. itsr_pair_switch_link()
   dans mu-plugins/itsr-i18n.php). Versionné par filemtime(), se buste seul. */
.site-header .itsr-lang-switch,
.itsr-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 6px;
  line-height: 0;
  text-decoration: none;
  opacity: .9;
  transition: opacity .15s, background .15s;
}
.itsr-lang-switch:hover,
.itsr-lang-switch:focus-visible {
  opacity: 1;
  background: rgba(242, 229, 210, .08);
}
.itsr-lang-flag {
  display: block;
  height: 14px;
  width: auto;
  box-shadow: 0 0 0 1px rgba(242, 229, 210, .35);
}
