/* assurance-professionnelle-photographe.fr — famille V8-atlas, habillage vert (hue 129),
   détourné en registre créatif (revue de voyage -> reportage photo). Titres Abril Fatface
   (H1/citations uniquement), corps Actor. */
@font-face{
  font-family:"Abril Fatface"; font-style:normal; font-weight:400; font-display:swap;
  src:url("/fonts/abril-fatface-latin-400.woff2") format("woff2");
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face{
  font-family:"Actor"; font-style:normal; font-weight:400; font-display:swap;
  src:url("/fonts/actor-latin-400.woff2") format("woff2");
  unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
:root{
  --rep-ink:       oklch(0.20 0.020 129);
  --rep-paper:     oklch(0.96 0.012 129);
  --rep-surface:   oklch(0.90 0.016 129);
  --rep-accent:    oklch(0.50 0.120 129);
  --rep-accent-d:  oklch(0.38 0.110 129);
  --rep-accent-l:  oklch(0.66 0.090 129);
  --rep-white:     oklch(0.99 0.006 129);
  --rep-border:    oklch(0.83 0.022 129);
  --font-title: "Abril Fatface", Georgia, serif;
  --font-body: "Actor", system-ui, sans-serif;
  --rep-radius: 10px;
  --rep-maxw: 1180px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--rep-paper); color:var(--rep-ink);
  font-family:var(--font-body); line-height:1.6; font-size:17px;
}
/* Abril Fatface réservée au H1 et aux citations/kickers -- jamais le corps ni H2/H3 (fiche
   d'habillage). H2/H3 restent en Actor, distingués par graisse/majuscules plutôt que par police. */
h1{font-family:var(--font-title); font-weight:400; line-height:1.1; margin:0 0 .4em; font-size:clamp(1.9rem, 5vw, 3.3rem)}
h2{font-family:var(--font-body); font-weight:700; line-height:1.2; margin:0 0 .5em; font-size:clamp(1.3rem, 2.4vw, 1.7rem)}
h3{font-family:var(--font-body); font-weight:700; font-size:1.05rem; margin:0 0 .4em}
p{margin:0 0 1em}
a{color:var(--rep-accent-d)}
ul{margin:0 0 1em; padding-left:1.2em}
img{max-width:100%; height:auto; display:block; border-radius:var(--rep-radius)}
.rep-skip{position:absolute; left:-999px; top:0; background:var(--rep-white); padding:.6em 1em; z-index:100}
.rep-skip:focus{left:8px; top:8px}
.rep-wrap{max-width:var(--rep-maxw); margin:0 auto; padding:0 1.25rem}
.sr-only{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap}

/* topbar */
.rep-topbar{background:var(--rep-ink); color:var(--rep-white); font-size:.8rem}
.rep-topbar-in{display:flex; justify-content:space-between; gap:1rem; padding:.3rem 1.25rem; flex-wrap:wrap}
.rep-topbar a{color:var(--rep-white)}
.rep-topbar-in span{display:none}
@media (min-width:560px){.rep-topbar-in span{display:inline}}

/* header */
.rep-header{background:var(--rep-white); border-bottom:1px solid var(--rep-border); position:sticky; top:0; z-index:40}
.rep-header-in{display:flex; align-items:center; gap:1rem; padding:.5rem 1.25rem; flex-wrap:nowrap; position:relative}
.rep-logo{font-family:var(--font-title); font-size:1.1rem; color:var(--rep-ink); text-decoration:none;
  margin-right:auto; flex-shrink:1; min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.rep-logo-short{display:none}

.rep-burger{display:none; flex-direction:column; justify-content:center; align-items:center; gap:4px; width:44px; height:44px;
  border:1.5px solid var(--rep-border); border-radius:8px; background:var(--rep-white); cursor:pointer; flex-shrink:0; padding:0}
.rep-burger-bar{display:block; width:16px; height:2px; background:var(--rep-ink); margin:0 auto}
.rep-nav{display:flex; align-items:center; min-width:0; overflow-x:auto; -webkit-overflow-scrolling:touch}
.rep-nav-list{list-style:none; display:flex; gap:1.2rem; margin:0; padding:0; align-items:center; flex-wrap:nowrap; white-space:nowrap}
.rep-nav-list > li > a{color:var(--rep-ink); text-decoration:none; font-weight:600; font-size:.94rem}
.rep-cta-header-short{display:none}

@media (max-width:640px){
  .rep-burger{display:flex}
  .rep-cta-header-full{display:none}
  .rep-cta-header-short{display:inline}
  .rep-nav{display:none; position:absolute; top:100%; left:0; right:0; background:var(--rep-white);
    border-bottom:1px solid var(--rep-border); box-shadow:0 8px 16px rgba(0,0,0,.08); overflow-x:visible}
  .rep-nav.is-open{display:block}
  .rep-nav-list{flex-direction:column; align-items:stretch; gap:0; white-space:normal; padding:.5rem 1.25rem 1rem}
  .rep-nav-list > li > a, .rep-nav-drop-btn{display:block; padding:.6rem 0; font-size:1rem}
  .rep-nav-sub{position:static; box-shadow:none; border:0; padding:0 0 0 1rem}
}
@media (max-width:400px){
  .rep-header-in{gap:.5rem; padding:.5rem .75rem}
  .rep-logo{max-width:48vw; font-size:.82rem}
  .rep-logo-full{display:none}
  .rep-logo-short{display:inline}
  .rep-cta-header{padding:.45rem .55rem; font-size:.8rem}
}
.rep-nav-drop{position:relative}
.rep-nav-drop-btn{background:none; border:0; font-family:var(--font-body); font-weight:600; font-size:.94rem; color:var(--rep-ink); cursor:pointer; padding:.3rem 0}
.rep-nav-sub{list-style:none; margin:0; padding:.5rem; position:absolute; top:100%; left:0; background:var(--rep-white); border:1px solid var(--rep-border); border-radius:var(--rep-radius); min-width:250px; box-shadow:0 8px 24px rgba(0,0,0,.08); display:none}
.rep-nav-drop:hover .rep-nav-sub, .rep-nav-drop:focus-within .rep-nav-sub{display:block}
.rep-nav-sub li a{display:block; padding:.68rem .5rem; color:var(--rep-ink); text-decoration:none; border-radius:6px; font-size:.92rem; min-height:44px; box-sizing:border-box; display:flex; align-items:center}
.rep-nav-sub li a:hover{background:var(--rep-surface)}
.rep-cta-header{margin-left:.5rem; white-space:nowrap; flex-shrink:0; flex-grow:0}

/* buttons */
.rep-btn{display:inline-block; font-family:var(--font-body); font-weight:700; text-decoration:none; padding:.75rem 1.3rem; border-radius:999px; border:0; cursor:pointer; font-size:1rem}
.rep-btn-accent{background:var(--rep-accent-d); color:var(--rep-white)}
.rep-btn-accent:hover{background:oklch(0.32 0.115 129)}
.rep-btn-ghost{background:var(--rep-ink); color:var(--rep-white); border:1.5px solid rgba(255,255,255,.55)}
.rep-btn-ghost:hover{background:oklch(0.14 0.018 129)}

/* bands */
.rep-band{padding:2.6rem 0}
.rep-band-alt{background:var(--rep-surface)}
.rep-two-up{display:grid; grid-template-columns:1fr 1fr; gap:2.5rem}
@media (max-width:760px){.rep-two-up{grid-template-columns:1fr}}

.rep-relance-in{display:grid; grid-template-columns:1.1fr .9fr; gap:2rem; align-items:center}
@media (max-width:760px){.rep-relance-in{grid-template-columns:1fr}}
.rep-relance-in .rep-form{background:var(--rep-white); border:1px solid var(--rep-border); border-radius:var(--rep-radius); padding:1rem}

/* kicker -- "légende façon carte" : petites capitales, filet pointé (module signature V8-atlas) */
.rep-kicker{text-transform:uppercase; letter-spacing:.14em; font-size:.76rem; color:var(--rep-accent-d); font-weight:700;
  margin:0 0 .6em; padding-bottom:.3em; display:inline-block; border-bottom:1px dotted var(--rep-accent-d)}
.rep-lede{font-size:1.03rem; max-width:62ch; color:oklch(0.32 0.02 129); margin-bottom:.7em}

/* hero — mode B : grande photo pleine page, texte + checklist en surimpression, volet <details>
   natif (pas de form direct dans le hero). Hauteur AU CONTENU, bouton au-dessus du pli mobile
   390x844 / desktop 1366x768 (gate G32). */
.rep-hero{position:relative; overflow:hidden; min-height:220px; background:var(--rep-ink)}
.rep-hero-photo{position:absolute; inset:0; z-index:0}
.rep-hero-photo img{width:100%; height:100%; object-fit:cover; border-radius:0}
.rep-hero-photo::after{content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(180deg, rgba(10,16,10,.62) 0%, rgba(10,16,10,.72) 42%, rgba(10,16,10,.92) 100%)}
.rep-hero-in{position:relative; z-index:2; padding-top:1.2rem; padding-bottom:1.2rem; color:var(--rep-white)}
.rep-hero-in .rep-kicker{color:var(--rep-accent-l); border-bottom-color:var(--rep-accent-l)}
.rep-hero-in h1{color:var(--rep-white); margin-bottom:.28em; font-size:clamp(1.5rem, 4.2vw, 2.6rem)}
.rep-hero-in .rep-lede{color:var(--rep-white); max-width:56ch; margin-bottom:.4em; font-size:.98rem}
.rep-hero-actions{display:flex; gap:.6rem; flex-wrap:wrap; align-items:flex-start; margin-top:.7rem}

/* volet devis */
.rep-volet{display:inline-block; min-width:0; max-width:100%}
.rep-volet > summary{list-style:none; display:inline-block}
.rep-volet > summary::-webkit-details-marker{display:none}
.rep-volet > summary::marker{content:""}
.rep-volet-panel{margin-top:.9rem; background:var(--rep-white); color:var(--rep-ink); border-radius:var(--rep-radius); padding:1rem 1.1rem; width:min(420px, 100%); max-width:100%; box-shadow:0 12px 32px rgba(0,0,0,.28); box-sizing:border-box}
.rep-volet:not([open]) > .rep-volet-panel{display:none}
.rep-volet[open] > summary{background:oklch(0.32 0.115 129)}
@media (max-width:480px){
  .rep-hero-actions{flex-direction:column; align-items:stretch}
  .rep-hero-actions .rep-btn{text-align:center}
  .rep-volet{max-width:100%}
}

/* pho-checklist -- module signature "le matériel en reportage", en surimpression coin bas
   d'une grande photo pleine page. Chaque pièce est reliée à sa page de garantie. */
.pho-checklist-wrap{position:relative; z-index:2; padding-bottom:1.4rem}
.pho-checklist{list-style:none; margin:0; padding:0; display:grid; gap:.5rem; max-width:420px}
.pho-checklist-item a{display:flex; align-items:center; gap:.6rem; text-decoration:none; color:var(--rep-white);
  background:rgba(12,18,12,.62); border:1px solid rgba(255,255,255,.22); border-radius:999px;
  padding:.5rem .9rem .5rem .6rem; backdrop-filter:blur(2px)}
.pho-checklist-item a:hover{background:rgba(12,18,12,.8); border-color:var(--rep-accent-l)}
.pho-checklist-check{flex-shrink:0; width:1.5rem; height:1.5rem; border-radius:999px; display:flex; align-items:center; justify-content:center;
  background:var(--rep-accent); color:var(--rep-white); font-size:.85rem; font-weight:700}
.pho-checklist-label{font-size:.88rem; font-weight:600}
.pho-checklist-label small{display:block; font-weight:400; font-size:.76rem; color:oklch(0.86 0.02 129)}

/* module détaillé (bande "preuve") : version carte, sous la photo */
.pho-detail{display:grid; grid-template-columns:1.15fr 1fr; gap:2rem; align-items:start; margin-top:1.2rem}
@media (max-width:820px){.pho-detail{grid-template-columns:1fr}}
.pho-detail-photo{position:relative; aspect-ratio:4/3; border-radius:var(--rep-radius); overflow:hidden; background:var(--rep-surface)}
.pho-detail-photo img{width:100%; height:100%; object-fit:cover; border-radius:0}
.pho-detail-cards{display:grid; gap:.75rem}
.pho-detail-card{display:flex; gap:.8rem; align-items:flex-start; text-decoration:none; color:var(--rep-ink); background:var(--rep-white); border:1px solid var(--rep-border); border-radius:var(--rep-radius); padding:.9rem 1rem}
.pho-detail-card:hover{border-color:var(--rep-accent-d)}
.pho-detail-card-num{flex-shrink:0; width:1.9rem; height:1.9rem; border-radius:999px; background:var(--rep-accent); color:var(--rep-white); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem}
.pho-detail-card-body{display:flex; flex-direction:column; gap:.15rem}
.pho-detail-card-body span{font-size:.88rem; color:oklch(0.4 0.02 129)}

/* forms */
.rep-form{display:grid; gap:.6rem; max-width:480px}
.rep-form-compact{max-width:420px}
.rep-form-full{max-width:560px}
.rep-field{display:flex; flex-direction:column; gap:.25rem}
.rep-field label{font-size:.88rem; font-weight:600}
.rep-field input, .rep-field select, .rep-field textarea{
  font-family:var(--font-body); font-size:1rem; padding:.55rem .7rem; border:1.5px solid oklch(0.55 0.02 129);
  border-radius:8px; background:var(--rep-white); color:var(--rep-ink);
}
.rep-field input:focus, .rep-field select:focus, .rep-field textarea:focus{outline:2px solid var(--rep-accent); outline-offset:1px}
.rep-honeypot{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden}
.rep-consent{display:flex; gap:.5rem; align-items:flex-start; font-size:.85rem; line-height:1.4}
.rep-consent input{margin-top:.2rem}
.rep-reassure{font-size:.85rem; color:oklch(0.42 0.02 129); margin:0}
.rep-cta-final .rep-reassure{color:oklch(0.85 0.02 129)}
.rep-service-form{background:var(--rep-white); border:1px solid var(--rep-border); border-radius:var(--rep-radius); padding:1rem; max-width:520px}
.rep-service-photo{margin-bottom:.8rem; aspect-ratio:4/3; object-fit:cover; width:100%; height:auto}

.rep-band-service{padding-top:2rem}
.rep-service-copy{min-width:0}
.rep-service-grid{display:grid; grid-template-columns:1.2fr .9fr; gap:2.5rem; align-items:start}
@media (max-width:820px){.rep-service-grid{grid-template-columns:1fr}}

/* fil d'Ariane */
.rep-breadcrumb{font-size:.85rem; color:oklch(0.45 0.02 129); margin-bottom:1rem}
.rep-breadcrumb a{color:oklch(0.42 0.02 129); text-decoration:none}
.rep-breadcrumb a:hover{text-decoration:underline}
.rep-breadcrumb .sep{margin:0 .4em; opacity:.6}

/* content */
.rep-content-narrow{max-width:74ch}
.rep-content-block{margin-bottom:2rem}
.rep-check{list-style:none; padding:0}
.rep-check li{padding-left:1.6em; position:relative; margin-bottom:.5em}
.rep-check li::before{content:"✓"; position:absolute; left:0; color:var(--rep-accent-d); font-weight:700}
.rep-steps{padding-left:1.2em}
.rep-steps li{margin-bottom:.7em}

/* avis */
.rep-avis{margin-top:.5rem}
.rep-avis-score{font-weight:700; font-size:1.1rem; margin-bottom:1rem}
.rep-avis-list{list-style:none; margin:0; padding:0; display:grid; gap:1rem; grid-template-columns:repeat(2,1fr)}
@media (max-width:760px){.rep-avis-list{grid-template-columns:1fr}}
.rep-avis-item{background:var(--rep-white); border:1px solid var(--rep-border); border-radius:var(--rep-radius); padding:1rem}
.rep-avis-head{display:flex; justify-content:space-between; align-items:baseline; gap:.5rem; margin-bottom:.4em; flex-wrap:wrap}
.rep-stars{color:var(--rep-accent-d); letter-spacing:1px}
.rep-avis-who{font-size:.85rem; color:oklch(0.4 0.02 129)}
.rep-avis-profil{font-weight:600; color:var(--rep-ink)}
.rep-avis-more{margin-top:1rem}
.rep-avis-more summary{cursor:pointer; font-weight:600}

/* faq */
.rep-faq{margin-top:.5rem}
.rep-faq-item{border-bottom:1px solid var(--rep-border); padding:.9rem 0}
.rep-faq-item summary{cursor:pointer; font-weight:600; font-size:1.02rem}
.rep-faq-a{padding-top:.6rem; color:oklch(0.32 0.02 129)}

/* blog */
.rep-blog-list{display:grid; gap:1.4rem; margin-top:1.5rem}
.rep-blog-item{border-bottom:1px solid var(--rep-border); padding-bottom:1.2rem}
.rep-blog-date{font-size:.85rem; color:oklch(0.45 0.02 129); margin-bottom:.2em}
.rep-article-body h2{margin-top:1.6em}

/* cta final */
.rep-cta-final{background:var(--rep-ink); color:var(--rep-white)}
.rep-cta-final h2{color:var(--rep-white)}
.rep-cta-final .rep-lede{color:oklch(0.92 0.01 129)}
.rep-cta-final .rep-field label{color:var(--rep-white)}
.rep-cta-final .rep-consent{color:var(--rep-white)}
.rep-cta-final .rep-field input, .rep-cta-final .rep-field select, .rep-cta-final .rep-field textarea{border-color:oklch(0.7 0.02 129)}

/* footer */
.rep-footer{background:var(--rep-surface); padding:2.5rem 0 1.5rem; margin-top:2rem; font-size:.92rem}
.rep-footer-cols{display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:1.5rem; margin-bottom:1.5rem}
@media (max-width:760px){.rep-footer-cols{grid-template-columns:1fr 1fr}}
.rep-footer-h{font-weight:700; margin-bottom:.4em}
.rep-footer ul{list-style:none; padding:0; margin:0}
.rep-footer li{margin-bottom:.3em}
.rep-footer-brand{font-family:var(--font-title); font-size:1.05rem; margin-bottom:.3em}
.foot-sources{font-size:.78rem; color:oklch(0.45 0.02 129); border-top:1px solid var(--rep-border); padding-top:1rem; margin-top:.5rem}
.rep-copy{font-size:.8rem; color:oklch(0.43 0.02 129); margin-top:.6rem}
