/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.l-footer {
  background-color: var(--wp--preset--color--bg-primary-darker);
  color: var(--wp--preset--color--txt-white);
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
  font-family: "Open Sans", sans-serif;
}

.l-footer a {
  color: inherit;
  text-decoration: none;
}

.l-footer ul,
.l-footer li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.l-footer__top {
  display: grid;
  grid-template-columns: minmax(13.75rem, 17.5rem) 1fr;
  column-gap: 0.625rem;
  row-gap: 2.5rem;
  align-items: start;
}

.l-footer__menus {
  display: flex;
  width: 100%;
  column-gap: 3.5rem;
  row-gap: 1.5rem;
}

.l-footer__menu-col {
  flex: 1;
}
.l-footer__menu-col:nth-of-type(2) {
  flex: 2;
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.l-footer__logo {
  display: block;
  max-width: 12.5rem;
  height: auto;
}

.l-footer__site-name {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-secondary-lightest);
}

.l-footer__contact {
  margin: 0;
}

.l-footer__contact-link {
  font-family: "Liter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 24px; /* 160% */
  text-transform: uppercase;
  text-decoration: underline !important;
  text-underline-offset: 0.1875rem;
}

.l-footer__address {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.l-footer__menu {
  margin: 0;
  padding: 0;
}

.l-footer__menu a {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.l-footer__menu a.link--big {
  font-family: "Liter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 24px; /* 160% */
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.l-footer__col-title {
  margin: 0 0 0.75rem;
  font-family: "Liter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-secondary-lightest);
}

.l-footer__legal {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: var(--wp--preset--color--txt-secondary-lightest);
  border-top: 0.0625rem solid rgba(148, 163, 184, 0.3);
  margin-top: 2.5rem;
  padding: 1rem 0 0.5rem;
}
.l-footer__legal a {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-footer__menu-link {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-secondary-lightest);
}

.l-footer__menu-link--big {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-white);
  display: inline-block;
  margin-top: 0.25rem;
}

@media screen and (max-width: 991px) {
  .l-footer {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
  .l-footer .l-container-full,
  .l-footer .l--container,
  .l-footer .eb-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-footer__top {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2.5rem;
  }
  .l-footer__menus {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
    width: 100%;
  }
  .l-footer__menu-col {
    flex: none;
    min-width: 0;
  }
  .l-footer__menu-col:nth-of-type(2) {
    flex: none;
  }
}
@media screen and (max-width: 580px) {
  .l-footer {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .l-footer__menus {
    column-gap: 1rem;
    row-gap: 1.5rem;
  }
  .l-footer__legal {
    margin-top: 2rem;
    padding: 0.75rem 0 0.5rem;
    row-gap: 0.5rem;
  }
}