/* ilx-piliers.css — CSS externalisé de 9 snippets WPCode le 2026-06-20 (perf piliers). Backups: dev/piliers-css-externalisation/backup/ */

/* ============ snippet #1548395 ============ */
/* ══════════════════════════════════════════════════════════
     RESET THÈME EXTRA — corrige le layout sidebar 75%/25%,
     overflow:hidden et les titres forcés à 20px
     ══════════════════════════════════════════════════════════ */

  /* 1. Le thème Extra met overflow:hidden sur .et_pb_extra_column_main
        → coupe les box-shadow et éléments qui dépassent */
  .et_pb_extra_column_main:has(.ilx-pp) { overflow: visible !important; }

  /* 2. Reset .is-layout-constrained (WordPress 6.x) qui force max-width + margin */
  .is-layout-constrained > .ilx-pp,
  .entry-content > .ilx-pp,
  .post-content > .ilx-pp { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }

  /* 3. Empêche WordPress de forcer max-width sur les enfants du conteneur */
  .ilx-pp, .ilx-pp * { max-width: none !important; box-sizing: border-box !important; }

  /* 4. Thème Extra force h1-h6 à 20px et font-family Raleway — on écrase */
  .ilx-pp h2, .ilx-pp h3, .ilx-pp h4 {
    font-family: 'Segoe UI', Calibri, Arial, sans-serif !important;
    line-height: 1.3 !important;
  }

  /* Base */
  .ilx-pp { font-family: 'Segoe UI', Calibri, Arial, sans-serif !important; color: #1a1a1a; max-width: 100% !important; margin: 0 auto; line-height: 1.75 !important; }
  .ilx-pp h2 { color: #1a2744 !important; font-size: 1.6em !important; border-bottom: 3px solid #f0a500; padding-bottom: 8px; margin-top: 2.5em; }
  .ilx-pp h3 { color: #1a2744 !important; font-size: 1.25em !important; margin-top: 1.8em; }
  .ilx-pp h4 { color: #2d3f63 !important; font-size: 1.1em !important; margin-top: 1.4em; }
  .ilx-pp p { font-size: 1.05em !important; line-height: 1.75 !important; }
  .ilx-pp strong { color: #1a2744; }
  .ilx-pp a { color: #f0a500; text-decoration: underline; font-weight: 600; }
  .ilx-pp a:hover { color: #d4940a; }

  /* Lien parent */
  .ilx-pp .lien-parent { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 20px; text-align: center; }
  .ilx-pp .lien-parent:first-child { margin: 0 0 1.5em; }
  .ilx-pp .lien-parent:last-of-type { margin: 1.5em 0; }
  .ilx-pp .lien-parent p { margin: 0; font-size: 1em; }

  /* Essentiel box — AI extraction */
  .ilx-pp .essentiel {
    background: linear-gradient(135deg, #fefce8, #fef9c3) !important;
    border: 2px solid #f0a500;
    border-radius: 12px;
    padding: 24px 28px;
    margin: 1.8em 0;
    font-size: 1.05em;
  }
  .ilx-pp .essentiel h3 { color: #92400e !important; margin: 0 0 12px; font-size: 1.2em !important; border-bottom: none; }
  .ilx-pp .essentiel ul { padding-left: 1.4em; margin: 10px 0 0; }
  .ilx-pp .essentiel li { margin-bottom: 6px; }

  /* Tables */
  .ilx-pp table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.8em; font-size: 0.98em; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); table-layout: fixed; word-wrap: break-word; }
  .ilx-pp th { background: linear-gradient(135deg, #1a2744, #2d3f63) !important; color: #fff !important; padding: 14px 16px; text-align: left; font-weight: 600; }
  .ilx-pp td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; }
  .ilx-pp tr:nth-child(even) td { background: #f8fafc; }
  .ilx-pp .highlight-row td { background: #fef9e7 !important; font-weight: 600; }
  .ilx-pp .col-ilx { background: #f0fdf4 !important; color: #166534 !important; font-weight: 600; }

  /* Tags */
  .ilx-pp .tag-seo { display: inline-block; background: linear-gradient(90deg, #f0a500, #fbbf24) !important; color: #fff; font-size: 0.78em; font-weight: 700; padding: 3px 12px; border-radius: 12px; margin-left: 4px; vertical-align: middle; }
  .ilx-pp .tag-geo { display: inline-block; background: linear-gradient(90deg, #8b5cf6, #a78bfa) !important; color: #fff; font-size: 0.78em; font-weight: 700; padding: 3px 12px; border-radius: 12px; margin-left: 4px; vertical-align: middle; }
  .ilx-pp .tag-aeo { display: inline-block; background: linear-gradient(90deg, #3b82f6, #60a5fa) !important; color: #fff; font-size: 0.78em; font-weight: 700; padding: 3px 12px; border-radius: 12px; margin-left: 4px; vertical-align: middle; }

  /* Blockquote */
  .ilx-pp blockquote { border-left: 4px solid #f0a500 !important; background: #fefce8 !important; padding: 14px 20px; margin: 1.4em 0; border-radius: 0 8px 8px 0; font-style: italic; }

  /* Info / Success / Warning boxes */
  .ilx-pp .info-box { border-left: 4px solid #2563eb !important; background: #eff6ff !important; padding: 14px 20px; margin: 1.4em 0; border-radius: 0 8px 8px 0; }
  .ilx-pp .success-box { border-left: 4px solid #16a34a !important; background: #f0fdf4 !important; padding: 14px 20px; margin: 1.4em 0; border-radius: 0 8px 8px 0; }

  /* Check lists */
  .ilx-pp .check-list { padding-left: 1.4em; }
  .ilx-pp .check-list li { list-style: none; margin-bottom: 0.5em; }
  .ilx-pp .check-list li::before { content: "\2713\00a0"; color: #16a34a; font-weight: 700; }

  /* CTA box */
  .ilx-pp .cta-box { background: linear-gradient(135deg, #1a2744, #2d3f63) !important; color: #fff; padding: 30px 35px; border-radius: 12px; text-align: center; margin: 2.5em 0; }
  .ilx-pp .cta-box h3 { color: #f0a500 !important; margin-top: 0; border-bottom: none; }
  .ilx-pp .cta-box p { color: #e2e8f0; font-size: 1.08em; }
  .ilx-pp .cta-box a.cta-btn { display: inline-block; background: #f0a500 !important; color: #1a2744 !important; padding: 14px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1.1em; margin-top: 10px; transition: background 0.2s; }
  .ilx-pp .cta-box a.cta-btn:hover { background: #fbbf24 !important; }

  /* CTA mini (intermédiaire) */
  .ilx-pp .cta-mini { background: linear-gradient(135deg, #1a2744, #2d3f63) !important; color: #fff; padding: 24px 30px; border-radius: 12px; text-align: center; margin: 2em 0; }
  .ilx-pp .cta-mini p { color: #cbd5e1; font-size: 0.95em; margin: 0 0 12px; }
  .ilx-pp .cta-mini p:first-child { color: #fff; font-size: 1.05em; margin: 0 0 10px; }
  .ilx-pp .cta-mini a.cta-btn { display: inline-block; background: #f0a500 !important; color: #1a2744 !important; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1em; transition: background 0.2s; }
  .ilx-pp .cta-mini a.cta-btn:hover { background: #fbbf24 !important; }

  /* Communes grid */
  .ilx-pp .communes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 1.5em 0; }
  .ilx-pp .arrondissement { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px 20px; }
  .ilx-pp .arrondissement h4 { margin: 0 0 10px; color: #1a2744 !important; font-size: 1.05em !important; }
  .ilx-pp .arrondissement .arr-count { display: inline-block; background: #f0a500; color: #fff; font-size: 0.75em; font-weight: 700; padding: 2px 8px; border-radius: 10px; margin-left: 6px; }
  .ilx-pp .arrondissement p { font-size: 0.9em; color: #475569; margin: 0; }

  /* Sectors grid */
  .ilx-pp .sectors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 1.5em 0; }
  .ilx-pp .sector { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
  .ilx-pp .sector-num { width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; background: #1a2744 !important; color: #f0a500; font-weight: 700; font-size: 0.9em; flex-shrink: 0; }
  .ilx-pp .sector-name { font-weight: 600; color: #1a2744; }
  .ilx-pp .sector-kw { font-size: 0.85em; color: #64748b; }

  /* FAQ visible */
  .ilx-pp .faq-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px 22px; margin-bottom: 14px; }
  .ilx-pp .faq-item h4 { color: #f0a500 !important; margin: 0 0 8px; font-size: 1.05em !important; }
  .ilx-pp .faq-item p { margin: 0; font-size: 0.98em; color: #374151; }

  /* Contact section */
  .ilx-pp .contact-section { background: linear-gradient(135deg, #0d1520, #1a2744, #2d3f63) !important; color: #fff; padding: 40px; border-radius: 16px; margin: 3em 0; }
  .ilx-pp .contact-section h2 { color: #f0a500 !important; border-bottom: 3px solid #f0a500; margin-top: 0; }
  .ilx-pp .contact-section p { color: #cbd5e1; font-size: 1.08em; }
  .ilx-pp .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 1.5em 0; }
  .ilx-pp .contact-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; text-align: center; transition: transform 0.2s, border-color 0.2s; }
  .ilx-pp .contact-card:hover { transform: translateY(-3px); border-color: #f0a500; }
  .ilx-pp .contact-card .c-icon { font-size: 2em; margin-bottom: 8px; }
  .ilx-pp .contact-card .c-label { font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px; color: #94a3b8; margin-bottom: 6px; }
  .ilx-pp .contact-card .c-value { font-size: 1.15em; font-weight: 700; color: #fff; }
  .ilx-pp .contact-card .c-value a { color: #f0a500; text-decoration: none; }
  .ilx-pp .contact-email-btn { display: inline-block; background: #f0a500 !important; color: #1a2744 !important; padding: 16px 40px; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: 1.2em; margin-top: 15px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 15px rgba(240,165,0,0.3); }
  .ilx-pp .contact-email-btn:hover { background: #fbbf24 !important; transform: translateY(-2px); }

  /* Responsive */
  @media (max-width: 768px) {
    .ilx-pp .communes-grid, .ilx-pp .contact-grid, .ilx-pp .sectors-grid { grid-template-columns: 1fr; }
    .ilx-pp .contact-section { padding: 24px; }
    .ilx-pp table { font-size: 0.85em; }
    .ilx-pp th, .ilx-pp td { padding: 10px 12px; }
  }

  /* Grids : éviter le débordement dans le conteneur sidebar */
  .ilx-pp .sectors-grid, .ilx-pp .communes-grid { overflow: visible !important; }

/* ============ snippet #1554902 ============ */
/* ══════════════════════════════════════════════════════════
     ilx-marches — extension thématique pour l'article pilier
     "Marchés de la province de Luxembourg"
     ══════════════════════════════════════════════════════════ */

  /* Hero magazine */
  .ilx-pp .marches-hero {
    background: linear-gradient(135deg, #14532d 0%, #166534 45%, #f0a500 100%) !important;
    color: #fff;
    padding: 38px 36px;
    border-radius: 16px;
    margin: 0 0 1.8em;
    box-shadow: 0 10px 30px rgba(20,83,45,0.18);
    position: relative;
    overflow: hidden;
  }
  .ilx-pp .marches-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255,255,255,0.18), transparent 55%);
    pointer-events: none;
  }
  .ilx-pp .marches-hero h1 { color: #fff !important; font-size: 1.9em !important; margin: 0 0 12px; line-height: 1.2 !important; font-weight: 800; }
  .ilx-pp .marches-hero p { color: #f0fdf4 !important; font-size: 1.1em !important; margin: 0 0 18px; max-width: 720px; }
  .ilx-pp .marches-hero .badges { display: flex; flex-wrap: wrap; gap: 10px; }
  .ilx-pp .marches-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.88em;
    font-weight: 600;
  }

  /* ────── Carte interactive ────── */
  .ilx-pp .ilx-marches-tool {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin: 2em 0;
    box-shadow: 0 6px 20px rgba(15,23,42,0.06);
  }
  .ilx-pp .ilx-marches-tool h3 {
    color: #14532d !important;
    margin: 0 0 8px;
    font-size: 1.25em !important;
    border-bottom: none;
  }
  .ilx-pp .ilx-marches-tool .tool-sub {
    color: #475569;
    font-size: 0.95em !important;
    margin: 0 0 18px !important;
  }

  /* Filtre par jour */
  .ilx-pp .ilx-jours-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }
  .ilx-pp .ilx-jour-btn {
    appearance: none;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    padding: 9px 16px;
    border-radius: 10px;
    font-size: 0.95em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s ease;
    font-family: inherit;
  }
  .ilx-pp .ilx-jour-btn:hover { border-color: #f0a500; color: #1a2744; transform: translateY(-1px); }
  .ilx-pp .ilx-jour-btn.is-active {
    background: linear-gradient(135deg, #14532d, #166534);
    color: #fff !important;
    border-color: #14532d;
    box-shadow: 0 4px 12px rgba(20,83,45,0.25);
  }
  .ilx-pp .ilx-jour-btn .count {
    display: inline-block;
    background: rgba(255,255,255,0.25);
    color: inherit;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 8px;
    font-size: 0.78em;
  }
  .ilx-pp .ilx-jour-btn:not(.is-active) .count { background: #1a2744; color: #fff; }

  /* Conteneur carte Leaflet */
  .ilx-pp #ilx-marches-map {
    width: 100%;
    height: 520px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    margin: 0 0 18px;
    background: #f1f5f9;
  }
  .ilx-pp #ilx-marches-map .leaflet-popup-content { font-family: 'Segoe UI', Calibri, Arial, sans-serif; font-size: 13.5px; line-height: 1.55; }
  .ilx-pp #ilx-marches-map .leaflet-popup-content strong { color: #14532d; }

  /* Légende */
  .ilx-pp .ilx-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.88em;
    color: #475569;
  }
  .ilx-pp .ilx-map-legend .legend-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  }

  /* Liste filtrée des marchés du jour */
  .ilx-pp .ilx-marches-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
    margin: 18px 0 0;
    min-height: 60px;
  }
  .ilx-pp .ilx-marche-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #14532d;
    border-radius: 10px;
    padding: 14px 16px;
    transition: transform 0.18s, box-shadow 0.18s;
  }
  .ilx-pp .ilx-marche-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(20,83,45,0.10); }
  .ilx-pp .ilx-marche-card .nom { font-weight: 700; color: #1a2744; font-size: 1.05em; margin: 0 0 4px; }
  .ilx-pp .ilx-marche-card .lieu { font-size: 0.88em; color: #475569; margin: 0 0 6px; }
  .ilx-pp .ilx-marche-card .horaire { font-size: 0.95em; color: #14532d; font-weight: 600; }
  .ilx-pp .ilx-marche-card .type-pill {
    display: inline-block;
    font-size: 0.72em;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 12px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .ilx-pp .ilx-marche-card .type-hebdo { background: #14532d; color: #fff; }
  .ilx-pp .ilx-marche-card .type-mensuel { background: #f0a500; color: #1a2744; }
  .ilx-pp .ilx-marche-card .type-terroir { background: #8b5cf6; color: #fff; }
  .ilx-pp .ilx-marche-card .type-saisonnier { background: #3b82f6; color: #fff; }
  .ilx-pp .ilx-marche-card .type-annuel { background: #ef4444; color: #fff; }
  .ilx-pp .ilx-marches-empty { grid-column: 1 / -1; text-align: center; color: #64748b; padding: 30px; font-style: italic; background: #f8fafc; border-radius: 10px; }

  /* ────── Cards "marchés vedettes" (descriptions longues) ────── */
  .ilx-pp .marche-vedette {
    background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%);
    border: 1px solid #bbf7d0;
    border-left: 6px solid #14532d;
    border-radius: 14px;
    padding: 26px 30px;
    margin: 1.6em 0;
    box-shadow: 0 4px 16px rgba(20,83,45,0.08);
  }
  .ilx-pp .marche-vedette .vedette-head {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .ilx-pp .marche-vedette h3 {
    color: #14532d !important;
    margin: 0 !important;
    font-size: 1.35em !important;
    flex: 1;
  }
  .ilx-pp .marche-vedette .vedette-pill {
    display: inline-block;
    background: #14532d;
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .ilx-pp .marche-vedette .vedette-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 14px 0;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d1fae5;
  }
  .ilx-pp .marche-vedette .vm-item { font-size: 0.92em; }
  .ilx-pp .marche-vedette .vm-item .vm-label { display: block; font-size: 0.78em; text-transform: uppercase; letter-spacing: 0.6px; color: #14532d; font-weight: 700; margin-bottom: 2px; }
  .ilx-pp .marche-vedette .vm-item .vm-value { color: #1a2744; font-weight: 600; }

  /* Verifier-commune (badge téléphone) */
  .ilx-pp .verifier-commune {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    border: 1px dashed #f59e0b;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 6px;
  }
  .ilx-pp .verifier-commune a { color: #92400e !important; text-decoration: none !important; }
  .ilx-pp .verifier-commune a:hover { text-decoration: underline !important; }

  /* Sous-régions : couleurs distinctives */
  .ilx-pp .sousregion-arlon h2 { border-bottom-color: #f0a500 !important; }
  .ilx-pp .sousregion-gaume h2 { border-bottom-color: #16a34a !important; }
  .ilx-pp .sousregion-centre h2 { border-bottom-color: #8b5cf6 !important; }
  .ilx-pp .sousregion-famenne h2 { border-bottom-color: #3b82f6 !important; }
  .ilx-pp .sousregion-haute h2 { border-bottom-color: #ef4444 !important; }

  .ilx-pp .sousregion-tag {
    display: inline-block;
    font-size: 0.78em;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  .ilx-pp .sousregion-arlon .sousregion-tag { background: #f0a500; color: #1a2744; }
  .ilx-pp .sousregion-gaume .sousregion-tag { background: #16a34a; color: #fff; }
  .ilx-pp .sousregion-centre .sousregion-tag { background: #8b5cf6; color: #fff; }
  .ilx-pp .sousregion-famenne .sousregion-tag { background: #3b82f6; color: #fff; }
  .ilx-pp .sousregion-haute .sousregion-tag { background: #ef4444; color: #fff; }

  /* Tableau marchés : version optimisée */
  .ilx-pp .table-marches td.col-jour { font-weight: 700; color: #14532d; white-space: nowrap; }
  .ilx-pp .table-marches td.col-type { font-size: 0.88em; }
  .ilx-pp .table-marches .pill {
    display: inline-block;
    font-size: 0.72em;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }
  .ilx-pp .table-marches .pill-hebdo { background: #14532d; color: #fff; }
  .ilx-pp .table-marches .pill-mensuel { background: #f0a500; color: #1a2744; }
  .ilx-pp .table-marches .pill-terroir { background: #8b5cf6; color: #fff; }
  .ilx-pp .table-marches .pill-saisonnier { background: #3b82f6; color: #fff; }
  .ilx-pp .table-marches .pill-annuel { background: #ef4444; color: #fff; }

  /* Stats hero (chiffres clés en haut) */
  .ilx-pp .stats-marches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin: 1.5em 0;
  }
  .ilx-pp .stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(15,23,42,0.05);
  }
  .ilx-pp .stat-card .stat-num { font-size: 2em; font-weight: 800; color: #14532d; line-height: 1; margin-bottom: 4px; }
  .ilx-pp .stat-card .stat-label { font-size: 0.88em; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; }

  /* Sommaire ancres */
  .ilx-pp .sommaire-marches {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 1.8em 0;
  }
  .ilx-pp .sommaire-marches h3 { color: #14532d !important; margin: 0 0 12px !important; font-size: 1.1em !important; border-bottom: none; }
  .ilx-pp .sommaire-marches ul { columns: 2; column-gap: 30px; padding-left: 1.2em; margin: 0; }
  .ilx-pp .sommaire-marches li { margin-bottom: 6px; break-inside: avoid; font-size: 0.95em; }
  .ilx-pp .sommaire-marches li a { color: #14532d; text-decoration: none; font-weight: 600; }
  .ilx-pp .sommaire-marches li a:hover { color: #f0a500; text-decoration: underline; }

  /* Responsive */
  @media (max-width: 768px) {
    .ilx-pp .marches-hero { padding: 24px 22px; }
    .ilx-pp .marches-hero h1 { font-size: 1.5em !important; }
    .ilx-pp #ilx-marches-map { height: 400px; }
    .ilx-pp .ilx-jour-btn { padding: 7px 12px; font-size: 0.88em; }
    .ilx-pp .marche-vedette { padding: 20px 18px; }
    .ilx-pp .sommaire-marches ul { columns: 1; }
    .ilx-pp .table-marches { font-size: 0.78em; }
    .ilx-pp .table-marches th, .ilx-pp .table-marches td { padding: 8px 10px; }
  }

/* ============ snippet #1554975 ============ */
/* ══════════════════════════════════════════════════════════
     ilx-baign — extension thématique pour l'article pilier
     "Baignade en Province de Luxembourg 2026"
     Couleurs : bleu eau (#0891b2 / #06b6d4) + sable (#f59e0b)
     ══════════════════════════════════════════════════════════ */

  /* ────── HERO ────── */
  .ilx-pp .baign-hero {
    background: linear-gradient(135deg, #0c4a6e 0%, #0891b2 45%, #f59e0b 100%) !important;
    color: #fff;
    padding: 38px 36px;
    border-radius: 16px;
    margin: 0 0 1.8em;
    box-shadow: 0 10px 30px rgba(8,145,178,0.22);
    position: relative;
    overflow: hidden;
  }
  .ilx-pp .baign-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255,255,255,0.20), transparent 55%);
    pointer-events: none;
  }
  .ilx-pp .baign-hero h1 {
    color: #fff !important;
    font-size: 1.9em !important;
    margin: 0 0 12px;
    line-height: 1.2 !important;
    font-weight: 800;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .baign-hero p {
    color: #ecfeff !important;
    font-size: 1.1em !important;
    margin: 0 0 18px;
    max-width: 760px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .baign-hero .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .baign-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.20);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.30);
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.88em;
    font-weight: 600;
    color: #fff;
  }

  /* ────── ESSENTIEL ────── */
  .ilx-pp .essentiel {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-left: 4px solid #0891b2;
    border-radius: 12px;
    padding: 22px 26px;
    margin: 0 0 1.6em;
  }
  .ilx-pp .essentiel h3 {
    color: #0c4a6e !important;
    margin: 0 0 12px !important;
    font-size: 1.15em !important;
    border-bottom: none !important;
  }
  .ilx-pp .essentiel ul { margin: 0; padding-left: 20px; }
  .ilx-pp .essentiel li { margin: 6px 0; line-height: 1.55; }

  /* ────── SOMMAIRE ────── */
  .ilx-pp .sommaire-baign {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 24px;
    margin: 0 0 2em;
  }
  .ilx-pp .sommaire-baign h3 {
    color: #0c4a6e !important;
    margin: 0 0 10px !important;
    font-size: 1.05em !important;
    border-bottom: none !important;
  }
  .ilx-pp .sommaire-baign ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 6px 18px;
  }
  .ilx-pp .sommaire-baign li { margin: 0 !important; }
  .ilx-pp .sommaire-baign a {
    color: #0e7490;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 0;
    display: inline-block;
    transition: color 0.15s;
  }
  .ilx-pp .sommaire-baign a:hover { color: #f59e0b; }

  /* ────── STATS ────── */
  .ilx-pp .stats-baign {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin: 1.8em 0 2em;
  }
  .ilx-pp .stats-baign .stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(8,145,178,0.06);
  }
  .ilx-pp .stats-baign .stat-num {
    font-size: 2.1em;
    font-weight: 800;
    color: #0891b2;
    line-height: 1;
  }
  .ilx-pp .stats-baign .stat-label {
    color: #64748b;
    font-size: 0.85em;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
  }

  /* ────── TABLEAU ────── */
  .ilx-pp .table-baign {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.94em;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15,23,42,0.06);
  }
  .ilx-pp .table-baign thead {
    background: linear-gradient(135deg, #0c4a6e, #0891b2);
  }
  .ilx-pp .table-baign th {
    color: #fff !important;
    text-align: left;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: none;
  }
  .ilx-pp .table-baign td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
  }
  .ilx-pp .table-baign tbody tr:nth-child(even) { background: #f8fafc; }
  .ilx-pp .table-baign tbody tr.highlight-row {
    background: linear-gradient(90deg, #fffbeb 0%, #fff 50%) !important;
    border-left: 3px solid #f59e0b;
  }
  .ilx-pp .table-baign tbody tr:hover { background: #ecfeff; }

  /* Pills (Lac/Rivière) */
  .ilx-pp .pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }
  .ilx-pp .pill-lac { background: #dbeafe; color: #1e3a8a; }
  .ilx-pp .pill-riviere { background: #cffafe; color: #155e75; }

  /* Qualité eau */
  .ilx-pp .qual {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.82em;
    font-weight: 700;
    border: 1px solid transparent;
  }
  .ilx-pp .qual-excellent { background: #dcfce7; color: #166534; border-color: #86efac; }
  .ilx-pp .qual-bonne { background: #ecfccb; color: #3f6212; border-color: #bef264; }
  .ilx-pp .qual-suffisant { background: #fef3c7; color: #92400e; border-color: #fcd34d; }

  /* ────── INFO-BOX ────── */
  .ilx-pp .info-box {
    background: #f0f9ff;
    border-left: 4px solid #0891b2;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 1.4em 0;
    color: #0f172a;
  }
  .ilx-pp .info-box-tip {
    background: #fef3c7;
    border-left-color: #f59e0b;
  }
  .ilx-pp .info-box-warn {
    background: #fee2e2;
    border-left-color: #dc2626;
  }
  .ilx-pp .info-box-source {
    background: #f3f4f6;
    border-left-color: #6b7280;
    font-size: 0.92em;
    color: #4b5563;
  }

  /* ────── QUALITÉ GRID (4 niveaux) ────── */
  .ilx-pp .quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 1.4em 0;
  }
  .ilx-pp .quality-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 18px 16px;
    border: 2px solid;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
  }
  .ilx-pp .quality-card .quality-label {
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
  }
  .ilx-pp .quality-card p { margin: 0; font-size: 0.92em; line-height: 1.5; color: #475569; }
  .ilx-pp .quality-excellent { border-color: #86efac; }
  .ilx-pp .quality-excellent .quality-label { color: #166534; }
  .ilx-pp .quality-bonne { border-color: #bef264; }
  .ilx-pp .quality-bonne .quality-label { color: #3f6212; }
  .ilx-pp .quality-suffisant { border-color: #fcd34d; }
  .ilx-pp .quality-suffisant .quality-label { color: #92400e; }
  .ilx-pp .quality-insuffisant { border-color: #fca5a5; }
  .ilx-pp .quality-insuffisant .quality-label { color: #991b1b; }

  /* ────── FAMILLE CARDS ────── */
  .ilx-pp .famille-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin: 1.6em 0;
  }
  .ilx-pp .famille-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 22px 18px;
    box-shadow: 0 6px 18px rgba(8,145,178,0.07);
  }
  .ilx-pp .famille-card h3 {
    color: #0c4a6e !important;
    margin: 0 0 10px !important;
    font-size: 1.15em !important;
    border-bottom: 2px solid #0891b2;
    padding-bottom: 8px;
  }
  .ilx-pp .famille-card p { margin: 0 0 12px; font-size: 0.95em; line-height: 1.55; color: #334155; }
  .ilx-pp .famille-pros {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .ilx-pp .famille-pros li {
    padding: 4px 0;
    font-size: 0.92em;
    color: #1e293b;
  }

  /* ────── LACS GRID ────── */
  .ilx-pp .lacs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
    margin: 1.8em 0;
  }
  .ilx-pp .lac-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
    border: 1px solid #bae6fd;
    border-radius: 14px;
    padding: 22px 22px 20px;
    box-shadow: 0 6px 18px rgba(8,145,178,0.08);
  }
  .ilx-pp .lac-card h3 {
    color: #0c4a6e !important;
    margin: 0 0 14px !important;
    font-size: 1.15em !important;
    border-bottom: 2px solid #f59e0b;
    padding-bottom: 8px;
  }
  .ilx-pp .lac-fiche {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 14px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  }
  .ilx-pp .lac-fiche th {
    background: #ecfeff;
    color: #0c4a6e !important;
    text-align: left;
    padding: 8px 12px;
    width: 40%;
    font-weight: 600;
    font-size: 0.88em;
    border-bottom: 1px solid #e0f2fe;
    text-transform: none;
    letter-spacing: 0;
  }
  .ilx-pp .lac-fiche td {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.92em;
    color: #1e293b;
  }
  .ilx-pp .lac-card p { margin: 0; font-size: 0.94em; line-height: 1.55; color: #334155; }

  /* ────── SAISON TIMELINE ────── */
  .ilx-pp .saison-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 1.6em 0;
    position: relative;
  }
  .ilx-pp .saison-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    border-left: 4px solid #0891b2;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
  }
  .ilx-pp .saison-step .step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0891b2, #f59e0b);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1em;
  }
  .ilx-pp .saison-step strong {
    color: #0c4a6e;
    display: block;
    margin-bottom: 4px;
  }
  .ilx-pp .saison-step p { margin: 0; font-size: 0.94em; line-height: 1.55; color: #475569; }

  /* ────── MOTIFS DE FERMETURE ────── */
  .ilx-pp .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 1.4em 0;
  }
  .ilx-pp .motif-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    border-top: 4px solid #0891b2;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
  }
  .ilx-pp .motif-card h3 {
    color: #0c4a6e !important;
    margin: 0 0 8px !important;
    font-size: 1.02em !important;
    border-bottom: none !important;
  }
  .ilx-pp .motif-card p { margin: 0; font-size: 0.92em; line-height: 1.5; color: #475569; }
  .ilx-pp .motif-orage { border-top-color: #6366f1; }
  .ilx-pp .motif-cyano { border-top-color: #16a34a; }
  .ilx-pp .motif-bacterio { border-top-color: #dc2626; }
  .ilx-pp .motif-debit { border-top-color: #0891b2; }

  /* ────── ALTERNATIVES LIST ────── */
  .ilx-pp .alternatives-list {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px 24px;
    margin: 1.4em 0;
  }
  .ilx-pp .alternatives-list li { margin: 8px 0; line-height: 1.55; }

  /* ────── FAQ ────── */
  .ilx-pp .faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
  .ilx-pp .faq-item[open] {
    box-shadow: 0 6px 18px rgba(8,145,178,0.10);
    border-color: #bae6fd;
  }
  .ilx-pp .faq-item summary {
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #0c4a6e;
    list-style: none;
    position: relative;
    padding-right: 40px;
  }
  .ilx-pp .faq-item summary::-webkit-details-marker { display: none; }
  .ilx-pp .faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: 400;
    color: #0891b2;
    transition: transform 0.2s;
  }
  .ilx-pp .faq-item[open] summary::after {
    content: "−";
  }
  .ilx-pp .faq-item p {
    padding: 0 20px 16px;
    margin: 0;
    color: #475569;
    line-height: 1.6;
  }

  /* ────── RELATED CARDS (maillage) ────── */
  .ilx-pp .related-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 1.6em 0;
  }
  .ilx-pp .related-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    text-decoration: none !important;
    color: #1e293b !important;
    transition: all 0.18s;
    box-shadow: 0 4px 12px rgba(15,23,42,0.04);
  }
  .ilx-pp .related-card:hover {
    border-color: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(8,145,178,0.15);
  }
  .ilx-pp .related-card .related-icon {
    flex-shrink: 0;
    font-size: 2em;
    line-height: 1;
  }
  .ilx-pp .related-card h3 {
    color: #0c4a6e !important;
    margin: 0 0 4px !important;
    font-size: 1em !important;
    border-bottom: none !important;
  }
  .ilx-pp .related-card p {
    margin: 0;
    font-size: 0.88em;
    line-height: 1.5;
    color: #64748b;
  }

  /* ────── RESPONSIVE ────── */
  @media (max-width: 700px) {
    .ilx-pp .baign-hero { padding: 28px 22px; }
    .ilx-pp .baign-hero h1 { font-size: 1.5em !important; }
    .ilx-pp .baign-hero p { font-size: 1em !important; }
    .ilx-pp .table-baign { font-size: 0.84em; }
    .ilx-pp .table-baign th, .ilx-pp .table-baign td { padding: 8px 8px; }
    .ilx-pp .stats-baign { grid-template-columns: repeat(2, 1fr); }
    .ilx-pp .stats-baign .stat-num { font-size: 1.6em; }
    .ilx-pp .saison-step { flex-direction: column; gap: 8px; }
  }

/* ============ snippet #1557650 ============ */
.ilx-pp-wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.ilx-pp{--vert:#a1cd38;--vert-d:#7ba823;--creme:#f7f3ea;--creme2:#fdfbf4;--brun:#3d2f1e;--txt:#2a2a2a;--gris:#6b6b6b;--ombre:0 12px 32px rgba(0,0,0,.10);--ombre-s:0 4px 14px rgba(0,0,0,.08);--rad:14px;--tr:cubic-bezier(.22,.61,.36,1)}
.ilx-pp *{box-sizing:border-box}
.ilx-pp{font-family:'Open Sans','Segoe UI',Arial,sans-serif;color:var(--txt);line-height:1.65}

/* Hero */
.ilx-pp-hero{background:linear-gradient(135deg,#fdfbf4 0%,#f1ead7 100%);padding:80px 0 70px;position:relative;overflow:hidden}
.ilx-pp-hero::before{content:"";position:absolute;top:-120px;right:-120px;width:380px;height:380px;background:radial-gradient(circle,rgba(161,205,56,.18) 0%,transparent 70%);border-radius:50%}
.ilx-pp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.ilx-pp-hero h1{margin:0 0 6px;font-family:'Playfair Display','Georgia',serif;font-size:clamp(1.9rem,3.6vw,2.85rem);line-height:1.15;color:var(--brun);font-weight:700}
.ilx-pp-hero h1.ilx-pp-marque{color:var(--vert-d);font-style:italic;margin-bottom:24px}
.ilx-pp-hero-intro{font-size:1.08rem;color:var(--gris);max-width:520px}
.ilx-pp-hero-img{position:relative}
.ilx-pp-hero-img img{width:100%;max-width:520px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.12));transition:transform .6s var(--tr)}
.ilx-pp-hero-img:hover img{transform:scale(1.04) rotate(-1deg)}

/* Services 3 colonnes */
.ilx-pp-services{background:#fff;padding:80px 0;border-top:1px solid #f0ead8;border-bottom:1px solid #f0ead8}
.ilx-pp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;text-align:center}
.ilx-pp-service{padding:20px 10px;transition:transform .5s var(--tr)}
.ilx-pp-service:hover{transform:translateY(-8px)}
.ilx-pp-service-ico{width:84px;height:84px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f9ec 0%,#ecf3d4 100%);border-radius:50%;transition:transform .5s var(--tr),box-shadow .5s var(--tr)}
.ilx-pp-service:hover .ilx-pp-service-ico{transform:rotate(-6deg) scale(1.08);box-shadow:0 10px 24px rgba(161,205,56,.35)}
.ilx-pp-service-ico img{width:48px;height:48px;object-fit:contain}
.ilx-pp-service h2{font-family:'Playfair Display','Georgia',serif;font-size:1.25rem;font-weight:600;color:var(--brun);margin:0;line-height:1.35}

/* Parallax */
.ilx-pp-parallax{position:relative;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url("https://www.info-lux.com/wp-content/uploads/2021/05/pet-shop-19.png") center/cover fixed;padding:100px 0;color:#fff}
.ilx-pp-parallax-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ilx-pp-parallax img.ilx-pp-pet58{width:100%;max-width:480px;border-radius:var(--rad);box-shadow:var(--ombre);display:block;transition:transform .6s var(--tr)}
.ilx-pp-parallax img.ilx-pp-pet58:hover{transform:scale(1.03)}
.ilx-pp-parallax h2{font-family:'Playfair Display',serif;font-size:2.2rem;margin:0 0 24px;color:var(--vert)}
.ilx-pp-fb{display:inline-flex;align-items:center;gap:10px;background:#1877f2;color:#fff;padding:14px 26px;border-radius:30px;font-weight:600;text-decoration:none;box-shadow:0 8px 20px rgba(24,119,242,.4);transition:transform .3s var(--tr),box-shadow .3s var(--tr)}
.ilx-pp-fb:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(24,119,242,.55);color:#fff}
.ilx-pp-fb svg{width:22px;height:22px;fill:#fff}

/* Tout pour vos animaux */
.ilx-pp-tout{background:var(--creme);padding:90px 0}
.ilx-pp-tout-grid{display:grid;grid-template-columns:3fr 2fr;gap:60px;align-items:center}
.ilx-pp-tout img{width:100%;max-width:560px;border-radius:var(--rad);box-shadow:var(--ombre);display:block;transition:transform .6s var(--tr)}
.ilx-pp-tout img:hover{transform:scale(1.025)}
.ilx-pp-tout h2{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--brun);margin:0 0 28px}
.ilx-pp-blurb{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px}
.ilx-pp-blurb-p{flex:0 0 38px;height:38px;background:var(--vert);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 6px 14px rgba(161,205,56,.4);transition:transform .4s var(--tr)}
.ilx-pp-blurb:hover .ilx-pp-blurb-p{transform:rotate(360deg) scale(1.1)}
.ilx-pp-blurb-t{font-size:1.05rem;color:var(--txt);font-weight:500;padding-top:4px}

/* Boutique 360 */
.ilx-pp-360{background:#fff;padding:90px 0}
.ilx-pp-360-row{display:grid;grid-template-columns:2fr 1fr;gap:50px;align-items:center;margin-bottom:60px}
.ilx-pp-360-rev{grid-template-columns:1fr 2fr}
.ilx-pp-360 iframe{width:100%;height:450px;border:0;border-radius:var(--rad);box-shadow:var(--ombre);display:block}
.ilx-pp-360 h2{font-family:'Playfair Display',serif;font-size:1.9rem;color:var(--brun);margin:0 0 14px}
.ilx-pp-360 p{color:var(--gris);margin:0 0 22px}
.ilx-pp-360 img{width:100%;max-width:300px;height:auto;display:block;transition:transform .4s var(--tr)}
.ilx-pp-360 img:hover{transform:scale(1.05) rotate(-2deg)}

/* Contact + horaires + map */
.ilx-pp-contact{background:linear-gradient(135deg,#f7f3ea 0%,#ede4cd 100%);padding:90px 0}
.ilx-pp-contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.ilx-pp-card{background:#fff;border-radius:var(--rad);padding:32px 28px;box-shadow:var(--ombre-s);transition:transform .4s var(--tr),box-shadow .4s var(--tr)}
.ilx-pp-card:hover{transform:translateY(-6px);box-shadow:var(--ombre)}
.ilx-pp-card h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--brun);margin:0 0 22px;padding-bottom:14px;border-bottom:3px solid var(--vert);display:inline-block}
.ilx-pp-li{display:flex;gap:12px;margin-bottom:16px;align-items:flex-start}
.ilx-pp-ico{flex:0 0 36px;height:36px;background:var(--vert);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem}
.ilx-pp-li a{color:var(--txt);text-decoration:none;border-bottom:1px dotted var(--vert);transition:color .3s var(--tr)}
.ilx-pp-li a:hover{color:var(--vert-d)}

.ilx-pp-hours{padding:0;margin:0;list-style:none}
.ilx-pp-hours li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0ead8}
.ilx-pp-hours li:last-child{border-bottom:0}
.ilx-pp-hours .ilx-pp-jour{font-weight:600;color:var(--brun)}
.ilx-pp-hours .ilx-pp-h{text-align:right;font-size:.95rem;color:var(--gris)}
.ilx-pp-hours li.ilx-pp-now{background:linear-gradient(90deg,rgba(161,205,56,.15),transparent);padding-left:10px;margin-left:-10px;border-radius:6px}
.ilx-pp-hours li.ilx-pp-now .ilx-pp-jour::before{content:"●";color:var(--vert);margin-right:6px}

.ilx-pp-mapcard{padding:0;overflow:hidden}
.ilx-pp-mapcard iframe{width:100%;height:100%;min-height:420px;border:0;display:block}

/* Animation fade-in */
.ilx-pp-fade{opacity:0;transform:translateY(30px);transition:opacity .9s var(--tr),transform .9s var(--tr)}
.ilx-pp-fade.ilx-pp-on{opacity:1;transform:none}

/* Responsive */
@media (max-width:900px){
  .ilx-pp-hero-grid,.ilx-pp-services-grid,.ilx-pp-parallax-grid,.ilx-pp-tout-grid,.ilx-pp-360-row,.ilx-pp-360-row.ilx-pp-360-rev,.ilx-pp-contact-grid{grid-template-columns:1fr;gap:40px}
  .ilx-pp-hero{padding:60px 0 40px}
  .ilx-pp-services,.ilx-pp-parallax,.ilx-pp-tout,.ilx-pp-360,.ilx-pp-contact{padding:60px 0}
  .ilx-pp-parallax{background-attachment:scroll}
  .ilx-pp-hero h1{font-size:1.8rem}
  .ilx-pp-parallax h2,.ilx-pp-tout h2{font-size:1.6rem}
  .ilx-pp-mapcard iframe{min-height:320px}
}

/* ============ snippet #1563030 ============ */
/* ====== HERO ====== */
  .ilx-pp .pisc-hero {
    background: linear-gradient(135deg, #0c4a6e 0%, #0284c7 45%, #facc15 100%) !important;
    color: #fff;
    padding: 38px 36px;
    border-radius: 16px;
    margin: 0 0 1.8em;
    box-shadow: 0 10px 30px rgba(2,132,199,0.22);
    position: relative;
    overflow: hidden;
  }
  .ilx-pp .pisc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255,255,255,0.20), transparent 55%);
    pointer-events: none;
  }
  .ilx-pp .pisc-hero h1 {
    color: #fff !important;
    font-size: 1.9em !important;
    margin: 0 0 12px;
    line-height: 1.2 !important;
    font-weight: 800;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .pisc-hero p {
    color: #ecfeff !important;
    font-size: 1.1em !important;
    margin: 0 0 18px;
    max-width: 760px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .pisc-hero .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .pisc-hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.20);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.30);
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 0.88em;
    font-weight: 600;
    color: #fff;
  }

  /* ====== ESSENTIEL (AEO) ====== */
  .ilx-pp .pisc-essentiel {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-left: 4px solid #0284c7;
    border-radius: 12px;
    padding: 22px 26px;
    margin: 0 0 1.6em;
  }
  .ilx-pp .pisc-essentiel h3 {
    color: #0c4a6e !important;
    margin: 0 0 12px !important;
    font-size: 1.15em !important;
    border-bottom: none !important;
  }
  .ilx-pp .pisc-essentiel ul { margin: 0; padding-left: 20px; }
  .ilx-pp .pisc-essentiel li { margin: 6px 0; line-height: 1.55; }

  /* ====== SOMMAIRE ====== */
  .ilx-pp .pisc-sommaire {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 24px;
    margin: 0 0 2em;
  }
  .ilx-pp .pisc-sommaire h3 {
    color: #0c4a6e !important;
    margin: 0 0 10px !important;
    font-size: 1.05em !important;
    border-bottom: none !important;
  }
  .ilx-pp .pisc-sommaire ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 6px 18px;
  }
  .ilx-pp .pisc-sommaire li { margin: 0 !important; }
  .ilx-pp .pisc-sommaire a {
    color: #0369a1;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 0;
    display: inline-block;
    transition: color 0.15s;
  }
  .ilx-pp .pisc-sommaire a:hover { color: #facc15; }

  /* ====== STATS ====== */
  .ilx-pp .pisc-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin: 1.8em 0 2em;
  }
  .ilx-pp .pisc-stats .stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(2,132,199,0.06);
  }
  .ilx-pp .pisc-stats .stat-num {
    font-size: 2.1em;
    font-weight: 800;
    color: #0284c7;
    line-height: 1;
  }
  .ilx-pp .pisc-stats .stat-label {
    color: #64748b;
    font-size: 0.85em;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
  }

  /* ====== TABLEAU ====== */
  .ilx-pp .pisc-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.92em;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15,23,42,0.06);
  }
  .ilx-pp .pisc-table thead {
    background: linear-gradient(135deg, #0c4a6e, #0284c7);
  }
  .ilx-pp .pisc-table th {
    color: #fff !important;
    text-align: left;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 0.88em;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: none;
  }
  .ilx-pp .pisc-table td {
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
  }
  .ilx-pp .pisc-table tbody tr:nth-child(even) { background: #f8fafc; }
  .ilx-pp .pisc-table tbody tr.row-star {
    background: linear-gradient(90deg, #fefce8 0%, #fff 50%) !important;
    border-left: 3px solid #facc15;
  }
  .ilx-pp .pisc-table tbody tr:hover { background: #ecfeff; }

  /* Pills pays */
  .ilx-pp .pisc-pays {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.76em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }
  .ilx-pp .pisc-be { background: #fef3c7; color: #92400e; }
  .ilx-pp .pisc-lu { background: #dbeafe; color: #1e3a8a; }
  .ilx-pp .pisc-fr { background: #fee2e2; color: #991b1b; }

  /* Pills type */
  .ilx-pp .pisc-type {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.80em;
    font-weight: 700;
    border: 1px solid transparent;
  }
  .ilx-pp .pisc-plein-air { background: #dcfce7; color: #166534; border-color: #86efac; }
  .ilx-pp .pisc-mixte { background: #ecfccb; color: #3f6212; border-color: #bef264; }
  .ilx-pp .pisc-decouvr { background: #cffafe; color: #155e75; border-color: #67e8f9; }

  /* ====== INFO-BOX ====== */
  .ilx-pp .pisc-box {
    background: #f0f9ff;
    border-left: 4px solid #0284c7;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 1.4em 0;
    color: #0f172a;
  }
  .ilx-pp .pisc-box-tip {
    background: #fefce8;
    border-left-color: #facc15;
  }
  .ilx-pp .pisc-box-warn {
    background: #fee2e2;
    border-left-color: #dc2626;
  }
  .ilx-pp .pisc-box-source {
    background: #f3f4f6;
    border-left-color: #6b7280;
    font-size: 0.92em;
    color: #4b5563;
  }
  .ilx-pp .pisc-box small { color: #475569; font-size: 0.88em; }

  /* ====== FICHES (par piscine) ====== */
  .ilx-pp .pisc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 1.8em 0;
  }
  .ilx-pp .pisc-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
    border: 1px solid #bae6fd;
    border-radius: 14px;
    padding: 22px 22px 20px;
    box-shadow: 0 6px 18px rgba(2,132,199,0.08);
  }
  .ilx-pp .pisc-card h3 {
    color: #0c4a6e !important;
    margin: 0 0 14px !important;
    font-size: 1.12em !important;
    border-bottom: 2px solid #facc15;
    padding-bottom: 8px;
  }
  .ilx-pp .pisc-fiche {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 12px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  }
  .ilx-pp .pisc-fiche th {
    background: #ecfeff;
    color: #0c4a6e !important;
    text-align: left;
    padding: 7px 12px;
    width: 38%;
    font-weight: 600;
    font-size: 0.84em;
    border-bottom: 1px solid #e0f2fe;
    text-transform: none;
    letter-spacing: 0;
  }
  .ilx-pp .pisc-fiche td {
    padding: 7px 12px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.90em;
    color: #1e293b;
  }
  .ilx-pp .pisc-card .pisc-cta {
    display: inline-block;
    margin-top: 6px;
    background: #0284c7;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.88em;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.15s;
  }
  .ilx-pp .pisc-card .pisc-cta:hover { background: #0369a1; }

  /* ====== SAISON / TIMELINE ====== */
  .ilx-pp .pisc-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 1.6em 0;
  }
  .ilx-pp .pisc-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    border-left: 4px solid #0284c7;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
  }
  .ilx-pp .pisc-step .step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0284c7, #facc15);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1em;
  }
  .ilx-pp .pisc-step strong {
    color: #0c4a6e;
    display: block;
    margin-bottom: 4px;
  }
  .ilx-pp .pisc-step p { margin: 0; font-size: 0.94em; line-height: 1.55; color: #475569; }

  /* ====== FERMETURES 2026 ====== */
  .ilx-pp .pisc-alerts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 1.4em 0;
  }
  .ilx-pp .pisc-alert {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    border-top: 4px solid #dc2626;
    box-shadow: 0 4px 12px rgba(15,23,42,0.05);
  }
  .ilx-pp .pisc-alert h3 {
    color: #991b1b !important;
    margin: 0 0 8px !important;
    font-size: 1.02em !important;
    border-bottom: none !important;
  }
  .ilx-pp .pisc-alert p { margin: 0 0 6px; font-size: 0.92em; line-height: 1.5; color: #475569; }
  .ilx-pp .pisc-alert .pisc-alert-meta { font-size: 0.82em; color: #6b7280; }

  /* ====== FAQ ====== */
  .ilx-pp .pisc-faq {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
  .ilx-pp .pisc-faq[open] {
    box-shadow: 0 6px 18px rgba(2,132,199,0.10);
    border-color: #bae6fd;
  }
  .ilx-pp .pisc-faq summary {
    padding: 14px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #0c4a6e;
    list-style: none;
    position: relative;
    padding-right: 40px;
  }
  .ilx-pp .pisc-faq summary::-webkit-details-marker { display: none; }
  .ilx-pp .pisc-faq summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: 400;
    color: #0284c7;
    transition: transform 0.2s;
  }
  .ilx-pp .pisc-faq[open] summary::after { content: "-"; }
  .ilx-pp .pisc-faq p {
    padding: 0 20px 16px;
    margin: 0;
    color: #475569;
    line-height: 1.6;
  }

  /* ====== RELATED ====== */
  .ilx-pp .pisc-related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 1.6em 0;
  }
  .ilx-pp .pisc-related a {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    text-decoration: none !important;
    color: #1e293b !important;
    transition: all 0.18s;
    box-shadow: 0 4px 12px rgba(15,23,42,0.04);
  }
  .ilx-pp .pisc-related a:hover {
    border-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(2,132,199,0.15);
  }
  .ilx-pp .pisc-related .pisc-related-icon {
    flex-shrink: 0;
    font-size: 2em;
    line-height: 1;
  }
  .ilx-pp .pisc-related h3 {
    color: #0c4a6e !important;
    margin: 0 0 4px !important;
    font-size: 1em !important;
    border-bottom: none !important;
  }
  .ilx-pp .pisc-related p {
    margin: 0;
    font-size: 0.88em;
    line-height: 1.5;
    color: #64748b;
  }

  /* ====== RESPONSIVE ====== */
  @media (max-width: 700px) {
    .ilx-pp .pisc-hero { padding: 28px 22px; }
    .ilx-pp .pisc-hero h1 { font-size: 1.5em !important; }
    .ilx-pp .pisc-hero p { font-size: 1em !important; }
    .ilx-pp .pisc-table { font-size: 0.82em; }
    .ilx-pp .pisc-table th, .ilx-pp .pisc-table td { padding: 8px 8px; }
    .ilx-pp .pisc-stats { grid-template-columns: repeat(2, 1fr); }
    .ilx-pp .pisc-stats .stat-num { font-size: 1.6em; }
    .ilx-pp .pisc-step { flex-direction: column; gap: 8px; }
  }

/* ============ snippet #1563101 ============ */
/* ====== HERO PREMIUM ====== */
  .ilx-pp .vrtn-hero {
    background: linear-gradient(135deg, #0c2e4a 0%, #0e3a5f 40%, #1a5582 70%, #d4a017 100%) !important;
    color: #fff;
    padding: 0;
    border-radius: 18px;
    margin: 0 0 2em;
    box-shadow: 0 18px 50px rgba(14,58,95,0.30);
    position: relative;
    overflow: hidden;
  }
  .ilx-pp .vrtn-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    align-items: stretch;
  }
  .ilx-pp .vrtn-hero-text {
    padding: 44px 40px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .vrtn-hero-text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(212,160,23,0.18), transparent 60%);
    pointer-events: none;
  }
  .ilx-pp .vrtn-hero-img {
    position: relative;
    overflow: hidden;
    min-height: 320px;
  }
  .ilx-pp .vrtn-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .ilx-pp .vrtn-hero-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12,46,74,0.95) 0%, transparent 35%);
    z-index: 1;
    pointer-events: none;
  }
  .ilx-pp .vrtn-hero .vrtn-eyebrow {
    display: inline-block;
    background: linear-gradient(135deg, #d4a017, #f5c93b);
    color: #0c2e4a !important;
    font-weight: 800;
    font-size: 0.78em;
    padding: 6px 14px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
  }
  .ilx-pp .vrtn-hero h1 {
    color: #fff !important;
    font-size: 2.1em !important;
    margin: 0 0 14px;
    line-height: 1.15 !important;
    font-weight: 800;
    position: relative;
    z-index: 2;
    letter-spacing: -0.5px;
  }
  .ilx-pp .vrtn-hero p {
    color: #f0f9ff !important;
    font-size: 1.08em !important;
    margin: 0 0 22px;
    max-width: 560px;
    line-height: 1.55;
    position: relative;
    z-index: 2;
  }
  .ilx-pp .vrtn-hero .vrtn-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  .ilx-pp .vrtn-hero .vrtn-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212,160,23,0.45);
    padding: 8px 14px;
    border-radius: 22px;
    font-size: 0.86em;
    font-weight: 600;
    color: #fff;
  }
  .ilx-pp .vrtn-hero .vrtn-badge-gold {
    background: linear-gradient(135deg, rgba(212,160,23,0.30), rgba(212,160,23,0.18));
    border-color: rgba(212,160,23,0.7);
  }
  .ilx-pp .vrtn-hero-img .vrtn-credit {
    position: absolute;
    bottom: 12px;
    right: 14px;
    background: rgba(12,46,74,0.65);
    color: #fff;
    font-size: 0.74em;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
  }
  @media (max-width: 800px) {
    .ilx-pp .vrtn-hero-grid { grid-template-columns: 1fr; }
    .ilx-pp .vrtn-hero-img { min-height: 220px; order: -1; }
    .ilx-pp .vrtn-hero-img::before { background: linear-gradient(180deg, transparent 50%, rgba(12,46,74,0.85)); }
    .ilx-pp .vrtn-hero-text { padding: 30px 24px; }
    .ilx-pp .vrtn-hero h1 { font-size: 1.55em !important; }
    .ilx-pp .vrtn-hero p { font-size: 1em !important; }
  }

  /* ====== ESSENTIEL PREMIUM ====== */
  .ilx-pp .vrtn-essentiel {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-left: 5px solid #d4a017;
    border-radius: 14px;
    padding: 26px 30px;
    margin: 0 0 2em;
    box-shadow: 0 8px 24px rgba(212,160,23,0.10);
  }
  .ilx-pp .vrtn-essentiel h3 {
    color: #0c2e4a !important;
    margin: 0 0 14px !important;
    font-size: 1.2em !important;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ilx-pp .vrtn-essentiel h3::before {
    content: "★";
    color: #d4a017;
    font-size: 1.2em;
  }
  .ilx-pp .vrtn-essentiel ul { margin: 0; padding-left: 22px; }
  .ilx-pp .vrtn-essentiel li {
    margin: 8px 0;
    line-height: 1.55;
    color: #1f2937;
  }
  .ilx-pp .vrtn-essentiel li::marker { color: #d4a017; }

  /* ====== STATS PREMIUM ====== */
  .ilx-pp .vrtn-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 16px;
    margin: 2em 0 2.4em;
  }
  .ilx-pp .vrtn-stats .vrtn-stat {
    background: linear-gradient(135deg, #0c2e4a 0%, #0e3a5f 100%);
    color: #fff;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(14,58,95,0.18);
    position: relative;
    overflow: hidden;
  }
  .ilx-pp .vrtn-stats .vrtn-stat::after {
    content: "";
    position: absolute;
    top: -30%;
    right: -30%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(212,160,23,0.30), transparent 70%);
    pointer-events: none;
  }
  .ilx-pp .vrtn-stats .vrtn-stat-num {
    font-size: 2.3em;
    font-weight: 800;
    color: #d4a017;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
  }
  .ilx-pp .vrtn-stats .vrtn-stat-label {
    color: #cbd5e1;
    font-size: 0.84em;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    position: relative;
    z-index: 1;
  }

  /* ====== SOMMAIRE PREMIUM ====== */
  .ilx-pp .vrtn-sommaire {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 28px;
    margin: 0 0 2em;
  }
  .ilx-pp .vrtn-sommaire h3 {
    color: #0c2e4a !important;
    margin: 0 0 12px !important;
    font-size: 1.08em !important;
    border-bottom: none !important;
  }
  .ilx-pp .vrtn-sommaire ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 6px 18px;
  }
  .ilx-pp .vrtn-sommaire li { margin: 0 !important; }
  .ilx-pp .vrtn-sommaire a {
    color: #0e3a5f;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 0;
    display: inline-block;
    transition: color 0.15s;
  }
  .ilx-pp .vrtn-sommaire a:hover { color: #d4a017; }

  /* ====== BASSINS GRID ====== */
  .ilx-pp .vrtn-bassins {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 1.6em 0 2em;
  }
  .ilx-pp .vrtn-bassin-card {
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 26px 24px 22px;
    box-shadow: 0 8px 22px rgba(14,58,95,0.08);
    border-top: 5px solid #0e3a5f;
    transition: all 0.2s;
  }
  .ilx-pp .vrtn-bassin-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(14,58,95,0.14);
    border-top-color: #d4a017;
  }
  .ilx-pp .vrtn-bassin-card .vrtn-bassin-icon {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
  .ilx-pp .vrtn-bassin-card h3 {
    color: #0c2e4a !important;
    margin: 0 0 10px !important;
    font-size: 1.18em !important;
    border-bottom: 2px solid #d4a017;
    padding-bottom: 8px;
  }
  .ilx-pp .vrtn-bassin-card p {
    margin: 0 0 10px;
    font-size: 0.95em;
    line-height: 1.55;
    color: #334155;
  }
  .ilx-pp .vrtn-bassin-card ul {
    margin: 6px 0 0;
    padding-left: 20px;
  }
  .ilx-pp .vrtn-bassin-card li {
    font-size: 0.9em;
    margin: 4px 0;
    color: #475569;
  }

  /* ====== TABLEAU TARIFS / HORAIRES ====== */
  .ilx-pp .vrtn-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 0.94em;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(14,58,95,0.08);
  }
  .ilx-pp .vrtn-table thead {
    background: linear-gradient(135deg, #0c2e4a, #0e3a5f);
  }
  .ilx-pp .vrtn-table th {
    color: #fff !important;
    text-align: left;
    padding: 13px 16px;
    font-weight: 600;
    font-size: 0.90em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
  }
  .ilx-pp .vrtn-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #1e293b;
  }
  .ilx-pp .vrtn-table tbody tr:nth-child(even) { background: #fefce8; }
  .ilx-pp .vrtn-table tbody tr:hover { background: #fef3c7; }
  .ilx-pp .vrtn-table .vrtn-prix { font-weight: 700; color: #0c2e4a; }
  .ilx-pp .vrtn-table .vrtn-prix-gold { color: #b8860b; font-weight: 800; }
  .ilx-pp .vrtn-ferme { color: #b91c1c; font-weight: 700; }

  /* ====== ACTIVITES CARDS ====== */
  .ilx-pp .vrtn-activ {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 1.6em 0 2em;
  }
  .ilx-pp .vrtn-activ-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 18px 16px;
    box-shadow: 0 4px 14px rgba(14,58,95,0.06);
    border-left: 4px solid #d4a017;
  }
  .ilx-pp .vrtn-activ-card h3 {
    color: #0c2e4a !important;
    margin: 0 0 8px !important;
    font-size: 1.02em !important;
    border-bottom: none !important;
  }
  .ilx-pp .vrtn-activ-card p {
    margin: 0;
    font-size: 0.92em;
    line-height: 1.5;
    color: #475569;
  }
  .ilx-pp .vrtn-activ-card .vrtn-activ-meta {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.78em;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    margin-top: 8px;
  }

  /* ====== INFO BOX ====== */
  .ilx-pp .vrtn-box {
    background: #f0f9ff;
    border-left: 5px solid #0e3a5f;
    border-radius: 12px;
    padding: 18px 22px;
    margin: 1.4em 0;
    color: #0f172a;
  }
  .ilx-pp .vrtn-box-gold {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border-left-color: #d4a017;
  }
  .ilx-pp .vrtn-box-tip {
    background: #ecfeff;
    border-left-color: #0891b2;
  }
  .ilx-pp .vrtn-box strong { color: #0c2e4a; }

  /* ====== CTA PREMIUM ====== */
  .ilx-pp .vrtn-cta {
    background: linear-gradient(135deg, #0c2e4a 0%, #0e3a5f 60%, #d4a017 100%);
    color: #fff;
    padding: 36px 32px;
    border-radius: 16px;
    margin: 2em 0;
    text-align: center;
    box-shadow: 0 14px 36px rgba(14,58,95,0.25);
  }
  .ilx-pp .vrtn-cta h3 {
    color: #fff !important;
    margin: 0 0 12px !important;
    font-size: 1.4em !important;
    border-bottom: none !important;
  }
  .ilx-pp .vrtn-cta p {
    color: #f0f9ff !important;
    margin: 0 0 18px;
    font-size: 1em;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .ilx-pp .vrtn-cta .vrtn-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .ilx-pp .vrtn-cta a {
    display: inline-block;
    background: #d4a017;
    color: #0c2e4a !important;
    padding: 12px 26px;
    border-radius: 28px;
    font-size: 0.96em;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(212,160,23,0.40);
  }
  .ilx-pp .vrtn-cta a:hover {
    background: #f5c93b;
    transform: translateY(-2px);
  }
  .ilx-pp .vrtn-cta a.vrtn-cta-secondary {
    background: rgba(255,255,255,0.16);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: none;
  }
  .ilx-pp .vrtn-cta a.vrtn-cta-secondary:hover {
    background: rgba(255,255,255,0.26);
  }

  /* ====== TOURISTE / HABITANT SPLIT ====== */
  .ilx-pp .vrtn-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 1.6em 0 2em;
  }
  .ilx-pp .vrtn-split-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 26px 22px;
    box-shadow: 0 8px 22px rgba(14,58,95,0.10);
    border-top: 6px solid;
  }
  .ilx-pp .vrtn-split-touriste { border-top-color: #d4a017; }
  .ilx-pp .vrtn-split-habitant { border-top-color: #0e3a5f; }
  .ilx-pp .vrtn-split-card h3 {
    color: #0c2e4a !important;
    margin: 0 0 12px !important;
    font-size: 1.16em !important;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ilx-pp .vrtn-split-card .vrtn-split-icon { font-size: 1.5em; }
  .ilx-pp .vrtn-split-card p {
    margin: 0 0 12px;
    font-size: 0.95em;
    line-height: 1.55;
    color: #334155;
  }
  .ilx-pp .vrtn-split-card ul { margin: 0; padding-left: 22px; }
  .ilx-pp .vrtn-split-card li {
    margin: 6px 0;
    color: #475569;
    font-size: 0.94em;
  }
  @media (max-width: 700px) {
    .ilx-pp .vrtn-split { grid-template-columns: 1fr; }
  }

  /* ====== AVIS BLOCK ====== */
  .ilx-pp .vrtn-avis {
    background: linear-gradient(135deg, #0c2e4a 0%, #1a5582 100%);
    color: #fff;
    border-radius: 16px;
    padding: 30px 32px;
    margin: 2em 0;
    box-shadow: 0 12px 30px rgba(14,58,95,0.20);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 28px;
  }
  .ilx-pp .vrtn-avis-note {
    flex-shrink: 0;
    text-align: center;
  }
  .ilx-pp .vrtn-avis-stars {
    font-size: 1.8em;
    color: #d4a017;
    letter-spacing: 2px;
    margin-bottom: 4px;
  }
  .ilx-pp .vrtn-avis-num {
    font-size: 2.6em;
    font-weight: 800;
    color: #d4a017;
    line-height: 1;
  }
  .ilx-pp .vrtn-avis-meta {
    color: #cbd5e1;
    font-size: 0.86em;
    margin-top: 4px;
  }
  .ilx-pp .vrtn-avis-text { flex: 1; min-width: 260px; }
  .ilx-pp .vrtn-avis-text h3 {
    color: #fff !important;
    margin: 0 0 10px !important;
    font-size: 1.2em !important;
    border-bottom: none !important;
  }
  .ilx-pp .vrtn-avis-text p {
    color: #f0f9ff !important;
    margin: 0;
    line-height: 1.55;
  }

  /* ====== FAQ ====== */
  .ilx-pp .vrtn-faq {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
  .ilx-pp .vrtn-faq[open] {
    box-shadow: 0 8px 22px rgba(14,58,95,0.12);
    border-color: #fcd34d;
  }
  .ilx-pp .vrtn-faq summary {
    padding: 16px 22px;
    cursor: pointer;
    font-weight: 600;
    color: #0c2e4a;
    list-style: none;
    position: relative;
    padding-right: 44px;
  }
  .ilx-pp .vrtn-faq summary::-webkit-details-marker { display: none; }
  .ilx-pp .vrtn-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6em;
    font-weight: 300;
    color: #d4a017;
    transition: transform 0.2s;
  }
  .ilx-pp .vrtn-faq[open] summary::after { content: "-"; }
  .ilx-pp .vrtn-faq p {
    padding: 0 22px 18px;
    margin: 0;
    color: #475569;
    line-height: 1.6;
  }

  /* ====== RELATED PREMIUM ====== */
  .ilx-pp .vrtn-related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 1.6em 0;
  }
  .ilx-pp .vrtn-related a {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px 20px;
    text-decoration: none !important;
    color: #1e293b !important;
    transition: all 0.18s;
    box-shadow: 0 4px 12px rgba(14,58,95,0.05);
  }
  .ilx-pp .vrtn-related a:hover {
    border-color: #d4a017;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(212,160,23,0.18);
  }
  .ilx-pp .vrtn-related .vrtn-related-icon {
    flex-shrink: 0;
    font-size: 2em;
    line-height: 1;
  }
  .ilx-pp .vrtn-related h3 {
    color: #0c2e4a !important;
    margin: 0 0 4px !important;
    font-size: 1em !important;
    border-bottom: none !important;
  }
  .ilx-pp .vrtn-related p {
    margin: 0;
    font-size: 0.88em;
    line-height: 1.5;
    color: #64748b;
  }

  /* ====== RESPONSIVE ====== */
  @media (max-width: 700px) {
    .ilx-pp .vrtn-table { font-size: 0.84em; }
    .ilx-pp .vrtn-table th, .ilx-pp .vrtn-table td { padding: 8px 10px; }
    .ilx-pp .vrtn-stats { grid-template-columns: repeat(2, 1fr); }
    .ilx-pp .vrtn-stats .vrtn-stat-num { font-size: 1.8em; }
    .ilx-pp .vrtn-cta { padding: 26px 22px; }
    .ilx-pp .vrtn-avis { padding: 22px 24px; }
  }

/* ============ snippet #1569292 ============ */
/* ilx-mtable — tableau maitre marches par jour (pilier 1554887) */
.ilx-pp .ilx-tfilter{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}
.ilx-pp .ilx-tbtn{border:2px solid #14532d;background:#fff;color:#14532d;font-weight:700;font-size:.86em;padding:6px 13px;border-radius:999px;cursor:pointer;transition:.15s}
.ilx-pp .ilx-tbtn:hover{background:#f0fdf4}
.ilx-pp .ilx-tbtn.is-active{background:#14532d;color:#fff}
.ilx-pp .ilx-twrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.ilx-pp .ilx-mtable{border-collapse:collapse;width:100%;min-width:720px;font-size:.92em;margin:0}
.ilx-pp .ilx-mtable thead th{background:#14532d;color:#fff;text-align:left;padding:11px 13px;font-size:.82em;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0}
.ilx-pp .ilx-mtable tbody td{padding:10px 13px;border-top:1px solid #eef2f7;vertical-align:top}
.ilx-pp .ilx-mtable tbody tr:nth-child(even){background:#fafcfa}
.ilx-pp .ilx-mtable tbody tr:hover{background:#f0fdf4}
.ilx-pp .ilx-mtable .jp{display:inline-block;color:#fff;font-weight:700;font-size:.8em;padding:3px 9px;border-radius:6px;white-space:nowrap}
.ilx-pp .ilx-mtable .cn strong{display:block;color:#14532d;line-height:1.25}
.ilx-pp .ilx-mtable .cc{display:block;color:#64748b;font-size:.82em;margin-top:2px}
.ilx-pp .ilx-mtable .cl{color:#475569;font-size:.9em;max-width:230px}
.ilx-pp .ilx-mtable .cs{font-size:.85em;color:#166534;font-weight:600;white-space:nowrap}
.ilx-pp .ilx-mtable .cd,.ilx-pp .ilx-mtable .cf{font-weight:700;color:#1a2744;white-space:nowrap;font-variant-numeric:tabular-nums}
.ilx-pp .ilx-mtable .cq{color:#64748b;font-size:.84em;max-width:200px}
.ilx-pp .ilx-tnote{font-size:.88em;color:#475569;background:#f8fafc;border-left:4px solid #f0a500;padding:11px 15px;border-radius:0 8px 8px 0;margin:14px 0 0}
@media(max-width:768px){.ilx-pp .ilx-mtable{font-size:.84em}.ilx-pp .ilx-mtable thead th,.ilx-pp .ilx-mtable tbody td{padding:8px 10px}}

/* ============ snippet #1549364 ============ */
/* ============================================================
   HOTSPRING LIMELIGHT 2025 — CSS ARTICLE
   À coller dans WPCode > Header Snippet (type CSS)
   Préfixe : .ilx-hs (isolation des styles)
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

/* --- Variables --- */
.ilx-hs {
  --navy:   #03045e;
  --navy2:  #0a1628;
  --teal:   #0077b6;
  --teal2:  #00b4d8;
  --teal3:  #90e0ef;
  --gold:   #c9a84c;
  --gold2:  #e8c97a;
  --white:  #f8f9fa;
  --gray:   #b0bec5;
  --text:   #1a2332;
  --radius: 12px;
  --shadow: 0 8px 32px rgba(0,119,182,0.15);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset de base dans le scope --- */
.ilx-hs * {
  box-sizing: border-box;
}

.ilx-hs {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ilx-hs-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 50%, #023e8a 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 72px 56px;
  margin-bottom: 56px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.ilx-hs-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0,180,216,0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ilx-hs-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 30%;
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.ilx-hs-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.ilx-hs-hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold2);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.ilx-hs-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}

.ilx-hs-hero h1 em {
  font-style: italic;
  color: var(--teal2);
}

.ilx-hs-hero-lead {
  font-size: 1.1rem;
  color: rgba(248,249,250,0.8);
  max-width: 560px;
  margin-bottom: 32px;
  font-weight: 300;
}

.ilx-hs-hero-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ilx-hs-hero-meta span {
  font-size: 13px;
  color: rgba(248,249,250,0.55);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   IMAGE HERO
   ============================================================ */
.ilx-hs-img-hero {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 16/7;
  object-fit: cover;
  margin-bottom: 48px;
  box-shadow: var(--shadow);
}

.ilx-hs-img-placeholder {
  width: 100%;
  background: linear-gradient(135deg, #0a1628 0%, #023e8a 100%);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(144,224,239,0.5);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px dashed rgba(0,180,216,0.3);
  margin-bottom: 16px;
}

.ilx-hs-img-placeholder.hero-ph {
  aspect-ratio: 16/7;
  margin-bottom: 48px;
}

.ilx-hs-img-placeholder.card-ph {
  aspect-ratio: 4/3;
  border-radius: var(--radius) var(--radius) 0 0;
}

.ilx-hs-img-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.4;
}

/* ============================================================
   INTRO / CHAPÔ
   ============================================================ */
.ilx-hs-intro {
  background: linear-gradient(135deg, #f0f9ff 0%, #e8f4f8 100%);
  border-left: 4px solid var(--teal2);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 32px 40px;
  margin-bottom: 56px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.6;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.ilx-hs-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2px;
  margin-bottom: 56px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.ilx-hs-stat {
  background: var(--navy);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
}

.ilx-hs-stat:hover {
  background: var(--teal);
  transform: translateY(-2px);
}

.ilx-hs-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--teal2);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.ilx-hs-stat:hover .ilx-hs-stat-number {
  color: var(--white);
}

.ilx-hs-stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}

.ilx-hs-stat:hover .ilx-hs-stat-label {
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.ilx-hs h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--navy2);
  line-height: 1.15;
  margin: 56px 0 24px 0;
  letter-spacing: -0.02em;
}

.ilx-hs h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal2), var(--gold));
  margin-top: 10px;
  border-radius: 2px;
}

.ilx-hs h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin: 32px 0 12px 0;
}

/* ============================================================
   MODÈLES — GRILLE DE CARTES
   ============================================================ */
.ilx-hs-models {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}

.ilx-hs-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(3,4,94,0.08);
  border: 1px solid rgba(0,119,182,0.1);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.ilx-hs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,119,182,0.18);
  border-color: var(--teal2);
}

.ilx-hs-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ilx-hs-card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(0,180,216,0.08);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.ilx-hs-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy2);
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.ilx-hs-card-subtitle {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 16px;
  font-weight: 500;
}

.ilx-hs-card-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ilx-hs-card-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 13.5px;
}

.ilx-hs-card-specs li:last-child {
  border-bottom: none;
}

.ilx-hs-card-specs li span:first-child {
  color: var(--gray);
  font-weight: 500;
}

.ilx-hs-card-specs li strong {
  color: var(--navy);
  font-weight: 600;
}

.ilx-hs-card-badge {
  margin-top: auto;
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 100%);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  display: inline-block;
  align-self: flex-start;
}

/* ============================================================
   TABLEAU COMPARATIF
   ============================================================ */
.ilx-hs-table-wrap {
  overflow-x: auto;
  margin-bottom: 56px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ilx-hs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}

.ilx-hs-table thead tr {
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 100%);
}

.ilx-hs-table thead th {
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}

.ilx-hs-table thead th:first-child {
  border-radius: var(--radius) 0 0 0;
}

.ilx-hs-table thead th:last-child {
  border-radius: 0 var(--radius) 0 0;
}

.ilx-hs-table tbody tr {
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: background 0.2s ease;
}

.ilx-hs-table tbody tr:nth-child(even) {
  background: #f8fafd;
}

.ilx-hs-table tbody tr:hover {
  background: rgba(0,180,216,0.06);
}

.ilx-hs-table tbody td {
  padding: 14px 20px;
  color: var(--text);
  vertical-align: middle;
}

.ilx-hs-table tbody td:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
}

.ilx-hs-table .check {
  color: var(--teal);
  font-weight: 700;
}

.ilx-hs-table .dash {
  color: var(--gray);
}

/* ============================================================
   PULL QUOTE
   ============================================================ */
.ilx-hs-pullquote {
  position: relative;
  background: linear-gradient(135deg, var(--navy2) 0%, #023e8a 100%);
  border-radius: 20px;
  padding: 48px 56px;
  margin: 56px 0;
  overflow: hidden;
  text-align: center;
}

.ilx-hs-pullquote::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 160px;
  color: rgba(0,180,216,0.12);
  line-height: 1;
  pointer-events: none;
}

.ilx-hs-pullquote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  font-style: italic;
  font-weight: 400;
  color: var(--white);
  line-height: 1.5;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 1;
}

.ilx-hs-pullquote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold2);
}

/* ============================================================
   SECTION EAU / TECHNOLOGIE
   ============================================================ */
.ilx-hs-water {
  background: linear-gradient(135deg, #e8f4f8 0%, #d1ecf1 100%);
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ilx-hs-water-text h2 {
  margin-top: 0;
  color: var(--navy2);
}

.ilx-hs-water-text h2::after {
  background: linear-gradient(90deg, var(--navy), var(--teal2));
}

.ilx-hs-water-params {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ilx-hs-water-params li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ilx-hs-param-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
}

.ilx-hs-param-value {
  font-size: 12px;
  color: var(--teal);
  font-weight: 700;
}

.ilx-hs-param-bar {
  height: 6px;
  background: rgba(0,119,182,0.15);
  border-radius: 100px;
  overflow: hidden;
}

.ilx-hs-param-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--teal2), var(--teal));
  border-radius: 100px;
  transition: width 1s ease;
}

/* ============================================================
   LISTE DE FONCTIONNALITÉS
   ============================================================ */
.ilx-hs-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.ilx-hs-feature {
  background: var(--white);
  border: 1px solid rgba(0,119,182,0.12);
  border-radius: var(--radius);
  padding: 20px;
  transition: var(--transition);
}

.ilx-hs-feature:hover {
  border-color: var(--teal2);
  box-shadow: 0 8px 24px rgba(0,119,182,0.12);
  transform: translateY(-2px);
}

.ilx-hs-feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(0,119,182,0.1), rgba(0,180,216,0.1));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 20px;
}

.ilx-hs-feature h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  margin: 0 0 6px 0;
}

.ilx-hs-feature p {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

/* ============================================================
   INSTALLATION GUIDE
   ============================================================ */
.ilx-hs-steps {
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 56px;
}

.ilx-hs-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(0,119,182,0.1);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
  counter-increment: step-counter;
}

.ilx-hs-step:hover {
  border-color: var(--teal2);
  box-shadow: 0 8px 24px rgba(0,119,182,0.1);
}

.ilx-hs-step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
}

.ilx-hs-step-number::before {
  content: counter(step-counter);
}

.ilx-hs-step-content h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  margin: 0 0 6px 0;
}

.ilx-hs-step-content p {
  font-size: 14px;
  color: #546e7a;
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   FAQ (AEO)
   ============================================================ */
.ilx-hs-faq {
  margin-bottom: 56px;
}

.ilx-hs-faq-item {
  border: 1px solid rgba(0,119,182,0.12);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.ilx-hs-faq-item:hover {
  border-color: var(--teal2);
}

.ilx-hs-faq-q {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy2);
  transition: background 0.2s ease;
}

.ilx-hs-faq-q:hover {
  background: rgba(0,180,216,0.04);
}

.ilx-hs-faq-q::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: var(--teal);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.ilx-hs-faq-item.open .ilx-hs-faq-q::after {
  transform: rotate(45deg);
}

.ilx-hs-faq-a {
  display: none;
  padding: 0 24px 20px 24px;
  font-size: 14.5px;
  color: #455a64;
  line-height: 1.7;
  background: rgba(0,180,216,0.02);
}

.ilx-hs-faq-item.open .ilx-hs-faq-a {
  display: block;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.ilx-hs-cta {
  background: linear-gradient(135deg, var(--gold) 0%, #e8a020 100%);
  border-radius: 20px;
  padding: 48px 56px;
  margin-bottom: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ilx-hs-cta::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.ilx-hs-cta h2 {
  color: var(--navy2);
  margin: 0 0 12px 0;
  font-size: 2rem;
}

.ilx-hs-cta h2::after {
  background: rgba(3,4,94,0.3);
  margin: 12px auto 0;
}

.ilx-hs-cta p {
  color: rgba(3,4,94,0.75);
  font-size: 1rem;
  margin-bottom: 28px;
}

.ilx-hs-cta-btn {
  display: inline-block;
  background: var(--navy2);
  color: var(--white) !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(3,4,94,0.3);
}

.ilx-hs-cta-btn:hover {
  background: var(--teal);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,119,182,0.4);
}

/* ============================================================
   AVERTISSEMENT TECHNIQUE
   ============================================================ */
.ilx-hs-warning {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff8e1;
  border: 1px solid #ffc107;
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #5d4037;
}

.ilx-hs-warning::before {
  content: '⚠';
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .ilx-hs-hero {
    padding: 40px 28px;
    min-height: 320px;
  }

  .ilx-hs-hero h1 {
    font-size: 2rem;
  }

  .ilx-hs-water {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .ilx-hs-pullquote {
    padding: 36px 28px;
  }

  .ilx-hs-cta {
    padding: 36px 24px;
  }

  .ilx-hs-models {
    grid-template-columns: 1fr;
  }

  .ilx-hs-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .ilx-hs h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .ilx-hs-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ilx-hs-intro {
    padding: 24px 20px;
  }
}

/* ============ snippet #1549373 ============ */
/* ============================================================
   HOTSPRING LIMELIGHT 2025 — CSS ARTICLE
   À coller dans WPCode > Header Snippet (type CSS)
   Préfixe : .ilx-hs (isolation des styles)
   ============================================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

/* --- Variables --- */
.ilx-hs {
  --navy:   #03045e;
  --navy2:  #0a1628;
  --teal:   #0077b6;
  --teal2:  #00b4d8;
  --teal3:  #90e0ef;
  --gold:   #c9a84c;
  --gold2:  #e8c97a;
  --white:  #f8f9fa;
  --gray:   #b0bec5;
  --text:   #1a2332;
  --radius: 12px;
  --shadow: 0 8px 32px rgba(0,119,182,0.15);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset de base dans le scope --- */
.ilx-hs * {
  box-sizing: border-box;
}

.ilx-hs {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.ilx-hs-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 50%, #023e8a 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 72px 56px;
  margin-bottom: 56px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.ilx-hs-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0,180,216,0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.ilx-hs-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 30%;
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(201,168,76,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.ilx-hs-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.ilx-hs-hero-badge {
  display: inline-block;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.4);
  color: var(--gold2);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.ilx-hs-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}

.ilx-hs-hero h1 em {
  font-style: italic;
  color: var(--teal2);
}

.ilx-hs-hero-lead {
  font-size: 1.1rem;
  color: rgba(248,249,250,0.8);
  max-width: 560px;
  margin-bottom: 32px;
  font-weight: 300;
}

.ilx-hs-hero-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.ilx-hs-hero-meta span {
  font-size: 13px;
  color: rgba(248,249,250,0.55);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   IMAGE HERO
   ============================================================ */
.ilx-hs-img-hero {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 16/7;
  object-fit: cover;
  margin-bottom: 48px;
  box-shadow: var(--shadow);
}

.ilx-hs-img-placeholder {
  width: 100%;
  background: linear-gradient(135deg, #0a1628 0%, #023e8a 100%);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(144,224,239,0.5);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px dashed rgba(0,180,216,0.3);
  margin-bottom: 16px;
}

.ilx-hs-img-placeholder.hero-ph {
  aspect-ratio: 16/7;
  margin-bottom: 48px;
}

.ilx-hs-img-placeholder.card-ph {
  aspect-ratio: 4/3;
  border-radius: var(--radius) var(--radius) 0 0;
}

.ilx-hs-img-placeholder svg {
  width: 40px;
  height: 40px;
  opacity: 0.4;
}

/* ============================================================
   INTRO / CHAPÔ
   ============================================================ */
.ilx-hs-intro {
  background: linear-gradient(135deg, #f0f9ff 0%, #e8f4f8 100%);
  border-left: 4px solid var(--teal2);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 32px 40px;
  margin-bottom: 56px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.6;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.ilx-hs-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2px;
  margin-bottom: 56px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.ilx-hs-stat {
  background: var(--navy);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
}

.ilx-hs-stat:hover {
  background: var(--teal);
  transform: translateY(-2px);
}

.ilx-hs-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--teal2);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.ilx-hs-stat:hover .ilx-hs-stat-number {
  color: var(--white);
}

.ilx-hs-stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}

.ilx-hs-stat:hover .ilx-hs-stat-label {
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.ilx-hs h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--navy2);
  line-height: 1.15;
  margin: 56px 0 24px 0;
  letter-spacing: -0.02em;
}

.ilx-hs h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal2), var(--gold));
  margin-top: 10px;
  border-radius: 2px;
}

.ilx-hs h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--navy);
  margin: 32px 0 12px 0;
}

/* ============================================================
   MODÈLES — GRILLE DE CARTES
   ============================================================ */
.ilx-hs-models {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}

.ilx-hs-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(3,4,94,0.08);
  border: 1px solid rgba(0,119,182,0.1);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.ilx-hs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,119,182,0.18);
  border-color: var(--teal2);
}

.ilx-hs-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ilx-hs-card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(0,180,216,0.08);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.ilx-hs-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--navy2);
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.ilx-hs-card-subtitle {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 16px;
  font-weight: 500;
}

.ilx-hs-card-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ilx-hs-card-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 13.5px;
}

.ilx-hs-card-specs li:last-child {
  border-bottom: none;
}

.ilx-hs-card-specs li span:first-child {
  color: var(--gray);
  font-weight: 500;
}

.ilx-hs-card-specs li strong {
  color: var(--navy);
  font-weight: 600;
}

.ilx-hs-card-badge {
  margin-top: auto;
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 100%);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  display: inline-block;
  align-self: flex-start;
}

/* ============================================================
   TABLEAU COMPARATIF
   ============================================================ */
.ilx-hs-table-wrap {
  overflow-x: auto;
  margin-bottom: 56px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ilx-hs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}

.ilx-hs-table thead tr {
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 100%);
}

.ilx-hs-table thead th {
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}

.ilx-hs-table thead th:first-child {
  border-radius: var(--radius) 0 0 0;
}

.ilx-hs-table thead th:last-child {
  border-radius: 0 var(--radius) 0 0;
}

.ilx-hs-table tbody tr {
  background: var(--white);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: background 0.2s ease;
}

.ilx-hs-table tbody tr:nth-child(even) {
  background: #f8fafd;
}

.ilx-hs-table tbody tr:hover {
  background: rgba(0,180,216,0.06);
}

.ilx-hs-table tbody td {
  padding: 14px 20px;
  color: var(--text);
  vertical-align: middle;
}

.ilx-hs-table tbody td:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--navy);
}

.ilx-hs-table .check {
  color: var(--teal);
  font-weight: 700;
}

.ilx-hs-table .dash {
  color: var(--gray);
}

/* ============================================================
   PULL QUOTE
   ============================================================ */
.ilx-hs-pullquote {
  position: relative;
  background: linear-gradient(135deg, var(--navy2) 0%, #023e8a 100%);
  border-radius: 20px;
  padding: 48px 56px;
  margin: 56px 0;
  overflow: hidden;
  text-align: center;
}

.ilx-hs-pullquote::before {
  content: '201C';
  position: absolute;
  top: -20px;
  left: 32px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 160px;
  color: rgba(0,180,216,0.12);
  line-height: 1;
  pointer-events: none;
}

.ilx-hs-pullquote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 3vw, 1.85rem);
  font-style: italic;
  font-weight: 400;
  color: var(--white);
  line-height: 1.5;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 1;
}

.ilx-hs-pullquote cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold2);
}

/* ============================================================
   SECTION EAU / TECHNOLOGIE
   ============================================================ */
.ilx-hs-water {
  background: linear-gradient(135deg, #e8f4f8 0%, #d1ecf1 100%);
  border-radius: 20px;
  padding: 48px;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.ilx-hs-water-text h2 {
  margin-top: 0;
  color: var(--navy2);
}

.ilx-hs-water-text h2::after {
  background: linear-gradient(90deg, var(--navy), var(--teal2));
}

.ilx-hs-water-params {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ilx-hs-water-params li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ilx-hs-param-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
}

.ilx-hs-param-value {
  font-size: 12px;
  color: var(--teal);
  font-weight: 700;
}

.ilx-hs-param-bar {
  height: 6px;
  background: rgba(0,119,182,0.15);
  border-radius: 100px;
  overflow: hidden;
}

.ilx-hs-param-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--teal2), var(--teal));
  border-radius: 100px;
  transition: width 1s ease;
}

/* ============================================================
   LISTE DE FONCTIONNALITÉS
   ============================================================ */
.ilx-hs-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.ilx-hs-feature {
  background: var(--white);
  border: 1px solid rgba(0,119,182,0.12);
  border-radius: var(--radius);
  padding: 20px;
  transition: var(--transition);
}

.ilx-hs-feature:hover {
  border-color: var(--teal2);
  box-shadow: 0 8px 24px rgba(0,119,182,0.12);
  transform: translateY(-2px);
}

.ilx-hs-feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(0,119,182,0.1), rgba(0,180,216,0.1));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 20px;
}

.ilx-hs-feature h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  margin: 0 0 6px 0;
}

.ilx-hs-feature p {
  font-size: 13px;
  color: var(--gray);
  margin: 0;
  line-height: 1.5;
}

/* ============================================================
   INSTALLATION GUIDE
   ============================================================ */
.ilx-hs-steps {
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 56px;
}

.ilx-hs-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(0,119,182,0.1);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
  counter-increment: step-counter;
}

.ilx-hs-step:hover {
  border-color: var(--teal2);
  box-shadow: 0 8px 24px rgba(0,119,182,0.1);
}

.ilx-hs-step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
}

.ilx-hs-step-number::before {
  content: counter(step-counter);
}

.ilx-hs-step-content h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  margin: 0 0 6px 0;
}

.ilx-hs-step-content p {
  font-size: 14px;
  color: #546e7a;
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   FAQ (AEO)
   ============================================================ */
.ilx-hs-faq {
  margin-bottom: 56px;
}

.ilx-hs-faq-item {
  border: 1px solid rgba(0,119,182,0.12);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.ilx-hs-faq-item:hover {
  border-color: var(--teal2);
}

.ilx-hs-faq-q {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 20px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--navy2);
  transition: background 0.2s ease;
}

.ilx-hs-faq-q:hover {
  background: rgba(0,180,216,0.04);
}

.ilx-hs-faq-q::after {
  content: '+';
  font-size: 24px;
  font-weight: 300;
  color: var(--teal);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.ilx-hs-faq-item.open .ilx-hs-faq-q::after {
  transform: rotate(45deg);
}

.ilx-hs-faq-a {
  display: none;
  padding: 0 24px 20px 24px;
  font-size: 14.5px;
  color: #455a64;
  line-height: 1.7;
  background: rgba(0,180,216,0.02);
}

.ilx-hs-faq-item.open .ilx-hs-faq-a {
  display: block;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.ilx-hs-cta {
  background: linear-gradient(135deg, var(--gold) 0%, #e8a020 100%);
  border-radius: 20px;
  padding: 48px 56px;
  margin-bottom: 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ilx-hs-cta::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.ilx-hs-cta h2 {
  color: var(--navy2);
  margin: 0 0 12px 0;
  font-size: 2rem;
}

.ilx-hs-cta h2::after {
  background: rgba(3,4,94,0.3);
  margin: 12px auto 0;
}

.ilx-hs-cta p {
  color: rgba(3,4,94,0.75);
  font-size: 1rem;
  margin-bottom: 28px;
}

.ilx-hs-cta-btn {
  display: inline-block;
  background: var(--navy2);
  color: var(--white) !important;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: var(--transition);
  box-shadow: 0 8px 24px rgba(3,4,94,0.3);
}

.ilx-hs-cta-btn:hover {
  background: var(--teal);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,119,182,0.4);
}

/* ============================================================
   SECTION PARTENAIRE — WB OUTDOOR CONCEPT
   ============================================================ */
.ilx-hs-partner {
  margin-bottom: 56px;
}

.ilx-hs-partner-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  background: linear-gradient(135deg, #f8fafd 0%, #eef6fb 100%);
  border: 2px solid rgba(0,119,182,0.15);
  border-radius: 20px;
  padding: 40px;
  align-items: start;
  margin-top: 24px;
}

.ilx-hs-partner-logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ilx-hs-partner-badge-strip {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ilx-hs-partner-cert {
  font-size: 12px;
  font-weight: 600;
  color: var(--teal);
  display: block;
  padding: 5px 10px;
  background: rgba(0,180,216,0.08);
  border-radius: 6px;
  border-left: 3px solid var(--teal2);
}

.ilx-hs-partner-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.ilx-hs-partner-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy2);
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
}

.ilx-hs-partner-tagline {
  font-size: 14px;
  color: var(--teal);
  font-weight: 500;
  margin-bottom: 16px;
}

.ilx-hs-partner-info p {
  font-size: 14.5px;
  color: #455a64;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ilx-hs-partner-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ilx-hs-partner-btn {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 12px 24px;
  border-radius: 100px;
  text-decoration: none !important;
  transition: var(--transition);
}

.ilx-hs-partner-btn.primary {
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  color: var(--white) !important;
  box-shadow: 0 6px 20px rgba(0,119,182,0.3);
}

.ilx-hs-partner-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,119,182,0.4);
}

.ilx-hs-partner-btn.secondary {
  background: var(--white);
  color: var(--navy) !important;
  border: 2px solid rgba(0,119,182,0.2);
}

.ilx-hs-partner-btn.secondary:hover {
  border-color: var(--teal2);
  background: rgba(0,180,216,0.05);
}

@media (max-width: 768px) {
  .ilx-hs-partner-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 24px;
  }
}

/* ============================================================
   AVERTISSEMENT TECHNIQUE
   ============================================================ */
.ilx-hs-warning {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff8e1;
  border: 1px solid #ffc107;
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #5d4037;
}

.ilx-hs-warning::before {
  content: '⚠';
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .ilx-hs-hero {
    padding: 40px 28px;
    min-height: 320px;
  }

  .ilx-hs-hero h1 {
    font-size: 2rem;
  }

  .ilx-hs-water {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }

  .ilx-hs-pullquote {
    padding: 36px 28px;
  }

  .ilx-hs-cta {
    padding: 36px 24px;
  }

  .ilx-hs-models {
    grid-template-columns: 1fr;
  }

  .ilx-hs-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .ilx-hs h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .ilx-hs-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ilx-hs-intro {
    padding: 24px 20px;
  }
}
