.elementor-54569 .elementor-element.elementor-element-3c90651{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bf1c4cf *//* ===== Senior Sérénité - CSS premium page Waterloo ===== */

.ss-article-local {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 20px 72px;
  color: #243746;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.75;
}

.ss-article-local p {
  margin: 0 0 18px;
  font-size: 17px;
  color: #334a5c;
}

.ss-article-local a {
  color: #1f6b84;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.ss-article-local a:hover {
  color: #144c5f;
  text-decoration: underline;
}

.ss-article-local strong {
  color: #1e3342;
  font-weight: 700;
}

/* ===== Breadcrumbs ===== */

.ss-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  font-size: 14px;
  color: #5f7483;
}

.ss-breadcrumbs a {
  color: #5f7483;
  font-weight: 500;
}

.ss-breadcrumbs a:hover {
  color: #1f6b84;
}

.ss-breadcrumb-sep {
  color: #9aaab5;
}

/* ===== Hero ===== */

.ss-hero {
  background: linear-gradient(135deg, #f4fbfd 0%, #edf6f8 100%);
  border: 1px solid #dcecef;
  border-radius: 26px;
  padding: 34px 30px 26px;
  box-shadow: 0 18px 40px rgba(31, 67, 90, 0.08);
  margin-bottom: 28px;
}

.ss-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #dff1f5;
  color: #1f6b84;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ss-main-title {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.16;
  font-weight: 800;
  color: #173040;
  letter-spacing: -0.02em;
}

.ss-hero-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #365062;
  max-width: 940px;
  margin-bottom: 24px;
}

.ss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

/* ===== Buttons ===== */

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.25s ease, color 0.25s ease;
}

.ss-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ss-btn-primary {
  background: linear-gradient(135deg, #1f6b84 0%, #295e72 100%);
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(31, 107, 132, 0.22);
}

.ss-btn-primary:hover {
  background: linear-gradient(135deg, #19596f 0%, #214f61 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(31, 107, 132, 0.28);
}

.ss-btn-secondary {
  background: #ffffff;
  color: #1f6b84 !important;
  border: 1px solid #cfe3e9;
  box-shadow: 0 10px 22px rgba(29, 63, 79, 0.08);
}

.ss-btn-secondary:hover {
  background: #f6fbfc;
  color: #144c5f !important;
}

/* ===== Figures ===== */

.ss-figure {
  margin: 30px 0;
}

.ss-figure-top {
  margin-top: 8px;
}

.ss-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(24, 54, 70, 0.12);
}

.ss-figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: #627785;
  text-align: center;
}

/* ===== Summary / TOC ===== */

.ss-summary-box,
.ss-toc,
.ss-practical-box,
.ss-cta-final,
.ss-faq,
.ss-section {
  margin-bottom: 26px;
}

.ss-summary-box {
  background: #f8fbfc;
  border: 1px solid #ddebef;
  border-radius: 22px;
  padding: 26px 26px 22px;
}

.ss-summary-box h2,
.ss-toc h2,
.ss-section h2,
.ss-practical-box h2,
.ss-cta-final h2,
.ss-faq h2 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  color: #173040;
  letter-spacing: -0.02em;
}

.ss-section h3,
.ss-practical-box h3,
.ss-faq h3,
.ss-info-box h3 {
  margin: 24px 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 750;
  color: #1f3747;
}

.ss-toc {
  background: #ffffff;
  border: 1px solid #d9e8ed;
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow: 0 10px 24px rgba(30, 60, 80, 0.05);
}

.ss-toc ol {
  margin: 0;
  padding-left: 20px;
}

.ss-toc li {
  margin-bottom: 10px;
  color: #31495b;
}

.ss-toc a {
  font-weight: 600;
}

/* ===== Generic sections ===== */

.ss-section {
  background: #ffffff;
  border: 1px solid #e1ecef;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 10px 28px rgba(28, 62, 78, 0.05);
}

/* ===== Checklists ===== */

.ss-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-checklist li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
  color: #30485a;
}

.ss-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dff1e8;
  color: #1f7a53;
  font-size: 13px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

/* ===== Info boxes ===== */

.ss-info-box {
  margin: 24px 0;
  padding: 22px 22px 18px;
  border-radius: 18px;
  border: 1px solid transparent;
}

.ss-info-box h3 {
  margin-top: 0;
}

.ss-info-box-note {
  background: #eef8fb;
  border-color: #cfe6ee;
}

.ss-info-box-alert {
  background: #fff8eb;
  border-color: #f1dfb0;
}

.ss-info-box-warning {
  background: #fff2f0;
  border-color: #efc8c1;
}

/* ===== Table ===== */

.ss-table-wrap {
  margin: 24px 0 20px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid #d8e6eb;
  box-shadow: 0 10px 24px rgba(29, 61, 77, 0.05);
}

.ss-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #ffffff;
}

.ss-table thead th {
  background: #eaf4f7;
  color: #1d3b4c;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  padding: 16px 18px;
  border-bottom: 1px solid #d4e3e9;
}

.ss-table tbody td {
  padding: 16px 18px;
  font-size: 15px;
  color: #334a5c;
  border-bottom: 1px solid #e4edf0;
  vertical-align: top;
}

.ss-table tbody tr:last-child td {
  border-bottom: 0;
}

/* ===== Steps / HowTo ===== */

.ss-practical-box {
  background: linear-gradient(135deg, #f8fcfd 0%, #f2f8fa 100%);
  border: 1px solid #dce9ed;
  border-radius: 24px;
  padding: 30px 28px;
}

.ss-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.ss-step {
  background: #ffffff;
  border: 1px solid #dbe8ed;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 8px 20px rgba(32, 65, 81, 0.05);
}

.ss-step h3 {
  margin-top: 0;
  font-size: 19px;
}

/* ===== CTA final ===== */

.ss-cta-final {
  background: linear-gradient(135deg, #173b4a 0%, #1f5567 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 18px 36px rgba(18, 47, 59, 0.2);
}

.ss-cta-final h2 {
  color: #ffffff;
}

.ss-cta-final p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
}

.ss-cta-final a {
  color: #ffffff;
}

.ss-cta-final .ss-btn-primary {
  background: #ffffff;
  color: #1c5a6f !important;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

.ss-cta-final .ss-btn-primary:hover {
  background: #eef7fa;
  color: #15495b !important;
}

/* ===== FAQ ===== */

.ss-faq {
  background: #ffffff;
  border: 1px solid #e1ecef;
  border-radius: 24px;
  padding: 30px 28px;
  box-shadow: 0 10px 28px rgba(28, 62, 78, 0.05);
}

.ss-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #e5eef1;
}

.ss-faq-item:last-child {
  border-bottom: 0;
}

.ss-faq-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

/* ===== Responsive ===== */

@media (max-width: 1024px) {
  .ss-main-title {
    font-size: 34px;
  }

  .ss-summary-box h2,
  .ss-toc h2,
  .ss-section h2,
  .ss-practical-box h2,
  .ss-cta-final h2,
  .ss-faq h2 {
    font-size: 27px;
  }

  .ss-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ss-article-local {
    padding: 18px 14px 50px;
  }

  .ss-hero,
  .ss-section,
  .ss-summary-box,
  .ss-toc,
  .ss-practical-box,
  .ss-cta-final,
  .ss-faq {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ss-main-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .ss-hero-intro,
  .ss-article-local p,
  .ss-cta-final p {
    font-size: 16px;
  }

  .ss-summary-box h2,
  .ss-toc h2,
  .ss-section h2,
  .ss-practical-box h2,
  .ss-cta-final h2,
  .ss-faq h2 {
    font-size: 24px;
  }

  .ss-section h3,
  .ss-practical-box h3,
  .ss-faq h3,
  .ss-info-box h3 {
    font-size: 19px;
  }

  .ss-hero-actions {
    flex-direction: column;
  }

  .ss-btn {
    width: 100%;
  }

  .ss-breadcrumbs {
    font-size: 13px;
  }

  .ss-table {
    min-width: 640px;
  }

  .ss-figure img {
    border-radius: 16px;
  }
}/* End custom CSS */