.elementor-8422 .elementor-element.elementor-element-d07cb3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-8422 .elementor-element.elementor-element-d07cb3f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0aa3eb0 *//* =========================
   FOOTER CLEAN NOVABRIDGE
========================= */

.nb-footer {
  background: #fff;
  padding: 60px 0 30px;
  font-family: Inter, sans-serif;
  border-top: 1px solid rgba(15,23,40,0.06);
}

.nb-footer__container {
  width: min(calc(100% - 32px), 1100px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 40px;
}

/* LOGO FIX */
.nb-footer__brand img {
  height: 64px;          /* IMPORTANT */
  width: auto;           /* évite l’écrasement */
  display: block;
  margin-bottom: 12px;
}

.nb-footer__brand p {
  font-size: 0.9rem;
  color: #556070;
  line-height: 1.6;
  margin: 0;
}

/* NAV */
.nb-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.nb-footer__nav a {
  text-decoration: none;
  color: #556070;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.nb-footer__nav a:hover {
  color: #111;
}

/* CTA */
.nb-footer__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #ffd84b, #f4c400);
  box-shadow: 0 12px 28px rgba(244,196,0,0.25);
  transition: 0.25s;
}

.nb-footer__cta a:hover {
  transform: translateY(-2px);
}

/* BOTTOM */
.nb-footer__bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 0.85rem;
  color: #8a95a5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .nb-footer__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .nb-footer__nav {
    justify-content: center;
  }

  .nb-footer__cta {
    display: flex;
    justify-content: center;
  }
}/* End custom CSS */