.elementor-588 .elementor-element.elementor-element-4eef865{--display:flex;}.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-32f2782 *//* ===============================
   FOOTER EYLIOS – VERSION CLEAN
================================ */

.eylios-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
}

/* ZONE PRINCIPALE */
.footer-main {
  max-width: 1300px;
  margin: auto;
  padding: 80px 24px 60px;

  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 60px;
}

/* BLOCS */
.footer-block h4 {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.footer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-block li {
  margin-bottom: 10px;
}

.footer-block a {
  color: #333;
  text-decoration: none;
}

.footer-block a:hover {
  color: var(--orange);
}

/* MARQUE */
.footer-brand img {
  height: 46px;
  margin-bottom: 18px;
}

.footer-brand p {
  color: #555;
  line-height: 1.6;
}

.footer-proof {
  margin-top: 16px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  color: #444;
}

/* CONTACT */
.footer-contact .contact-line {
  margin-bottom: 8px;
}

.footer-links-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-actions a {
  font-weight: 600;
}

.footer-devis {
  color: var(--orange);
}

/* LIGNE BASSE */
.footer-bottom {
  border-top: 1px solid #eaeaea;
  padding: 18px 24px;
  text-align: center;
  font-size: 0.85rem;
  color: #666;
}

.footer-bottom a {
  color: #666;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--dark);
}

.footer-bottom span {
  margin: 0 8px;
  color: #aaa;
}

/* MOBILE */
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}

.partners a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners img {
  max-width: 100%;
  max-height: 60px; /* ajuste si besoin */
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.partners img:hover {
  opacity: 0.7;
}

/* ===============================
   PARTENAIRES – VERSION PREMIUM
================================ */

.partners {
  max-width: 900px;              /* 👈 limite la largeur */
  margin: 30px auto 0;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.partners a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners img {
  max-height: 42px;              /* 👈 taille homogène */
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;

  opacity: 0.75;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.partners img:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .partners {
    gap: 22px;
  }

  .partners img {
    max-height: 34px;
    max-width: 120px;
  }
}/* End custom CSS */