/* Fiches métiers Excel — visuel gabarit (Poppins, hero teal, #2563eb) */

html.is-gabarit {
  --ink: #0f172a;
  --ink-2: #1e293b;
  --ink-soft: #334155;
  --ink-mute: #475569;
  --brand: #2563eb;
  --brand-hover: #1d4ed8;
  --accent: #0e7490;
  --accent-soft: #d9eff4;
  --orange: #c2410c;
  --bg-soft: #f4f6fa;
  --line: #e6eaf2;
  --font: "Poppins", Helvetica, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

html.is-gabarit body,
html.is-gabarit .dc-page.is-gabarit {
  font-family: var(--font);
  color: var(--ink);
  font-weight: 400;
}

html.is-gabarit .dc-page.is-gabarit a:not(.mf-btn):not(.dc-btn) { color: var(--brand); text-decoration: none; }
html.is-gabarit .dc-page.is-gabarit a:not(.mf-btn):not(.dc-btn):hover { color: var(--brand-hover); }
html.is-gabarit .dc-page.is-gabarit a.dc-btn-primary,
html.is-gabarit .dc-page.is-gabarit a.dc-btn-primary:hover {
  color: #fff;
}
html.is-gabarit .dc-header .dc-nav a,
html.is-gabarit .dc-header .dc-brand,
html.is-gabarit .dc-header .dc-link {
  color: var(--ink);
}

html.is-gabarit .mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
html.is-gabarit .mf-btn-primary,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-primary {
  background: var(--brand);
  color: #fff;
}
html.is-gabarit .mf-btn-primary:hover,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-primary:hover {
  background: var(--brand-hover);
  color: #fff;
}
html.is-gabarit .mf-btn-lg {
  padding: 19px 34px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}
html.is-gabarit .mf-btn-ink,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-ink {
  background: var(--ink);
  color: #fff;
}
html.is-gabarit .mf-btn-ink:hover,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-ink:hover {
  background: var(--brand);
  color: #fff;
}
html.is-gabarit .mf-btn-ghost,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-ghost {
  border: 1.5px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-weight: 600;
}
html.is-gabarit .mf-btn-ghost:hover,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-ghost:hover {
  background: var(--ink);
  color: #fff;
}
html.is-gabarit .mf-btn-white,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-white {
  background: #fff;
  color: var(--ink);
}
html.is-gabarit .mf-btn-white:hover,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-white:hover {
  background: #f8fafc;
  color: var(--ink);
}
html.is-gabarit .mf-btn-outline-light,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
}
html.is-gabarit .mf-btn-outline-light:hover,
html.is-gabarit .dc-page.is-gabarit a.mf-btn-outline-light:hover {
  border-color: #fff;
  color: #fff;
}

html.is-gabarit .mf-eyebrow {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}
html.is-gabarit .mf-h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
html.is-gabarit .mf-lead {
  margin: 0 auto;
  max-width: 48ch;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-mute);
}

html.is-gabarit .mf-crumb-bar {
  background: #fff;
  border-bottom: 1px solid #eef1f7;
}
html.is-gabarit .mf-crumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
}
html.is-gabarit .mf-crumb a { color: #64748b; }
html.is-gabarit .mf-crumb span { margin: 0 8px; color: #cbd5e1; }

html.is-gabarit .mf-hero {
  background: linear-gradient(180deg, #d9eff4 0%, #cfeaf1 100%);
}
html.is-gabarit .mf-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 40px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
html.is-gabarit .mf-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.03;
}
html.is-gabarit .mf-hero .mf-intro {
  margin: 0 0 26px;
  max-width: 34ch;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-soft);
}
html.is-gabarit .mf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}
html.is-gabarit .mf-tags span {
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
html.is-gabarit .mf-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
html.is-gabarit .mf-hero-aside {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
}
html.is-gabarit .mf-hero-note {
  margin: 22px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-mute);
}

html.is-gabarit .mf-shot {
  background: #fff;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
}
html.is-gabarit .mf-shot img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  display: block;
}
html.is-gabarit .mf-shot-cap { margin-top: 18px; }
html.is-gabarit .mf-shot-cap strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
html.is-gabarit .mf-shot-cap span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-mute);
}

html.is-gabarit .mf-trust {
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.55);
  padding: 22px 40px;
}
html.is-gabarit .mf-trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
html.is-gabarit .mf-trust strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
html.is-gabarit .mf-trust span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink-mute);
}

html.is-gabarit .mf-toc {
  position: sticky;
  top: 63px;
  z-index: 25;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
html.is-gabarit .mf-toc-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 18px;
}
html.is-gabarit .mf-toc .mf-label {
  flex: none;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
html.is-gabarit .mf-toc-links {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}
html.is-gabarit .mf-toc-links::-webkit-scrollbar { display: none; }
html.is-gabarit .mf-toc-links a {
  flex: none;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
  background: #f2f5fa;
  white-space: nowrap;
}
html.is-gabarit .mf-toc-links a:hover,
html.is-gabarit .mf-toc-links a.is-active {
  background: var(--ink);
  color: #fff;
}
html.is-gabarit .mf-toc .mf-btn { padding: 10px 18px; font-size: 14px; }

html.is-gabarit .mf-section {
  padding: 88px 40px;
  width: 100%;
}
html.is-gabarit .mf-section[id] { scroll-margin-top: 140px; }
html.is-gabarit .mf-section.is-soft { background: var(--bg-soft); }
html.is-gabarit .mf-inner,
html.is-gabarit .mf-section > .mf-center,
html.is-gabarit .mf-section > .mf-cards,
html.is-gabarit .mf-section > .mf-legal,
html.is-gabarit .mf-section > .mf-flag,
html.is-gabarit .mf-section > .mf-price,
html.is-gabarit .mf-section > .dc-faq,
html.is-gabarit .mf-section > .mf-cta-band,
html.is-gabarit .mf-section > .mf-h2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
html.is-gabarit .mf-section > .dc-faq { max-width: 900px; }
html.is-gabarit .mf-center { text-align: center; }
html.is-gabarit .mf-center .mf-lead { margin-left: auto; margin-right: auto; }

html.is-gabarit .mf-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 72px;
  align-items: start;
}
html.is-gabarit .mf-prose p {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-soft);
}
html.is-gabarit .mf-prose p:last-child { margin-bottom: 0; }

html.is-gabarit .mf-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}
html.is-gabarit .mf-panel {
  padding: 30px 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 #e4e9f2;
}
html.is-gabarit .mf-section:not(.is-soft) .mf-panel {
  border: 1px solid #e4e9f2;
  box-shadow: none;
}
html.is-gabarit .mf-panel h3 {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 600;
}
html.is-gabarit .mf-ticks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}
html.is-gabarit .mf-ticks li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink-2);
}
html.is-gabarit .mf-ticks li::before {
  content: "—";
  color: #0f766e;
  font-weight: 700;
}
html.is-gabarit .mf-quotes { display: grid; gap: 12px; margin-top: 16px; }
html.is-gabarit .mf-quote {
  padding: 12px 18px;
  border-left: 3px solid #0f766e;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink-2);
}

html.is-gabarit .mf-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 72px;
  align-items: start;
}
html.is-gabarit .mf-note {
  padding: 28px;
  border-radius: 16px;
  background: #fdf1e7;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.65;
  color: #422006;
}
html.is-gabarit .mf-note strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--orange);
}

html.is-gabarit .mf-arbo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 24px;
  padding: 32px;
  border-radius: 18px;
  background: #fff;
}
html.is-gabarit .mf-arbo { display: flex; flex-wrap: wrap; gap: 10px; }
html.is-gabarit .mf-arbo span {
  padding: 8px 15px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dfe5ef;
  font-size: 14px;
  font-weight: 400;
}

html.is-gabarit .mf-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}
html.is-gabarit .mf-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e4e9f2;
  background: #fff;
}
html.is-gabarit .mf-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 600;
}
html.is-gabarit .mf-card p {
  margin: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ink-soft);
}

html.is-gabarit .mf-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}
html.is-gabarit .mf-section-cta.is-center { justify-content: center; margin-top: 40px; }
html.is-gabarit .mf-hint {
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-mute);
}

html.is-gabarit .mf-flag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

html.is-gabarit .mf-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}
html.is-gabarit .mf-examples figure { margin: 0; }
html.is-gabarit .mf-examples img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: top;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
  display: block;
}
html.is-gabarit .mf-examples figcaption {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
html.is-gabarit .mf-examples figcaption span {
  display: block;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-mute);
}

html.is-gabarit .mf-price {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  margin-top: 44px;
}
html.is-gabarit .mf-price-panel {
  padding: 38px;
  border-radius: 20px;
  border: 1px solid #e4e9f2;
  background: #fff;
}
html.is-gabarit .mf-price-dark {
  padding: 38px;
  border-radius: 20px;
  background: #0f172a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html.is-gabarit .mf-price-dark .mf-amount {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
html.is-gabarit .mf-price-dark .mf-amount span:first-child {
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
html.is-gabarit .mf-price-dark p {
  margin: 16px 0 0;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
html.is-gabarit .mf-price-dark .mf-ticks li { color: #e2e8f0; }
html.is-gabarit .mf-price-dark .mf-ticks li::before { content: "●"; color: #38bdf8; font-size: 10px; }
html.is-gabarit .mf-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
html.is-gabarit .mf-chip-row span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}
html.is-gabarit .mf-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
html.is-gabarit .mf-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
  font-weight: 650;
}
html.is-gabarit .mf-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  flex: none;
}

html.is-gabarit .dc-faq { margin-top: 32px; }
html.is-gabarit .dc-faq-item { border-radius: 14px; background: var(--bg-soft); }
html.is-gabarit .dc-faq-btn {
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: 0;
}

html.is-gabarit .mf-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
html.is-gabarit .mf-related a {
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid #dfe5ef;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
}
html.is-gabarit .mf-related a:hover { border-color: var(--ink); color: var(--ink); }

html.is-gabarit .mf-cta-band {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 40px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}
html.is-gabarit .mf-cta-band h2 {
  margin: 0 auto;
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 20ch;
  color: #fff;
}
html.is-gabarit .mf-cta-band p {
  margin: 14px auto 0;
  max-width: 42ch;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}
html.is-gabarit .mf-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

@media (max-width: 960px) {
  html.is-gabarit .mf-crumb,
  html.is-gabarit .mf-hero-inner,
  html.is-gabarit .mf-trust,
  html.is-gabarit .mf-toc-inner,
  html.is-gabarit .mf-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  html.is-gabarit .mf-toc .mf-label,
  html.is-gabarit .mf-toc .mf-btn { display: none; }
  html.is-gabarit .mf-hero-inner,
  html.is-gabarit .mf-split,
  html.is-gabarit .mf-two,
  html.is-gabarit .mf-flag,
  html.is-gabarit .mf-examples,
  html.is-gabarit .mf-arbo-panel,
  html.is-gabarit .mf-legal,
  html.is-gabarit .mf-price,
  html.is-gabarit .mf-trust-inner,
  html.is-gabarit .mf-cards {
    grid-template-columns: 1fr;
  }
  html.is-gabarit .mf-shot img { height: 220px; }
}
