/* Externalise de la modification #56 le 23/08/2026 (G6M_EXTERNALISATION_V1016).
   Ce bloc etait inline dans PAGE_CONTAINER : il repartait donc dans le HTML de
   CHAQUE page, sans jamais etre mis en cache. En fichier, il est recupere une
   fois puis servi depuis le cache.
   Le <link> occupe la position EXACTE de l ancien <style> : l ordre de cascade
   est donc rigoureusement identique. */

html#XF body .g6m-footer-legal,
html#XF body .g6m-footer-legal.g6m-footer-legal--premium,
html#XF body .g6m-footer-legal.g6m-footer-legal--site-clone,
html#XF body .g6m-forum-footer .g6m-footer-legal,
html#XF body[data-template="login"] .g6m-footer-legal,
html#XF body[data-template="register_form"] .g6m-footer-legal,
html#XF body.template-login .g6m-footer-legal,
html#XF body.template-register_form .g6m-footer-legal {
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:.7rem!important;
  width:100%!important;
  max-width:min(680px, calc(100% - 1.5rem))!important;
  margin:0 auto!important;
  padding:1.45rem clamp(1.1rem, 3.5vw, 1.85rem) 1.35rem!important;
  box-sizing:border-box!important;
  text-align:center!important;
  float:none!important;
}
html#XF body .g6m-footer-legal__line--primary,
html#XF body[data-template="login"] .g6m-footer-legal__line--primary,
html#XF body[data-template="register_form"] .g6m-footer-legal__line--primary {
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.35rem .5rem!important;
  width:fit-content!important;
  max-width:100%!important;
  margin:0 auto!important;
}
html#XF body .g6m-footer-legal__line--primary .g6m-footer-legal__copy,
html#XF body .g6m-footer-legal__line--primary .g6m-footer-legal__brand,
html#XF body .g6m-footer-legal__line--primary .g6m-footer-legal__rights,
html#XF body[data-template="login"] .g6m-footer-legal__copy,
html#XF body[data-template="register_form"] .g6m-footer-legal__copy,
html#XF body[data-template="login"] .g6m-footer-legal__brand,
html#XF body[data-template="register_form"] .g6m-footer-legal__brand {
  display:inline-flex!important;
  flex:0 0 auto!important;
  margin:0!important;
  width:auto!important;
  float:none!important;
}
html#XF body .g6m-footer-legal__version,
html#XF body[data-template="login"] .g6m-footer-legal__version,
html#XF body[data-template="register_form"] .g6m-footer-legal__version {
  border-top:0!important;
  padding-top:0!important;
  margin:.35rem auto 0!important;
}
