.elementor-121 .elementor-element.elementor-element-93533a3{--display:flex;--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-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-fbf7e68 *//* ================= FOOTER COMPACT ================= */
.em-footer {
  background: #0a0f1a;
  padding: 30px 5% 20px;
}

.em-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ====== LIGNE PRINCIPALE ====== */
.em-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Logo */
.em-footer-logo img {
  height: 60px;
  width: auto;
}

/* Contact horizontal */
.em-footer-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.em-footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  font-family: var(--e-global-typography-text-font-family, sans-serif);
  font-size: 13px;
  transition: color 0.3s ease;
}

.em-footer-contact-item:hover {
  color: #ffffff !important;
}

.em-footer-contact-item svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.75) !important;
  stroke: rgba(255, 255, 255, 0.75) !important;
  flex-shrink: 0;
}

.em-footer-contact-item:hover svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.em-footer-contact-item span {
  color: inherit !important;
}

/* WhatsApp vert */
.em-footer-whatsapp {
  color: #25D366 !important;
}

.em-footer-whatsapp svg {
  fill: #25D366 !important;
  color: #25D366 !important;
}

.em-footer-whatsapp:hover {
  color: #2eeb77 !important;
}

.em-footer-whatsapp:hover svg {
  fill: #2eeb77 !important;
  color: #2eeb77 !important;
}

/* Réseaux sociaux */
.em-footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.em-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.em-footer-social a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.em-footer-social a svg {
  width: 16px;
  height: 16px;
  fill: #ffffff !important;
}

/* ====== LIGNE BASSE ====== */
.em-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
}

.em-footer-company,
.em-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--e-global-typography-text-font-family, sans-serif);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5) !important;
}

.em-footer-company-name {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 500;
}

.em-footer-separator {
  color: rgba(255, 255, 255, 0.3) !important;
}

.em-footer-legal a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.em-footer-legal a:hover {
  color: #ffffff !important;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 900px) {
  .em-footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  
  .em-footer-contact {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .em-footer {
    padding: 24px 5% 16px;
  }
  
  .em-footer-contact {
    flex-direction: column;
    gap: 12px;
  }
  
  .em-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }
  
  .em-footer-company,
  .em-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .em-footer-logo img {
    height: 50px;
  }
  
  .em-footer-contact-item {
    font-size: 12px;
  }
  
  .em-footer-company,
  .em-footer-legal {
    font-size: 11px;
  }
}
.em-footer-credit {
  font-family: var(--e-global-typography-text-font-family, sans-serif);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3) !important;
}
.em-footer-credit a {
  color: rgba(255, 255, 255, 0.35) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.em-footer-credit a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}/* End custom CSS */