.elementor-2733 .elementor-element.elementor-element-09c6115{--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-2733 .elementor-element.elementor-element-ea48d46{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-2733 .elementor-element.elementor-element-09c6115{--width:1552px;--min-height:0px;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-2733 .elementor-element.elementor-element-ea48d46{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-ea48d46 */.footer {
  background-color: #0d0d0d;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 80px 10% 60px 10%; /* espace ajouté en haut (80px) */
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column {
  margin-bottom: 30px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #bfbfbf;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #B77F68;
}

.contact-info ul li {
  color: #bfbfbf;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1f1f1f;
  padding-top: 30px;
  width: 100%;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-logo .logo-img {
  width: 130px;
  height: auto;
}

.footer-logo p {
  color: #999;
  font-size: 14px;
}

.newsletter h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff; /* Titre devient blanc */
}

.newsletter form {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  border-radius: 30px;
  overflow: hidden;
  width: 320px;
  margin: 0 auto; /* Centrer le formulaire */
}

.newsletter input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}

.newsletter button {
  background-color: #B77F68;
  border: none;
  color: #000;
  padding: 12px 18px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}

.newsletter button:hover {
  background-color: #a56f5b;
}

@media (max-width: 768px) {
  .footer {
    padding: 60px 10%; /* Ajuster l'espace intérieur */
    width: 100%; /* Occupe toute la largeur */
    box-sizing: border-box; /* Évite le débordement */
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    width: 100%;
  }

  .footer-logo {
    text-align: center;
  }

  .newsletter form {
    width: 80%; /* Réduire la largeur du formulaire sur mobile */
  }

  .footer-column {
    margin-bottom: 40px;
  }

  .contact-info ul li {
    text-align: center;
  }
}/* End custom CSS */