.elementor-16489 .elementor-element.elementor-element-d82dd12{--display:flex;--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-16489 .elementor-element.elementor-element-c1bf12d.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-d82dd12 */:root {
  --footer-bg: #0E0E0E;
  --footer-text: #EAEAEA;
  --footer-muted: #AAAAAA;
  --footer-accent: #FF7F4F;
}

/* ===== Structure ===== */
.footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 100px 24px 40px;
  position: relative;
}

.footer__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ===== Logo ===== */
.footer__logo-img {
  width: 160px;
  height: auto;
  margin-bottom: 16px;
  filter: brightness(1.1);
  transition: filter 0.25s ease;
}
.footer__logo-img:hover {
  filter: brightness(1.3);
}

/* ===== Texte descriptif ===== */
.footer__tagline {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: var(--footer-muted);
  line-height: 1.6;
  max-width: 340px;
  margin-bottom: 20px;
}

/* ===== Contact bloc ===== */
.footer__contact-block {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--footer-muted);
}
.footer__contact-block p {
  margin: 4px 0;
}
.footer__contact-block a {
  color: var(--footer-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__contact-block a:hover {
  color: #FF9B73;
}

/* ===== Titres de colonnes ===== */
.footer__col h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 18px;
  color: var(--footer-text);
}

/* ===== Liens ===== */
.footer__links ul,
.footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links li,
.footer__contact li {
  margin-bottom: 10px;
}

.footer__links a,
.footer__contact a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__links a:hover,
.footer__contact a:hover {
  color: var(--footer-accent);
}

/* ===== Bas de page ===== */
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding-top: 24px;
  text-align: center;
}

.footer__bottom p {
  font-size: 14px;
  color: var(--footer-muted);
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .footer__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__logo-img {
    margin: 0 auto 20px;
  }

  .footer__tagline,
  .footer__contact-block {
    margin: 0 auto 30px;
  }

  .footer__links h4,
  .footer__contact h4 {
    margin-top: 20px;
  }
}/* End custom CSS */