/* 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 */
footer.l-site-footer,
.l-site-footer {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  background-color: transparent;
}

.l-site-footer__main {
  width: 100%;
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  box-sizing: border-box;
}
.l-site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 3.5625rem;
}
.l-site-footer__row-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.l-site-footer__logo svg, .l-site-footer__logo img {
  display: block;
  width: 10.1875rem;
  height: 3.5rem;
  object-fit: contain;
}
.l-site-footer__logo-text {
  display: block;
  font-family: "Panton", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__row-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}
.l-site-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-site-footer-nav__link {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  white-space: nowrap;
}
.l-site-footer-nav__link:hover {
  opacity: 0.85;
}
.l-site-footer__row-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.l-site-footer__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  flex: 1 1 auto;
  min-width: 0;
}
.l-site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}
.l-site-footer__col-title {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__col-body {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  margin: 0;
}
.l-site-footer__col-body p {
  margin: 0;
  font: inherit;
  line-height: normal;
}
.l-site-footer__contact-line {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__contact-line a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.l-site-footer__contact-line a:hover {
  text-decoration: underline;
}
.l-site-footer__contact-line--address {
  align-items: flex-start;
}
.l-site-footer__contact-line--address .l-site-footer__icon {
  padding-top: 0.125rem;
}
.l-site-footer__contact-line--plain {
  padding-left: 1.5rem;
}
.l-site-footer__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.l-site-footer__hours {
  display: flex;
  gap: 1.5rem;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__hours-col p {
  margin: 0;
  font: inherit;
  line-height: 1.5rem;
  white-space: nowrap;
}
.l-site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-site-footer__social-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  white-space: nowrap;
}
.l-site-footer__social-link span:last-child {
  font: inherit;
  line-height: normal;
}
.l-site-footer__social-link:hover {
  opacity: 0.85;
}
.l-site-footer__social-icon {
  display: flex;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__social-icon svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.l-site-footer__certs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1rem;
  flex-shrink: 0;
}
.l-site-footer__cert-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-site-footer__cert-wrap--wide {
  min-width: 10.375rem;
}
.l-site-footer__cert-wrap--square {
  width: 3.8125rem;
  min-width: 3.8125rem;
}
.l-site-footer__cert {
  display: block;
  height: 2.5625rem;
  width: auto;
  object-fit: contain;
}
.l-site-footer__cert-wrap--wide .l-site-footer__cert {
  width: 9.375rem;
  max-width: 9.375rem;
}
.l-site-footer__cert-wrap--square .l-site-footer__cert {
  width: 2.8125rem;
  max-width: 2.8125rem;
}
.l-site-footer__legal-bar {
  width: 100%;
  margin: 0;
  background-color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
  padding: 1rem 0;
  box-sizing: border-box;
}
.l-site-footer__legal-bar .l-container {
  padding-top: 0;
  padding-bottom: 0;
}
.l-site-footer-legal__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-site-footer-legal__link {
  font-family: "Gotham", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  white-space: nowrap;
}
.l-site-footer-legal__link:hover {
  text-decoration: underline;
}
.l-site-footer__cta .c-cta-principal {
  font-family: "Gotham", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-site-footer__row-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
  .l-site-footer__cols {
    gap: 2.5rem;
  }
  .l-site-footer__certs {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .l-site-footer__main {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .l-site-footer__inner {
    gap: 2.5rem;
  }
  .l-site-footer__row-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-site-footer__row-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }
  .l-site-footer-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .l-site-footer__cols {
    flex-direction: column;
    gap: 2rem;
  }
  .l-site-footer__hours {
    flex-direction: column;
    gap: 0.5rem;
  }
  .l-site-footer-legal__list {
    flex-direction: column;
    gap: 0.75rem;
  }
}