.elementor-54704 .elementor-element.elementor-element-0bf5485{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dcce508 *//* =========================================================
   Senior Sérénité — Article premium Charleroi
   Ciblage propre sur .ssr-article
   ========================================================= */

.ssr-article {
  --ssr-text: #24343d;
  --ssr-title: #18313b;
  --ssr-muted: #5f7480;
  --ssr-line: #dbe5ea;
  --ssr-soft: #f5f8fa;
  --ssr-soft-2: #eef4f7;
  --ssr-brand: #3d6878;
  --ssr-brand-dark: #2c5060;
  --ssr-accent: #6f8f9b;
  --ssr-success-bg: #edf7f2;
  --ssr-success-bd: #b7ddc8;
  --ssr-warn-bg: #fff8eb;
  --ssr-warn-bd: #efd8a4;
  --ssr-alert-bg: #fff1f0;
  --ssr-alert-bd: #e6b2ad;
  --ssr-shadow: 0 10px 30px rgba(24, 49, 59, 0.08);
  --ssr-radius: 18px;
  --ssr-radius-sm: 12px;
  --ssr-max: 920px;

  max-width: var(--ssr-max);
  margin: 0 auto;
  color: var(--ssr-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

/* =========================================================
   Base
   ========================================================= */

.ssr-article *,
.ssr-article *::before,
.ssr-article *::after {
  box-sizing: border-box;
}

.ssr-article a {
  color: var(--ssr-brand-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.ssr-article a:hover {
  color: var(--ssr-brand);
  opacity: 0.95;
}

.ssr-article p {
  margin: 0 0 1.2rem;
}

.ssr-article h1,
.ssr-article h2,
.ssr-article h3 {
  color: var(--ssr-title);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-top: 0;
}

.ssr-article h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.ssr-article h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 750;
  margin-bottom: 1rem;
}

.ssr-article h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.ssr-article ul,
.ssr-article ol {
  margin: 0 0 1.2rem 1.2rem;
  padding: 0;
}

.ssr-article li {
  margin-bottom: 0.65rem;
}

.ssr-article img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

/* =========================================================
   Breadcrumbs
   ========================================================= */

.ssr-breadcrumbs {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  color: var(--ssr-muted);
}

.ssr-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ssr-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

.ssr-breadcrumbs__item:not(:last-child)::after {
  content: "›";
  margin-left: 0.6rem;
  color: #9aabb4;
}

.ssr-breadcrumbs a {
  text-decoration: none;
  color: var(--ssr-muted);
}

.ssr-breadcrumbs a:hover {
  color: var(--ssr-brand-dark);
}

/* =========================================================
   Hero
   ========================================================= */

.ssr-hero {
  background: linear-gradient(180deg, #f7fafb 0%, #eef4f7 100%);
  border: 1px solid var(--ssr-line);
  border-radius: 24px;
  padding: 1.3rem 1.3rem 1.4rem;
  box-shadow: var(--ssr-shadow);
  margin-bottom: 1.4rem;
}

.ssr-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(61, 104, 120, 0.1);
  color: var(--ssr-brand-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ssr-main-title {
  margin-bottom: 1rem;
}

.ssr-hero__lead {
  color: #304752;
  font-size: 1.02rem;
  max-width: 900px;
}

/* =========================================================
   CTA buttons
   ========================================================= */

.ssr-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
}

.ssr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.96rem;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ssr-btn:hover {
  transform: translateY(-1px);
}

.ssr-btn--primary {
  background: var(--ssr-brand);
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(61, 104, 120, 0.22);
}

.ssr-btn--primary:hover {
  background: var(--ssr-brand-dark);
}

.ssr-btn--secondary {
  background: #ffffff;
  color: var(--ssr-brand-dark) !important;
  border-color: var(--ssr-line);
}

.ssr-btn--secondary:hover {
  border-color: #b9cad2;
  background: #f9fcfd;
}

/* =========================================================
   Figure
   ========================================================= */

.ssr-figure {
  margin: 1.4rem 0 1.8rem;
}

.ssr-figure img {
  box-shadow: var(--ssr-shadow);
}

.ssr-figure figcaption {
  margin-top: 0.7rem;
  color: var(--ssr-muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.ssr-figure--hero {
  margin-top: 1rem;
}

/* =========================================================
   Summary + TOC
   ========================================================= */

.ssr-summary,
.ssr-toc {
  background: #ffffff;
  border: 1px solid var(--ssr-line);
  border-radius: var(--ssr-radius);
  padding: 1.2rem 1.2rem 1.1rem;
  box-shadow: var(--ssr-shadow);
  margin: 1.4rem 0;
}

.ssr-summary h2,
.ssr-toc h2 {
  margin-bottom: 0.9rem;
  font-size: 1.2rem;
}

.ssr-toc ol {
  margin: 0;
  padding-left: 1.15rem;
}

.ssr-toc li {
  margin-bottom: 0.5rem;
}

.ssr-toc a {
  text-decoration: none;
  font-weight: 600;
}

.ssr-toc a:hover {
  text-decoration: underline;
}

/* =========================================================
   Sections
   ========================================================= */

.ssr-section {
  margin: 2.4rem 0;
}

.ssr-section > h2 {
  margin-bottom: 1rem;
}

.ssr-section > h3 {
  margin-top: 1.4rem;
}

/* =========================================================
   Checklists
   ========================================================= */

.ssr-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ssr-checklist li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 0.8rem;
}

.ssr-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  background: rgba(61, 104, 120, 0.12);
  color: var(--ssr-brand-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
}

/* =========================================================
   Boxes
   ========================================================= */

.ssr-box {
  border: 1px solid var(--ssr-line);
  border-radius: var(--ssr-radius);
  padding: 1.1rem 1.1rem 0.9rem;
  margin: 1.2rem 0 1.4rem;
}

.ssr-box h3 {
  margin-bottom: 0.55rem;
  font-size: 1.02rem;
}

.ssr-box--info {
  background: var(--ssr-soft);
  border-color: #cfdde4;
}

.ssr-box--warning {
  background: var(--ssr-warn-bg);
  border-color: var(--ssr-warn-bd);
}

.ssr-box--alert {
  background: var(--ssr-alert-bg);
  border-color: var(--ssr-alert-bd);
}

.ssr-box--practical {
  background: var(--ssr-success-bg);
  border-color: var(--ssr-success-bd);
}

/* =========================================================
   Table
   ========================================================= */

.ssr-table-wrap {
  margin: 1.3rem 0 1.5rem;
  overflow-x: auto;
  border-radius: var(--ssr-radius);
  box-shadow: var(--ssr-shadow);
}

.ssr-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid var(--ssr-line);
}

.ssr-table thead th {
  background: #edf4f7;
  color: var(--ssr-title);
  font-size: 0.95rem;
  font-weight: 750;
  text-align: left;
  padding: 1rem 0.95rem;
  border-bottom: 1px solid var(--ssr-line);
}

.ssr-table tbody td {
  padding: 0.95rem;
  border-bottom: 1px solid #e8eef1;
  vertical-align: top;
  line-height: 1.6;
}

.ssr-table tbody tr:last-child td {
  border-bottom: 0;
}

/* =========================================================
   Steps
   ========================================================= */

.ssr-steps {
  margin: 0.2rem 0 0;
  padding-left: 1.2rem;
}

.ssr-steps li {
  padding-left: 0.15rem;
  margin-bottom: 0.85rem;
}

/* =========================================================
   CTA block final
   ========================================================= */

.ssr-cta {
  margin: 2.6rem 0;
  padding: 1.4rem 1.25rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #355f6b 0%, #2b4f5d 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(34, 63, 74, 0.2);
}

.ssr-cta h2,
.ssr-cta p,
.ssr-cta a {
  color: #ffffff;
}

.ssr-cta a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

.ssr-cta a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

/* =========================================================
   FAQ
   ========================================================= */

.ssr-faq {
  margin: 2.6rem 0 1rem;
}

.ssr-faq > h2 {
  margin-bottom: 1rem;
}

.ssr-faq__item {
  background: #ffffff;
  border: 1px solid var(--ssr-line);
  border-radius: 16px;
  padding: 1rem 1rem 0.5rem;
  box-shadow: var(--ssr-shadow);
  margin-bottom: 0.9rem;
}

.ssr-faq__item h3 {
  font-size: 1.03rem;
  margin-bottom: 0.5rem;
}

/* =========================================================
   Spacing refinements
   ========================================================= */

.ssr-summary + .ssr-toc {
  margin-top: 1.1rem;
}

.ssr-toc + .ssr-section {
  margin-top: 2rem;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 768px) {
  .ssr-article {
    font-size: 16px;
    line-height: 1.7;
  }

  .ssr-hero,
  .ssr-summary,
  .ssr-toc,
  .ssr-box,
  .ssr-cta,
  .ssr-faq__item {
    border-radius: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ssr-cta-row {
    flex-direction: column;
  }

  .ssr-btn {
    width: 100%;
  }

  .ssr-breadcrumbs {
    margin-bottom: 1.1rem;
  }

  .ssr-section {
    margin: 2rem 0;
  }

  .ssr-figure {
    margin: 1.2rem 0 1.5rem;
  }

  .ssr-table {
    min-width: 620px;
  }
}

/* =========================================================
   Small mobile
   ========================================================= */

@media (max-width: 480px) {
  .ssr-article {
    font-size: 15.5px;
  }

  .ssr-kicker {
    font-size: 0.72rem;
  }

  .ssr-main-title {
    line-height: 1.18;
  }

  .ssr-hero__lead {
    font-size: 0.98rem;
  }

  .ssr-summary h2,
  .ssr-toc h2,
  .ssr-cta h2,
  .ssr-faq > h2 {
    font-size: 1.12rem;
  }

  .ssr-checklist li {
    padding-left: 1.75rem;
  }
}/* End custom CSS */