.elementor-9 .elementor-element.elementor-element-003392f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-3cd4516{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-2d2325b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-26ac80c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-0a6c263{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-48ddb1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-62a3a55 */.elementor-widget:has(.ebc-hero),
.elementor-widget-wrap:has(.ebc-hero),
.elementor-column:has(.ebc-hero),
.elementor-row:has(.ebc-hero),
.elementor-section:has(.ebc-hero),
.elementor-container:has(.ebc-hero),
.elementor-element:has(.ebc-hero),
.e-con:has(.ebc-hero),
.e-con-inner:has(.ebc-hero) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  overflow: visible !important;
}

.ebc-hero {
  position: relative !important;
  width: 100vw !important;
  min-height: 100vh !important;
  margin-top: -90px !important;
  padding-top: 0 !important;
  margin-left: calc(-50vw + 50%) !important;
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(to right, rgba(28,28,28,0.75) 0%, rgba(28,28,28,0.50) 60%, rgba(28,28,28,0.35) 100%),
              url('https://elecbaticoncept.fr/wp-content/uploads/2026/03/hero-bg4.jpg') center/cover no-repeat !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding-top: 90px !important;
}

.ebc-hero__overlay {
  display: none !important;
}

.ebc-hero__content {
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
  max-width: 700px !important;
  padding: 0 1.5rem !important;
  margin: 0 auto 0 calc(max((100% - 1200px) / 2, 1.5rem)) !important;
}

.ebc-hero__eyebrow {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 0.75rem !important;
}

.ebc-hero__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.15 !important;
  margin: 0 0 1.25rem !important;
}

.ebc-hero__subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 2rem !important;
  max-width: 560px !important;
}

.ebc-hero__buttons {
  display: flex !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
}

.ebc-hero__btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.85rem 1.75rem !important;
  border-radius: 6px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.ebc-hero__btn--white {
  background: #fff !important;
  color: #B5452A !important;
  border-color: #fff !important;
  font-weight: 700 !important;
}
.ebc-hero__btn--white:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3) !important;
  color: #B5452A !important;
}

.ebc-hero__btn--outline {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.ebc-hero__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

.ebc-hero__decoration {
  display: none !important;
  position: absolute !important;
  right: -40px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 0.08 !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-hero__title {
    font-size: 3rem !important;
  }
  .ebc-hero__subtitle {
    font-size: 1.15rem !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-hero__title {
    font-size: 3.5rem !important;
  }
  .ebc-hero__decoration {
    display: block !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-hero {
    min-height: 85vh !important;
    padding-top: 100px !important;
  }
  .ebc-hero__title {
    font-size: 1.8rem !important;
  }
  .ebc-hero__subtitle {
    font-size: 0.95rem !important;
  }
  .ebc-hero__buttons {
    flex-direction: column !important;
  }
  .ebc-hero__btn {
    width: 100% !important;
    justify-content: center !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-579582a */.elementor-widget:has(.ebc-services),
.elementor-widget-wrap:has(.ebc-services),
.elementor-column:has(.ebc-services),
.elementor-row:has(.ebc-services),
.elementor-section:has(.ebc-services),
.elementor-container:has(.ebc-services),
.elementor-element:has(.ebc-services),
.e-con:has(.ebc-services),
.e-con-inner:has(.ebc-services) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ebc-services {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 5rem 2rem !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
}

.ebc-services__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ebc-services__header {
  text-align: center !important;
  margin-bottom: 3rem !important;
}

.ebc-services__eyebrow {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: #B5452A !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 0.75rem !important;
}

.ebc-services__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  margin: 0 0 1rem !important;
}

.ebc-services__subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #6B7280 !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}

.ebc-services__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
}

.ebc-services__card {
  background: #FFFFFF !important;
  border: 1px solid #E5E8EB !important;
  border-top: 3px solid #B5452A !important;
  border-radius: 10px !important;
  padding: 2rem 1.5rem !important;
  transition: all 0.3s ease !important;
}

.ebc-services__card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}

.ebc-services__icon {
  width: 60px !important;
  height: 60px !important;
  background: linear-gradient(135deg, #B5452A, #D4593A) !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
  box-shadow: 0 4px 12px rgba(181, 69, 42, 0.25) !important;
}

.ebc-services__icon svg {
  width: 34px !important;
  height: 34px !important;
}

.ebc-services__card h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  margin: 0 0 0.75rem !important;
}
.ebc-services__card p {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #6B7280 !important;
  margin: 0 !important;
}

.ebc-services__cta {
  text-align: center !important;
  margin-top: 3rem !important;
}

.ebc-services__btn {
  display: inline-block !important;
  background: #B5452A !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  padding: 0.9rem 2rem !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 2px solid #B5452A !important;
}

.ebc-services__btn:hover {
  background: #9a3a23 !important;
  border-color: #9a3a23 !important;
  color: #fff !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-services__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .ebc-services__title {
    font-size: 2rem !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-services__grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .ebc-services__title {
    font-size: 2.25rem !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-services {
    padding: 3rem 1rem !important;
  }
  .ebc-services__grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .ebc-services__title {
    font-size: 1.6rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b69e9a8 */.elementor-widget:has(.ebc-whyus),
.elementor-widget-wrap:has(.ebc-whyus),
.elementor-column:has(.ebc-whyus),
.elementor-row:has(.ebc-whyus),
.elementor-section:has(.ebc-whyus),
.elementor-container:has(.ebc-whyus),
.elementor-element:has(.ebc-whyus),
.e-con:has(.ebc-whyus),
.e-con-inner:has(.ebc-whyus) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ebc-whyus {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 5rem 0 !important;
  background: #F8F9FA !important;
  box-sizing: border-box !important;
}

.ebc-whyus__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

.ebc-whyus__header {
  text-align: center !important;
  margin-bottom: 3.5rem !important;
}

.ebc-whyus__eyebrow {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #B5452A !important;
  margin-bottom: 0.75rem !important;
}

.ebc-whyus__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  margin: 0 !important;
}

.ebc-whyus__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
}

.ebc-whyus__image {
  border-radius: 12px !important;
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
}

.ebc-whyus__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

.ebc-whyus__points {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

.ebc-whyus__point {
  display: flex !important;
  gap: 1rem !important;
  align-items: flex-start !important;
}

.ebc-whyus__point-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  background: linear-gradient(135deg, #B5452A, #D4593A) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 3px 10px rgba(181, 69, 42, 0.25) !important;
}

.ebc-whyus__point-icon svg {
  width: 28px !important;
  height: 28px !important;
}

.ebc-whyus__point h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #1C1C1C !important;
  margin: 0 0 0.25rem !important;
}

.ebc-whyus__point p {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #6B7280 !important;
  margin: 0 !important;
}

.ebc-whyus__positioning {
  margin-top: 3rem !important;
  background: #FFFFFF !important;
  border-left: 4px solid #B5452A !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 1.75rem 2rem !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04) !important;
}

.ebc-whyus__positioning p {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: #1C1C1C !important;
  font-style: italic !important;
  margin: 0 !important;
}

.ebc-whyus__positioning strong {
  color: #B5452A !important;
}

.ebc-whyus__cta {
  text-align: center !important;
  margin-top: 3rem !important;
}

.ebc-whyus__btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background: #B5452A !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  padding: 1rem 2.25rem !important;
  border-radius: 6px !important;
  border: 2px solid #B5452A !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.ebc-whyus__btn:hover {
  background: #D4593A !important;
  border-color: #D4593A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(181, 69, 42, 0.4) !important;
  color: #fff !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-whyus__title {
    font-size: 2rem !important;
  }
  .ebc-whyus__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-whyus__title {
    font-size: 2.25rem !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-whyus {
    padding: 3rem 0 !important;
  }
  .ebc-whyus__title {
    font-size: 1.4rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76d67aa */.elementor-widget:has(.ebc-realisations-section),
.elementor-widget-wrap:has(.ebc-realisations-section),
.elementor-column:has(.ebc-realisations-section),
.elementor-row:has(.ebc-realisations-section),
.elementor-section:has(.ebc-realisations-section),
.elementor-container:has(.ebc-realisations-section),
.elementor-element:has(.ebc-realisations-section),
.e-con:has(.ebc-realisations-section),
.e-con-inner:has(.ebc-realisations-section) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ebc-realisations-section {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 5rem 0 !important;
  background: #FFFFFF !important;
  box-sizing: border-box !important;
}

.ebc-realisations-section__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

.ebc-realisations-section__header {
  text-align: center !important;
  margin-bottom: 3.5rem !important;
}

.ebc-realisations-section__eyebrow {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #B5452A !important;
  margin-bottom: 0.75rem !important;
}

.ebc-realisations-section__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  margin: 0 0 1rem !important;
}

.ebc-realisations-section__subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: #4A4A4A !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

/* Partenaires */
.ebc-partners {
  text-align: center !important;
  margin-top: 3rem !important;
}

.ebc-partners__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #4A4A4A !important;
  margin-bottom: 2rem !important;
}

.ebc-partners__grid {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 2rem !important;
}

.ebc-partners__logo {
  padding: 1.25rem 2rem !important;
  background: #F8F9FA !important;
  border-radius: 10px !important;
  border: 1px solid #E5E8EB !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  color: #8B95A1 !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.ebc-partners__logo:hover {
  color: #B5452A !important;
  border-color: #B5452A !important;
  background: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
}

.ebc-partners__logo img {
  max-height: 40px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: grayscale(100%) !important;
  opacity: 0.6 !important;
  transition: all 0.3s ease !important;
}

.ebc-partners__logo:hover img {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}

/* CTA */
.ebc-realisations-section__cta {
  text-align: center !important;
  margin-top: 3rem !important;
}

.ebc-realisations-section__btn {
  display: inline-flex !important;
  align-items: center !important;
  background: #B5452A !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  padding: 1rem 2.25rem !important;
  border-radius: 6px !important;
  border: 2px solid #B5452A !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.ebc-realisations-section__btn:hover {
  background: #D4593A !important;
  border-color: #D4593A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(181, 69, 42, 0.4) !important;
  color: #fff !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-realisations-section__title {
    font-size: 2rem !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-realisations-section__title {
    font-size: 2.25rem !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-realisations-section {
    padding: 3rem 0 !important;
  }
  .ebc-realisations-section__title {
    font-size: 1.4rem !important;
  }
  .ebc-partners__grid {
    gap: 1rem !important;
  }
  .ebc-partners__logo {
    padding: 1rem 1.5rem !important;
    font-size: 0.8rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b1e426 */.elementor-widget:has(.ebc-zone),
.elementor-widget-wrap:has(.ebc-zone),
.elementor-column:has(.ebc-zone),
.elementor-row:has(.ebc-zone),
.elementor-section:has(.ebc-zone),
.elementor-container:has(.ebc-zone),
.elementor-element:has(.ebc-zone),
.e-con:has(.ebc-zone),
.e-con-inner:has(.ebc-zone) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ebc-zone {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 5rem 0 !important;
  background: #F8F9FA !important;
  box-sizing: border-box !important;
}

.ebc-zone__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

.ebc-zone__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  align-items: start !important;
}

.ebc-zone__eyebrow {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #B5452A !important;
  margin-bottom: 0.75rem !important;
}

.ebc-zone__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1C1C1C !important;
  margin: 0 0 1rem !important;
}

.ebc-zone__desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: #4A4A4A !important;
  margin-bottom: 1.5rem !important;
}

.ebc-zone__list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  list-style: none !important;
  padding: 0 !important;
}

.ebc-zone__list li {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  color: #4A4A4A !important;
  padding: 0.35rem 0 !important;
}

.ebc-zone__list li svg {
  width: 18px !important;
  height: 18px !important;
  stroke: #B5452A !important;
  stroke-width: 2.5 !important;
  fill: none !important;
  flex-shrink: 0 !important;
}

.ebc-zone__map {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #E5E8EB !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
}

.ebc-zone__map iframe {
  display: block !important;
  width: 100% !important;
  height: 350px !important;
  border: 0 !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-zone__grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .ebc-zone__title {
    font-size: 2rem !important;
  }
  .ebc-zone__map iframe {
    height: 100% !important;
    min-height: 400px !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-zone__title {
    font-size: 2.25rem !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-zone {
    padding: 3rem 0 !important;
  }
  .ebc-zone__title {
    font-size: 1.4rem !important;
  }
  .ebc-zone__list {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65793f5 */.elementor-widget:has(.ebc-contact),
.elementor-widget-wrap:has(.ebc-contact),
.elementor-column:has(.ebc-contact),
.elementor-row:has(.ebc-contact),
.elementor-section:has(.ebc-contact),
.elementor-container:has(.ebc-contact),
.elementor-element:has(.ebc-contact),
.e-con:has(.ebc-contact),
.e-con-inner:has(.ebc-contact) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.ebc-contact {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 5rem 0 !important;
  background: #1C1C1C !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

.ebc-contact__container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

.ebc-contact__header {
  text-align: center !important;
  margin-bottom: 3.5rem !important;
}

.ebc-contact__eyebrow {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #B5452A !important;
  margin-bottom: 0.75rem !important;
}

.ebc-contact__title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 1rem !important;
}

.ebc-contact__subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.ebc-contact__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
}

/* Coordonnées */
.ebc-contact__info h3 {
  font-family: 'Montserrat', sans-serif !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin: 0 0 1.5rem !important;
}

.ebc-contact__item {
  display: flex !important;
  gap: 1rem !important;
  align-items: flex-start !important;
  margin-bottom: 1.5rem !important;
}

.ebc-contact__item-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ebc-contact__item-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #B5452A !important;
  stroke-width: 2 !important;
  fill: none !important;
}

.ebc-contact__item-text p {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 0.15rem !important;
}

.ebc-contact__item-text a,
.ebc-contact__item-text span {
  font-family: 'Inter', sans-serif !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}

.ebc-contact__item-text a:hover {
  color: #B5452A !important;
}

/* Formulaire CF7 */
.ebc-contact__form {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 2rem !important;
}

.ebc-contact__form .wpcf7-form label {
  display: block !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 0.5rem !important;
}

.ebc-contact__form .wpcf7-form input[type="text"],
.ebc-contact__form .wpcf7-form input[type="email"],
.ebc-contact__form .wpcf7-form input[type="tel"],
.ebc-contact__form .wpcf7-form select,
.ebc-contact__form .wpcf7-form textarea {
  width: 100% !important;
  padding: 0.8rem 1rem !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  transition: border-color 0.3s ease !important;
  box-sizing: border-box !important;
}

.ebc-contact__form .wpcf7-form input::placeholder,
.ebc-contact__form .wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

.ebc-contact__form .wpcf7-form input:focus,
.ebc-contact__form .wpcf7-form select:focus,
.ebc-contact__form .wpcf7-form textarea:focus {
  outline: none !important;
  border-color: #1B4F72 !important;
}

.ebc-contact__form .wpcf7-form select {
  cursor: pointer !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  padding-right: 2.5rem !important;
}

.ebc-contact__form .wpcf7-form select option {
  background: #1C1C1C !important;
  color: #fff !important;
}

.ebc-contact__form .wpcf7-form textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

/* Lignes de formulaire CF7 */
.ebc-contact__form .ebc-form-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.ebc-contact__form .ebc-form-field {
  margin-bottom: 0 !important;
}

.ebc-contact__form .ebc-form-field:not(:last-child) {
  margin-bottom: 0 !important;
}

.ebc-contact__form .wpcf7-form > .ebc-form-field {
  margin-bottom: 1.25rem !important;
}

.ebc-contact__form .wpcf7-form > p {
  margin-bottom: 1.25rem !important;
}

/* Bouton submit */
.ebc-contact__form .wpcf7-form input[type="submit"] {
  width: 100% !important;
  padding: 1rem !important;
  background: #B5452A !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 0.5rem !important;
}

.ebc-contact__form .wpcf7-form input[type="submit"]:hover {
  background: #D4593A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(181, 69, 42, 0.4) !important;
}

/* Messages CF7 */
.ebc-contact__form .wpcf7-response-output {
  border-radius: 8px !important;
  padding: 1rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  margin-top: 1rem !important;
}

.ebc-contact__form .wpcf7-not-valid-tip {
  color: #E74C3C !important;
  font-size: 0.8rem !important;
  margin-top: 0.25rem !important;
}

/* Spinner CF7 */
.ebc-contact__form .wpcf7-spinner {
  display: none !important;
}

/* Tablette */
@media (min-width: 768px) {
  .ebc-contact__grid {
    grid-template-columns: 1fr 1.2fr !important;
  }
  .ebc-contact__title {
    font-size: 2rem !important;
  }
  .ebc-contact__form .ebc-form-row {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .ebc-contact__title {
    font-size: 2.25rem !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ebc-contact {
    padding: 3rem 0 !important;
  }
  .ebc-contact__title {
    font-size: 1.4rem !important;
  }
  .ebc-contact__form {
    padding: 1.5rem !important;
  }
}/* End custom CSS */