.elementor-55237 .elementor-element.elementor-element-6e35afc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b98c7bd *//* =========================================================
   ARTICLE PREMIUM — GEMBLOUX
   Cibler idéalement le conteneur HTML : .ss-article
   ========================================================= */

.ss-article {
  --ss-text: #1f2937;
  --ss-title: #0f172a;
  --ss-muted: #5b6472;
  --ss-line: #d9e2ec;
  --ss-soft: #f4f7fb;
  --ss-soft-2: #eef4f8;
  --ss-white: #ffffff;
  --ss-primary: #3d6878;
  --ss-primary-dark: #2f5563;
  --ss-primary-soft: #e7f0f4;
  --ss-accent: #b88a44;
  --ss-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --ss-shadow-soft: 0 10px 25px rgba(15, 23, 42, 0.06);
  --ss-radius-xl: 24px;
  --ss-radius-lg: 18px;
  --ss-radius-md: 12px;
  --ss-radius-sm: 8px;
  --ss-max: 980px;

  max-width: var(--ss-max);
  margin: 0 auto;
  color: var(--ss-text);
  font-size: 17px;
  line-height: 1.82;
}

.ss-article,
.ss-article * {
  box-sizing: border-box;
}

.ss-article a {
  color: var(--ss-primary);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(61, 104, 120, 0.22);
  transition: all 0.22s ease;
}

.ss-article a:hover {
  color: var(--ss-primary-dark);
  border-bottom-color: rgba(47, 85, 99, 0.42);
}

.ss-article p {
  margin: 0 0 1.15em;
}

.ss-article strong {
  color: var(--ss-title);
  font-weight: 700;
}

.ss-article h1,
.ss-article h2,
.ss-article h3 {
  color: var(--ss-title);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.7em;
}

.ss-article h1 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 800;
}

.ss-article h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 780;
  margin-top: 0;
}

.ss-article h3 {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 740;
}

.ss-article ul,
.ss-article ol {
  margin: 0 0 1.25em 1.2em;
  padding: 0;
}

.ss-article li {
  margin-bottom: 0.55em;
}

.ss-article img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

/* HERO */

.ss-hero {
  position: relative;
  background: linear-gradient(180deg, #f8fbfd 0%, #f1f6f9 100%);
  border: 1px solid rgba(61, 104, 120, 0.12);
  border-radius: 30px;
  padding: 34px 30px 28px;
  margin: 0 0 28px;
  box-shadow: var(--ss-shadow);
  overflow: hidden;
}

.ss-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--ss-primary) 0%, var(--ss-accent) 100%);
}

.ss-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ss-primary-soft);
  color: var(--ss-primary-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ss-hero-intro {
  margin-top: 16px;
}

.ss-hero-intro p:last-child {
  margin-bottom: 0;
}

/* CTA */

.ss-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 24px;
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  text-align: center;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  text-decoration: none !important;
}

.ss-btn:hover {
  transform: translateY(-1px);
}

.ss-btn-primary {
  background: linear-gradient(180deg, var(--ss-primary) 0%, var(--ss-primary-dark) 100%);
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(61, 104, 120, 0.22);
}

.ss-btn-primary:hover {
  color: #fff !important;
  box-shadow: 0 18px 30px rgba(61, 104, 120, 0.28);
}

.ss-btn-secondary {
  background: #fff;
  color: var(--ss-primary-dark) !important;
  border-color: rgba(61, 104, 120, 0.2);
}

.ss-btn-secondary:hover {
  background: var(--ss-soft);
}

/* BLOC ESSENTIEL */

.ss-essential {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(61, 104, 120, 0.12);
  border-radius: var(--ss-radius-lg);
  padding: 22px 22px 16px;
  box-shadow: var(--ss-shadow-soft);
  margin: 0 0 24px;
}

.ss-essential h2 {
  font-size: 1.18rem;
  margin-bottom: 12px;
}

/* FIGURES */

.ss-figure,
.ss-figure-lead {
  margin: 30px 0;
}

.ss-figure img,
.ss-figure-lead img {
  box-shadow: var(--ss-shadow-soft);
}

.ss-figure figcaption,
.ss-figure-lead figcaption {
  margin-top: 10px;
  color: var(--ss-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  text-align: center;
}

/* TABLE DES MATIÈRES */

.ss-toc {
  background: var(--ss-white);
  border: 1px solid var(--ss-line);
  border-radius: var(--ss-radius-xl);
  padding: 24px 24px 18px;
  margin: 0 0 28px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-toc-title {
  margin: 0 0 14px;
  color: var(--ss-title);
  font-size: 1.08rem;
  font-weight: 800;
}

.ss-toc ol {
  columns: 2;
  column-gap: 28px;
  margin-left: 1.15em;
}

.ss-toc li {
  break-inside: avoid;
  margin-bottom: 0.6em;
}

.ss-toc a {
  font-weight: 600;
}

/* SECTIONS */

.ss-section {
  background: var(--ss-white);
  border: 1px solid rgba(217, 226, 236, 0.95);
  border-radius: 24px;
  padding: 28px 28px 18px;
  margin: 0 0 24px;
  box-shadow: var(--ss-shadow-soft);
}

.ss-section > *:last-child {
  margin-bottom: 0;
}

/* CHECKLIST */

.ss-checklist {
  list-style: none;
  margin: 0 0 1.25em;
  padding: 0;
}

.ss-checklist li {
  position: relative;
  margin: 0 0 0.8em;
  padding: 0 0 0 34px;
}

.ss-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.04em;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--ss-primary-soft);
  color: var(--ss-primary-dark);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

/* TABLEAU */

.ss-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 22px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(217, 226, 236, 0.95);
}

.ss-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.ss-table th,
.ss-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--ss-line);
  vertical-align: top;
}

.ss-table th {
  background: #f6f9fc;
  color: var(--ss-title);
  font-size: 0.95rem;
  font-weight: 800;
}

.ss-table tr:last-child td {
  border-bottom: 0;
}

/* BOXES */

.ss-box {
  margin: 22px 0;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
}

.ss-box p:last-child {
  margin-bottom: 0;
}

.ss-box-info {
  background: #f7fbfd;
  border-color: rgba(61, 104, 120, 0.16);
}

.ss-box-warning {
  background: #fff9f1;
  border-color: rgba(184, 138, 68, 0.24);
}

.ss-box-alert {
  background: #fff4f4;
  border-color: rgba(180, 54, 54, 0.14);
}

/* FAQ */

.ss-faq .ss-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid var(--ss-line);
}

.ss-faq .ss-faq-item:last-child {
  border-bottom: 0;
}

.ss-faq h3 {
  margin-bottom: 0.45em;
}

/* CTA BLOCK */

.ss-cta-block {
  margin: 28px 0 10px;
  padding: 26px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #3d6878 0%, #2f5563 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(61, 104, 120, 0.28);
}

.ss-cta-block h2,
.ss-cta-block p,
.ss-cta-block strong {
  color: #fff;
}

.ss-cta-block h2 {
  margin-bottom: 10px;
}

.ss-cta-block p {
  opacity: 0.96;
}

.ss-cta-block .ss-btn {
  margin-top: 6px;
  background: #fff;
  color: var(--ss-primary-dark) !important;
  box-shadow: none;
}

.ss-cta-block .ss-btn:hover {
  background: #f4f7fb;
}

.ss-cta-block-final {
  margin-top: 22px;
}

/* RELATED LINKS */

.ss-related .ss-links-list {
  columns: 2;
  column-gap: 26px;
  margin-left: 1.15em;
}

.ss-related li {
  break-inside: avoid;
  margin-bottom: 0.65em;
}

/* PETITS AJUSTEMENTS TYPO */

.ss-article blockquote {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--ss-primary);
  background: var(--ss-soft);
  border-radius: 0 14px 14px 0;
}

.ss-article hr {
  border: 0;
  border-top: 1px solid var(--ss-line);
  margin: 28px 0;
}

/* MOBILE */

@media (max-width: 900px) {
  .ss-toc ol,
  .ss-related .ss-links-list {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .ss-article {
    font-size: 16px;
    line-height: 1.74;
  }

  .ss-hero {
    padding: 24px 18px 20px;
    border-radius: 24px;
  }

  .ss-section,
  .ss-toc {
    padding: 22px 18px 16px;
    border-radius: 20px;
  }

  .ss-essential {
    padding: 18px 16px 12px;
  }

  .ss-cta-row {
    flex-direction: column;
  }

  .ss-btn {
    width: 100%;
  }

  .ss-checklist li {
    padding-left: 30px;
  }

  .ss-table {
    min-width: 560px;
  }

  .ss-cta-block {
    padding: 22px 18px;
    border-radius: 20px;
  }
}

/* PETITS ÉCRANS */

@media (max-width: 480px) {
  .ss-hero,
  .ss-section,
  .ss-toc,
  .ss-essential,
  .ss-cta-block {
    border-radius: 18px;
  }

  .ss-kicker {
    font-size: 0.76rem;
    padding: 7px 12px;
  }

  .ss-figure figcaption,
  .ss-figure-lead figcaption {
    font-size: 0.9rem;
  }
}/* End custom CSS */