/* 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-block: 1.9375rem;
  background-color: var(--wp--preset--color--beige-light);
  color: var(--wp--preset--color--black);
}
.l-site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.l-site-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 0;
}
.l-site-footer__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: inherit;
  text-decoration: none;
}
.l-site-footer__logo {
  display: block;
  line-height: 0;
  height: 3.125rem;
  max-width: 13.75rem;
  color: inherit;
}
.l-site-footer__logo svg {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.l-site-footer__logo-img {
  display: block;
  height: 3.125rem;
  width: auto;
  max-width: 13.75rem;
  object-fit: contain;
}
.l-site-footer__brand-text {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: var(--wp--preset--color--red);
}
.l-site-footer__brand-text {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__brand-text {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__brand-text {
    font-size: 0.8125rem;
  }
}
.l-site-footer__end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  min-width: 0;
}
.l-site-footer__nav {
  min-width: 0;
}
.l-site-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-site-footer__nav-link {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: var(--wp--preset--color--red);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.l-site-footer__nav-link {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__nav-link {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__nav-link {
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer__nav-link:hover {
    opacity: 0.75;
  }
}
.l-site-footer__social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
}
.l-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wp--preset--color--red);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer__social-link:hover {
    opacity: 0.75;
  }
}
.l-site-footer__social-icon {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.l-site-footer__social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-site-footer__credits {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  opacity: 0.5;
}
.l-site-footer__credits .l-site-footer__copyright,
.l-site-footer__credits .l-site-footer__copyright-link,
.l-site-footer__credits .l-site-footer__legal-link {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.l-site-footer__credits .l-site-footer__copyright,
.l-site-footer__credits .l-site-footer__copyright-link,
.l-site-footer__credits .l-site-footer__legal-link {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__credits .l-site-footer__copyright,
  .l-site-footer__credits .l-site-footer__copyright-link,
  .l-site-footer__credits .l-site-footer__legal-link {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__credits .l-site-footer__copyright,
  .l-site-footer__credits .l-site-footer__copyright-link,
  .l-site-footer__credits .l-site-footer__legal-link {
    font-size: 0.75rem;
  }
}
.l-site-footer__divider {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--black);
}
.l-site-footer__credits-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
}
.l-site-footer__copyright {
  margin: 0;
  white-space: nowrap;
}
.l-site-footer__copyright-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer__copyright-link:hover {
    opacity: 0.75;
  }
}
.l-site-footer__legal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-site-footer__legal-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer__legal-link:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 1024px) {
  .l-site-footer__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-site-footer__end {
    width: 100%;
    justify-content: flex-start;
  }
  .l-site-footer__nav-list {
    justify-content: flex-start;
    gap: 1.25rem;
  }
  .l-site-footer__credits {
    align-items: flex-start;
  }
  .l-site-footer__credits-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .l-site-footer__copyright, .l-site-footer__nav-link, .l-site-footer__legal-link {
    white-space: normal;
  }
}
@media screen and (max-width: 991px) {
  .l-site-footer {
    padding-block: 1.5rem;
  }
  .l-site-footer__inner {
    gap: 2rem;
  }
  .l-site-footer__end {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .l-site-footer__nav-list, .l-site-footer__legal-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}