.elementor-52486 .elementor-element.elementor-element-014ee26{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}/* Start custom CSS for html, class: .elementor-element-9308384 *//* =========================================================
   Senior Sérénité — CSS premium article
   Page : Soins palliatifs en maison de repos en Belgique
   Objectif :
   - affichage premium
   - texte, images et blocs bien alignés
   - image hero mise en valeur
   - aucune modification SEO / schema
   ========================================================= */

.ss-article,
.ss-article *{
  box-sizing:border-box;
}

.ss-article{
  --ss-page-max:1120px;
  --ss-content-max:920px;

  --ss-bg:#f4f8fa;
  --ss-card:#ffffff;
  --ss-card-soft:#f8fbfc;
  --ss-text:#18313b;
  --ss-text-soft:#5d7480;
  --ss-title:#214a58;
  --ss-brand:#2f6978;
  --ss-brand-2:#3f7f91;
  --ss-brand-soft:#e8f1f4;
  --ss-line:#d8e4e9;
  --ss-line-strong:#bfd1d8;
  --ss-info:#eef6f8;

  --ss-shadow-xs:0 3px 10px rgba(24,49,59,.04);
  --ss-shadow-sm:0 10px 28px rgba(24,49,59,.06);
  --ss-shadow-md:0 18px 46px rgba(24,49,59,.10);

  --ss-radius:22px;
  --ss-radius-sm:14px;

  width:100%;
  max-width:var(--ss-page-max);
  margin:0 auto;
  padding:28px 16px 60px;
  color:var(--ss-text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:17px;
  line-height:1.78;
  background:transparent;
}

/* =========================================
   LARGEUR UNIFIÉE
   ========================================= */

.ss-breadcrumb,
.ss-hero,
.ss-toc,
.ss-reading-box,
.ss-section,
.ss-cta,
.ss-related-links{
  width:100%;
  max-width:var(--ss-content-max);
  margin-left:auto;
  margin-right:auto;
}

/* =========================================
   TYPOGRAPHIE
   ========================================= */

.ss-article h1,
.ss-article h2,
.ss-article h3{
  margin:0 0 14px;
  line-height:1.22;
  letter-spacing:-0.02em;
  color:var(--ss-title);
}

.ss-article h1{
  font-size:clamp(2.1rem,3.2vw,3.15rem);
  font-weight:800;
}

.ss-article h2{
  font-size:clamp(1.5rem,2.1vw,2rem);
  font-weight:800;
  margin-bottom:16px;
}

.ss-article h3{
  font-size:clamp(1.08rem,1.35vw,1.24rem);
  font-weight:700;
}

.ss-article p{
  margin:0 0 18px;
}

.ss-article strong{
  color:#153844;
}

.ss-article a{
  color:var(--ss-brand);
  text-decoration:none;
  font-weight:600;
  border-bottom:1px solid rgba(47,105,120,.22);
  transition:.2s ease;
}

.ss-article a:hover{
  color:#1e5362;
  border-bottom-color:rgba(47,105,120,.55);
}

.ss-article ul,
.ss-article ol{
  margin:0 0 18px;
  padding-left:22px;
}

.ss-article li{
  margin:0 0 9px;
}

/* =========================================
   FIL D’ARIANE
   ========================================= */

.ss-breadcrumb{
  margin-top:0;
  margin-bottom:20px;
  font-size:.95rem;
}

.ss-breadcrumb ol{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
  padding:0;
  color:var(--ss-text-soft);
}

.ss-breadcrumb li{
  margin:0;
}

.ss-breadcrumb li:not(:last-child)::after{
  content:"›";
  margin-left:8px;
  color:#93a8b1;
}

.ss-breadcrumb a{
  color:var(--ss-text-soft);
  border:0;
  font-weight:500;
}

.ss-breadcrumb span[aria-current="page"]{
  color:var(--ss-title);
  font-weight:700;
}

/* =========================================
   HERO
   ========================================= */

.ss-hero{
  margin-top:0;
  margin-bottom:28px;
  padding:34px 34px 30px;
  background:linear-gradient(180deg,#ffffff 0%, #f9fcfd 100%);
  border:1px solid var(--ss-line);
  border-radius:26px;
  box-shadow:var(--ss-shadow-sm);
}

.ss-intro{
  width:100%;
  max-width:none;
}

.ss-kicker{
  display:inline-block;
  margin:0 0 16px;
  padding:8px 14px;
  border-radius:999px;
  background:var(--ss-brand-soft);
  color:var(--ss-brand);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.ss-intro h1{
  margin-bottom:18px;
}

.ss-intro p{
  color:#294752;
  font-size:1.04rem;
}

.ss-intro p:last-child{
  margin-bottom:0;
}

/* =========================================
   IMAGES
   ========================================= */

.ss-figure{
  width:100%;
  max-width:100%;
  margin:26px 0 8px;
  background:#fff;
  border:1px solid var(--ss-line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--ss-shadow-sm);
}

.ss-figure img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}

.ss-figure figcaption{
  padding:14px 18px 16px;
  background:#fbfeff;
  color:var(--ss-text-soft);
  font-size:.95rem;
  line-height:1.55;
}

.ss-figure-hero{
  margin-top:28px;
  box-shadow:var(--ss-shadow-md);
}

/* =========================================
   SOMMAIRE
   ========================================= */

.ss-toc{
  margin-bottom:28px;
  padding:22px 24px;
  background:var(--ss-card);
  border:1px solid var(--ss-line);
  border-radius:18px;
  box-shadow:var(--ss-shadow-xs);
}

.ss-toc-title{
  margin:0 0 14px !important;
  font-size:1rem;
  font-weight:800;
  color:var(--ss-title);
}

.ss-toc ul{
  list-style:none;
  columns:2;
  column-gap:28px;
  margin:0;
  padding:0;
}

.ss-toc li{
  break-inside:avoid;
  margin:0 0 10px;
}

.ss-toc a{
  border:0;
  font-weight:700;
}

/* =========================================
   BOÎTE DE LECTURE
   ========================================= */

.ss-reading-box{
  margin-bottom:28px;
  padding:22px 24px;
  background:linear-gradient(180deg,#f2f7f9 0%, #f8fbfc 100%);
  border:1px solid #dbe8ed;
  border-radius:18px;
  box-shadow:var(--ss-shadow-xs);
}

.ss-reading-box p{
  margin-bottom:0;
  color:#294753;
}

/* =========================================
   SECTIONS
   ========================================= */

.ss-section{
  margin-bottom:32px;
  padding:30px 32px;
  background:var(--ss-card);
  border:1px solid var(--ss-line);
  border-radius:24px;
  box-shadow:var(--ss-shadow-xs);
}

.ss-section > *:last-child{
  margin-bottom:0;
}

.ss-section h2{
  position:relative;
  padding-bottom:10px;
}

.ss-section h2::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  margin-top:10px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ss-brand) 0%, rgba(47,105,120,.18) 100%);
}

/* =========================================
   BOÎTES INFO
   ========================================= */

.ss-info-box{
  margin:20px 0 24px;
  padding:18px 20px;
  background:var(--ss-info);
  border:1px solid #d6e8ee;
  border-left:5px solid var(--ss-brand);
  border-radius:16px;
}

.ss-info-box p:last-child,
.ss-info-box ul:last-child,
.ss-info-box strong:last-child{
  margin-bottom:0;
}

/* =========================================
   LISTES PREMIUM
   ========================================= */

.ss-checklist{
  list-style:none;
  padding:0;
  margin:0 0 20px;
}

.ss-checklist li{
  position:relative;
  padding-left:32px;
  margin:0 0 13px;
}

.ss-checklist li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--ss-brand);
  box-shadow:0 0 0 4px rgba(47,105,120,.13);
  transform:translateY(-50%);
}

.ss-section ul:not(.ss-checklist){
  padding-left:22px;
}

.ss-section ul:not(.ss-checklist) li::marker{
  color:var(--ss-brand);
}

/* =========================================
   TABLEAUX
   ========================================= */

.ss-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:22px 0 26px;
  background:#fff;
  border:1px solid var(--ss-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--ss-shadow-sm);
}

.ss-table thead th{
  padding:16px 18px;
  text-align:left;
  font-size:.97rem;
  font-weight:800;
  color:var(--ss-title);
  background:#edf5f7;
  border-bottom:1px solid var(--ss-line);
}

.ss-table tbody td{
  padding:16px 18px;
  vertical-align:top;
  border-bottom:1px solid #e8f0f3;
}

.ss-table tbody tr:last-child td{
  border-bottom:0;
}

.ss-table tbody tr:nth-child(even){
  background:#fbfdfe;
}

/* =========================================
   FAQ
   ========================================= */

.ss-faq{
  background:linear-gradient(180deg,#fbfdfe 0%, #ffffff 100%);
}

.ss-faq-item{
  margin:0 0 16px;
  padding:20px 22px;
  background:#fff;
  border:1px solid var(--ss-line);
  border-radius:18px;
  box-shadow:var(--ss-shadow-xs);
}

.ss-faq-item:last-child{
  margin-bottom:0;
}

.ss-faq-item h3{
  margin-bottom:10px;
}

.ss-faq-item p{
  margin-bottom:0;
  color:#34515c;
}

/* =========================================
   CTA
   ========================================= */

.ss-cta{
  margin-top:36px;
  margin-bottom:36px;
  padding:32px 34px;
  background:linear-gradient(135deg,#2d6675 0%, #3d7d8e 100%);
  border-radius:26px;
  box-shadow:var(--ss-shadow-md);
}

.ss-cta h2,
.ss-cta p,
.ss-cta strong{
  color:#fff;
}

.ss-cta h2::after{
  display:none;
}

.ss-btn,
.ss-cta a.ss-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:12px;
  background:#fff;
  color:var(--ss-brand) !important;
  border:0 !important;
  font-weight:800;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

/* =========================================
   LIENS LIÉS
   ========================================= */

.ss-related-links{
  margin-top:0;
  padding:28px 30px;
  background:linear-gradient(180deg,#f8fbfc 0%, #ffffff 100%);
  border:1px solid var(--ss-line);
  border-radius:24px;
  box-shadow:var(--ss-shadow-sm);
}

.ss-related-links h2{
  margin-bottom:18px;
}

.ss-related-links h2::after{
  display:none;
}

.ss-related-links ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 18px;
}

.ss-related-links li{
  margin:0;
}

.ss-related-links a{
  display:block;
  padding:14px 16px;
  background:#fff;
  border:1px solid #dde8ec;
  border-radius:14px;
  font-weight:700;
  box-shadow:var(--ss-shadow-xs);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 980px){
  .ss-article{
    --ss-content-max:100%;
  }

  .ss-hero,
  .ss-section,
  .ss-cta,
  .ss-related-links{
    padding:24px 22px;
  }

  .ss-toc ul{
    columns:1;
  }

  .ss-related-links ul{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .ss-article{
    padding:18px 12px 44px;
    font-size:16px;
    line-height:1.72;
  }

  .ss-hero,
  .ss-section,
  .ss-toc,
  .ss-reading-box,
  .ss-cta,
  .ss-related-links{
    padding:18px 16px;
    border-radius:16px;
  }

  .ss-hero{
    margin-bottom:24px;
  }

  .ss-intro p{
    font-size:1rem;
  }

  .ss-figure{
    border-radius:16px;
  }

  .ss-figure figcaption{
    padding:12px 14px 14px;
  }

  .ss-table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .ss-table thead th,
  .ss-table tbody td{
    padding:13px 12px;
    font-size:.95rem;
  }

  .ss-btn,
  .ss-cta a.ss-btn{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */