.elementor-55321 .elementor-element.elementor-element-e9beab6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3e68615 *//* CSS premium — Article Maison de repos à Nivelles */

.ss-nivelles-article {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 18px;
  color: #1f2f38;
  line-height: 1.75;
  font-size: 18px;
}

.ss-nivelles-article * {
  box-sizing: border-box;
}

.ss-nivelles-article h1,
.ss-nivelles-article h2,
.ss-nivelles-article h3 {
  color: #244f5f;
  line-height: 1.25;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
}

.ss-nivelles-article h1 {
  font-size: clamp(34px, 5vw, 56px);
  margin-top: 0;
  letter-spacing: -0.04em;
}

.ss-nivelles-article h2 {
  font-size: clamp(26px, 3vw, 36px);
  border-left: 5px solid #3d6878;
  padding-left: 16px;
}

.ss-nivelles-article h3 {
  font-size: clamp(21px, 2.4vw, 26px);
}

.ss-nivelles-article p {
  margin: 0 0 1.15em;
}

.ss-nivelles-article a {
  color: #2f7184;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ss-nivelles-article a:hover {
  color: #183f4d;
}

.ss-hero {
  background: linear-gradient(135deg, #eef7f9 0%, #ffffff 58%, #f7fbfc 100%);
  border: 1px solid #dbecef;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
  margin-bottom: 32px;
  box-shadow: 0 18px 45px rgba(36, 79, 95, 0.1);
}

.ss-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #dfeff3;
  color: #244f5f;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ss-lead {
  font-size: clamp(20px, 2.4vw, 24px);
  color: #34535f;
  max-width: 880px;
}

.ss-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #3d6878;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(61, 104, 120, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ss-cta-link:hover {
  background: #2c5060;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(44, 80, 96, 0.3);
}

.ss-figure {
  margin: 34px 0;
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2edf0;
  box-shadow: 0 16px 38px rgba(31, 47, 56, 0.09);
}

.ss-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ss-figure figcaption {
  padding: 14px 18px;
  font-size: 15px;
  color: #52676f;
  background: #f7fbfc;
}

.ss-summary,
.ss-info,
.ss-alert,
.ss-cta-box,
.ss-final-cta,
.ss-toc {
  border-radius: 24px;
  padding: clamp(22px, 4vw, 34px);
  margin: 32px 0;
}

.ss-summary {
  background: #f4fafb;
  border: 1px solid #dceef2;
}

.ss-summary h2,
.ss-toc h2,
.ss-cta-box h2,
.ss-final-cta h2 {
  margin-top: 0;
}

.ss-summary ul,
.ss-nivelles-article ul,
.ss-nivelles-article ol {
  padding-left: 1.25em;
}

.ss-summary li,
.ss-nivelles-article li {
  margin-bottom: 0.55em;
}

.ss-toc {
  background: #ffffff;
  border: 1px solid #e1ecef;
  box-shadow: 0 12px 30px rgba(31, 47, 56, 0.07);
}

.ss-toc ol {
  columns: 2;
  gap: 34px;
  margin-bottom: 0;
}

.ss-info {
  background: #eef7f9;
  border-left: 6px solid #3d6878;
}

.ss-alert {
  background: #fff8ed;
  border-left: 6px solid #d6933d;
}

.ss-table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(31, 47, 56, 0.08);
}

.ss-table th {
  background: #244f5f;
  color: #ffffff;
  text-align: left;
  padding: 16px;
  font-weight: 800;
}

.ss-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e3edf0;
  background: #ffffff;
}

.ss-table tr:nth-child(even) td {
  background: #f7fbfc;
}

.ss-cta-box,
.ss-final-cta {
  background: linear-gradient(135deg, #244f5f 0%, #3d6878 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(36, 79, 95, 0.22);
}

.ss-cta-box h2,
.ss-final-cta h2,
.ss-cta-box p,
.ss-final-cta p {
  color: #ffffff;
}

.ss-faq {
  margin-top: 40px;
}

.ss-faq h3 {
  background: #f4fafb;
  border: 1px solid #dceef2;
  border-radius: 18px;
  padding: 16px 18px;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .ss-nivelles-article {
    padding: 18px 14px;
    font-size: 17px;
  }

  .ss-hero,
  .ss-summary,
  .ss-info,
  .ss-alert,
  .ss-cta-box,
  .ss-final-cta,
  .ss-toc {
    border-radius: 20px;
    padding: 22px;
  }

  .ss-toc ol {
    columns: 1;
  }

  .ss-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ss-cta-link {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */