.skip-link {
  z-index: 1000;
  color: #fff;
  background: #000;
  padding: 10px 16px;
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.wrap {
  width: min(1500px, calc(100% - 40px));
}
.utility-inner,
.header-inner {
  width: min(1750px, calc(100% - 40px));
}
.footer-grid,
.ai-disclaimer,
.footer-bottom {
  width: min(1350px, calc(100% - 40px));
}
.menu-toggle {
  cursor: pointer;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  display: none;
}
.menu-toggle i {
  background: var(--navy);
  width: 100%;
  height: 2px;
  margin: 4px 0;
  display: block;
}
.site-header nav a[aria-current="page"] { color: var(--red); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.footer-grid h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin: 0 0 18px;
  font-size: 12px;
}
.ai-disclaimer {
  border-top: 1px solid #ffffff1f;
  margin-top: 42px;
  padding-top: 24px;
}
.ai-disclaimer span {
  border-left: 3px solid var(--red);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 16px;
}
.ai-disclaimer strong {
  color: #fff;
  font-size: 12px;
}
.ai-disclaimer small {
  color: #9eacbc;
  font-size: 11px;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
  align-items: start;
}
.legal-content {
  display: grid;
  gap: 16px;
}
.legal-section,
.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 30px;
}
.legal-section h2,
.legal-card h2 {
  color: var(--navy);
  font-size: 24px;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 0 0 14px;
}
.legal-section p,
.legal-card p,
.legal-section li {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.legal-section p + p {
  margin-top: 12px;
}
.legal-section ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
}
.legal-card {
  border-top: 4px solid var(--red);
  position: sticky;
  top: 120px;
}
.legal-card address {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}
.legal-card a {
  color: var(--red);
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
  overflow-wrap: anywhere;
}
.legal-card a + p { margin-top: 14px; }
.visual-page-hero { padding: 56px 0; }
.visual-hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
}
.visual-hero-grid > * { position: relative; z-index: 1; }
.visual-hero-grid figure {
  border: 1px solid #ffffff29;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
}
.visual-hero-grid img {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.brand-directory {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.brand-directory-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 150px;
  padding: 22px;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.brand-directory-card:hover { box-shadow: 0 16px 35px #13203412; transform: translateY(-3px); }
.brand-initial,
.related-brands a > .brand-initial {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.brand-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  height: 72px;
  justify-content: center;
  overflow: hidden;
  padding: 7px;
  width: 72px;
}
.brand-logo img {
  aspect-ratio: 1;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.brand-directory-card h2 { color: var(--navy); font-size: 18px; font-weight: 850; margin: 0; }
.brand-directory-card p { color: var(--muted); font-size: 11px; margin: 7px 0; }
.brand-directory-card small {
  color: var(--red);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.brand-directory-card .round-arrow {
  background: var(--red);
  border: 0;
  bottom: 12px;
  color: #fff;
  height: 28px;
  right: 12px;
  width: 28px;
}
.brand-source { margin-top: 28px; }
.brand-cloud a {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 750;
  padding: 17px 15px;
  width: 20%;
}
.brand-cloud a:hover { background: var(--navy); color: #fff; }
.brand-source a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.brand-method h2 { color: var(--navy); }
.brand-method > div > p,
.light-steps p { color: var(--muted); }
.light-steps,
.light-steps li { border-color: var(--line); }
.light-steps strong { color: var(--navy); }
.model-table-wrap { background: #fff; border: 1px solid var(--line); overflow-x: auto; }
.model-table { border-collapse: collapse; min-width: 850px; width: 100%; }
.model-table th,
.model-table td { border-bottom: 1px solid var(--line); padding: 18px 20px; text-align: left; vertical-align: top; }
.model-table thead th {
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.model-table tbody th { color: var(--navy); font-size: 14px; width: 22%; }
.model-table td { color: var(--muted); font-size: 13px; }
.model-table tr:last-child th,
.model-table tr:last-child td { border-bottom: 0; }
.brand-buying-layout article > h2 {
  color: var(--navy);
  font-size: 36px;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 0 0 28px;
}
.related-brands { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.related-brands a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 10px 14px;
  grid-template-columns: 46px 1fr;
  padding: 20px;
}
.related-brands a > .brand-initial { font-size: 16px; grid-row: 1 / 3; height: 44px; width: 44px; }
.related-brands a > .brand-logo { grid-row: 1 / 3; height: 52px; padding: 5px; width: 52px; }
.related-brands strong { color: var(--navy); font-size: 15px; }
.related-brands small { color: var(--muted); font-size: 10px; }
.brand-page-hero .brand-hero-logo {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 330px;
  padding: 34px;
}
.brand-page-hero .brand-hero-logo img {
  aspect-ratio: 1;
  height: auto;
  max-height: 310px;
  max-width: 310px;
  object-fit: contain;
  width: 100%;
}
.editorial-visual { margin: 30px 0; }
.editorial-visual img {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.editorial-visual figcaption { color: var(--muted); font-size: 11px; margin-top: 9px; }
.error-page {
  min-height: 58vh;
  display: flex;
  align-items: center;
}
.flat-arrow {
  display: inline-block;
  flex: 0 0 auto;
  height: .68em;
  margin-left: .45em;
  position: relative;
  width: .68em;
}
.flat-arrow::before {
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  content: "";
  inset: 0;
  position: absolute;
}
.flat-arrow::after {
  background: currentColor;
  content: "";
  height: 1.5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transform-origin: right center;
  width: .88em;
}
.header-cta .flat-arrow { font-size: 13px; margin-left: 10px; }
.news-home { background: #eef3f6; }
.news-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.news-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 26px;
  transition: box-shadow .2s, transform .2s;
}
.news-card:hover { box-shadow: 0 18px 42px #13203414; transform: translateY(-3px); }
.news-card-meta {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 23px;
}
.news-card-meta span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.news-card-meta time { color: var(--muted); font-size: 10px; white-space: nowrap; }
.news-card h2,
.news-card h3 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.25;
  margin: 0 0 14px;
}
.news-card h2 a:hover,
.news-card h3 a:hover { color: var(--red); }
.news-card p { color: var(--muted); font-size: 13px; margin: 0 0 24px; }
.news-card-link {
  align-items: center;
  color: var(--red);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin-top: auto;
}
.news-section-head { align-items: center; }
.news-status {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 11px !important;
  margin: 0 !important;
  padding: 10px 15px;
  white-space: nowrap;
}
.news-disclaimer {
  background: #edf3f7;
  border-left: 3px solid var(--blue);
  margin-top: 40px;
  padding: 22px 25px;
}
.news-disclaimer strong { color: var(--blue); font-size: 13px; }
.news-disclaimer p { color: var(--muted); font-size: 12px; margin: 8px 0 0; max-width: 1000px; }
.news-sources { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 28px; }
.news-sources h2 { color: var(--navy); font-size: 20px; margin: 0 0 16px; }
.news-sources a {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin: 0 7px 8px 0;
  padding: 10px 13px;
}
.news-sources a:hover { border-color: var(--red); color: var(--red); }
.news-empty { background: #fff; border: 1px solid var(--line); padding: 28px; }
.news-empty p { color: var(--muted); font-size: 13px; margin: 7px 0 0; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 1250px) {
  .menu-toggle { display: block; }
  .site-header nav {
    z-index: 40;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    flex-direction: column;
    align-items: stretch;
    width: min(340px, calc(100vw - 28px));
    padding: 14px;
    display: none;
    position: absolute;
    top: 76px;
    right: 14px;
    box-shadow: 0 18px 45px #07172b24;
  }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 10px; }
  .header-cta { margin-left: 0; }
  .brand-directory,
  .related-brands { grid-template-columns: 1fr 1fr; }
  .brand-cloud a { width: 25%; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .wrap,
  .utility-inner,
  .header-inner,
  .footer-grid,
  .ai-disclaimer,
  .footer-bottom {
    width: calc(100% - 28px);
  }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-card { position: static; }
  .legal-section, .legal-card { padding: 22px; }
  .visual-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .visual-hero-grid figure { order: -1; }
  .brand-directory,
  .related-brands { grid-template-columns: 1fr; }
  .brand-cloud a { width: 50%; }
  .brand-page-hero .hero-actions { align-items: stretch; }
  .model-table th,
  .model-table td { padding: 15px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 0; padding: 22px; }
  .news-status { white-space: normal; }
}

/* Annuaire enrichi */
.site-header nav { gap: 17px; }
.site-header nav a { font-size: 12px; }
.directory-hero { padding: 72px 0; }
.directory-hero-grid {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr);
  position: relative;
  z-index: 1;
}
.directory-hero h1 { max-width: 820px; }
.directory-hero p { margin-bottom: 0; }
.directory-hero-stats {
  border-left: 1px solid #ffffff26;
  border-top: 1px solid #ffffff26;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.directory-hero-stats div {
  border-bottom: 1px solid #ffffff26;
  border-right: 1px solid #ffffff26;
  display: flex;
  flex-direction: column;
  min-height: 135px;
  padding: 25px;
}
.directory-hero-stats strong {
  color: #fff;
  font-size: 34px;
  letter-spacing: -.05em;
  line-height: 1;
}
.directory-hero-stats span {
  color: #9eafc0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: auto;
  text-transform: uppercase;
}
.directory-channel-feature { background: #fff; padding: 54px 0; }
.channel-feature-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
}
.channel-feature-visual {
  aspect-ratio: 1.9 / 1;
  background: var(--navy);
  border-radius: 6px;
  box-shadow: 0 20px 55px #0b1f3a24;
  overflow: hidden;
  position: relative;
}
.channel-feature-visual::after {
  background: linear-gradient(90deg, #0b1f3a4d, transparent 55%);
  content: "";
  inset: 0;
  position: absolute;
}
.channel-feature-visual img { height: 100%; object-fit: cover; width: 100%; }
.channel-feature-grid h2 {
  color: var(--navy);
  font-size: 38px;
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 0;
  max-width: 780px;
}
.channel-feature-grid p { color: var(--muted); font-size: 14px; margin: 16px 0 24px; max-width: 760px; }
.directory-visual-guide { background: #fff; padding: 72px 0; }
.directory-visual-guide .section-head { margin-bottom: 28px; }
.directory-visual-guide .section-head p { max-width: 720px; }
.directory-visual-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.directory-visual-grid figure {
  background: var(--navy);
  color: #fff;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.directory-visual-grid figure::after {
  background: linear-gradient(180deg, transparent 38%, #07172be8 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.directory-visual-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.directory-visual-grid figure:hover img { transform: scale(1.035); }
.directory-visual-grid figcaption {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.directory-visual-grid strong { font-size: 17px; }
.directory-visual-grid span { color: #d4dce5; font-size: 10px; line-height: 1.4; }
.directory-intro { margin-bottom: 26px; }
.directory-count,
.creator-result-count {
  align-items: baseline;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  gap: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.directory-count strong,
.creator-result-count strong { color: var(--red); font-family: var(--font-mono); font-size: 16px; }
.directory-section .explorer {
  background: #ece7dc;
  border: 1px solid #ded7c9;
  padding: 28px;
}
.directory-section .explorer-tools {
  align-items: stretch;
  border-bottom: 1px solid #d7d0c3;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 22px;
}
.directory-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.directory-chips button { align-items: center; display: inline-flex; gap: 7px; }
.directory-chips button span {
  background: #0b1f3a12;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1;
  padding: 4px 6px;
}
.directory-chips button.active span { background: #ffffff2e; color: #fff; }
.directory-section .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.directory-section .directory-card {
  align-content: start;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 270px;
  padding: 25px;
}
.directory-section .site-icon { justify-self: center; }
.directory-section .site-icon.editorial-image {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 22px #0b1f3a18;
  height: 72px;
  overflow: hidden;
  width: 72px;
}
.directory-section .site-icon.editorial-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.directory-section .site-icon.logo-image img { object-fit: contain; }
.directory-section .directory-card > div:last-child { display: flex; flex-direction: column; min-width: 0; }
.directory-verified {
  color: #7c8793;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .04em;
  margin-top: auto;
  padding-top: 16px;
  text-transform: uppercase;
}
.site-icon.text-mark {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.directory-empty {
  background: #fff;
  border: 1px dashed #b9b7b0;
  color: var(--muted);
  margin: 18px 0 0;
  padding: 38px;
  text-align: center;
}
.directory-method {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: grid;
  gap: 20px 35px;
  grid-template-columns: 230px 1fr auto;
  margin-top: 28px;
  padding: 28px 32px;
}
.directory-method strong { font-size: 16px; line-height: 1.3; }
.directory-method p { color: #aebdcb; font-size: 12px; margin: 0; }
.directory-method a { color: #ff7a83; font-size: 11px; font-weight: 900; white-space: nowrap; }

/* Influenceurs et chaînes automobile */
.creator-hero {
  background: #07172b;
  color: #fff;
  overflow: hidden;
  padding: 68px 0;
  position: relative;
}
.creator-hero::before {
  background: var(--red);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 31%;
}
.creator-hero::after {
  border: 1px solid #ffffff0f;
  border-radius: 50%;
  content: "";
  height: 680px;
  left: -300px;
  position: absolute;
  top: -390px;
  width: 680px;
}
.creator-hero-grid {
  align-items: center;
  display: grid;
  gap: 76px;
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  position: relative;
  z-index: 1;
}
.creator-hero h1 {
  font-size: 64px;
  letter-spacing: -.06em;
  line-height: .98;
  margin: 0;
  max-width: 760px;
}
.creator-hero-copy > p { color: #b2c0ce; font-size: 17px; margin: 24px 0 0; max-width: 690px; }
.creator-hero-actions { display: flex; gap: 10px; margin-top: 30px; }
.creator-proof {
  border-top: 1px solid #ffffff21;
  display: flex;
  gap: 30px;
  margin-top: 34px;
  padding-top: 20px;
}
.creator-proof span { color: #8fa1b3; font-size: 10px; text-transform: uppercase; }
.creator-proof strong { color: #fff; display: block; font-size: 15px; margin-bottom: 3px; }
.creator-hero-visual {
  background: #102a4d;
  border: 1px solid #ffffff24;
  border-radius: 7px;
  box-shadow: 0 30px 90px #0005;
  margin: 0;
  padding: 10px;
  position: relative;
}
.creator-hero-visual::before {
  background: var(--red);
  border: 5px solid #07172b;
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 24px;
  z-index: 2;
}
.creator-hero-visual img {
  aspect-ratio: 1.905 / 1;
  border-radius: 3px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.creator-hero-visual figcaption {
  align-items: center;
  background: #07172be8;
  bottom: 24px;
  display: flex;
  font-size: 9px;
  font-weight: 900;
  gap: 9px;
  letter-spacing: .14em;
  padding: 10px 13px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
}
.creator-hero-visual figcaption span { background: #ff4e5c; border-radius: 50%; height: 7px; width: 7px; }
.creator-jump { background: #fff; border-bottom: 1px solid var(--line); }
.creator-jump .wrap { display: grid; grid-template-columns: repeat(5, 1fr); }
.creator-jump a {
  align-items: center;
  border-right: 1px solid var(--line);
  color: var(--navy);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 11px;
  min-height: 66px;
  padding: 14px 18px;
}
.creator-jump a:first-child { border-left: 1px solid var(--line); }
.creator-jump a:hover { background: #f7f4ef; color: var(--red); }
.creator-jump span { color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.creator-directory-head { align-items: end; }
.creator-filterbar {
  align-items: center;
  background: #fff;
  border: 1px solid #dedbd3;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px;
}
.creator-filterbar label { flex: 0 1 380px; }
.creator-filterbar input {
  background: #f7f5f0;
  border: 1px solid #d8d5cd;
  border-radius: 3px;
  font-size: 13px;
  padding: 12px 14px;
  width: 100%;
}
.creator-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.creator-card {
  background: #fff;
  border: 1px solid #dedbd3;
  border-top: 4px solid var(--navy);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  padding: 23px;
  position: relative;
  transition: box-shadow .2s, transform .2s;
}
.creator-card:hover { box-shadow: 0 18px 42px #13203417; transform: translateY(-3px); }
.creator-card[data-category="Mécanique & projets"] { border-top-color: #a17838; }
.creator-card[data-category="Électrique & mobilité"] { border-top-color: var(--blue); }
.creator-card[data-category="Passion & divertissement"] { border-top-color: var(--red); }
.creator-card[data-category="Presse & sport auto"] { border-top-color: #5e4d86; }
.creator-card-top { align-items: center; display: flex; gap: 13px; }
.creator-avatar {
  background: linear-gradient(145deg, #193758, #07172b);
  border-radius: 12px;
  color: #fff;
  display: grid;
  flex: 0 0 54px;
  height: 54px;
  overflow: hidden;
  place-items: center;
  position: relative;
}
.creator-avatar::after {
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  content: "";
  height: 62px;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 62px;
}
.creator-card[data-category="Mécanique & projets"] .creator-avatar { background: linear-gradient(145deg, #c69d54, #725322); }
.creator-card[data-category="Électrique & mobilité"] .creator-avatar { background: linear-gradient(145deg, #4d9dc8, #175478); }
.creator-card[data-category="Passion & divertissement"] .creator-avatar { background: linear-gradient(145deg, #f25a66, #ad1d29); }
.creator-card[data-category="Presse & sport auto"] .creator-avatar { background: linear-gradient(145deg, #8571ad, #443563); }
.creator-avatar span { font-family: var(--font-mono); font-size: 13px; font-weight: 900; position: relative; z-index: 1; }
.creator-category { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.creator-card h3 { color: var(--navy); font-size: 21px; letter-spacing: -.025em; line-height: 1.15; margin: 22px 0 3px; }
.creator-subtitle { color: #344a60; font-size: 11px; font-weight: 800; margin: 0; }
.creator-description { color: var(--muted); font-size: 12px; margin: 15px 0 0; }
.creator-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 17px 0 20px; }
.creator-tags small { background: var(--warm); color: #68717a; font-size: 8px; padding: 4px 7px; }
.creator-card > a {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--navy);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  gap: 9px;
  margin-top: auto;
  padding-top: 15px;
}
.creator-card > a:hover { color: var(--red); }
.creator-card > a b { color: var(--red); margin-left: auto; }
.youtube-play { background: var(--red); border-radius: 4px; height: 17px; position: relative; width: 24px; }
.youtube-play::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  content: "";
  left: 10px;
  position: absolute;
  top: 4px;
}
.creator-verified { color: #7c858f; font-size: 10px; margin: 20px 0 0; text-align: right; }
.creator-reading { background: #fff; }
.creator-reading-grid { display: grid; gap: 90px; grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr); }
.creator-reading h2 {
  color: var(--navy);
  font-size: 44px;
  letter-spacing: -.045em;
  line-height: 1.06;
  margin: 0;
}
.creator-reading-grid > div > p { color: var(--muted); font-size: 14px; margin: 20px 0 0; }
.creator-reading-steps { border-top: 1px solid var(--line); margin: 0; padding: 0; }
.creator-reading-steps li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 40px 1fr;
  padding: 20px 0;
}
.creator-reading-steps li > span { color: var(--red); font-family: var(--font-mono); font-size: 10px; }
.creator-reading-steps strong { color: var(--navy); font-size: 15px; }
.creator-reading-steps p { color: var(--muted); font-size: 12px; margin: 5px 0 0; }
.creator-compare-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.creator-compare-grid article { border: 1px solid #ffffff24; min-height: 220px; padding: 28px; }
.creator-compare-grid span { color: #ff7a83; font-family: var(--font-mono); font-size: 10px; }
.creator-compare-grid h3 { color: #fff; font-size: 22px; margin: 40px 0 9px; }
.creator-compare-grid p { color: #aab6c5; font-size: 12px; margin: 0; }
.creator-compare-actions { align-items: center; display: flex; gap: 24px; margin-top: 26px; }
.creator-compare-actions .btn { margin-top: 0; }
.creator-faq { background: #f8f7f3; }
.creator-disclaimer { color: #7b848e; font-size: 10px; margin: 25px 0 0; max-width: 1000px; }
.creator-final-cta { background: #c92734; }

@media (max-width: 1250px) {
  .creator-hero-grid { gap: 45px; grid-template-columns: minmax(0, 1fr) minmax(450px, .9fr); }
  .creator-hero h1 { font-size: 54px; }
  .creator-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .creator-jump a { font-size: 10px; padding-inline: 12px; }
}

@media (max-width: 1050px) {
  .directory-hero-grid,
  .channel-feature-grid,
  .creator-hero-grid,
  .creator-reading-grid { grid-template-columns: 1fr; }
  .directory-hero-stats { max-width: 680px; }
  .channel-feature-visual { max-width: 760px; }
  .directory-section .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-method { grid-template-columns: 190px 1fr; }
  .directory-method a { grid-column: 2; }
  .creator-hero-visual { max-width: 820px; }
  .creator-jump .wrap { grid-template-columns: repeat(3, 1fr); }
  .creator-jump a { border-bottom: 1px solid var(--line); }
  .creator-filterbar { align-items: stretch; flex-direction: column; }
  .creator-filterbar label { flex-basis: auto; }
  .creator-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .directory-hero { padding: 54px 0; }
  .directory-hero-grid { gap: 38px; }
  .directory-hero-stats { grid-template-columns: 1fr; }
  .directory-hero-stats div { min-height: 94px; }
  .directory-channel-feature { padding: 45px 0; }
  .channel-feature-grid { gap: 28px; }
  .channel-feature-visual { min-height: 205px; }
  .channel-feature-grid h2 { font-size: 31px; }
  .directory-visual-guide { padding: 55px 0; }
  .directory-visual-grid { grid-template-columns: 1fr 1fr; }
  .directory-visual-grid figure { min-height: 230px; }
  .directory-section .explorer { padding: 15px; }
  .directory-section .directory-grid { grid-template-columns: 1fr; }
  .directory-section .directory-card { grid-template-columns: 64px minmax(0, 1fr); min-height: 0; padding: 20px; }
  .directory-section .site-icon.editorial-image { height: 60px; width: 60px; }
  .directory-method { grid-template-columns: 1fr; padding: 24px; }
  .directory-method a { grid-column: auto; }
  .creator-hero { padding: 54px 0; }
  .creator-hero-grid { gap: 38px; }
  .creator-hero h1 { font-size: 43px; }
  .creator-hero-copy > p { font-size: 15px; }
  .creator-hero-actions { align-items: stretch; flex-direction: column; }
  .creator-proof { gap: 18px; justify-content: space-between; }
  .creator-proof span { font-size: 8px; }
  .creator-proof strong { font-size: 13px; }
  .creator-hero-visual { padding: 7px; }
  .creator-jump .wrap { grid-template-columns: 1fr; width: 100%; }
  .creator-jump a,
  .creator-jump a:first-child { border-left: 0; border-right: 0; min-height: 54px; padding-inline: 20px; }
  .creator-directory-head { align-items: flex-start; }
  .creator-filterbar { padding: 12px; }
  .creator-filterbar .chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .creator-filterbar .chips button { flex: 0 0 auto; }
  .creator-grid { grid-template-columns: 1fr; }
  .creator-card { min-height: 0; }
  .creator-reading-grid { gap: 40px; }
  .creator-reading h2 { font-size: 35px; }
  .creator-compare-grid { grid-template-columns: 1fr; }
  .creator-compare-grid article { min-height: 180px; }
  .creator-compare-actions { align-items: flex-start; flex-direction: column; }
}
.brand small {
  letter-spacing: .66em;
}

.ai-disclaimer + .footer-bottom {
  margin-top: 22px;
}

.footer-bottom a {
  margin-left: auto;
}

.budget-formula {
  align-items: center;
  background: var(--navy);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px 24px;
}
.budget-formula strong {
  font-size: 13px;
  white-space: nowrap;
}
.budget-formula span {
  color: #b8c4d1;
  font-size: 12px;
  text-align: right;
}
.decision-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}
.decision-grid section,
.inspection-grid section {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  padding: 22px;
}
.decision-grid section > span,
.inspection-grid section > span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}
.decision-grid h3,
.inspection-grid h3 {
  color: var(--navy);
  font-size: 18px;
  margin: 15px 0 8px;
}
.decision-grid p,
.inspection-grid p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.inspection-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.permit-guide-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}
.permit-guide-grid article {
  border: 1px solid #ffffff24;
  padding: 22px;
}
.permit-guide-grid article > span {
  color: #ff7580;
  font-family: var(--font-mono);
  font-size: 10px;
}
.permit-guide-grid h3 {
  color: #fff;
  font-size: 17px;
  margin: 18px 0 8px;
}
.permit-guide-grid p {
  color: #aab6c5;
  font-size: 12px;
  margin: 0;
}
.calculator + .source-note {
  margin-top: 16px;
}
.finance-comparison,
.legal-comparison {
  margin-top: 30px;
}

@media (max-width: 1050px) {
  .permit-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .budget-formula { align-items: flex-start; flex-direction: column; gap: 8px; }
  .budget-formula strong { white-space: normal; }
  .budget-formula span { text-align: left; }
  .decision-grid,
  .inspection-grid,
  .permit-guide-grid { grid-template-columns: 1fr; }
}

/* Emploi automobile */
.employment-hero { padding: 68px 0; }
.employment-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  position: relative;
  z-index: 1;
}
.employment-hero h1 { max-width: 920px; }
.employment-reviewed {
  color: #8798aa !important;
  font-size: 10px !important;
  letter-spacing: .06em;
  margin: 22px 0 0 !important;
  text-transform: uppercase;
}
.employment-jump {
  background: #07172b;
  border: 1px solid #ffffff24;
  display: flex;
  flex-direction: column;
  padding: 26px;
}
.employment-jump > span {
  color: #ff7a83;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 10px;
}
.employment-jump a {
  align-items: center;
  border-top: 1px solid #ffffff20;
  color: #e3e9ef;
  display: grid;
  font-size: 12px;
  font-weight: 750;
  gap: 12px;
  grid-template-columns: 28px 1fr;
  padding: 13px 0;
}
.employment-jump a:hover { color: #fff; }
.employment-jump b {
  color: #ff7a83;
  font-family: var(--font-mono);
  font-size: 9px;
}
.employment-intro-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
}
.employment-answer {
  background: #fff;
  border: 1px solid var(--line);
  padding: 38px;
}
.employment-answer h2,
.employment-search-aside h2 {
  color: var(--navy);
  font-size: 34px;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin: 0;
}
.employment-answer > p {
  color: var(--muted);
  font-size: 15px;
  margin: 18px 0 0;
}
.employment-facts {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
.employment-facts div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
}
.employment-facts strong { color: var(--navy); font-size: 14px; }
.employment-facts span { color: var(--muted); font-size: 11px; }
.employment-network-card {
  background: var(--red);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
}
.employment-network-card > span,
.employment-search-aside > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.employment-network-card h2 {
  font-size: 31px;
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 17px 0 14px;
}
.employment-network-card p { color: #ffe3e5; font-size: 13px; margin: 0; }
.employment-network-card a {
  border-bottom: 1px solid #ffffff4a;
  border-top: 1px solid #ffffff4a;
  font-size: 13px;
  font-weight: 900;
  margin-top: 26px;
  padding: 15px 0;
}
.employment-network-card a span { float: right; }
.employment-network-card small { color: #ffd0d3; font-size: 9px; margin-top: 14px; }
.employment-family-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
.employment-family-grid article {
  background: #fff;
  border: 1px solid #e0ddd6;
  border-top: 4px solid var(--navy);
  padding: 30px;
}
.employment-family-grid article:nth-child(2),
.employment-family-grid article:nth-child(4) { border-top-color: var(--red); }
.employment-family-grid article > span,
.employment-role-grid article > span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.employment-family-grid h3 {
  color: var(--navy);
  font-size: 23px;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin: 18px 0 11px;
}
.employment-family-grid p { color: var(--muted); font-size: 13px; margin: 0; }
.employment-family-grid ul {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 0;
  padding: 18px 0 0;
}
.employment-family-grid li {
  color: #35475a;
  font-size: 11px;
  padding-left: 13px;
  position: relative;
}
.employment-family-grid li::before {
  color: var(--red);
  content: "•";
  left: 0;
  position: absolute;
}
.employment-role-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.employment-role-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 228px;
  padding: 25px;
  scroll-margin-top: 120px;
}
.employment-role-grid h3 {
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 15px 0 9px;
}
.employment-role-grid p { color: var(--muted); font-size: 12px; margin: 0; }
.employment-role-grid small {
  border-top: 1px solid var(--line);
  color: #3d5165;
  font-size: 10px;
  font-weight: 750;
  margin-top: 18px;
  padding-top: 13px;
}
.employment-regulated-note { margin-top: 24px; }
.employment-training-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.employment-training-grid article {
  border: 1px solid #ffffff24;
  padding: 26px;
}
.employment-training-grid span {
  color: #ff7a83;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.employment-training-grid h3 { color: #fff; font-size: 21px; margin: 22px 0 10px; }
.employment-training-grid p { color: #aab6c5; font-size: 12px; margin: 0; }
.employment-training-grid p strong { color: #e7edf4; }
.employment-training-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}
.employment-training-actions a {
  align-items: center;
  background: #fff;
  color: var(--navy);
  display: grid;
  gap: 8px 15px;
  grid-template-columns: 1fr auto;
  min-height: 110px;
  padding: 20px;
}
.employment-training-actions a:hover strong { color: var(--red); }
.employment-training-actions span {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: .14em;
}
.employment-training-actions strong { font-size: 13px; line-height: 1.35; }
.employment-training-actions b { color: var(--red); }
.employment-source-line { color: #8190a0; font-size: 10px; margin: 20px 0 0; }
.employment-search-layout {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) 350px;
}
.employment-search-steps { border-top: 1px solid #cfd1ce; margin: 32px 0 0; padding: 0; }
.employment-search-steps li {
  border-bottom: 1px solid #cfd1ce;
  display: grid;
  gap: 22px;
  grid-template-columns: 44px 1fr;
  padding: 23px 0;
}
.employment-search-steps li > span { color: var(--red); font-family: var(--font-mono); font-size: 11px; }
.employment-search-steps h3 { color: var(--navy); font-size: 18px; margin: 0 0 6px; }
.employment-search-steps p { color: var(--muted); font-size: 13px; margin: 0; }
.employment-search-aside {
  background: #fff;
  border-top: 4px solid var(--red);
  padding: 30px;
  position: sticky;
  top: 120px;
}
.employment-search-aside > span { color: var(--red); }
.employment-search-aside h2 { font-size: 28px; margin: 16px 0 20px; }
.employment-search-aside ul { border-top: 1px solid var(--line); margin: 0; padding: 0; }
.employment-search-aside li {
  border-bottom: 1px solid var(--line);
  color: #405164;
  font-size: 12px;
  padding: 11px 0 11px 18px;
  position: relative;
}
.employment-search-aside li::before { color: var(--red); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.employment-search-aside p { color: var(--muted); font-size: 12px; margin: 20px 0; }
.employment-search-aside a {
  background: var(--red);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  padding: 14px;
  text-align: center;
}
.employment-directory {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.employment-directory a {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 23px;
  transition: box-shadow .2s, transform .2s;
}
.employment-directory a:hover { box-shadow: 0 16px 36px #13203414; transform: translateY(-3px); }
.employment-directory a.featured { background: var(--red); border-color: var(--red); color: #fff; }
.employment-directory a > span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}
.employment-directory a.featured > span { color: #ffe0e2; }
.employment-directory h3 { font-size: 20px; letter-spacing: -.025em; margin: 25px 0 9px; }
.employment-directory p { color: var(--muted); font-size: 12px; margin: 0; }
.employment-directory a.featured p { color: #ffe1e3; }
.employment-directory b { color: var(--red); font-size: 10px; margin-top: auto; padding-top: 20px; }
.employment-directory a.featured b { color: #fff; }
.employment-directory-note { margin-bottom: 0; }
.employment-final-cta { background: #c92734; }

/* Mise en avant emploi sur l'accueil */
.employment-home { background: #e9eef2; padding: 68px 0; }
.employment-home-grid {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
}
.employment-home h2 {
  color: var(--navy);
  font-size: 38px;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 0;
}
.employment-home p { color: var(--muted); font-size: 14px; margin: 15px 0 24px; max-width: 700px; }
.employment-home-actions { display: flex; gap: 10px; }
.employment-home-actions .btn.ghost { border-color: var(--navy); color: var(--navy); }
.employment-home-roles {
  border-left: 1px solid #c9d0d6;
  border-top: 1px solid #c9d0d6;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.employment-home-roles span {
  background: #fff;
  border-bottom: 1px solid #c9d0d6;
  border-right: 1px solid #c9d0d6;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  padding: 20px;
}

@media (max-width: 1050px) {
  .employment-hero-grid,
  .employment-intro-grid { grid-template-columns: 1fr; }
  .employment-jump { display: grid; grid-template-columns: 1fr 1fr; }
  .employment-jump > span { grid-column: 1 / -1; }
  .employment-training-grid,
  .employment-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .employment-home-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .employment-hero { padding: 56px 0; }
  .employment-hero-grid { gap: 34px; }
  .employment-jump,
  .employment-facts,
  .employment-family-grid,
  .employment-role-grid,
  .employment-training-grid,
  .employment-training-actions,
  .employment-search-layout,
  .employment-directory,
  .employment-home-grid { grid-template-columns: 1fr; }
  .employment-jump > span { grid-column: auto; }
  .employment-answer,
  .employment-network-card { padding: 25px; }
  .employment-answer h2 { font-size: 29px; }
  .employment-family-grid article,
  .employment-role-grid article { padding: 22px; }
  .employment-family-grid ul { grid-template-columns: 1fr; }
  .employment-role-grid article { min-height: 0; }
  .employment-search-layout { gap: 30px; }
  .employment-search-aside { position: static; }
  .employment-home-actions { align-items: stretch; flex-direction: column; }
  .employment-home h2 { font-size: 32px; }
}
