/** Shopify CDN: Minification failed

Line 147:0 All "@import" rules must come first
Line 229:0 All "@import" rules must come first
Line 448:0 All "@import" rules must come first
Line 959:0 All "@import" rules must come first
Line 1261:0 All "@import" rules must come first
Line 1907:0 All "@import" rules must come first
Line 1995:0 All "@import" rules must come first
Line 2255:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:mp-faq (INDEX:46) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-faq {
  padding: 80px 0;
  background: #FFFFFF;
}

.rmp-faq__container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-faq__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 38px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.2;
}

.rmp-faq__list {
  display: flex;
  flex-direction: column;
}

.rmp-faq__item {
  border-bottom: 1px solid #E5E7EB;
}

.rmp-faq__item:first-child {
  border-top: 1px solid #E5E7EB;
}

.rmp-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.rmp-faq__question:hover {
  color: #2563EB;
}

.rmp-faq__question-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #0F1B2D;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.rmp-faq__question:hover .rmp-faq__question-text {
  color: #2563EB;
}

.rmp-faq__toggle {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  color: #6B7280;
  transition: transform 0.3s ease, color 0.2s ease;
  line-height: 1;
}

.rmp-faq__item.open .rmp-faq__toggle {
  transform: rotate(45deg);
  color: #0F1B2D;
}

.rmp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.3s ease;
}

.rmp-faq__item.open .rmp-faq__answer {
  max-height: 500px;
  padding-bottom: 24px;
}

.rmp-faq__answer-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4B5563;
  margin: 0;
  padding-right: 48px;
}

/* Responsive */
@media (max-width: 768px) {
  .rmp-faq {
    padding: 60px 0;
  }

  .rmp-faq__container {
    padding: 0 20px;
  }

  .rmp-faq__question {
    padding: 20px 0;
  }

  .rmp-faq__question-text {
    font-size: 15px;
  }

  .rmp-faq__answer-text {
    padding-right: 0;
    font-size: 14px;
  }
}
/* END_SECTION:mp-faq */

/* START_SECTION:rmp-avantages (INDEX:61) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-avantages {
  padding: 80px 0;
  background: #FFFFFF;
}

.rmp-avantages__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-avantages__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.2;
}

.rmp-avantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rmp-avantages__badge {
      display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
    background: #F9F9F9;
    border: 1.5px solid #E8E8E8;
    border-radius: 16px;
    font-family: 'Clash Display', 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #0F1B2D;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}

.rmp-avantages__badge:hover {
  background: #FFFFFF;
  border-color: #FBC52A;
  box-shadow: 0 4px 20px rgba(251, 197, 42, 0.15);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .rmp-avantages {
    padding: 60px 0;
  }

  .rmp-avantages__container {
    padding: 0 20px;
  }

  .rmp-avantages__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .rmp-avantages__badge {
    padding: 22px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .rmp-avantages__grid {
    grid-template-columns: 1fr;
  }
}
/* END_SECTION:rmp-avantages */

/* START_SECTION:rmp-blog (INDEX:62) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-blog {
  padding: 80px 0;
  background: #FFFFFF;
}

.rmp-blog__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-blog__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.5vw, 40px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.2;
}

/* Bento grid */
.rmp-blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  min-height: 560px;
}

/* Card base */
.rmp-blog__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rmp-blog__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

/* Large card (left, spans 3 rows) */
.rmp-blog__card--large {
  grid-row: 1 / 4;
}

/* Card image */
.rmp-blog__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rmp-blog__card:hover .rmp-blog__card-img {
  transform: scale(1.03);
}

/* Dark overlay */
.rmp-blog__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
}

/* Card content */
.rmp-blog__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.rmp-blog__card--large .rmp-blog__card-content {
  padding: 32px;
}

.rmp-blog__card-date {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 8px;
}

.rmp-blog__card-heading {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 0 14px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.rmp-blog__card--large .rmp-blog__card-heading {
  font-size: 16px;
}

.rmp-blog__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: #0F1B2D;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.rmp-blog__card:hover .rmp-blog__card-btn {
  background: #1a2d4a;
}

/* Empty state */
.rmp-blog__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #6B7280;
}

/* CTA */
.rmp-blog__cta {
  text-align: center;
  margin-top: 40px;
}

.rmp-blog__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background:rgb(17, 17, 17);
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rmp-blog__cta-btn:hover {
  background:rgb(0, 0, 0);
  transform: translateY(-1px);
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(15, 27, 45, 0.3);
}

/* Responsive */
@media (max-width: 900px) {
  .rmp-blog__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .rmp-blog__card--large {
    grid-row: auto;
    min-height: 320px;
  }

  .rmp-blog__card--small {
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .rmp-blog {
    padding: 60px 0;
  }

  .rmp-blog__container {
    padding: 0 20px;
  }

  .rmp-blog__card--large {
    min-height: 280px;
  }

  .rmp-blog__card--small {
    min-height: 200px;
  }

  .rmp-blog__card-content {
    padding: 20px;
  }

  .rmp-blog__cta-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}
/* END_SECTION:rmp-blog */

/* START_SECTION:rmp-demarches (INDEX:63) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-demarches {
  padding: 80px 0;
  background: #FFFFFF;
  overflow: hidden;
}

.rmp-demarches__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-demarches__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(26px, 3.5vw, 40px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.2;
}

/* ============================================
   TABS — equal width
   ============================================ */
.rmp-demarches__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rmp-demarches__tab {
  flex: 1;
  padding: 14px 12px;
  border: 2px solid #E5E7EB;
  border-radius: 50px;
  background: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #0F1B2D;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.rmp-demarches__tab:hover {
  border-color: #0F1B2D;
}

.rmp-demarches__tab.active {
  background: #0F1B2D;
  border-color: #0F1B2D;
  color: #FFFFFF;
}

/* ============================================
   CAROUSEL — with peek of next slide
   ============================================ */
.rmp-demarches__carousel {
  position: relative;
  /* Allow overflow on right to show next slide peek */
  overflow: hidden;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 0;
}

.rmp-demarches__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.rmp-demarches__panel {
  flex: 0 0 calc(100% - 80px);
  margin-right: 20px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
}

/* Panel colors — each tab has its own bg color */
.rmp-demarches__panel[data-color="yellow"] { background: #FBC52A; }
.rmp-demarches__panel[data-color="pink"] { background: #F9A8D4; }
.rmp-demarches__panel[data-color="green"] { background: #6EE7B7; }
.rmp-demarches__panel[data-color="blue"] { background: #93C5FD; }
.rmp-demarches__panel[data-color="purple"] { background: #C4B5FD; }

.rmp-demarches__panel-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 56px 48px 72px;
  height: 100%;
}

/* ============================================
   LEFT: Static FAQ cards (no accordion)
   ============================================ */
.rmp-demarches__faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rmp-demarches__faq-card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.rmp-demarches__faq-question {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0F1B2D;
  margin: 0 0 10px;
  line-height: 1.35;
}

.rmp-demarches__faq-answer {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin: 0;
}

/* ============================================
   RIGHT: Description
   ============================================ */
.rmp-demarches__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rmp-demarches__desc-title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.5vw, 32px);
  color: #0F1B2D;
  margin: 0 0 20px;
  line-height: 1.15;
}

.rmp-demarches__desc-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #1F2937;
  margin: 0 0 32px;
}

.rmp-demarches__desc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background:rgb(18, 18, 18);
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.rmp-demarches__desc-btn:hover {
  background:rgb(0, 0, 0);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(15, 27, 45, 0.3);
}

/* ============================================
   DOT INDICATORS
   ============================================ */
.rmp-demarches__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.rmp-demarches__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D1D5DB;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rmp-demarches__dot.active {
  background: #0F1B2D;
}

.rmp-demarches__dot:hover {
  background: #6B7280;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .rmp-demarches__panel-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 32px 56px;
  }

  .rmp-demarches__panel {
    flex: 0 0 calc(100% - 60px);
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .rmp-demarches {
    padding: 60px 0;
  }

  .rmp-demarches__container {
    padding: 0 20px;
  }

  .rmp-demarches__carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }

  .rmp-demarches__tabs {
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
  }

  .rmp-demarches__tabs::-webkit-scrollbar {
    display: none;
  }

  .rmp-demarches__tab {
    flex: 0 0 auto;
    padding: 10px 18px;
    font-size: 13px;
  }

  .rmp-demarches__panel {
    flex: 0 0 calc(100% - 40px);
    margin-right: 14px;
  }

  .rmp-demarches__panel-inner {
    padding: 32px 24px 48px;
  }

  .rmp-demarches__faq-card {
    padding: 18px 20px;
  }
}

@media (max-width: 480px) {
  .rmp-demarches__panel-inner {
    padding: 24px 18px 40px;
  }
}
/* END_SECTION:rmp-demarches */

/* START_SECTION:rmp-floating-cta (INDEX:64) */
/* ─────────────────────────────────────────
   WRAPPER
───────────────────────────────────────── */
.rmp-floating-cta {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

/* ─────────────────────────────────────────
   BOUTON PRINCIPAL
───────────────────────────────────────── */
.rmp-floating-cta__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #2563EB;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px 0 0 12px;
  box-shadow: -4px 0 20px rgba(37, 99, 235, 0.3);
  overflow: hidden;
  text-decoration: none;

  /* Largeur initiale = juste le label */
  width: 48px;
  min-height: 150px;

  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s ease;
}

.rmp-floating-cta__btn:hover {
  box-shadow: -6px 0 28px rgba(37, 99, 235, 0.45);
}

/* État ouvert */
.rmp-floating-cta__btn.is-open {
  width: 340px;
  box-shadow: -8px 0 32px rgba(37, 99, 235, 0.5);
  cursor: default;
}

/* ─────────────────────────────────────────
   ① LABEL — toujours visible, à gauche
───────────────────────────────────────── */
.rmp-floating-cta__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  padding: 16px 0;

  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

/* ─────────────────────────────────────────
   ② CONTENU — révélé au centre
───────────────────────────────────────── */
.rmp-floating-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 12px 20px 16px;
  white-space: nowrap;
  overflow: hidden;

  /* Caché initialement */
  width: 0;
  opacity: 0;
  pointer-events: none;

  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.25s ease;
}

.rmp-floating-cta__btn.is-open .rmp-floating-cta__content {
  width: 250px;
  opacity: 1;
  pointer-events: auto;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.25s ease 0.2s;
}

/* Numéro */
.rmp-floating-cta__phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
}
.rmp-floating-cta__phone svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Sous-texte */
.rmp-floating-cta__subtext {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.82;
  color: #fff;
  padding-left: 29px; /* aligne après l'icône téléphone */
}

/* ─────────────────────────────────────────
   ③ CROIX — à droite, visible quand ouvert
───────────────────────────────────────── */
.rmp-floating-cta__close {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  padding-top: 12px;
  cursor: pointer;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);

  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease;
}
.rmp-floating-cta__close svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: none;
  flex-shrink: 0;
}
.rmp-floating-cta__close:hover {
  color: #fff;
}

.rmp-floating-cta__btn.is-open .rmp-floating-cta__close {
  width: 36px;
  opacity: 1;
  pointer-events: auto;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.2s ease 0.3s;
}

/* ─────────────────────────────────────────
   MOBILE — barre en bas, appel direct
───────────────────────────────────────── */
@media (max-width: 768px) {
  .rmp-floating-cta {
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
     display: none !important;
  }

  .rmp-floating-cta__btn {
    display: none !important;
  }

  .rmp-floating-cta__mobile-link {
    display: flex !important;
  }
}

/* Lien mobile — caché sur desktop */
.rmp-floating-cta__mobile-link {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2563EB;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 20px;
  box-shadow: 0 -4px 20px rgba(37, 99, 235, 0.3);
}
.rmp-floating-cta__mobile-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
/* END_SECTION:rmp-floating-cta */

/* START_SECTION:rmp-formules (INDEX:65) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-formules {
  padding: 80px 0;
  background: #FFFFFF;
}

.rmp-formules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-formules__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.15;
}

.rmp-formules__heading {
  margin-bottom: 56px;
}

.rmp-formules__section-subtitle {
  font-size: 15px;
  color: #6B7280;
  text-align: left;
  margin: 0;
  line-height: 1.6;
}

/* Grid */
.rmp-formules__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

/* Card */
.rmp-formules__card {
  position: relative;
  background: #FFFFFF;
  border-radius: 31px 31px 20px;
  border: 2px solid #E5E7EB;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
    height: 100%;
    flex-direction: column;
}

.rmp-formules__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Featured card (middle) */
.rmp-formules__card--featured {
  border-color: transparent;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.rmp-formules__card--featured:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}

/* "Le plus demandé" badge */
.rmp-formules__badge {
position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    background: #1FC42F;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 24px;
    border-radius: 12px 12px 0 0;
    z-index: 3;
    white-space: nowrap;
}

/* Card header */
.rmp-formules__header {
      padding: 20px 18px 20px;
          border-radius: 28px;
  text-align: center;
  position: relative;
}

.rmp-formules__header--yellow { background: #FFCC01; }
.rmp-formules__header--purple { background: #3B1980; }
.rmp-formules__header--blue { background: #0160F0; }

.rmp-formules__plan-name {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 16px;
  line-height: 1.2;
}

.rmp-formules__header--yellow .rmp-formules__plan-name { color: #0F1B2D; }
.rmp-formules__header--purple .rmp-formules__plan-name { color: #FFFFFF; }
.rmp-formules__header--blue .rmp-formules__plan-name { color: #FFFFFF; }

.rmp-formules__price {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  margin: 0 0 12px;
}

.rmp-formules__header--yellow .rmp-formules__price { color: #0F1B2D; }
.rmp-formules__header--purple .rmp-formules__price { color: #FFFFFF; }
.rmp-formules__header--blue .rmp-formules__price { color: #FFFFFF; }

.rmp-formules__price-currency {
  font-size: 32px;
  vertical-align: super;
  margin-left: 2px;
}

.rmp-formules__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.rmp-formules__header--yellow .rmp-formules__subtitle { color: #4B3A0A; }
.rmp-formules__header--purple .rmp-formules__subtitle { color: rgba(255,255,255,0.75); }
.rmp-formules__header--blue .rmp-formules__subtitle { color: rgba(255,255,255,0.75); }

/* Card body */
.rmp-formules__body {
  padding: 28px;
      display: flex;
    height: 100%;
       flex-direction: column;
    justify-content: space-between;
}

.rmp-formules__features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rmp-formules__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.rmp-formules__feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

.rmp-formules__feature-icon svg {
  width: 20px;
  height: 20px;
}

.rmp-formules__card:nth-child(1) .rmp-formules__feature-icon svg { color: #10B981; }
.rmp-formules__card:nth-child(2) .rmp-formules__feature-icon svg { color: #10B981; }
.rmp-formules__card:nth-child(3) .rmp-formules__feature-icon svg { color: #10B981; }

/* Buy button */
.rmp-formules__buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 24px;
  border: none;
  border-radius: 12px;
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}

.rmp-formules__buy-btn--yellow {
  background: #FBC52A;
  color: #0F1B2D;
}

.rmp-formules__buy-btn--yellow:hover {
  background:rgb(209, 160, 24);
  transform: translateY(-1px);
   color: #0F1B2D;
  box-shadow: 0 4px 16px rgba(251, 197, 42, 0.4);
}

.rmp-formules__buy-btn--purple {
  background: #3B1980;
  color: #FFFFFF;
}

.rmp-formules__buy-btn--purple:hover {
  background:rgb(44, 16, 99);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(28, 14, 120, 0.4);
}

.rmp-formules__buy-btn {
    border-radius: 50px;
}

.rmp-formules__buy-btn--blue {
  background: #2563EB;
  color: #FFFFFF;
}

.rmp-formules__buy-btn--blue:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
   color: #fff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

/* Responsive */
@media (max-width: 1024px) {
  .rmp-formules__grid {
    gap: 20px;
  }

  .rmp-formules__header {
        padding: 20px 18px 20px;
  }

  .rmp-formules__price {
    font-size: 46px;
  }

  .rmp-formules__body {
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  .rmp-formules {
    padding: 60px 0;
  }

  .rmp-formules__container {
    padding: 0 20px;
  }

  .rmp-formules__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
  }

  /* Reorder: featured card first on mobile */
  .rmp-formules__card--featured {
    order: -1;
  }
}
/* END_SECTION:rmp-formules */

/* START_SECTION:rmp-hero (INDEX:66) */
/* ============================================
   RMP HERO SECTION STYLES
   ============================================ */

/* Clash Display Font - upload ClashDisplay-Variable.woff2 to Shopify assets */
@font-face {
  font-family: 'Clash Display';
  src: url('{{ "ClashDisplay-Variable.woff2" | asset_url }}') format('woff2');
  font-weight: 200 700;
  font-display: swap;
}

/* Fallback: use DM Sans from Google Fonts if Clash Display not loaded */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
  --rmp-font-display: 'Clash Display', 'DM Sans', sans-serif;
  --rmp-font-body: 'DM Sans', sans-serif;
  --rmp-navy: #0F1B2D;
  --rmp-yellow: #FBC52A;
  --rmp-yellow-light: #FFF8E1;
  --rmp-blue: #2563EB;
  --rmp-purple: #4A1D8E;
  --rmp-pink: #F9A8D4;
  --rmp-white: #FFFFFF;
  --rmp-gray-light: #F5F5F5;
  --rmp-gray: #6B7280;
  --rmp-green: #10B981;
  --rmp-border-yellow: #FBC52A;
}

.rmp-hero {
  position: relative;
  width: 100%;
  padding: 40px 0 0;
  overflow: hidden;
  background: var(--rmp-white);
}

.rmp-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  min-height: 580px;
}

/* ---- LEFT SIDE ---- */
.rmp-hero__left {
  padding-top: 40px;
}

.rmp-hero__title {
  font-family: var(--rmp-font-display);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.05;
  color: var(--rmp-navy);
  margin: 0 0 24px;
  letter-spacing: 4px;
}

.rmp-hero__subtitle {
  font-family: var(--rmp-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--rmp-gray);
  margin: 0 0 48px;
  max-width: 520px;
}

/* ---- BADGES ---- */
.rmp-hero__badges {

  gap: 16px;
  margin-top: 32px;
}

.rmp-hero__badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--rmp-white);
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  font-family: var(--rmp-font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--rmp-navy);
  transition: box-shadow 0.3s ease;
}

.rmp-hero__badge:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.rmp-hero__badge-dot {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  flex-shrink: 0;
}

.rmp-hero__badge-dot--yellow { background: var(--rmp-yellow); }
.rmp-hero__badge-dot--pink { background: var(--rmp-pink); }
.rmp-hero__badge-dot--purple { background: var(--rmp-purple); }
.rmp-hero__badge-dot--blue { background: var(--rmp-blue); }

/* ---- RIGHT SIDE ---- */
.rmp-hero__right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---- FORM BOX ---- */
.rmp-hero__form-box {
  position: relative;
  background: var(--rmp-white);
  border: 3px solid var(--rmp-border-yellow);
  border-radius: 24px;
  padding: 36px 32px;
  width: 100%;
  max-width: 480px;
  min-height: 380px;
  box-shadow: 0 8px 32px rgba(251, 197, 42, 0.12);
  z-index: 2;
}

.rmp-hero__form-title {
  font-family: var(--rmp-font-display);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: var(--rmp-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 28px;
  line-height: 1.3;
}

/* Progress bar */
.rmp-hero__progress {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}

.rmp-hero__progress-step {
  flex: 1;
  height: 4px;
  background: #E5E7EB;
  border-radius: 2px;
  transition: background 0.4s ease;
}

.rmp-hero__progress-step.active {
  background: var(--rmp-yellow);
}

.rmp-hero__progress-step.completed {
  background: var(--rmp-navy);
}

/* Form steps */
.rmp-hero__step {
  display: none;
  animation: fadeInStep 0.35s ease;
}

.rmp-hero__step.active {
  display: block;
}

@keyframes fadeInStep {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.rmp-hero__step-label {
  font-family: var(--rmp-font-body);
  font-size: 13px;
  color: var(--rmp-gray);
  margin: 0 0 8px;
  font-weight: 500;
}

.rmp-hero__step-question {
  font-family: var(--rmp-font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--rmp-navy);
  margin: 0 0 20px;
}

/* Radio/checkbox options */
.rmp-hero__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.rmp-hero__option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding:  9px 15px;
  background: var(--rmp-white);
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-family: var(--rmp-font-body);
  font-size: 14px;
  color: var(--rmp-navy);
}

.rmp-hero__option:hover {
  border-color: var(--rmp-yellow);
  background: var(--rmp-yellow-light);
}

.rmp-hero__option.selected {
  border-color: var(--rmp-navy);
  background: #F0F4FF;
}

.rmp-hero__option input {
  display: none;
}

.rmp-hero__option-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #CBD5E1;
  flex-shrink: 0;
  position: relative;
  transition: all 0.25s ease;
}

.rmp-hero__option.selected .rmp-hero__option-radio {
  border-color: var(--rmp-navy);
}

.rmp-hero__option.selected .rmp-hero__option-radio::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rmp-navy);
}

.rmp-hero__option-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #CBD5E1;
  flex-shrink: 0;
  position: relative;
  transition: all 0.25s ease;
}

.rmp-hero__option.selected .rmp-hero__option-checkbox {
  border-color: var(--rmp-navy);
  background: var(--rmp-navy);
}

.rmp-hero__option.selected .rmp-hero__option-checkbox::after {
  content: '✓';
  position: absolute;
  top: -1px;
  left: 3px;
  color: white;
  font-size: 13px;
  font-weight: 700;
}

/* Text inputs for contact form */
.rmp-hero__input-group {
  margin-bottom: 14px;
}

.rmp-hero__input-label {
  display: block;
  font-family: var(--rmp-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--rmp-navy);
  margin-bottom: 6px;
}

.rmp-hero__input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  font-family: var(--rmp-font-body);
  font-size: 14px;
  color: var(--rmp-navy);
  background: var(--rmp-white);
  transition: border-color 0.25s ease;
  outline: none;
  box-sizing: border-box;
}

.rmp-hero__input:focus {
  border-color: var(--rmp-yellow);
}

.rmp-hero__input::placeholder {
  color: #9CA3AF;
}

.rmp-hero__select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  font-family: var(--rmp-font-body);
  font-size: 14px;
  color: var(--rmp-navy);
  background: var(--rmp-white);
  transition: border-color 0.25s ease;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  box-sizing: border-box;
}

.rmp-hero__select:focus {
  border-color: var(--rmp-yellow);
}

/* Contact form grid */
.rmp-hero__contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rmp-hero__contact-grid .rmp-hero__input-group.full-width {
  grid-column: 1 / -1;
}

/* Buttons */
.rmp-hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 50px;
  font-family: var(--rmp-font-display);
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rmp-hero__btn--primary {
  background:#111;
  color: var(--rmp-white);
}

.rmp-hero__btn--primary:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(15, 27, 45, 0.3);
}

.rmp-hero__btn--primary:disabled {
  background: #CBD5E1;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.rmp-hero__btn--back {
  background: transparent;
  color: var(--rmp-gray);
  font-size: 13px;
  padding: 8px;
  width: auto;
  margin: 0 auto 8px;
}

.rmp-hero__btn--back:hover {
  color: var(--rmp-navy);
}

.rmp-hero__btn-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

/* Results */
.rmp-hero__result {
  display: none;
  animation: fadeInStep 0.4s ease;
}

.rmp-hero__result.active {
  display: block;
}

.rmp-hero__result-title {
  font-family: var(--rmp-font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--rmp-navy);
  margin: 0 0 16px;
}

.rmp-hero__result-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.rmp-hero__result-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: #F8FAFC;
  border-radius: 10px;
  font-family: var(--rmp-font-body);
  font-size: 13px;
  color: var(--rmp-navy);
  line-height: 1.4;
}

.rmp-hero__result-step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--rmp-yellow);
  color: var(--rmp-navy);
  font-family: var(--rmp-font-display);
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rmp-hero__result-warning {
  font-family: var(--rmp-font-body);
  font-size: 12px;
  color: var(--rmp-gray);
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 12px;
  background: #FFFBEB;
  border-radius: 10px;
  border-left: 3px solid var(--rmp-yellow);
}

.rmp-hero__result-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rmp-hero__result-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 50px;
  font-family: var(--rmp-font-display);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  border: none;
}

.rmp-hero__result-btn--callback {
  background: var(--rmp-navy);
  color: var(--rmp-white);
}

.rmp-hero__result-btn--callback:hover {
  background: #1a2d4a;
  transform: translateY(-1px);
}

.rmp-hero__result-btn--accompany {
  background: var(--rmp-yellow);
  color: var(--rmp-navy);
}

.rmp-hero__result-btn--accompany:hover {
  background: #e8b625;
  transform: translateY(-1px);
}

/* Car illustration */
.rmp-hero__car-illustration {
    position: absolute;
    bottom: 0px;
    right: -60%;
    width: 90%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

/* Loading spinner */
.rmp-hero__spinner {
  display: none;
  width: 32px;
  height: 32px;
  border: 3px solid #E5E7EB;
  border-top: 3px solid var(--rmp-navy);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Form validation */
.rmp-hero__input.error {
  border-color: #EF4444;
}

.rmp-hero__error-msg {
  font-family: var(--rmp-font-body);
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
  display: none;
}

/* ---- RESPONSIVE ---- */
@media (min-width: 724px) {
  .rmp-hero__btn {
    max-width: 250px;
    margin-left: auto;
}
}
@media (max-width: 1024px) {
  .rmp-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rmp-hero__left {
    padding-top: 0;
    text-align: center;
  }

  .rmp-hero__subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .rmp-hero__badges {
    justify-content: center;
  }

  .rmp-hero__right {
    align-items: center;
  }

  .rmp-hero__form-box {
    max-width: 520px;
  }

  .rmp-hero__car-illustration {
    display: none;
  }
}

@media (max-width: 640px) {
  .rmp-hero__container {
    padding: 0 20px;
  }

  .rmp-hero__title {
    font-size: 46px;
  }

  .rmp-hero__form-box {
    padding: 28px 20px;
  }

  .rmp-hero__badges {
    gap: 10px;
  }

  .rmp-hero__badge {
    padding: 10px 16px;
    font-size: 13px;
  }

  .rmp-hero__contact-grid {
    grid-template-columns: 1fr;
  }
}

a.rmp-hero__result-btn.rmp-hero__result-btn--callback {
    color: #fff;
}
a.rmp-hero__result-btn.rmp-hero__result-btn--accompany {
    color: #000;
}


@media (min-width: 750px) {
    .rmp-hero__badges {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 750px) {
    .rmp-hero__badges {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450px) {
    .rmp-hero__badges {
        display: grid !im;
        grid-template-columns: repeat(1, 1fr);
    }
}
/* END_SECTION:rmp-hero */

/* START_SECTION:rmp-partenaires (INDEX:67) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-partenaires {
  padding: 48px 0;
  background: #FFFFFF;
  border-top: 1px solid #F3F4F6;
}

.rmp-partenaires__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-partenaires__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #6B7280;
  text-align: center;
  margin: 0 0 36px;
}

.rmp-partenaires__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.rmp-partenaires__logo {
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.rmp-partenaires__logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Placeholder logo (when no image uploaded) */
.rmp-partenaires__placeholder {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #D1D5DB;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
  user-select: none;
}

.rmp-partenaires__placeholder:hover {
  color: #9CA3AF;
}

/* Responsive */
@media (max-width: 768px) {
  .rmp-partenaires {
    padding: 40px 0;
  }

  .rmp-partenaires__container {
    padding: 0 20px;
  }

  .rmp-partenaires__logos {
    gap: 32px;
  }

  .rmp-partenaires__logo {
    height: 32px;
  }

  .rmp-partenaires__placeholder {
    font-size: 28px;
  }
}
/* END_SECTION:rmp-partenaires */

/* START_SECTION:rmp-steps (INDEX:68) */
/* ============================================
   RMP ACCOMPAGNEMENT STEPS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-steps {
  padding: 80px 0 60px;
  background: var(--rmp-white, #FFFFFF);
  overflow: hidden;
}

.rmp-steps__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.rmp-steps__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.5vw, 40px);
  color: #0F1B2D;
  margin: 0 0 48px;
  line-height: 1.15;
}

/* Carousel wrapper */
.rmp-steps__carousel {
  position: relative;
}

.rmp-steps__track-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.rmp-steps__track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* Individual card */
.rmp-steps__card {
  position: relative;
  flex: 0 0 calc(25% - 18px);
  min-width: 280px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rmp-steps__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* Card image */
.rmp-steps__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Color overlay */
.rmp-steps__card-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
  transition: opacity 0.3s ease;
}

.rmp-steps__card:hover .rmp-steps__card-overlay {
  opacity: 0.35;
}

.rmp-steps__card--yellow .rmp-steps__card-overlay { background: #FBC52A; }
.rmp-steps__card--pink .rmp-steps__card-overlay { background: #F9A8D4; }
.rmp-steps__card--purple .rmp-steps__card-overlay { background: #a57ed6; }
.rmp-steps__card--blue .rmp-steps__card-overlay { background: #2563EB; }

/* Card content */
.rmp-steps__card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  z-index: 2;
}

.rmp-steps__card-bottom {
      background: #fff;
    border-radius: 10px;
    padding: 3px 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.rmp-steps__card-number {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  color: #000;
  flex-shrink: 0;
}

.rmp-steps__card-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Carousel navigation arrows */
.rmp-steps__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}

.rmp-steps__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #E5E7EB;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  color: #0F1B2D;
}

.rmp-steps__nav-btn:hover {
  border-color: #0F1B2D;
  background: #0F1B2D;
  color: #FFFFFF;
}

.rmp-steps__nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.rmp-steps__nav-btn:disabled:hover {
  border-color: #E5E7EB;
  background: #FFFFFF;
  color: #0F1B2D;
}

.rmp-steps__nav-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CTA Button */
.rmp-steps__cta {
  text-align: center;
  margin-top: 40px;
}

.rmp-steps__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #2563EB;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}

.rmp-steps__cta-btn:hover {
  background: #1d4ed8;
   color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.rmp-steps__cta-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1200px) {
  .rmp-steps__card {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 900px) {
  .rmp-steps__card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .rmp-steps__container {
    padding: 0 20px;
  }

  .rmp-steps {
    padding: 60px 0 40px;
  }

  .rmp-steps__card {
    flex: 0 0 calc(85%);
    min-width: unset;
    height: 360px;
  }

  .rmp-steps__card-number {
    font-size: 42px;
  }

  .rmp-steps__cta-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}

/* Touch/swipe support */
.rmp-steps__track-wrapper {
  -webkit-overflow-scrolling: touch;
}

.rmp-steps__track.is-dragging {
  transition: none;
  cursor: grabbing;
}
/* END_SECTION:rmp-steps */

/* START_SECTION:rmp-temoignages (INDEX:69) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.rmp-temoignages {
  padding: 60px 0 0;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.rmp-temoignages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* ============================================
   DECORATIVE STRIPES — LARGE, matching mockup
   ============================================ */
.rmp-temoignages__stripes-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: -20px;
}

.rmp-temoignages__stripe {
  position: absolute;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rmp-temoignages.is-visible .rmp-temoignages__stripe {
  opacity: 1;
}

/* ---- LEFT GROUP ---- */
.rmp-temoignages__stripe--l1 {
    background: #0161F0;
    width: 200px;
    height: 10px;
    top: 20px;
    left: -20px;
    transform: translateX(-100px) translateY(100px) rotate(-12deg);
    transition-delay: 0.05s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--l1 {
  transform: translateX(0) translateY(0px) rotate(-12deg);
}

.rmp-temoignages__stripe--l2 {
    background: #3B1980;
    width: 180px;
    height: 10px;
    top: 30px;
    left: 80px;
    transform: translateX(-100px) translateY(100px) rotate(-12deg);
    transition-delay: 0.12s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--l2 {
  transform: translateX(0) translateY(0px) rotate(-12deg);
}

.rmp-temoignages__stripe--l3 {
  background: #FFCC02;
      width: 308px;
    height: 38px;
    top: 63px;
  left: 0px;
  transform: translateX(-100px) translateY(100px) rotate(-12deg);
  transition-delay: 0.4s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--l3 {
  transform: translateX(0) translateY(0px) rotate(-12deg);
}

.rmp-temoignages__stripe--l4 {
  background: #F9A8D4;
  width: 150px;
  height: 38px;
  top: 120px;
      left: 83px;
  transform: translateX(-100px) translateY(100px) rotate(-12deg);
  transition-delay: 0.28s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--l4 {
  transform: translateX(0) translateY(0px)  rotate(-12deg);
}

/* ---- RIGHT GROUP ---- */
.rmp-temoignages__stripe--r4 {
 background: #F9A8D4;
  width: 150px;
  height: 38px;
  top: 120px;
  right: 83px;
  left: auto;
  transform: translateX(100px) translateY(100px) rotate(15deg);
  transition-delay: 0.08s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--r1 {
  transform: translateX(0) rotate(15deg);
}

.rmp-temoignages__stripe--r3 {
  background: #FFCC02;
      width: 308px;
    height: 38px;
    top: 63px;
  right: 0;
  left: auto;
  transform: translateX(100px) translateY(100px) rotate(15deg);
  transition-delay: 0.16s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--r2 {
  transform: translateX(0) rotate(15deg);
}

.rmp-temoignages__stripe--r2 {
   background: #3B1980;
    width: 180px;
    height: 10px;
  top: 30px;
  right: 80px;
  left: auto;
  transform: translateX(100px) translateY(100px) rotate(15deg);
  transition-delay: 0.24s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--r3 {
  transform: translateX(0) rotate(15deg);
}

.rmp-temoignages__stripe--r1 {
   background: #0161F0;
    width: 200px;
    height: 10px;
  top: 20px;
  right: -20px;
  left: auto;
  transform: translateX(100px) translateY(100px)  rotate(15deg);
  transition-delay: 0.32s;
}
.rmp-temoignages.is-visible .rmp-temoignages__stripe--r4 {
  transform: translateX(0) rotate(15deg);
}

/* ============================================
   TITLE
   ============================================ */
.rmp-temoignages__title {
  font-family: 'Clash Display', 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 52px);
  color: #0F1B2D;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.12;
  position: relative;
  z-index: 2;
}

/* ============================================
   TESTIMONIAL CARDS
   ============================================ */
.rmp-temoignages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.rmp-temoignages__card {
  background: #F3F4F6;
  border-radius: 18px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rmp-temoignages__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.rmp-temoignages__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.rmp-temoignages__star {
  width: 18px;
  height: 18px;
  color: #FBC52A;
}

.rmp-temoignages__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
  margin: 0 0 24px;
  flex: 1;
}

.rmp-temoignages__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.rmp-temoignages__author-name {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0F1B2D;
}

.rmp-temoignages__author-role {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #6B7280;
}

/* ============================================
   CARS ON ROAD
   ============================================ */
.rmp-temoignages__road {
  position: relative;
  width: 100%;
}

.rmp-temoignages__road-track {
  background: #F9A8D4;
  height: 70px;
  position: relative;
  width: 100%;
}

/* Cars positioned so they sit ON TOP of the road, overflowing upward */
.rmp-temoignages__cars {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 60px;
  pointer-events: none;
  z-index: 2;
}

.rmp-temoignages__car {
      width: 295px;
    height: auto;
    position: relative;
    margin-bottom: -75px;
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rmp-temoignages.is-visible .rmp-temoignages__car {
  opacity: 1;
  transform: translateX(0);
}

.rmp-temoignages.is-visible .rmp-temoignages__car:nth-child(1) { transition-delay: 0.2s; }
.rmp-temoignages.is-visible .rmp-temoignages__car:nth-child(2) { transition-delay: 0.4s; }
.rmp-temoignages.is-visible .rmp-temoignages__car:nth-child(3) { transition-delay: 0.6s; }
.rmp-temoignages.is-visible .rmp-temoignages__car:nth-child(4) { transition-delay: 0.8s; }

/* White dash groups — positioned under each car */
.rmp-temoignages__road-dashes {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  height: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 60px;
  z-index: 1;
}

.rmp-temoignages__road-dash-group {
  display: flex;
  gap: 14px;
}

.rmp-temoignages__road-dash {
  width: 50px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 3px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .rmp-temoignages__grid {
    gap: 16px;
  }

  .rmp-temoignages__card {
    padding: 24px 20px;
  }

  .rmp-temoignages__car {
    width: 120px;
  }

  .rmp-temoignages__cars {
    height: 120px;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .rmp-temoignages {
    padding: 40px 0 0;
  }

  .rmp-temoignages__container {
    padding: 0 20px;
  }

  .rmp-temoignages__stripes-wrapper {
    height: 130px;
  }

  .rmp-temoignages__stripe--l1,
  .rmp-temoignages__stripe--l2,
  .rmp-temoignages__stripe--l3,
  .rmp-temoignages__stripe--l4 {
    width: 130px !important;
    height: 18px !important;
  }

  .rmp-temoignages__stripe--r1,
  .rmp-temoignages__stripe--r2,
  .rmp-temoignages__stripe--r3,
  .rmp-temoignages__stripe--r4 {
    width: 130px !important;
    height: 18px !important;
  }

  .rmp-temoignages__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rmp-temoignages__car {
    width: 90px;
  }

  .rmp-temoignages__cars {
    padding: 0 16px;
    height: 100px;
  }

  .rmp-temoignages__road-track {
    height: 50px;
  }

  .rmp-temoignages__road-dash {
    width: 30px;
    height: 4px;
  }

  .rmp-temoignages__road-dashes {
    padding: 0 16px;
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .rmp-temoignages__stripes-wrapper {
    height: 100px;
  }

  .rmp-temoignages__car {
    width: 70px;
  }

  .rmp-temoignages__cars {
    padding: 0 8px;
    height: 80px;
  }

  .rmp-temoignages__road-track {
    height: 40px;
  }
}

/* ============================================
   SCROLL PROGRESS VAR
   ============================================ */
.rmp-temoignages {
  --scroll: 0; /* 0 -> 1 */
}

/* ============================================
   STRIPES REVEAL BY MASK (clip-path)
   Chaque stripe a son propre --reveal (0 -> 1)
   ============================================ */

/* Base: on garde ton opacity/transform si tu veux, mais la révélation se fait via clip-path */
.rmp-temoignages__stripe {
  opacity: 1; /* on n'utilise plus opacity pour révéler */
  will-change: clip-path, transform;
}

/* Gauche: on révèle depuis la gauche */
.rmp-temoignages__stripe--l1,
.rmp-temoignages__stripe--l2,
.rmp-temoignages__stripe--l3,
.rmp-temoignages__stripe--l4 {
  clip-path: inset(0 calc((1 - var(--reveal, 0)) * 100%) 0 0 round 999px);
}

/* Droite: on révèle depuis la droite */
.rmp-temoignages__stripe--r1,
.rmp-temoignages__stripe--r2,
.rmp-temoignages__stripe--r3,
.rmp-temoignages__stripe--r4 {
  clip-path: inset(0 0 0 calc((1 - var(--reveal, 0)) * 100%) round 999px);
}

/* Petit “settle” optionnel: un micro shift au fur et à mesure */
.rmp-temoignages__stripe {
  transform: translate3d(calc((1 - var(--reveal, 0)) * -10px), calc((1 - var(--reveal, 0)) * 10px), 0) rotate(var(--rot, 0deg));
}

/* On remet la rotation voulue par stripe (car ton transform d'origine est écrasé par celui ci-dessus) */
.rmp-temoignages__stripe--l1,
.rmp-temoignages__stripe--l2,
.rmp-temoignages__stripe--l3,
.rmp-temoignages__stripe--l4 { --rot: -12deg; }

.rmp-temoignages__stripe--r1,
.rmp-temoignages__stripe--r2,
.rmp-temoignages__stripe--r3,
.rmp-temoignages__stripe--r4 { --rot: 15deg; }

/* ============================================
   CARS SCROLL DRIVE (tx + bounce ty)
   On utilise des variables CSS par voiture:
   --tx: déplacement horizontal
   --ty: bounce vertical (léger)
   ============================================ */
.rmp-temoignages__car {
  opacity: 1; /* on enlève l'apparition via opacity */
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
  transition: none; /* scroll-driven: pas de transition */
  will-change: transform;
}

/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
  .rmp-temoignages__stripe,
  .rmp-temoignages__car {
    clip-path: none !important;
    transform: none !important;
  }
}
/* END_SECTION:rmp-temoignages */