.elementor-55135 .elementor-element.elementor-element-44492c4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8d472f8 *//* =========================================================
   ARTICLE PREMIUM — MAISON DE REPOS À SAMBREVILLE
   Ciblage propre pour WordPress / Elementor
   ========================================================= */

.ss-article {
  --ss-text: #22343d;
  --ss-title: #18313b;
  --ss-muted: #627782;
  --ss-line: #dbe6ea;
  --ss-soft: #f4f8fa;
  --ss-soft-2: #eef4f7;
  --ss-white: #ffffff;
  --ss-brand: #3d6878;
  --ss-brand-dark: #2c5060;
  --ss-accent: #d7e6ec;
  --ss-success-bg: #eef7f1;
  --ss-success-border: #bfdcc8;
  --ss-warn-bg: #fff8eb;
  --ss-warn-border: #eed6a0;
  --ss-shadow: 0 18px 42px rgba(27, 52, 61, 0.08);
  --ss-shadow-soft: 0 10px 24px rgba(27, 52, 61, 0.06);
  --ss-radius: 22px;
  --ss-radius-sm: 14px;
  --ss-max: 980px;

  max-width: var(--ss-max);
  margin: 0 auto;
  color: var(--ss-text);
  font-size: 18px;
  line-height: 1.78;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, sans-serif;
}

/* Base */
.ss-article *,
.ss-article *::before,
.ss-article *::after {
  box-sizing: border-box;
}

.ss-article a {
  color: var(--ss-brand-dark);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(61, 104, 120, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.ss-article a:hover,
.ss-article a:focus {
  color: var(--ss-brand);
  border-bottom-color: rgba(61, 104, 120, 0.7);
}

.ss-article p {
  margin: 0 0 1.15em;
}

.ss-article strong {
  color: var(--ss-title);
}

.ss-article ul,
.ss-article ol {
  margin: 0 0 1.3em 1.1em;
  padding: 0;
}

.ss-article li {
  margin-bottom: 0.55em;
}

.ss-article img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

/* Hero */
.ss-article .ss-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
  padding: 34px 30px 30px;
  background:
    radial-gradient(circle at top right, rgba(215, 230, 236, 0.95), transparent 34%),
    linear-gradient(180deg, #f8fbfc 0%, #f2f7f9 100%);
  border: 1px solid #e4edf1;
  border-radius: 28px;
  box-shadow: var(--ss-shadow);
}

.ss-article .ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 9px 14px;
  background: rgba(61, 104, 120, 0.1);
  color: var(--ss-brand-dark);
  border: 1px solid rgba(61, 104, 120, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ss-article h1 {
  margin: 0 0 18px;
  color: var(--ss-title);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.ss-article .ss-hero p:last-of-type {
  margin-bottom: 0;
}

/* CTA top */
.ss-article .ss-cta-top {
  margin: 24px 0 26px;
}

.ss-article .ss-cta-top a,
.ss-article .ss-cta-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  background: linear-gradient(180deg, var(--ss-brand) 0%, var(--ss-brand-dark) 100%);
  color: #fff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(44, 80, 96, 0.18);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
}

.ss-article .ss-cta-top a:hover,
.ss-article .ss-cta-block a:hover,
.ss-article .ss-cta-top a:focus,
.ss-article .ss-cta-block a:focus {
  color: #fff;
  opacity: 0.96;
  transform: translateY(-1px);
}

/* Figures */
.ss-article .ss-figure {
  margin: 28px 0;
  padding: 12px;
  background: var(--ss-white);
  border: 1px solid #e7eef1;
  border-radius: 22px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-article .ss-figure img {
  width: 100%;
  object-fit: cover;
}

.ss-article .ss-figure figcaption {
  padding: 12px 6px 4px;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Highlight box */
.ss-article .ss-highlight {
  margin: 28px 0 0;
  padding: 24px 24px 18px;
  background: var(--ss-white);
  border: 1px solid #e4edf1;
  border-radius: 22px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-article .ss-highlight h2 {
  margin-top: 0;
}

/* TOC */
.ss-article .ss-toc {
  margin: 0 0 34px;
  padding: 24px 26px;
  background: var(--ss-soft);
  border: 1px solid var(--ss-line);
  border-radius: 22px;
}

.ss-article .ss-toc h2 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

.ss-article .ss-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 28px;
}

.ss-article .ss-toc li {
  break-inside: avoid;
  margin: 0 0 10px;
}

.ss-article .ss-toc a {
  display: inline-block;
  border: 0;
  font-weight: 700;
}

/* Sections */
.ss-article section:not(.ss-hero):not(.ss-conclusion) {
  margin: 0 0 34px;
  padding: 30px;
  background: var(--ss-white);
  border: 1px solid #e7eef1;
  border-radius: 24px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-article h2 {
  margin: 0 0 18px;
  color: var(--ss-title);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.ss-article h3 {
  margin: 28px 0 10px;
  color: var(--ss-title);
  font-size: 1.18rem;
  line-height: 1.35;
  font-weight: 750;
}

/* Tables */
.ss-article .ss-table {
  width: 100%;
  margin: 20px 0 22px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe6ea;
  border-radius: 18px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-article .ss-table thead th {
  padding: 15px 16px;
  background: #edf4f7;
  color: var(--ss-title);
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  border-bottom: 1px solid #dbe6ea;
}

.ss-article .ss-table tbody td {
  padding: 15px 16px;
  font-size: 15px;
  line-height: 1.62;
  vertical-align: top;
  border-bottom: 1px solid #edf3f6;
}

.ss-article .ss-table tbody tr:last-child td {
  border-bottom: 0;
}

/* Checklists */
.ss-article .ss-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.ss-article .ss-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 34px;
}

.ss-article .ss-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0.05em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #e8f3ee;
  color: #2f7250;
  border: 1px solid #c8dfd1;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

/* Steps */
.ss-article .ss-steps {
  counter-reset: ss-steps;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.ss-article .ss-steps li {
  position: relative;
  margin-bottom: 14px;
  padding: 0 0 0 48px;
}

.ss-article .ss-steps li::before {
  counter-increment: ss-steps;
  content: counter(ss-steps);
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ss-brand) 0%, var(--ss-brand-dark) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(44, 80, 96, 0.14);
}

/* Info / warning boxes */
.ss-article .ss-box-info,
.ss-article .ss-box-warning {
  margin: 22px 0;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid;
}

.ss-article .ss-box-info {
  background: var(--ss-success-bg);
  border-color: var(--ss-success-border);
}

.ss-article .ss-box-warning {
  background: var(--ss-warn-bg);
  border-color: var(--ss-warn-border);
}

.ss-article .ss-box-info p,
.ss-article .ss-box-warning p {
  margin: 0;
}

/* CTA block */
.ss-article .ss-cta-block {
  margin: 30px 0 0;
  padding: 28px 26px;
  background:
    linear-gradient(135deg, rgba(61, 104, 120, 0.08) 0%, rgba(61, 104, 120, 0.03) 100%),
    #f7fbfc;
  border: 1px solid #d8e5ea;
  border-radius: 24px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-article .ss-cta-block h2 {
  margin-top: 0;
}

.ss-article .ss-cta-block p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.ss-article #faq h3 {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #edf3f6;
}

.ss-article #faq h3:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Conclusion */
.ss-article .ss-conclusion {
  margin: 0;
  padding: 32px 30px;
  background: linear-gradient(180deg, #f6fafb 0%, #eef5f7 100%);
  border: 1px solid #dce7eb;
  border-radius: 26px;
  box-shadow: var(--ss-shadow);
}

.ss-article .ss-conclusion h2 {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .ss-article {
    font-size: 17px;
    line-height: 1.74;
  }

  .ss-article .ss-toc ul {
    columns: 1;
  }

  .ss-article .ss-hero,
  .ss-article section:not(.ss-hero):not(.ss-conclusion),
  .ss-article .ss-conclusion {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .ss-article .ss-highlight,
  .ss-article .ss-toc,
  .ss-article .ss-cta-block {
    padding: 22px 20px;
  }
}

@media (max-width: 640px) {
  .ss-article {
    font-size: 16px;
    line-height: 1.72;
  }

  .ss-article .ss-hero,
  .ss-article section:not(.ss-hero):not(.ss-conclusion),
  .ss-article .ss-conclusion {
    margin-bottom: 24px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .ss-article .ss-kicker {
    font-size: 11px;
    line-height: 1.4;
    padding: 8px 12px;
  }

  .ss-article h1 {
    font-size: 2rem;
    line-height: 1.16;
  }

  .ss-article h2 {
    font-size: 1.45rem;
  }

  .ss-article h3 {
    font-size: 1.08rem;
  }

  .ss-article .ss-toc,
  .ss-article .ss-highlight,
  .ss-article .ss-cta-block {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .ss-article .ss-figure {
    padding: 10px;
    border-radius: 16px;
  }

  .ss-article .ss-table {
    display: block;
    overflow-x: auto;
    white-space: normal;
    border-radius: 14px;
  }

  .ss-article .ss-table thead th,
  .ss-article .ss-table tbody td {
    min-width: 180px;
    font-size: 14px;
    padding: 13px 12px;
  }

  .ss-article .ss-cta-top a,
  .ss-article .ss-cta-block a {
    width: 100%;
    padding: 14px 16px;
  }

  .ss-article .ss-checklist li {
    padding-left: 30px;
  }

  .ss-article .ss-steps li {
    padding-left: 42px;
  }

  .ss-article .ss-steps li::before {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}/* End custom CSS */