.elementor-10889 .elementor-element.elementor-element-9e29963{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items: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-10889 .elementor-element.elementor-element-4194694{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10889 .elementor-element.elementor-element-2f35378{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-10889 .elementor-element.elementor-element-9e29963{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10889 .elementor-element.elementor-element-4194694{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-10889 .elementor-element.elementor-element-9e29963{--content-width:100%;}}@media(max-width:767px){.elementor-10889 .elementor-element.elementor-element-9e29963{--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4194694 *//* ✅ STYLE GLOBAL FOOTER (bureau) */
.eee-footer {
  width: 100% !important;
  background-color: #FFF7F2 !important;
  color: #333 !important;
  font-family: 'Montserrat', sans-serif !important;
  padding: 60px 20px 20px !important;
}

.eee-footer-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  gap: 40px !important;
}

.eee-footer-col {
  flex: 1 1 280px !important;
  padding: 0 10px !important;
  max-width: 320px !important;
}

.eee-footer-about {
  flex: 1 1 400px !important;
  max-width: 460px !important;
}

.eee-footer-about h2 {
  font-size: 22px !important;
  color: #FF381D !important;
  margin-bottom: 15px !important;
  text-align: left !important;
}

.eee-footer-about p {
  line-height: 1.6 !important;
  font-size: 15px !important;
  color: #555 !important;
  text-align: left !important;
}

.eee-footer-logo {
  margin-top: 20px !important;
  max-width: 120px !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.eee-footer-links h3,
.eee-footer-info h3 {
  color: #FF8D41 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

.eee-footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

.eee-footer-col li {
  margin-bottom: 8px !important;
}

.eee-footer-col a {
  color: #444 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.eee-footer-col a:hover {
  color: #FF8D41 !important;
  font-weight: bold !important;
}

/* ✅ Réseaux sociaux — Desktop (comportement d’origine, PAS centré) */
.eee-footer-social {
  margin-top: 10px !important;
  text-align: left !important;                 /* reste à gauche sur PC */
}
.eee-footer-social a {
  display: inline-block !important;
  margin-right: 16px !important;
  line-height: 0 !important;
}
.eee-footer-social a:last-child {
  margin-right: 0 !important;
}
.eee-footer-social img {
  width: 32px !important;
  height: 32px !important;
  transition: transform 0.3s ease !important;
  display: block !important;
  object-fit: contain !important;
}
.eee-footer-social img:hover {
  transform: scale(1.1) !important;
}

.eee-footer-bottom {
  text-align: center !important;
  padding-top: 30px !important;
  font-size: 13px !important;
  color: #444 !important;
  border-top: 1px solid #a3a3a3 !important;
  margin-top: 20px !important;
}

/* Tablette : ≥ 768px et ≤ 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .eee-footer-about {
    width: 80% !important;
    max-width: 80% !important;
  }
}

/* ✅ RESPONSIVE - TABLETTE & MOBILE : centrage activé ici UNIQUEMENT */
@media (max-width: 769px) {
  .eee-footer-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px !important;
  }

  .eee-footer-col,
  .eee-footer-about {
    max-width: 100% !important;
    flex: 1 1 auto !important;
    padding: 0 15px !important;
    text-align: center !important;
  }

  .eee-footer-about h2,
  .eee-footer-about p {
    text-align: center !important;
  }

  .eee-footer-links h3,
  .eee-footer-info h3 {
    text-align: center !important;
  }

  /* Réseaux CENTRÉS sur tablette/mobile */
  .eee-footer-social {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;               /* spacing homogène */
    margin-top: 12px !important;
    text-align: center !important;      /* fallback */
  }
  .eee-footer-social a {
    display: inline-flex !important;    /* robustesse */
    margin: 0 !important;               /* gap gère l’espace */
    align-items: center !important;
    justify-content: center !important;
  }
  .eee-footer-social img {
    width: 30px !important;
    height: 30px !important;
  }

  /* 🔒 Forcer l’affichage d’Instagram si un style tiers le masque sur mobile */
  .eee-footer-social a[aria-label="Instagram"],
  .eee-footer-social a[href*="instagram.com"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}/* End custom CSS */