.elementor-57 .elementor-element.elementor-element-40a131e4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-10704f5b *//* ================================
   FOOTER — LAYOUT & LARGEUR
================================= */

.elementor-location-footer,
.elementor-location-footer .e-con,
.elementor-location-footer .e-con-inner,
.elementor-location-footer .elementor-widget-wrap,
.elementor-location-footer .elementor-widget-html {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* Footer collé en bas */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}

/* ================================
   FOOTER — LIENS
   Override dark mode global body.dark-mode a
================================= */

#nf-footer a {
  color: rgba(255,255,255,0.62) !important;
}

#nf-footer a:hover {
  color: white !important;
}

#nf-footer .nf-footer-logo {
  color: white !important;
}

#nf-footer .nf-footer-pitaxes {
  color: #93C5FD !important;
}

/* Liens colonnes — espacement */
#nf-footer .nf-footer-col a {
  padding: 7px 0 !important;
  line-height: 1.5 !important;
}

/* ================================
   BARRE MOBILE CTA
================================= */

.nf-mobile-bar {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 6px !important;
  background: rgba(255,255,255,0.90) !important;
  box-shadow: 0 8px 32px rgba(15,23,42,0.18) !important;
}

.nf-mobile-bar-btn {
  min-height: 52px !important;
  font-size: 15px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0F172A, #2563EB) !important;
  color: #FFFFFF !important;
  letter-spacing: 0.01em !important;
}

body.dark-mode .nf-mobile-bar {
  background: rgba(15,23,42,0.90) !important;
}

/* ================================
   FOOTER — RESPONSIVE TABLETTE
================================= */

@media (max-width: 860px) {
  .nf-footer-inner {
    padding-bottom: 80px !important;
  }
}

/* ================================
   FOOTER — RESPONSIVE MOBILE
================================= */

@media (max-width: 560px) {
  .nf-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }

  .nf-footer-brand {
    grid-column: 1 / -1 !important;
  }

  .nf-footer-desc {
    font-size: 13px !important;
  }

  .nf-footer-col strong {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }

  .nf-footer-col a {
    padding: 4px 0 !important;
    font-size: 13px !important;
  }

  .nf-footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .nf-footer-legal {
    gap: 12px !important;
  }

  .nf-footer-legal a {
    font-size: 12px !important;
  }
}/* End custom CSS */