/* Flags thanks to https://github.com/7kfpun/flag-css */

:lang(en).i18n-language-switch {
  background: url(flag-fr.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
:lang(fr).i18n-language-switch {
  background: url(flag-us.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
