/* Definit l'apparence du pied de page et de ses liens de navigation. */
.df-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.df-image--full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.df-feature {
  margin-top: 2rem;
}

.df-feature__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(34, 211, 238, 0.12), transparent 62%),
    radial-gradient(520px 240px at 90% 20%, rgba(255, 31, 114, 0.14), transparent 64%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
}

.df-feature__content {
  max-width: 760px;
}

.df-feature__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.df-feature__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 0%, #f0f1f5 50%, #b9bdc9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.df-feature__text {
  max-width: 56ch;
  margin: 0.8rem 0 0;
  color: var(--text-muted);
}

.df-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 2.8rem) 0 2rem;
  background:
    radial-gradient(680px 360px at 18% 0%, rgba(34, 211, 238, 0.1), transparent 64%),
    radial-gradient(620px 340px at 84% 10%, rgba(180, 76, 255, 0.13), transparent 64%),
    radial-gradient(680px 360px at 50% 100%, rgba(255, 31, 114, 0.12), transparent 70%),
    linear-gradient(145deg, #040003 0%, #100208 38%, #1b0624 72%, #320820 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.df-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: clamp(5rem, 12vw, 9rem);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 0, 5, 0), rgba(4, 0, 3, 0.78));
}

.df-footer__banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(135px, 18vw, 245px);
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background: #040003;
  box-shadow:
    0 -24px 70px rgba(8, 0, 5, 0.48),
    0 22px 74px rgba(8, 0, 5, 0.58);
}

.df-footer__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 0, 3, 0.32), transparent 18%, transparent 78%, rgba(4, 0, 3, 0.38)),
    linear-gradient(180deg, #040003 0%, rgba(4, 0, 3, 0.04) 22%, rgba(4, 0, 3, 0.06) 66%, #040003 100%);
}

.df-footer__banner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.df-footer__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  filter: saturate(1.06) contrast(1.06) brightness(0.96);
}

.df-footer__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
}

.df-footer__contact {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.df-footer__contact-link {
  margin-left: 0.45rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.df-footer__contact-link:hover {
  color: var(--secondary);
}

.df-footer__brand {
  margin: 0;
  justify-self: center;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.df-footer__brand sup {
  margin-left: 0.14rem;
  color: #fff;
  font-size: 0.66em;
  line-height: 0;
}

.df-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.df-footer-nav__link {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-decoration: none;
}

.df-footer-nav__link:hover,
.df-footer-nav__item.current-menu-item .df-footer-nav__link {
  color: var(--secondary);
}
