/* ================================
   Page Réhabilitation sans démolition
   Contenu master-wrapper
================================ */ .rs-process-page  {
  background: #ffffff;
  color: #123c3b;
  overflow: hidden;
}

.rs-process-section  {
  padding: 78px 0;
}

.rs-process-intro  {
  padding-top: 64px;
}

.rs-process-soft  {
  background: #f4f8f7;
}
/* Titres */ .rs-process-eyebrow  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #00bca6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rs-process-eyebrow::before  {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 50px;
}

.rs-process-eyebrow-light  {
  color: #8ff4e7;
}

.rs-process-page h2  {
  margin: 0 0 22px;
  color: #073f3f;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.rs-process-page h3  {
  color: #073f3f;
  font-weight: 800;
}

.rs-process-page p  {
  color: rgba(18, 60, 59, 0.74);
  font-size: 17px;
  line-height: 1.75;
}

.rs-process-heading  {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.rs-process-heading .rs-process-eyebrow::after  {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 50px;
}

.rs-process-heading p  {
  margin-bottom: 0;
}
/* Intro */ .rs-process-main-image, .rs-care-image  {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #e8f1f0;
  box-shadow: 0 18px 48px rgba(7, 63, 63, 0.12);
}

.rs-process-main-image img, .rs-care-image img  {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.rs-process-benefits-mini  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.rs-process-benefits-mini div  {
  padding: 20px;
  border-radius: 16px;
  background: #f4f8f7;
  border: 1px solid rgba(7, 63, 63, 0.08);
}

.rs-process-benefits-mini span  {
  display: inline-flex;
  margin-bottom: 12px;
  color: #00bca6;
  font-weight: 900;
  font-size: 13px;
}

.rs-process-benefits-mini strong  {
  display: block;
  margin-bottom: 6px;
  color: #073f3f;
  font-size: 16px;
}

.rs-process-benefits-mini p  {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
/* Vue d’ensemble */ .rs-overview-grid  {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.rs-overview-card  {
  padding: 22px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  box-shadow: 0 12px 32px rgba(7, 63, 63, 0.06);
}

.rs-overview-icon  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #00bca6;
  color: #ffffff;
  font-weight: 900;
}

.rs-overview-card h3  {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
}

.rs-overview-card p  {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
/* CARE */ .rs-care-intro  {
  margin-bottom: 42px;
}

.rs-care-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rs-care-card  {
  position: relative;
  display: block;
  min-height: 300px;
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(7, 63, 63, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.rs-care-card:hover  {
  transform: translateY(-4px);
  border-color: rgba(0, 188, 166, 0.35);
  box-shadow: 0 20px 52px rgba(7, 63, 63, 0.12);
  text-decoration: none;
}

.rs-care-card span  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(0, 188, 166, 0.12);
  color: #008f80;
  font-size: 24px;
  font-weight: 900;
}

.rs-care-card h3  {
  margin: 0 0 12px;
  font-size: 24px;
}

.rs-care-card p  {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
}

.rs-care-card strong  {
  color: #008f80;
  font-size: 14px;
}

.rs-care-card strong::after  {
  content: " →";
}
/* Étapes détaillées */ .rs-step-card  {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  margin-bottom: 34px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  box-shadow: 0 18px 48px rgba(7, 63, 63, 0.08);
  overflow: hidden;
}

.rs-step-card:last-child  {
  margin-bottom: 0;
}

.rs-step-card-reverse .rs-step-media  {
  order: 2;
}

.rs-step-card-reverse .rs-step-content  {
  order: 1;
}

.rs-step-media  {
  min-height: 430px;
  background: #e8f1f0;
  overflow: hidden;
}

.rs-step-media img  {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.rs-step-card:hover .rs-step-media img  {
  transform: scale(1.04);
}

.rs-step-content  {
  position: relative;
  padding: 44px;
}

.rs-step-label  {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 50px;
  background: rgba(0, 188, 166, 0.12);
  color: #008f80;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-step-number  {
  position: absolute;
  right: 38px;
  top: 32px;
  color: rgba(0, 188, 166, 0.12);
  font-size: 78px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.rs-step-content h3  {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.rs-step-content p  {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: 16px;
}

.rs-step-content ul  {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.rs-step-content li  {
  position: relative;
  padding-left: 28px;
  color: rgba(18, 60, 59, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.rs-step-content li::before  {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00bca6;
  font-weight: 900;
}

.rs-step-link  {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008f80;
  font-weight: 800;
  text-decoration: none;
}

.rs-step-link::after  {
  content: "→";
  transition: transform 0.2s ease;
}

.rs-step-link:hover  {
  color: #073f3f;
  text-decoration: none;
}

.rs-step-link:hover::after  {
  transform: translateX(4px);
}
/* Immeubles occupés */ .rs-occupied-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rs-occupied-grid article  {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 63, 0.08);
  box-shadow: 0 14px 38px rgba(7, 63, 63, 0.07);
}

.rs-occupied-grid img  {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.rs-occupied-grid h3  {
  margin: 24px 24px 10px;
  font-size: 22px;
}

.rs-occupied-grid p  {
  margin: 0 24px 26px;
  font-size: 15px;
  line-height: 1.65;
}
/* FAQ */ .rs-process-faq  {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.rs-process-faq details  {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(7, 63, 63, 0.1);
  overflow: hidden;
}

.rs-process-faq summary  {
  position: relative;
  cursor: pointer;
  padding: 21px 56px 21px 24px;
  color: #073f3f;
  font-weight: 800;
  list-style: none;
}

.rs-process-faq summary::-webkit-details-marker  {
  display: none;
}

.rs-process-faq summary::after  {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #00bca6;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.rs-process-faq details[open] summary::after  {
  content: "–";
}

.rs-process-faq details p  {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 16px;
}
/* CTA */ .rs-process-cta  {
  padding: 76px 0 92px;
  background: #ffffff;
}

.rs-process-cta-box  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 42px;
  border-radius: 22px;
  background: radial-gradient(circle at top right, rgba(0, 188, 166, 0.22), transparent 34%), linear-gradient(135deg, #073f3f 0%, #0c5958 100%);
  color: #ffffff;
}

.rs-process-cta-box h2  {
  color: #ffffff;
}

.rs-process-cta-box p  {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.rs-process-btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 50px;
  background: #ffffff;
  color: #073f3f;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.22s ease, background 0.22s ease;
}

.rs-process-btn:hover  {
  transform: translateY(-2px);
  background: #00bca6;
  color: #073f3f;
  text-decoration: none;
}
/* Responsive */ @media (max-width: 1199px)  {
  .rs-overview-grid  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rs-care-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px)  {
  .rs-process-section  {
    padding: 62px 0;
  }
  .rs-process-intro  {
    padding-top: 52px;
  }
  .rs-process-main-image  {
    margin-top: 34px;
  }
  .rs-process-main-image img, .rs-care-image img  {
    height: 320px;
  }
  .rs-process-benefits-mini  {
    grid-template-columns: 1fr;
  }
  .rs-step-card, .rs-step-card-reverse  {
    grid-template-columns: 1fr;
  }
  .rs-step-card-reverse .rs-step-media, .rs-step-card-reverse .rs-step-content  {
    order: initial;
  }
  .rs-step-media, .rs-step-media img  {
    min-height: 310px;
  }
  .rs-step-content  {
    padding: 34px;
  }
  .rs-occupied-grid  {
    grid-template-columns: 1fr;
  }
  .rs-process-cta-box  {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px)  {
  .rs-process-section  {
    padding: 52px 0;
  }
  .rs-process-page h2  {
    font-size: 30px;
  }
  .rs-process-heading  {
    margin-bottom: 34px;
    text-align: left;
  }
  .rs-process-heading .rs-process-eyebrow::after  {
    display: none;
  }
  .rs-overview-grid, .rs-care-grid  {
    grid-template-columns: 1fr;
  }
  .rs-process-main-image, .rs-care-image, .rs-step-card, .rs-occupied-grid article, .rs-process-cta-box  {
    border-radius: 16px;
  }
  .rs-process-main-image img, .rs-care-image img  {
    height: 240px;
  }
  .rs-step-media, .rs-step-media img  {
    min-height: 230px;
  }
  .rs-step-content  {
    padding: 26px;
  }
  .rs-step-number  {
    right: 22px;
    top: 22px;
    font-size: 56px;
  }
  .rs-occupied-grid img  {
    height: 190px;
  }
  .rs-process-cta  {
    padding: 54px 0 66px;
  }
  .rs-process-cta-box  {
    padding: 28px;
  }
  .rs-process-btn  {
    width: 100%;
  }
}