@charset "UTF-8";
/* ============================================
   ACCUEIL - STYLES SPÉCIFIQUES
   ============================================ */
.bot-price-marge {
  margin-bottom: 1.875rem;
}

.bot-price-marge-2 {
  margin-bottom: 2.5rem;
}

.color-price-1 {
  color: #8F98A3;
}

.bg-1 {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

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

.section-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.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: #0a84ff;
  font-size: 18px;
}

.hero-badge.turquoise {
  background: #47c2ff;
}

.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: white;
  margin-bottom: 12px;
  border-left: 4px solid #47c2ff;
  transition: all 0.2s;
}

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

.cee-benefit-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #47c2ff 0%, #00B0B5 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(71, 194, 255, 0.35);
}

.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;
}

/* ============================================
   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;
}

/* Surcharge btn-cta-card pour cee-card */
.cee-card .btn-cta-card {
  width: 100%;
  margin-top: 18px;
}

/* ============================================
   SECTION GARANTIES - TIMELINE AVEC IMAGE
   ============================================ */
.section-garanties {
  padding: 80px 0;
  background: #ffffff;
}

.garanties-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 79, 159, 0.15);
}

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

.garanties-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
  color: #333333;
}

.garanties-timeline {
  position: relative;
  padding-left: 70px;
}

.garanties-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: linear-gradient(180deg, #47c2ff 0%, #00B0B5 50%, #004f9f 100%);
  border-radius: 3px;
}

.garantie-timeline-item {
  position: relative;
  padding-bottom: 30px;
}

.garantie-timeline-item:last-child {
  padding-bottom: 0;
}

.garantie-timeline-dot {
  position: absolute;
  left: -70px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #47c2ff 0%, #00B0B5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  box-shadow: 0 5px 20px rgba(71, 194, 255, 0.4);
  border: 4px solid #ffffff;
}

.garantie-timeline-content {
  background: #f8fbff;
  border-radius: 14px;
  padding: 20px 24px;
  border-left: 4px solid #47c2ff;
  transition: all 0.3s ease;
}

.garantie-timeline-content:hover {
  background: #e6f5ff;
  transform: translateX(8px);
  box-shadow: 0 10px 30px rgba(71, 194, 255, 0.15);
}

.garantie-timeline-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
}

.garantie-timeline-content p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   SECTION PROCESSUS - NOUVEAU DESIGN
   ============================================ */
.section-processus {
  padding: 80px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: relative;
}

.section-processus::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: white;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.section-processus h2 {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #333333;
}

.process-timeline {
  position: relative;
}

.process-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(0, 79, 159, 0.08);
  border: 1px solid #e8f4fc;
  transition: all 0.3s ease;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 79, 159, 0.15);
  border-color: #47c2ff;
}

.process-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #47c2ff 0%, #00B0B5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(71, 194, 255, 0.35);
}

.process-icon i {
  font-size: 32px;
  color: #ffffff;
}

.process-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 28px;
  height: 28px;
  background: #004f9f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 10px rgba(0, 79, 159, 0.3);
}

.process-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.4;
}

.process-card p {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   SECTION CONTACT - SPLIT DESIGN
   ============================================ */
.section-contact-split {
  padding: 60px 0;
}

.contact-split-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #004f9f 0%, #0066cc 100%);
  border-radius: 24px;
  padding: 50px;
  gap: 40px;
  overflow: hidden;
  position: relative;
}

.contact-split-wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(71, 194, 255, 0.15);
  border-radius: 50%;
}

.contact-split-left {
  flex: 1;
  position: relative;
  z-index: 1;
}

.contact-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-split-left h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.contact-split-left p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
  max-width: 400px;
}

.contact-features {
  display: flex;
  gap: 24px;
}

.contact-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
}

.contact-feature i {
  font-size: 18px;
  color: #47c2ff;
}

.contact-split-right {
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn-contact-large {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #004f9f;
  padding: 30px 50px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-contact-large i {
  font-size: 32px;
  color: #47c2ff;
}

.btn-contact-large:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: #004f9f;
}

.contact-reassurance {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   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: white;
}

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

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

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
  .garanties-image-placeholder {
    margin-bottom: 40px;
    min-height: 300px;
  }
  .leds-image-img {
    min-height: 300px;
  }
  /* Contact responsive tablette */
  .contact-split-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
  .contact-split-left p {
    max-width: 100%;
  }
  .contact-features {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding: 30px 0 40px;
  }
  .section-hero::after {
    display: none;
  }
  .hero-image-wrapper img,
  .hero-image-img {
    height: 220px;
  }
  .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 responsive */
  .section-garanties {
    padding: 50px 0;
  }
  .garanties-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .garanties-timeline {
    padding-left: 60px;
  }
  .garanties-timeline::before {
    left: 20px;
  }
  .garantie-timeline-dot {
    left: -60px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .garantie-timeline-content {
    padding: 16px 20px;
  }
  .garantie-timeline-content h4 {
    font-size: 1rem;
  }
  .garantie-timeline-content p {
    font-size: 0.9rem;
  }
  /* Processus responsive */
  .section-processus {
    padding: 50px 0;
  }
  .section-processus::after {
    display: none;
  }
  .section-processus h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .process-card {
    margin-bottom: 24px;
  }
  .process-icon {
    width: 70px;
    height: 70px;
  }
  .process-icon i {
    font-size: 28px;
  }
  /* Contact responsive mobile */
  .section-contact-split {
    padding: 40px 0;
  }
  .contact-split-wrapper {
    padding: 30px 20px;
  }
  .contact-split-left h2 {
    font-size: 1.5rem;
  }
  .contact-features {
    flex-direction: column;
    gap: 12px;
  }
  .btn-contact-large {
    padding: 24px 40px;
    font-size: 1rem;
  }
  .btn-contact-large i {
    font-size: 28px;
  }
  /* Services responsive */
  .service-item {
    flex-direction: column;
    text-align: center;
  }
  .service-icon-small {
    margin: 0 auto;
  }
  .garanties-image-placeholder {
    height: 250px;
    min-height: 250px;
  }
  .leds-image-img {
    min-height: 250px;
  }
  .cee-amount {
    font-size: 34px;
  }
  .section-services {
    padding: 40px 0;
  }
}

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