:root {
  --ie-text: #202020;
  --ie-muted: #656565;
  --ie-line: #e8e8e8;
  --ie-soft: #f7f7f7;
  --ie-soft-blue: #eff4f8;
  --ie-accent: #254536;
  --ie-shadow: 0 18px 40px rgba(0,0,0,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ie-public-body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ie-text);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.ie-shell { width: min(1520px, calc(100% - 64px)); margin: 0 auto; }

.ie-header {
  position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.98); border-bottom: 1px solid #ececec;
}
.ie-header-inner {
  min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.ie-brand { display: inline-flex; align-items: center; gap: 16px; font-weight: 800; }
.ie-brand-text { letter-spacing: -.03em; font-size: clamp(1.8rem, 2.1vw, 2.95rem); }
.ie-nav { display: flex; align-items: center; gap: 34px; font-size: 1rem; }
.ie-nav-link, .ie-nav-button { color: #202020; font-weight: 500; }
.ie-nav-button { background: transparent; border: 0; padding: 0; cursor: pointer; font: inherit; display: inline-flex; align-items: center; gap: 6px; }
.ie-nav-dropdown { position: relative; }
.ie-dropdown-menu {
  position: absolute; top: calc(100% + 16px); left: 0; min-width: 220px; background: #fff; border: 1px solid var(--ie-line);
  border-radius: 18px; box-shadow: var(--ie-shadow); padding: 10px; display: none;
}
.ie-nav-dropdown.open .ie-dropdown-menu { display: block; }
.ie-dropdown-menu a { display: block; padding: 12px 14px; border-radius: 12px; }
.ie-dropdown-menu a:hover { background: var(--ie-soft); }

.ie-hero { background: #fff; }
.ie-hero-media { position: relative; }
.ie-hero-media > img {
  width: 100%; height: min(44vw, 740px); min-height: 560px; object-fit: cover;
}
.ie-hero-overlay {
  position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,22,18,.22) 0%, rgba(0,0,0,.34) 100%);
}
.ie-hero-content {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.ie-hero-copy {
  text-align: center; max-width: 980px; padding: 10px 18px; border-radius: 0;
  background: transparent; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none;
}
.ie-hero-copy h1,
.ie-hero-copy p {
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.75);
}
.ie-hero-copy p {
  font-weight: 500;
}
.ie-hero-copy h1 {
  margin: 0 0 18px; font-size: clamp(2.6rem, 4.8vw, 5.2rem); line-height: 1.02; letter-spacing: -.05em; font-weight: 800;
}
.ie-hero-copy p {
  margin: 0 auto; max-width: 880px; font-size: clamp(1.06rem, 1.9vw, 1.55rem); line-height: 1.52; color: #292929;
}

.ie-section { padding: 86px 0; }
.ie-section-muted { background: var(--ie-soft); }
.ie-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.ie-summary-card { text-align: center; }
.ie-summary-image { background: var(--ie-soft-blue); border-radius: 10px; overflow: hidden; margin-bottom: 28px; aspect-ratio: 4 / 3; }
.ie-summary-image img { width: 100%; height: 100%; object-fit: cover; }
.ie-summary-card h2, .ie-feature-copy h3, .ie-split-copy h2, .ie-section-title { letter-spacing: -.03em; }
.ie-summary-card h2 { margin: 0 0 16px; font-size: clamp(1.8rem, 2.8vw, 3rem); line-height: 1.1; font-weight: 800; }
.ie-summary-card p { margin: 0; font-size: 1rem; line-height: 1.75; color: #333; }

.ie-concept-banner { position: relative; }
.ie-concept-banner img { width: 100%; height: 430px; object-fit: cover; }
.ie-concept-banner-copy {
  position: absolute; inset: 0; display: grid; place-items: center; font-size: clamp(2rem, 3.7vw, 4.4rem); font-weight: 800; color: #fff; letter-spacing: -.03em; text-shadow: 0 10px 30px rgba(0,0,0,.28);
}
.ie-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 56px; align-items: center; }
.ie-split-copy h2 { margin: 0 0 28px; font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: 1.12; font-weight: 800; }
.ie-split-copy p { margin: 0 0 24px; font-size: 1.08rem; line-height: 1.9; color: #333; }
.ie-text-link { text-decoration: underline; text-underline-offset: 6px; font-weight: 700; }
.ie-split-media img { width: min(440px, 100%); margin-inline: auto; border-radius: 34px; box-shadow: var(--ie-shadow); }

.ie-section-title { margin: 0 0 38px; text-align: center; font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.08; font-weight: 800; }
.ie-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.ie-feature-card { background: #fff; }
.ie-feature-image { aspect-ratio: 4 / 3; background: var(--ie-soft-blue); overflow: hidden; border-radius: 6px 6px 0 0; }
.ie-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.ie-feature-copy { padding: 26px 10px 8px; }
.ie-feature-copy h3 { margin: 0 0 14px; font-size: 1.3rem; line-height: 1.2; font-weight: 800; }
.ie-feature-copy p { margin: 0; font-size: 1rem; line-height: 1.7; color: #333; }

.ie-compare-wrap { overflow-x: auto; }
.ie-compare-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; border: 1px solid var(--ie-line); }
.ie-compare-table th, .ie-compare-table td { padding: 16px 18px; border-bottom: 1px solid var(--ie-line); text-align: left; font-size: 1rem; }
.ie-compare-table thead th { background: #fafafa; font-size: 1.05rem; }
.ie-compare-table tbody tr td:last-child { font-weight: 700; color: var(--ie-accent); }

.ie-cta-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: center; }
.ie-cta-media img { border-radius: 10px; width: 100%; height: 100%; object-fit: cover; }
.ie-cta-copy h2 { margin: 0 0 20px; font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.12; font-weight: 800; letter-spacing: -.03em; }
.ie-cta-copy p { margin: 0 0 28px; font-size: 1.08rem; line-height: 1.8; color: #333; }
.ie-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ie-button-primary, .ie-button-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 700; }
.ie-button-primary { background: var(--ie-accent); color: #fff; }
.ie-button-secondary { background: #fff; border: 1px solid var(--ie-line); }

.ie-page-main { min-height: 60vh; }
.ie-page-hero { padding: 84px 0 52px; background: #fff; }
.ie-page-hero h1 { margin: 0 0 16px; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.06; font-weight: 800; letter-spacing: -.04em; }
.ie-page-hero p { margin: 0; max-width: 880px; font-size: 1.12rem; line-height: 1.8; color: #444; }
.ie-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.ie-steps article { background: #fff; border: 1px solid var(--ie-line); border-radius: 18px; padding: 28px; }
.ie-steps span { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 999px; background: #111; color: #fff; font-weight: 800; margin-bottom: 18px; }
.ie-steps h3 { margin: 0 0 10px; font-size: 1.25rem; }
.ie-steps p { margin: 0; color: #444; line-height: 1.7; }

.ie-price-box { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: start; }
.ie-price-main { padding: 34px; border-radius: 24px; border: 1px solid var(--ie-line); background: #fff; box-shadow: var(--ie-shadow); }
.ie-price-main p { line-height: 1.8; color: #333; }
.ie-price { font-size: clamp(2.8rem, 5vw, 4.6rem); font-weight: 800; line-height: 1; margin-bottom: 18px; }
.ie-price span { font-size: .42em; color: var(--ie-muted); font-weight: 700; }
.ie-price-list { margin: 0; padding: 28px 28px 28px 48px; border-radius: 24px; border: 1px solid var(--ie-line); background: #fafafa; line-height: 2; font-size: 1.04rem; }

.ie-footer { border-top: 1px solid var(--ie-line); padding: 44px 0 70px; }
.ie-footer-inner { display: flex; justify-content: space-between; gap: 28px; }
.ie-footer-brand { font-weight: 800; font-size: 1.1rem; margin-bottom: 10px; }
.ie-footer p { margin: 0; color: #555; line-height: 1.7; max-width: 420px; }
.ie-footer-links { display: flex; gap: 18px 28px; flex-wrap: wrap; align-content: start; }
.ie-footer-links a { color: #333; }

@media (max-width: 1180px) {
  .ie-nav { gap: 22px; font-size: .95rem; }
  .ie-summary-grid, .ie-feature-grid, .ie-price-box { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ie-split, .ie-cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .ie-shell { width: min(100% - 36px, 1520px); }
  .ie-header-inner { flex-wrap: wrap; padding: 18px 0; }
  .ie-nav { width: 100%; flex-wrap: wrap; gap: 18px; }
  .ie-hero-media > img { min-height: 480px; height: 560px; }
  .ie-summary-grid, .ie-feature-grid, .ie-steps { grid-template-columns: 1fr; }
  .ie-section { padding: 68px 0; }
  .ie-concept-banner img { height: 320px; }
  .ie-footer-inner { flex-direction: column; }
}
@media (max-width: 620px) {
  .ie-brand-text { font-size: 1.55rem; }
  .ie-shell { width: calc(100% - 24px); }
  .ie-hero-copy { padding: 22px 18px; }
  .ie-hero-media > img { height: 440px; min-height: 440px; }
  .ie-feature-copy, .ie-summary-card p, .ie-feature-copy p, .ie-split-copy p { font-size: .98rem; }
  .ie-summary-card h2 { font-size: 2rem; }
}


/* V113 — force tous les textes du hero en blanc */
.ie-hero-copy,
.ie-hero-copy h1,
.ie-hero-copy h2,
.ie-hero-copy h3,
.ie-hero-copy p,
.ie-hero-copy span,
.ie-hero-copy strong,
.ie-hero-copy em {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.58), 0 1px 3px rgba(0,0,0,.80) !important;
}
