/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.l-footer:not(.has-background-color) {
  --section-bg: var(--wp--preset--color--indigo);
}
.l-footer:not(.has-text-color) {
  --section-color: var(--wp--preset--color--white);
}
.l-footer:not(.has-accent-color) {
  --section-accent: var(--wp--preset--color--lila-rvb);
}
.l-footer:not(.has-link-color) {
  --section-link-color: var(--wp--preset--color--white);
}
.l-footer:not(.has-link-hover-color) {
  --section-link-hover-color: var(--wp--preset--color--white);
}
.l-footer__wrapper.l-wrapper {
  padding-block: 2rem;
}
.l-footer__wrapper.l-wrapper .l-container {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  gap: 3.75rem;
  align-items: start;
}
@media screen and (max-width: 1280px) {
  .l-footer__wrapper.l-wrapper .l-container {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__wrapper.l-wrapper .l-container {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.l-footer__wrapper_2.l-wrapper {
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .l-footer__wrapper_2.l-wrapper {
    padding-top: 2rem !important;
  }
}
.l-footer__logo {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .l-footer__logo {
    max-width: 400px;
    margin-inline: auto;
  }
}
.l-footer__cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-footer__cta_title {
  font-size: 1.5rem;
  font-family: "paralucent-text", sans-serif;
  font-weight: 300;
}
.l-footer__cta .c-btn {
  --btn-color: var(--section-bg);
}
@media screen and (max-width: 991px) {
  .l-footer__cta_title, .l-footer__cta_button {
    text-align: center;
  }
}
.l-footer__menu, .l-footer__nav, .l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__nav-list a {
  font-size: 0.875rem;
  font-family: "paralucent-condensed", sans-serif;
  font-weight: 500;
}
.l-footer__nav-list a .switch-hover__item::before {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .l-footer__nav-list a {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__socials {
    text-align: center;
  }
}
.l-footer__social-link {
  font-size: 1.625rem;
}
.l-footer__social-link:hover {
  opacity: 0.75;
}
.l-footer__bottom, .l-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  --section-color: var(--wp--preset--color--lila-rvb);
  --section-link-color: var(--wp--preset--color--lila-rvb);
  color: var(--section-color);
}
.l-footer__bottom a, .l-footer__bottom span, .l-footer__legal a, .l-footer__legal span {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.l-footer__legal {
  flex: 1 1 auto;
}
@media screen and (max-width: 991px) {
  .l-footer__legal {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}