.elementor-4153 .elementor-element.elementor-element-a78f88e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-1px;margin-bottom:-1px;}.elementor-4153 .elementor-element.elementor-element-a78f88e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4153 .elementor-element.elementor-element-59fee35:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4153 .elementor-element.elementor-element-59fee35 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-670e15a );}.elementor-4153 .elementor-element.elementor-element-59fee35 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4153 .elementor-element.elementor-element-59fee35 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-4153 .elementor-element.elementor-element-a78f88e{margin-top:-5px;margin-bottom:-5px;}.elementor-4153 .elementor-element.elementor-element-7190ed1{width:var( --container-widget-width, 849.493px );max-width:849.493px;--container-widget-width:849.493px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-4153 .elementor-element.elementor-element-a78f88e{margin-top:-5px;margin-bottom:-5px;}}/* Start custom CSS for html, class: .elementor-element-7190ed1 */body {
  margin: 0;
  font-family: 'Lexend Deca', sans-serif;
}

footer.ambition-footer {
  background-color: #42292F;
  color: #eee;
  width: 100%;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}

/* Logo */
.footer-logo a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-logo a:hover {
  color: #D4AF37;
}

/* Liens */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #D4AF37;
}

/* Coordonnées */
.footer-infos {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}
.footer-infos a {
  color: #ccc;
  text-decoration: none;
}
.footer-infos a:hover {
  color: #D4AF37;
}

/* Réseaux sociaux */
.footer-socials {
  margin-top: 15px;
}
.footer-socials a {
  margin: 0 10px;
  font-size: 1.3rem;
  color: #ccc;
  transition: color 0.3s ease;
}
.footer-socials a:hover {
  color: #D4AF37;
}

/* Copyright */
.footer-copyright {
  background-color: #2e1d1e;
  text-align: center;
  font-size: 0.85rem;
  color: #ccc;
  padding: 15px 10px;
}

/* Responsive */
@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  .footer-links {
    align-items: flex-start;
  }
}/* End custom CSS */