/* Styles for the footer block. */
.nd-footer {
  background: var(--nd-color-surface, #F8F9F8);
}
.nd-footer a {
  color: inherit;
  text-decoration: none;
}
.nd-footer .nd-footer__inner {
  max-width: var(--nd-max-width, 1440px);
  margin: 0 auto;
  padding: 60px 30px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
}
@media (max-width: 1024px) {
  .nd-footer .nd-footer__inner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 40px;
  }
}
.nd-footer .nd-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nd-footer .nd-footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.nd-footer .nd-footer__logo-image {
  display: block;
  height: auto;
  max-height: 64px;
  width: auto;
}
.nd-footer .nd-footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .nd-footer .nd-footer__nav {
    justify-content: flex-start;
  }
}
.nd-footer .nd-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 40px;
}
@media (max-width: 768px) {
  .nd-footer .nd-footer__nav ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.nd-footer .nd-footer__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nd-footer .nd-footer__social-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
}
.nd-footer .nd-footer__social-links {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.nd-footer .nd-footer__social-link {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nd-footer .nd-footer__social-link--youtube {
  background-image: url("/modules/nature_dietetique_paragraph/assets/images/icons/youtube.svg");
}
.nd-footer .nd-footer__social-link--facebook {
  background-image: url("/modules/nature_dietetique_paragraph/assets/images/icons/facebook.svg");
}
.nd-footer .nd-footer__social-link--tiktok {
  background-image: url("/modules/nature_dietetique_paragraph/assets/images/icons/tiktok.svg");
}
.nd-footer .nd-footer__social-link--spotify {
  background-image: url("/modules/nature_dietetique_paragraph/assets/images/icons/spotify.svg");
}
.nd-footer .nd-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.nd-footer .nd-footer__bottom-inner {
  max-width: var(--nd-max-width, 1440px);
  margin: 0 auto;
  padding: 18px 30px;
}
@media (max-width: 1024px) {
  .nd-footer .nd-footer__bottom-inner {
    padding: 18px 20px;
  }
}
.nd-footer .nd-footer__copyright {
  opacity: 0.8;
  font-size: 0.95rem;
  line-height: 1.4rem;
}

/*# sourceMappingURL=footer.css.map */
