.elementor-532 .elementor-element.elementor-element-01a46ea{--display:flex;}.elementor-532 .elementor-element.elementor-element-01a46ea:not(.elementor-motion-effects-element-type-background), .elementor-532 .elementor-element.elementor-element-01a46ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-ce59515 *//* ===== FOOTER LYA – RESET & STYLE GLOBAL ===== */
.lya-footer {
  background-color: #111111;
  color: #ffffff;
  padding: 30px 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.lya-footer a {
  color: inherit;
  text-decoration: none;
}

.lya-footer a:hover {
  text-decoration: underline;
}

/* Conteneur colonnes */
.lya-footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* espace horizontal entre colonnes */
}

/* Colonnes */
.lya-footer-column {
  flex: 1 1 220px;
  min-width: 180px;
}

/* Logo */
.lya-footer .footer-logo {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 0 6px 0;
}

/* Texte sous le logo */
.lya-footer-text {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #dddddd;
}

/* Titres colonnes */
.lya-footer-column h3 {
  font-size: 15px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
 color: #D4B99C !important; /* couleur principale du site */
}

/* Listes */
.lya-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lya-footer-column li {
  margin-bottom: 4px;
}

/* Bas de footer */
.lya-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 18px;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #aaaaaa;
}

/* ===== TABLETTE (max 1024px) ===== */
@media (max-width: 1024px) {
  .lya-footer-container {
    gap: 16px;
  }
  
  .lya-footer-column {
    flex: 1 1 45%;
  }

  .lya-footer .footer-logo {
    width: 110px;
    margin-bottom: 4px;
  }
}

/* ===== MOBILE (max 768px) ===== */
@media (max-width: 768px) {
  .lya-footer {
    padding: 22px 18px 14px;
  }

  .lya-footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px; /* petit espace entre blocs */
  }

  .lya-footer-column {
    width: 100%;
    max-width: 360px;
  }

  .lya-footer .footer-logo {
    width: 100px;
    margin: 0 auto 4px auto;
  }

  .lya-footer-text {
    margin-bottom: 10px;
  }

  .lya-footer-column h3 {
    margin: 6px 0 6px 0;
  }

  .lya-footer-column li {
    margin-bottom: 3px;
  }

  .lya-footer-bottom {
    margin-top: 10px;
    padding-top: 8px;
  }

}
.lya-footer,
.lya-footer * {
  background-color: #000000 !important;
}/* End custom CSS */