/* 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 {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
}
.l-site-footer__copyright {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__copyright {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__copyright {
    font-size: 0.875rem;
  }
}