.elementor-55846 .elementor-element.elementor-element-b638002{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6404111 *//* ============================================================
   SENIOR SÉRÉNITÉ — CSS PREMIUM
   Article : Maison de repos à Fleurus
   Scope : .ss-article-container et ses enfants
   Compatible WordPress / Elementor / Neve
   Version : 3.0 — Palette identique à l'article La Hulpe
   ============================================================ */

/* ─── VARIABLES ─────────────────────────────────────────────── */
.ss-article-container {
  --ss-brand:          #3d6878;
  --ss-brand-dark:     #2c5060;
  --ss-brand-soft:     #e8f2f5;
  --ss-accent:         #c9a66b;
  --ss-accent-soft:    #f7efe2;
  --ss-text:           #23313a;
  --ss-muted:          #667782;
  --ss-border:         #dce7eb;
  --ss-bg:             #ffffff;
  --ss-bg-soft:        #f7fafb;
  --ss-warning:        #8a5a16;
  --ss-warning-bg:     #fff6e6;
  --ss-radius-lg:      18px;
  --ss-radius-md:      12px;
  --ss-shadow-soft:    0 18px 45px rgba(31,62,75,0.10);
  --ss-shadow-light:   0 10px 28px rgba(31,62,75,0.08);

  max-width: 820px;
  margin: 0 auto;
  padding: 0 18px 56px;
  color: var(--ss-text);
  font-size: 1.0625rem;
  line-height: 1.72;
  font-family: inherit;
  box-sizing: border-box;
}

.ss-article-container * {
  box-sizing: border-box;
}

/* ─── LIENS ─────────────────────────────────────────────────── */
.ss-article-container a {
  color: var(--ss-brand-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.ss-article-container a:hover {
  color: #1f3d4a;
  background-color: rgba(232,242,245,0.8);
  text-decoration: underline;
}

.ss-article-container p {
  margin: 0 0 1.15em;
}

.ss-article-container strong {
  color: #1f3d4a;
  font-weight: 700;
}

/* ─── BREADCRUMB ────────────────────────────────────────────── */
.ss-breadcrumb {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 22px;
  padding: 10px 16px;
  border: 1px solid var(--ss-border);
  border-radius: 999px;
  background: var(--ss-bg-soft);
  color: var(--ss-muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── HERO ──────────────────────────────────────────────────── */
.ss-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: var(--ss-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(201,166,107,0.20), transparent 34%),
    linear-gradient(135deg, #f7fbfc 0%, #e8f2f5 48%, #ffffff 100%);
  border: 1px solid rgba(61,104,120,0.16);
  box-shadow: var(--ss-shadow-soft);
}

.ss-hero::before {
  content: "";
  position: absolute;
  inset: auto -80px -110px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(61,104,120,0.07);
  pointer-events: none;
}

.ss-hero h1 {
  max-width: 780px;
  margin: 0 0 16px;
  color: #1d3540;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.ss-hero__intro {
  max-width: 680px;
  margin: 0 0 26px;
  color: #40535d;
  font-size: 1.05rem;
  line-height: 1.65;
}

.ss-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* ─── BOUTONS ───────────────────────────────────────────────── */
.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.ss-btn:hover {
  transform: translateY(-2px);
}

.ss-btn--primary {
  background: linear-gradient(135deg, var(--ss-brand) 0%, var(--ss-brand-dark) 100%);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 22px rgba(61,104,120,0.24);
}

.ss-btn--primary:hover {
  background: linear-gradient(135deg, #345f6e 0%, #203f4d 100%);
  box-shadow: 0 14px 28px rgba(61,104,120,0.30);
  color: #ffffff !important;
}

.ss-btn--secondary {
  background: #ffffff;
  color: var(--ss-brand-dark) !important;
  border: 1px solid rgba(61,104,120,0.22);
  box-shadow: 0 6px 16px rgba(31,62,75,0.07);
}

.ss-btn--secondary:hover {
  background: var(--ss-brand-soft);
  color: var(--ss-brand-dark) !important;
}

.ss-btn--large {
  min-height: 52px;
  padding: 14px 26px;
  font-size: 1rem;
}

/* ─── FIGURES / IMAGES ──────────────────────────────────────── */
.ss-figure {
  margin: 30px 0;
  border-radius: var(--ss-radius-lg);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--ss-border);
  box-shadow: var(--ss-shadow-light);
}

.ss-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ss-figure:hover img {
  transform: scale(1.012);
}

.ss-figure figcaption {
  padding: 12px 18px 14px;
  color: var(--ss-muted);
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  border-top: 1px solid var(--ss-border);
  font-style: italic;
}

.ss-figure--hero {
  margin-top: 0;
}

/* ─── BLOC ESSENTIEL ────────────────────────────────────────── */
.ss-essentiel {
  margin: 30px 0;
  padding: clamp(20px, 3vw, 32px);
  border-radius: var(--ss-radius-lg);
  background: linear-gradient(135deg, rgba(61,104,120,0.07), rgba(201,166,107,0.09)), #ffffff;
  border: 1px solid rgba(61,104,120,0.16);
  box-shadow: var(--ss-shadow-light);
}

.ss-essentiel__titre {
  margin: 0 0 14px;
  color: #1f3d4a;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: 800;
}

/* ─── TABLE DES MATIÈRES ────────────────────────────────────── */
.ss-toc {
  margin: 30px 0 40px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--ss-radius-lg);
  background: var(--ss-bg-soft);
  border: 1px solid var(--ss-border);
}

.ss-toc__titre {
  margin: 0 0 16px;
  color: #1f3d4a;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.ss-toc__liste {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
  padding-left: 22px;
}

.ss-toc__liste li {
  padding-left: 4px;
  color: var(--ss-brand-dark);
  font-size: 0.9rem;
  line-height: 1.5;
}

.ss-toc__liste a {
  color: var(--ss-brand-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ss-toc__liste a:hover {
  color: var(--ss-accent);
  text-decoration: underline;
  background: none;
}

/* ─── TITRES DE SECTION ─────────────────────────────────────── */
.ss-article-container section {
  margin: 44px 0;
  scroll-margin-top: 80px;
}

.ss-article-container h2 {
  margin: 0 0 16px;
  color: #1f3d4a;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.ss-article-container h3 {
  margin: 0 0 10px;
  color: #294c59;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 700;
}

/* ─── CHECKLISTS ────────────────────────────────────────────── */
.ss-checklist {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ss-checklist li {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 0 34px;
  color: #334650;
  line-height: 1.6;
  font-size: 0.97rem;
}

.ss-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ss-brand);
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 22px;
  text-align: center;
  font-weight: 800;
}

.ss-checklist-bloc {
  margin: 24px 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--ss-radius-md);
  background: #ffffff;
  border: 1px solid var(--ss-border);
  box-shadow: 0 8px 24px rgba(31,62,75,0.06);
}

.ss-checklist-bloc h3 {
  margin-bottom: 14px;
}

/* ─── ENCADRÉS ──────────────────────────────────────────────── */
.ss-encadre {
  margin: 24px 0;
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--ss-radius-md);
  border: 1px solid var(--ss-border);
  box-shadow: 0 8px 24px rgba(31,62,75,0.06);
  font-size: 0.96rem;
  line-height: 1.7;
}

.ss-encadre p {
  margin: 0;
}

.ss-encadre strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.75;
}

.ss-encadre--info {
  background: linear-gradient(135deg, #ffffff, var(--ss-brand-soft));
  border-left: 5px solid var(--ss-brand);
}

.ss-encadre--vigilance {
  background: var(--ss-warning-bg);
  border-color: #f0d7a8;
  border-left: 5px solid var(--ss-warning);
  color: var(--ss-warning);
}

.ss-encadre--alerte {
  background: #fef2f2;
  border-left: 5px solid #dc2626;
  color: #7f1d1d;
}

/* ─── TABLEAU ───────────────────────────────────────────────── */
.ss-tableau-wrapper {
  width: 100%;
  margin: 24px 0 28px;
  overflow-x: auto;
  border-radius: var(--ss-radius-md);
  border: 1px solid var(--ss-border);
  box-shadow: var(--ss-shadow-light);
  background: #ffffff;
}

.ss-tableau {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.93rem;
  line-height: 1.5;
}

.ss-tableau thead tr {
  background: var(--ss-brand-dark);
  color: #ffffff;
}

.ss-tableau thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ss-tableau tbody tr {
  border-top: 1px solid var(--ss-border);
  transition: background 0.12s ease;
}

.ss-tableau tbody tr:hover {
  background: var(--ss-brand-soft);
}

.ss-tableau tbody td {
  padding: 14px 18px;
  vertical-align: top;
  color: var(--ss-text);
}

.ss-tableau tbody tr:nth-child(even) {
  background: #f8fbfc;
}

.ss-tableau tbody tr:nth-child(even):hover {
  background: var(--ss-brand-soft);
}

/* ─── BLOC CTA ──────────────────────────────────────────────── */
.ss-cta-bloc {
  margin: 30px 0;
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--ss-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.20), transparent 36%),
    linear-gradient(135deg, var(--ss-brand) 0%, var(--ss-brand-dark) 100%);
  color: #ffffff;
  box-shadow: var(--ss-shadow-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.ss-cta-bloc h2 {
  width: 100%;
  margin: 0 0 8px;
  color: #ffffff !important;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: -0.02em;
}

.ss-cta-bloc p {
  width: 100%;
  max-width: 640px;
  margin: 0 0 6px;
  color: rgba(255,255,255,0.92) !important;
  font-size: 1rem;
}

.ss-cta-bloc .ss-btn--primary {
  background: #ffffff;
  color: var(--ss-brand-dark) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
}

.ss-cta-bloc .ss-btn--primary:hover {
  background: var(--ss-accent-soft);
  color: var(--ss-brand-dark) !important;
}

/* ─── FAQ ───────────────────────────────────────────────────── */
.ss-faq {
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--ss-radius-lg);
  background: #ffffff;
  border: 1px solid var(--ss-border);
  box-shadow: var(--ss-shadow-light);
}

.ss-faq h2 {
  margin-bottom: 6px;
}

.ss-faq__item {
  padding: 20px 0;
  border-top: 1px solid var(--ss-border);
}

.ss-faq__item:first-of-type {
  border-top: none;
  padding-top: 4px;
}

.ss-faq__item h3 {
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #1f3d4a;
}

.ss-faq__item p {
  margin/* End custom CSS */