/**
 * Barre légale globale — copyright + liens (footer.php, fin de #outer-wrap).
 * LEGAL-FOOTER-04 (2026-07-17) : #wrap ouvert dans header + sticky bas viewport
 * LEGAL-FOOTER-04B (2026-07-17) : enqueue prio 110 (survit à desactiver_tous_les_styles @100)
 */

#outer-wrap {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

#wrap {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#main {
  flex: 1 0 auto;
  width: 100%;
}

.liofo-legal-footer {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  margin-top: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1.25rem 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 8, 12, 0.72);
  text-align: center;
}

.liofo-legal-footer__line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.25rem;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.liofo-legal-footer__copy {
  white-space: nowrap;
}

.liofo-legal-footer__sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  padding: 0 0.15rem;
}

.liofo-legal-footer__line a {
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: #0CC0DF;
  text-decoration: none;
  white-space: nowrap;
}

.liofo-legal-footer__line a:hover,
.liofo-legal-footer__line a:focus-visible {
  text-decoration: underline;
  color: #5eead4;
}

@media (max-width: 600px) {
  .liofo-legal-footer {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .liofo-legal-footer__line {
    font-size: 0.78rem;
    gap: 0.3rem 0.85rem;
  }
}
