/* =========================================================
   RESILINER - PAGE NOTRE MÉTHODE
   Scope principal : .method-page
   ========================================================= */ .method-page  {
  color: #195a5e;
}

.method-page h2, .method-page h3, .method-page h4, .method-page h5  {
  color: #04292b;
}

.method-page p  {
  color: #195a5e;
  line-height: 1.7;
}

.method-page .text-muted  {
  color: #195a5e !important;
}

.method-page .section-title  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.2;
}

.method-page .lead  {
  font-size: 1.08rem;
  line-height: 1.7;
}

.method-page .accent  {
  color: #076ca0;
}

.method-page .accent-light  {
  color: #6cb3af;
}
/* =========================================================
   BACKGROUNDS
   ========================================================= */ .method-page .soft-bg  {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.method-page .soft-bg::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 143, 187, 0.16) 0%, rgba(83, 143, 187, 0) 70%);
  pointer-events: none;
}

.method-page .soft-bg::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.14) 0%, rgba(27, 133, 143, 0) 72%);
  pointer-events: none;
}

.method-page .soft-bg > .container  {
  position: relative;
  z-index: 1;
}
/* =========================================================
   BADGES
   ========================================================= */ .method-page .mini-badge  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 108, 160, 0.08);
  color: #076ca0;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* =========================================================
   HERO
   ========================================================= */ .method-page .method-hero-panel  {
  position: relative;
  padding: 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.08);
}

.method-page .method-hero-panel::after  {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.12) 0%, rgba(27, 133, 143, 0) 70%);
  pointer-events: none;
}
/* =========================================================
   HIGHLIGHT BOX
   ========================================================= */ .method-page .highlight-box  {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.method-page .highlight-box::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.method-page .highlight-box::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.method-page .highlight-box > *  {
  position: relative;
  z-index: 1;
}

.method-page .highlight-box h2, .method-page .highlight-box h3, .method-page .highlight-box h4, .method-page .highlight-box p, .method-page .highlight-box li  {
  color: #ffffff;
}

.method-page .highlight-box .text-white-50  {
  color: rgba(255, 255, 255, 0.78) !important;
}
/* =========================================================
   ICONS
   ========================================================= */ .method-page .icon-wrap  {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-size: 1.35rem;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}

.method-page .highlight-box .icon-wrap  {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
/* =========================================================
   CHECKLIST
   ========================================================= */ .method-page .list-check  {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.method-page .list-check li  {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #195a5e;
}

.method-page .list-check li:last-child  {
  margin-bottom: 0;
}

.method-page .list-check li::before  {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1b858f;
}

.method-page .highlight-box .list-check li  {
  color: rgba(255, 255, 255, 0.88);
}

.method-page .highlight-box .list-check li::before  {
  color: #6cb3af;
}
/* =========================================================
   INTRO CARDS / BENEFIT / FAQ / STEP
   ========================================================= */ .method-page .intro-card, .method-page .timeline-card, .method-page .care-card, .method-page .step-card, .method-page .benefit-card, .method-page .faq-card  {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 14px 40px rgba(4, 41, 43, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.method-page .intro-card:hover, .method-page .timeline-card:hover, .method-page .care-card:hover, .method-page .step-card:hover, .method-page .benefit-card:hover, .method-page .faq-card:hover  {
  transform: translateY(-5px);
  border-color: rgba(7, 108, 160, 0.22);
  box-shadow: 0 20px 46px rgba(4, 41, 43, 0.12);
}

.method-page .border-accent  {
  border-color: rgba(7, 108, 160, 0.18);
}

.method-page .intro-card h3, .method-page .benefit-card h3, .method-page .faq-card h5  {
  color: #04292b;
  font-weight: 800;
}
/* =========================================================
   TIMELINE OVERVIEW
   ========================================================= */ .method-page .method-timeline  {
  position: relative;
}

.method-page .timeline-card  {
  padding: 24px;
}

.method-page .timeline-index  {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.2);
}

.method-page .timeline-card h3  {
  margin-bottom: 10px;
  color: #04292b;
  font-size: 1.05rem;
  font-weight: 800;
}

.method-page .timeline-card p  {
  margin-bottom: 0;
  font-size: 0.95rem;
}
/* =========================================================
   C.A.R.E. CARDS
   ========================================================= */ .method-page .care-card  {
  padding: 28px;
}

.method-page .care-letter  {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}

.method-page .care-card h3  {
  color: #04292b;
  font-weight: 800;
}

.method-page .method-link-inline  {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #076ca0;
  font-weight: 700;
  text-decoration: none;
}

.method-page .method-link-inline::after  {
  content: "\f061";
  margin-left: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.method-page .method-link-inline:hover, .method-page .method-link-inline:focus  {
  color: #1b858f;
  text-decoration: none;
}

.method-page .method-link-inline:hover::after, .method-page .method-link-inline:focus::after  {
  transform: translateX(4px);
}
/* =========================================================
   STEP SECTIONS
   ========================================================= */ .method-page .step-card  {
  padding: 28px !important;
}

.method-page .step-number  {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #538fbb 0%, #1b858f 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(83, 143, 187, 0.22);
}

.method-page .step-card h3  {
  color: #04292b;
  font-weight: 800;
}

.method-page .method-step-cta  {
  margin-top: 24px;
}

.method-page .method-step-cta .btn, .method-page .btn-outline-primary  {
  padding: 11px 20px;
  border-radius: 999px;
  border-color: #076ca0;
  color: #076ca0;
  font-weight: 700;
}

.method-page .method-step-cta .btn:hover, .method-page .btn-outline-primary:hover, .method-page .btn-outline-primary:focus  {
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  border-color: #076ca0;
  color: #ffffff;
}

.method-page .timeline-note  {
  background: linear-gradient(135deg, rgba(83, 143, 187, 0.08) 0%, rgba(27, 133, 143, 0.08) 100%);
  border: 1px solid rgba(83, 143, 187, 0.12);
}

.method-page .timeline-note p  {
  color: #195a5e;
}
/* =========================================================
   BENEFITS
   ========================================================= */ .method-page .benefit-card  {
  padding: 28px !important;
}

.method-page .benefit-card p  {
  margin-bottom: 0;
}
/* =========================================================
   FAQ
   ========================================================= */ .method-page .faq-card  {
  padding: 28px !important;
}

.method-page .faq-card h5  {
  margin-bottom: 14px;
  line-height: 1.35;
}
/* =========================================================
   FINAL CTA
   ========================================================= */ .method-page > section.highlight-box  {
  border-radius: 0;
}

.method-page > section.highlight-box .container  {
  position: relative;
  z-index: 1;
}

.method-page > section.highlight-box .btn  {
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
}
/* =========================================================
   RESPONSIVE
   ========================================================= */ @media (max-width: 991.98px)  {
  .method-page .method-hero-panel  {
    padding: 28px;
  }
  .method-page .highlight-box  {
    border-radius: 22px;
  }
  .method-page > section.highlight-box  {
    border-radius: 0;
  }
}

@media (max-width: 767.98px)  {
  .method-page .method-hero-panel, .method-page .intro-card, .method-page .timeline-card, .method-page .care-card, .method-page .step-card, .method-page .benefit-card, .method-page .faq-card  {
    padding: 22px !important;
  }
  .method-page .highlight-box  {
    padding: 22px !important;
  }
  .method-page .step-card .d-flex  {
    align-items: flex-start !important;
  }
  .method-page .step-number  {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
  }
  .method-page .icon-wrap  {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }
}

@media (max-width: 575.98px)  {
  .method-page .section-title, .method-page h2  {
    font-size: 1.55rem;
  }
  .method-page .intro-card h3, .method-page .timeline-card h3, .method-page .care-card h3, .method-page .step-card h3, .method-page .benefit-card h3, .method-page .faq-card h5  {
    font-size: 1.05rem;
    line-height: 1.35;
  }
  .method-page .mini-badge  {
    font-size: 0.78rem;
  }
  .method-page .list-check li  {
    padding-left: 28px;
    margin-bottom: 12px;
  }
}

.method-image-card  {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.method-image-card img  {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.method-overview-image  {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.10);
  background: #f5f5f5;
}

.method-overview-image img  {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.method-overview-caption  {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
}

.method-overview-caption span  {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 1.05rem;
}

.method-overview-caption p  {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 767px)  {
  .method-overview-image img  {
    height: 260px;
  }
  .method-overview-caption  {
    position: static;
    border-radius: 0;
    background: #1f2933;
  }
}