.elementor-54875 .elementor-element.elementor-element-659aec3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-32ea4b8 *//* ===== SENIOR SÉRÉNITÉ — ARTICLE PREMIUM DINANT ===== */

.ss-container {
  --ss-text: #243746;
  --ss-title: #163047;
  --ss-muted: #5f7283;
  --ss-border: #dbe4ea;
  --ss-soft: #f5f8fb;
  --ss-soft-2: #eef4f8;
  --ss-white: #ffffff;
  --ss-accent: #1f6b8f;
  --ss-accent-dark: #174f69;
  --ss-accent-soft: #e7f3f8;
  --ss-info-bg: #eef7fb;
  --ss-info-border: #cfe3ee;
  --ss-warn-bg: #fff7ea;
  --ss-warn-border: #f1dfb5;
  --ss-alert-bg: #fff1f1;
  --ss-alert-border: #efc8c8;
  --ss-shadow: 0 10px 30px rgba(19, 48, 71, 0.08);
  --ss-shadow-soft: 0 6px 20px rgba(19, 48, 71, 0.045);
  --ss-radius: 18px;
  --ss-radius-sm: 12px;
  --ss-max: 960px;

  max-width: var(--ss-max);
  margin: 0 auto;
  color: var(--ss-text);
  font-size: 17px;
  line-height: 1.75;
}

.ss-container * {
  box-sizing: border-box;
}

.ss-container p {
  margin: 0 0 1.15em;
}

.ss-container a {
  color: var(--ss-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 107, 143, 0.22);
  transition: all 0.2s ease;
}

.ss-container a:hover {
  color: var(--ss-accent-dark);
  border-bottom-color: rgba(23, 79, 105, 0.45);
}

.ss-container h1,
.ss-container h2,
.ss-container h3 {
  color: var(--ss-title);
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin: 0 0 0.7em;
}

.ss-container h1 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  margin-bottom: 18px;
}

.ss-container h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  margin-top: 0;
}

.ss-container h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.ss-hero,
.ss-summary,
.ss-toc,
.ss-section,
.ss-cta,
.ss-faq {
  margin-bottom: 28px;
}

/* FIL D’ARIANE */
.ss-breadcrumbs {
  margin-bottom: 18px;
}

.ss-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.ss-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.4;
}

.ss-breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #91a1af;
}

.ss-breadcrumbs a {
  color: var(--ss-muted);
  border-bottom: none;
}

.ss-breadcrumbs a:hover {
  color: var(--ss-accent-dark);
}

/* HERO */
.ss-hero {
  background: linear-gradient(180deg, #f8fbfd 0%, #f2f7fb 100%);
  border: 1px solid var(--ss-border);
  border-radius: 26px;
  padding: 30px 28px;
  box-shadow: var(--ss-shadow);
}

.ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ss-accent-soft);
  color: var(--ss-accent-dark);
  border: 1px solid #cfe3ee;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.ss-intro {
  font-size: 1.08rem;
  color: var(--ss-text);
  max-width: 850px;
}

/* CTA */
.ss-cta-top,
.ss-cta {
  background: var(--ss-white);
  border: 1px solid var(--ss-border);
  border-radius: 20px;
  padding: 22px 22px;
  box-shadow: 0 8px 24px rgba(22, 48, 71, 0.06);
}

.ss-cta-top {
  margin: 18px 0 22px;
}

.ss-cta-top p,
.ss-cta p {
  margin: 0 0 14px;
  color: var(--ss-title);
  font-weight: 600;
}

.ss-cta h3 {
  margin-bottom: 10px;
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--ss-accent) 0%, #2b88b5 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  border: none !important;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(31, 107, 143, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ss-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(31, 107, 143, 0.28);
  background: linear-gradient(135deg, var(--ss-accent-dark) 0%, #236f94 100%);
}

/* BLOCS */
.ss-summary,
.ss-toc,
.ss-section,
.ss-faq {
  background: var(--ss-white);
  border: 1px solid var(--ss-border);
  border-radius: var(--ss-radius);
  padding: 24px 24px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-summary h2,
.ss-toc h2,
.ss-section > h2,
.ss-faq > h2 {
  margin-bottom: 16px;
}

/* SOMMAIRE */
.ss-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.ss-toc li {
  margin: 0;
}

.ss-toc a {
  display: block;
  padding: 12px 14px;
  background: var(--ss-soft);
  border: 1px solid #e2eaf0;
  border-radius: 12px;
  color: var(--ss-title);
  font-weight: 600;
  border-bottom: 1px solid #e2eaf0;
}

.ss-toc a:hover {
  background: var(--ss-soft-2);
  border-color: #d3e0e9;
  color: var(--ss-accent-dark);
}

/* LISTES */
.ss-container ul,
.ss-container ol {
  padding-left: 1.2em;
  margin: 0 0 1.15em;
}

.ss-checklist {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
  display: grid;
  gap: 10px;
}

.ss-checklist li {
  position: relative;
  padding: 13px 14px 13px 44px;
  background: var(--ss-soft);
  border: 1px solid #e0e9ef;
  border-radius: 14px;
  margin: 0;
}

.ss-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--ss-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ENCARTS */
.ss-box {
  border-radius: 16px;
  padding: 18px 18px;
  margin: 18px 0;
  border: 1px solid var(--ss-border);
}

.ss-box h3 {
  margin-bottom: 10px;
}

.ss-box p:last-child,
.ss-box ul:last-child {
  margin-bottom: 0;
}

.ss-box-info {
  background: var(--ss-info-bg);
  border-color: var(--ss-info-border);
}

.ss-box-warning {
  background: var(--ss-warn-bg);
  border-color: var(--ss-warn-border);
}

.ss-box-alert {
  background: var(--ss-alert-bg);
  border-color: var(--ss-alert-border);
}

/* FIGURES */
.ss-figure {
  margin: 24px 0 10px;
}

.ss-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(19, 48, 71, 0.12);
}

.ss-figure figcaption {
  margin-top: 10px;
  color: var(--ss-muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

/* TABLEAU */
.ss-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 18px 0 22px;
  overflow: hidden;
  border: 1px solid var(--ss-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(19, 48, 71, 0.05);
}

.ss-table thead th {
  background: var(--ss-title);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  padding: 14px 16px;
}

.ss-table tbody td {
  background: #fff;
  border-top: 1px solid #e6edf2;
  padding: 14px 16px;
  vertical-align: top;
}

.ss-table tbody tr:nth-child(even) td {
  background: #fbfdfe;
}

/* FAQ */
.ss-faq h3 {
  margin-top: 1.35em;
  margin-bottom: 0.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7edf2;
}

.ss-faq h3:first-of-type {
  margin-top: 0;
}

.ss-faq [itemscope][itemtype="https://schema.org/Question"] + [itemscope][itemtype="https://schema.org/Question"] {
  margin-top: 14px;
}

/* FIN DE BLOCS */
.ss-section > *:last-child,
.ss-summary > *:last-child,
.ss-toc > *:last-child,
.ss-cta > *:last-child,
.ss-cta-top > *:last-child,
.ss-faq > *:last-child,
.ss-hero > *:last-child {
  margin-bottom: 0;
}

/* MOBILE */
@media (max-width: 767px) {
  .ss-container {
    font-size: 16px;
    line-height: 1.7;
  }

  .ss-hero,
  .ss-summary,
  .ss-toc,
  .ss-section,
  .ss-faq,
  .ss-cta,
  .ss-cta-top {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .ss-kicker {
    font-size: 11px;
    padding: 6px 11px;
  }

  .ss-container h1 {
    font-size: 1.95rem;
  }

  .ss-container h2 {
    font-size: 1.4rem;
  }

  .ss-container h3 {
    font-size: 1.06rem;
  }

  .ss-breadcrumbs li {
    font-size: 13px;
  }

  .ss-toc a {
    padding: 11px 12px;
    font-size: 15px;
  }

  .ss-checklist li {
    padding: 12px 12px 12px 40px;
  }

  .ss-checklist li::before {
    left: 12px;
    top: 11px;
    width: 18px;
    height: 18px;
    font-size: 12px;
  }

  .ss-table,
  .ss-table thead,
  .ss-table tbody,
  .ss-table th,
  .ss-table td,
  .ss-table tr {
    display: block;
    width: 100%;
  }

  .ss-table thead {
    display: none;
  }

  .ss-table {
    border: none;
    box-shadow: none;
  }

  .ss-table tbody tr {
    margin-bottom: 14px;
    border: 1px solid var(--ss-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(19, 48, 71, 0.05);
  }

  .ss-table tbody td {
    border-top: 1px solid #e9eef2;
    padding: 12px 14px;
  }

  .ss-table tbody td:first-child {
    border-top: none;
    font-weight: 700;
    background: #f8fbfd;
    color: var(--ss-title);
  }

  .ss-btn {
    width: 100%;
    text-align: center;
  }
}

/* TABLETTE */
@media (min-width: 768px) and (max-width: 1024px) {
  .ss-hero,
  .ss-summary,
  .ss-toc,
  .ss-section,
  .ss-faq,
  .ss-cta,
  .ss-cta-top {
    padding: 22px 20px;
  }
}/* End custom CSS */