/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.l-site-footer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: var(--wp--preset--color--bg-black);
  color: var(--wp--preset--color--txt-white);
}
.l-site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-site-footer__nav, .l-site-footer__legal, .l-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.l-site-footer__nav-item, .l-site-footer__legal-item, .l-site-footer__social-link {
  color: inherit;
  text-decoration: none;
}
.l-site-footer__copyright {
  margin: 0;
  opacity: 0.8;
}