*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:0 18px}

.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:10}
.header__inner{display:flex;align-items:center;justify-content:space-between;height:56px}
.brand{font-weight:700;letter-spacing:.02em}
.nav a{margin-left:14px;opacity:.85}
.nav a:hover{opacity:1}

.hero{padding:48px 0 18px}
.hero h1{font-size:54px;line-height:1.05;margin:0 0 12px}
.lead{font-size:18px;max-width:70ch;opacity:.9;margin:0}

.layout{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start;padding:26px 0 20px}
@media (max-width: 980px){.layout{grid-template-columns:1fr}}

.filters{border:1px solid #eee;border-radius:18px;padding:14px;background:#fff;position:sticky;top:74px}
@media (max-width: 980px){.filters{position:static}}

.filters__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.filters__header h2{margin:0;font-size:16px}
.clear{font-size:13px;opacity:.7}
.clear:hover{opacity:1}

.field{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 14px}
.field label{grid-column:1/-1;font-size:13px;opacity:.8}
select{width:100%;padding:10px 10px;border:1px solid #ddd;border-radius:12px;background:#fff}

.facet{border-top:1px solid #eee;padding-top:10px;margin-top:10px}
.facet summary{cursor:pointer;font-weight:600;opacity:.9}
.facet__values{margin-top:10px;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto;padding-right:6px}
.chk{display:grid;grid-template-columns:18px 1fr auto;gap:10px;align-items:center}
.chk em{font-style:normal;font-size:12px;opacity:.6}

.btn{display:inline-block;padding:10px 14px;border:1px solid #111;border-radius:12px;background:#fff}
.btn:hover{transform:translateY(-1px)}
.btn.full{width:100%;margin-top:12px}

.results__bar{display:flex;justify-content:space-between;align-items:center;margin:0 0 12px}
.muted{opacity:.7}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media (max-width: 1100px){.grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width: 760px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 520px){.grid{grid-template-columns:1fr}}

.card{border:1px solid #eee;border-radius:18px;overflow:hidden;background:#fff}
.card img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.card__body{padding:10px 12px 12px}
.card__body h3{margin:0 0 6px;font-size:14px}
.meta{margin:0;display:flex;gap:10px;flex-wrap:wrap;font-size:12px;opacity:.75}

.pagination{display:flex;justify-content:space-between;align-items:center;margin:16px 0 40px}

.section{padding:34px 0;border-top:1px solid #eee}
.section h2{margin:0 0 14px}

.site-footer{border-top:1px solid #eee;padding:18px 0 30px}
.disclaimer{opacity:.75;max-width:95ch}
.small{opacity:.65;font-size:13px}

.piece{padding:18px 0 40px}
.back{display:inline-block;margin-bottom:14px;opacity:.75}
.piece__head{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;justify-content:space-between}
.piece__head h1{margin:0;font-size:28px}
.piece__kpis{display:flex;gap:14px;flex-wrap:wrap}
.piece__kpis > div{border:1px solid #eee;border-radius:14px;padding:8px 10px;background:#fff;min-width:140px}
.piece__kpis strong{display:block}

.figure{margin:14px 0 0}
.figure img{width:100%;height:auto;border-radius:18px;border:1px solid #eee}

.traits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media (max-width: 800px){.traits{grid-template-columns:1fr}}
.trait{border:1px solid #eee;border-radius:14px;padding:10px;background:#fff}
.trait strong{display:block}

.table{border:1px solid #eee;border-radius:18px;overflow:hidden;background:#fff}
.row{display:grid;grid-template-columns:160px 1fr 160px 120px;gap:10px;padding:10px 12px;border-top:1px solid #eee}
.row.head{border-top:none;background:#fafafa;font-weight:600}
@media (max-width: 900px){.row{grid-template-columns:140px 1fr}}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

/* Liens soulignés au survol (+ focus clavier) */
a:hover,
a:focus-visible{
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1px;
}

/* Exception : les boutons restent non soulignés */
.btn:hover,
.btn:focus-visible{
  text-decoration: none;
}

/* =========================================
   Static editorial pages (FAQ + Voices)
   Scoped to avoid impacting the rest of the site
   ========================================= */

/* Shared page header */
.page--faq .wrap,
.page--voices .wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px 48px;
}

.page--faq .page__title,
.page--voices .page__title{
  margin: 0 0 8px;
  font-size: 34px;
  letter-spacing: -0.02em;
}

.page--faq .page__intro,
.page--voices .page__intro{
  margin: 0 0 22px;
  opacity: .85;
  line-height: 1.5;
}

/* FAQ */

/* Featured image (FAQ header) */
.page--faq .faq__hero{
  margin: 16px 0 22px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}

.page--faq .faq__hero img{
  display: block;
  width: 100%;
  height: auto;
}



.page--faq .faq__hero figcaption{
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  opacity: .78;
  border-top: 1px solid rgba(255,255,255,.08);
}

.page--faq .faq__hero figcaption a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.page--faq .faq__hero figcaption a:hover{
  text-decoration: underline;
  border-bottom-color: transparent;
}
.page--faq .faq{
  border-top: 1px solid rgba(255,255,255,.10);
}

.page--faq .faq__item{
  border-bottom: 1px solid rgba(255,255,255,.10);
  padding: 8px 0;
}

.page--faq .faq__q{
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding: 10px 0;

  display: flex;
  align-items: center;
  gap: 10px;
}

.page--faq .faq__q::-webkit-details-marker{ display: none; }
.page--faq .faq__q:hover{ opacity: .95; }

.page--faq .faq__chev{
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.page--faq .faq__icon{
  width: 16px;
  height: 16px;
  opacity: .9;
  display: inline-block;
}

.page--faq .faq__icon--up{ display: none; }

.page--faq .faq__item[open] > .faq__q .faq__icon--down{ display: none; }
.page--faq .faq__item[open] > .faq__q .faq__icon--up{ display: inline-block; }

.page--faq .faq__qtext{ display: inline-block; }

.page--faq .faq__a{
  padding: 0 0 14px;
  opacity: .95;
}

.page--faq .faq__a p{
  margin: 10px 0;
  line-height: 1.6;
}

.page--faq .faq__disclaimer{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.page--faq .faq__disclaimer-title{
  margin: 0 0 6px;
  font-size: .95em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .75;
}

.page--faq .faq__disclaimer-text{
  margin: 0;
  font-size: .90em;
  line-height: 1.55;
  opacity: .75;
}

/* Voices */
.page--voices .voices{
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 18px;
}

.page--voices .voices__lead{
  margin: 0 0 16px;
  line-height: 1.6;
  opacity: .9;
}

.page--voices .voices__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 860px){
  .page--voices .voices__grid{ grid-template-columns: 1fr 1fr; }
}

.page--voices .voice{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  padding: 16px 16px 14px;
  background: rgba(255,255,255,.02);
}

.page--voices .voice__quote{
  margin: 0 0 12px;
  font-size: 1.05em;
  line-height: 1.55;
  opacity: .96;
}

.page--voices .voice__by{
  margin: 0;
  line-height: 1.4;
  opacity: .85;
}

.page--voices .voice__by strong{ font-weight: 700; }

.page--voices .voice__meta{
  display: block;
  margin-top: 4px;
  font-size: .92em;
  opacity: .8;
}

.page--voices .voice__meta a{
  opacity: .95;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.page--voices .voice__meta a:hover{
  border-bottom-color: rgba(255,255,255,.35);
}

.page--voices .voices__note{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: .92em;
  line-height: 1.55;
  opacity: .78;
}