/* Le sélecteur FR / عربي — même dessin que celui des ressources et des outils. */
.mn-langswitch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  background: #F3EFE8;
  flex: none;
}
.mn-langswitch > * {
  height: 40px;
  padding-inline: 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #585858;
  font: 800 15px/1 Nunito, sans-serif;
  text-decoration: none;
}
.mn-langswitch > .is-on { background: #1F1F1F; color: #fff; }
.mn-langswitch > a:hover { background: #fff; color: #1F1F1F; }
.mn-langswitch .ar { font-family: Tajawal, Nunito, sans-serif; font-size: 16px; font-weight: 700; }
/* Sur la barre sombre des espaces connectés. */
.mn-langswitch--sombre { background: rgba(255,255,255,.08); margin-inline-end: 6px; }
.mn-langswitch--sombre > * { color: rgba(255,255,255,.7); }
.mn-langswitch--sombre > .is-on { background: #fff; color: #0B0B0C; }
.mn-langswitch--sombre > a:hover { background: rgba(255,255,255,.16); color: #fff; }
