@charset "UTF-8";
/* ============================================
   LEDS PRO - STYLES
   ============================================ */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
html, body {
  overflow-x: hidden;
}

/* ============================================
   SECTION HERO (IMAGE + CEE + FORMULAIRE)
   ============================================ */
.section-hero {
  padding: 40px 0 60px;
}

.hero-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 79, 159, 0.15);
  margin-bottom: 24px;
  position: relative;
}

.hero-image-wrapper img,
.hero-image-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.hero-badges {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
}

.hero-badge.blue {
  background: #004f9f;
  font-size: 18px;
}

.hero-badge.turquoise {
  background: #00B0B5;
  transform: rotate(-2deg);
}

.hero-badge.dark {
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

/* CEE Content */
.cee-content h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #333333;
  margin-bottom: 14px;
  line-height: 1.3;
}

.cee-content > p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 24px;
  line-height: 1.7;
}

.cee-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 12px;
  border-left: 4px solid #00B0B5;
  transition: all 0.2s;
}

.cee-benefit:hover {
  background: #e6f7f8;
}

.cee-benefit-icon {
  width: 36px;
  height: 36px;
  background: #00B0B5;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.cee-benefit h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #333333;
}

.cee-benefit p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   CTA WRAPPER
   ============================================ */
.cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cta-wrapper .btn-cta-card {
  width: auto;
  padding: 14px 32px;
}

/* ============================================
   FORMULAIRE
   ============================================ */
.form-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 79, 159, 0.15);
  border: 2px solid #e5e5e5;
  overflow: hidden;
}

.form-card-header {
  background: #02b1b5;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

.form-card-header i {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}

.form-card-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.form-card-header p {
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
}

.form-contact-leds {
  padding: 20px;
}

.form-contact-leds .form-label {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}

.form-contact-leds .form-control,
.form-contact-leds .form-select {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
}

.form-contact-leds .form-control:focus,
.form-contact-leds .form-select:focus {
  border-color: #00B0B5;
  box-shadow: 0 0 0 3px rgba(0, 176, 181, 0.15);
}

.form-contact-leds .form-check-label {
  color: #666666;
  font-size: 12px;
}

.btn-submit-form {
  width: 100%;
  background: #0d6efd;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-submit-form:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

/* ============================================
   SECTION SERVICES
   ============================================ */
.section-services {
  padding: 60px 0;
  background: #fafafa;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.service-item:hover {
  box-shadow: 0 8px 25px rgba(0, 79, 159, 0.1);
  border-color: #00B0B5;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-icon-small {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}

.service-icon-small.bg-primary {
  background: linear-gradient(135deg, #004f9f 0%, #0066cc 100%);
}

.service-icon-small.bg-secondary {
  background: linear-gradient(135deg, #00B0B5 0%, #00d4d4 100%);
}

.service-icon-small.bg-orange {
  background: linear-gradient(135deg, #F7A800 0%, #ffcc00 100%);
}

.service-icon-small.bg-dark {
  background: linear-gradient(135deg, #003d7a 0%, #004f9f 100%);
}

.service-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
}

.service-text p {
  font-size: 15px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

/* Bloc économies */
.cee-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  border: 2px solid #e5e5e5;
  box-shadow: 0 10px 40px rgba(0, 79, 159, 0.1);
}

.cee-icon {
  width: 68px;
  height: 68px;
  background: #00B0B5;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 18px;
}

.cee-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333333;
}

.cee-amount {
  font-size: 40px;
  font-weight: 800;
  color: #00B0B5;
  margin-bottom: 4px;
}

.cee-label {
  font-size: 13px;
  color: #666666;
  margin-bottom: 20px;
}

.cee-details {
  text-align: left;
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
}

.cee-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
}

.cee-row:last-child {
  border-bottom: none;
}

.cee-row span:last-child {
  font-weight: 700;
  color: #333333;
}

.cee-row.highlight span:last-child {
  color: #00B0B5;
}

.btn-cta-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #0d6efd;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  margin-top: 18px;
  transition: all 0.2s;
}

.btn-cta-card:hover {
  background: #0b5ed7;
  color: #ffffff;
}

/* ============================================
   SECTION GARANTIES
   ============================================ */
.section-garanties {
  padding: 60px 0;
  background: #fcfcfc;
}

.garanties-image-placeholder {
  width: 100%;
  height: 350px;
  background: linear-gradient(135deg, #e8f4fc 0%, #e6f7f8 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.garanties-image-placeholder i {
  font-size: 80px;
  color: #004f9f;
  opacity: 0.2;
}

.leds-image-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Mobile (< 576px) */
@media (max-width: 575.98px) {
  .leds-image-img {
    height: 500px;
    object-position: center 80%;
  }
}
/* SM (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .leds-image-img {
    height: 500px;
  }
}
/* MD (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .leds-image-img {
    height: 530px;
  }
}
.garanties-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 28px;
}

.garantie-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.garantie-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.garantie-icon.icon-primary {
  background: rgba(0, 79, 159, 0.1);
  color: #004f9f;
}

.garantie-icon.icon-secondary {
  background: rgba(0, 176, 181, 0.1);
  color: #00B0B5;
}

.garantie-icon.icon-orange {
  background: rgba(247, 168, 0, 0.1);
  color: #F7A800;
}

.garantie-icon.icon-green {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
}

.garantie-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 3px;
}

.garantie-text p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   SECTION PROCESSUS
   ============================================ */
.section-processus {
  padding: 60px 0;
  background: #ffffff;
}

.section-processus h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  color: #333333;
}

.process-step {
  text-align: center;
  padding: 0 15px;
}

.process-number {
  width: 52px;
  height: 52px;
  background: #004f9f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 16px;
}

.process-step h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
}

/* ============================================
   SECTION CONTACT BAND
   ============================================ */
.section-contact-band {
  padding: 35px 0;
}

.contact-encart {
  background: #E8F8FF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-img {
  width: 80px;
  height: auto;
}

.contact-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
}

.contact-p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

.link-custom {
  font-size: 24px;
  font-weight: 700;
  color: #004f9f;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.link-custom:hover {
  color: #003d7a;
}

.service-gratuit,
.service-horaires {
  font-size: 12px;
  color: #666666;
}

/* ============================================
   SECTION CERTIFICATIONS
   ============================================ */
.section-certifications {
  padding: 45px 0;
  background: #ffffff;
}

.section-certifications h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}

.certifications-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cert-item {
  width: 85px;
  height: 85px;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #004f9f;
  font-size: 11px;
  padding: 8px;
  transition: all 0.2s;
}

.cert-item:hover {
  border-color: #00B0B5;
  box-shadow: 0 4px 15px rgba(0, 176, 181, 0.15);
}

.cert-item i {
  font-size: 26px;
  margin-bottom: 5px;
  color: #00B0B5;
}

/* ============================================
   SECTION MENTIONS
   ============================================ */
.section-mentions {
  padding: 25px 0;
  background: #f5f5f5;
}

.mentions-text {
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
}

.mentions-text a {
  color: #004f9f;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .link-custom {
    font-size: 22px;
  }
  .garanties-content {
    margin-top: 30px;
  }
  .form-card {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 30px 0 40px;
  }
  .hero-image-wrapper img,
  .hero-image-img {
    height: 220px;
  }
  /* Badges centrés horizontalement et verticalement sur mobile */
  .hero-badges {
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
  }
  .hero-badge {
    font-size: 13px !important;
    padding: 8px 14px;
    white-space: nowrap;
  }
  .hero-badge.blue {
    font-size: 16px !important;
  }
  .hero-badge.turquoise {
    font-size: 14px !important;
  }
  .hero-badge.dark {
    font-size: 12px !important;
  }
  .cee-content h1 {
    font-size: 1.5rem;
  }
  .garanties-content h2 {
    font-size: 1.5rem;
  }
  .section-processus h2 {
    font-size: 1.5rem;
  }
  .service-item {
    flex-direction: column;
    text-align: center;
  }
  .service-icon-small {
    margin: 0 auto;
  }
  .process-step {
    margin-bottom: 30px;
  }
  .garanties-image-placeholder {
    height: 250px;
    overflow: hidden;
  }
  .cee-amount {
    font-size: 34px;
  }
  .section-services,
  .section-garanties,
  .section-processus {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=leds.css.map */
