/* Page d'accueil — nouvelles sections (situations, premier rendez-vous,
   marches de l'accompagnement, espace gratuit).
   Préfixe .acc- pour ne rien heurter dans charte.css / page-accueil.css. */

.acc-hero{max-width:760px;margin:0 auto 2.5rem;padding:0 1.5rem;text-align:center;}
.acc-accroche{font-family:'Fraunces',serif;font-style:italic;font-size:1.15rem;color:#1F6E69;margin:0 0 .4rem;}
.acc-hero h1{margin-top:0;}
.acc-cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:1.6rem 0 1.3rem;}
.acc-btn{display:inline-block;padding:.75rem 1.4rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid #1F6E69;transition:transform .2s ease,box-shadow .2s ease;}
.acc-btn--plein{background:#1F6E69;color:#fff;}
.acc-btn--contour{background:transparent;color:#1F6E69;}
.acc-btn:hover,.acc-btn:focus-visible{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15);}
.acc-confiance{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.3rem;justify-content:center;padding:0;margin:0;font-size:.86rem;color:#6b6058;}
.acc-confiance li::before{content:"\2713\00a0";color:#1F6E69;font-weight:700;}

.acc-section{max-width:1000px;margin:0 auto 3.2rem;padding:0 1.5rem;}
.acc-section--etroite{max-width:760px;}
.acc-lead{max-width:680px;margin:0 0 1.4rem;}
.acc-note{font-size:.84rem;color:#6b6058;margin:1.2rem 0 0;}
.acc-centre{text-align:center;}

.acc-grille{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;}
.acc-carte{display:block;background:#fff;border:1px solid var(--ligne,#E7DED3);border-radius:4px 24px 4px 24px;padding:1.1rem 1.3rem;color:var(--brun,#241C17);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;}
a.acc-carte:hover,a.acc-carte:focus-visible{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.12);}
.acc-carte strong{font-family:'Fraunces',serif;font-weight:600;font-size:1.02rem;display:block;margin-bottom:.35rem;}
.acc-carte span{font-size:.88rem;color:#6b6058;display:block;}
.acc-carte em{display:block;margin-top:.7rem;font-style:normal;font-size:.8rem;font-weight:600;color:#1F6E69;}

.acc-etapes{list-style:none;counter-reset:etape;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;padding:0;margin:1.2rem 0 1.4rem;}
.acc-etapes li{counter-increment:etape;background:#fff;border:1px solid var(--ligne,#E7DED3);border-radius:4px 24px 4px 24px;padding:1.1rem 1.3rem;}
.acc-etapes li::before{content:counter(etape);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1F6E69;color:#fff;font-weight:600;margin-bottom:.6rem;}
.acc-etapes strong{display:block;font-family:'Fraunces',serif;font-weight:600;margin-bottom:.3rem;}
.acc-etapes span{font-size:.9rem;color:#6b6058;}

.acc-marches{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.2rem;}
.acc-marche{background:#fff;border:1px solid var(--ligne,#E7DED3);border-radius:4px 24px 4px 24px;padding:1.2rem 1.3rem;display:flex;flex-direction:column;}
.acc-marche--gratuit{background:#E4F1F0;border-color:#1F6E69;}
.acc-marche h3{font-size:1.05rem;margin:0 0 .3rem;}
.acc-marche__prix{font-family:'Fraunces',serif;font-size:1.35rem;font-weight:600;color:#1F6E69;margin:0 0 .5rem;}
.acc-marche p{font-size:.88rem;color:#6b6058;margin:0 0 .8rem;}
.acc-marche a{margin-top:auto;font-size:.85rem;font-weight:600;color:#1F6E69;}

.acc-espace{background:#F3EDE4;border-radius:4px 40px 4px 40px;padding:2rem 1.6rem;}
.acc-espace h2{margin-top:0;}
.acc-atouts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin:1.4rem 0;}
.acc-atouts h3{font-size:1rem;margin:0 0 .5rem;}
.acc-atouts ul{margin:0;padding-left:1.1rem;font-size:.9rem;}
.acc-atouts li{margin-bottom:.3rem;}
.acc-espace .acc-cta{margin-bottom:.4rem;}
.acc-vitrine-titre{font-family:'Fraunces',serif;font-weight:600;font-size:1.05rem;margin:1.6rem 0 .2rem;}
.acc-vitrine-compte{font-size:.85rem;color:#6b6058;margin:0 0 .6rem;}
.acc-espace .resource-category{padding-left:0;padding-right:0;margin-bottom:0;}

@media (max-width:600px){
  .acc-btn{width:100%;text-align:center;}
  .acc-espace{padding:1.4rem 1.1rem;}}

/* Motifs de consultation (puces) et blocs présentiel / visio / téléphone */
.acc-motifs-titre{font-size:1.05rem;margin:2rem 0 .2rem;}
.acc-motifs-intro{font-size:.88rem;color:#6b6058;margin:0 0 .3rem;}
.acc-motifs{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:.8rem 0 0;}
.acc-motifs li{background:#F3EDE4;border-radius:999px;padding:.3rem .85rem;font-size:.84rem;color:var(--brun,#241C17);}
/* Trois colonnes et camaïeu (premier rendez-vous, modes d'accompagnement) */
.acc-etapes{grid-template-columns:repeat(3,1fr);}
.acc-etapes li:nth-child(1){--teinte:#2F7F79;background:#F3F9F8;border-color:#CFE6E3;}
.acc-etapes li:nth-child(2){--teinte:#1F6E69;background:#E4F1F0;border-color:#B9DAD6;}
.acc-etapes li:nth-child(3){--teinte:#124B47;background:#D3E8E6;border-color:#A2CFCA;}
.acc-etapes li::before{background:var(--teinte,#1F6E69);}
.acc-etapes span{color:#4a4038;}
@media (max-width:760px){.acc-etapes{grid-template-columns:1fr;}}
html body .acc-confiance{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.6rem;list-style:none;margin:1.6rem auto 0;padding:0}
html body .acc-confiance li{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:0;font-size:1rem;color:#3c332c}
html body .acc-confiance li::before{content:none}
html body .acc-confiance svg.ic{width:1.3rem;height:1.3rem;flex:none;fill:none;stroke:#2F8F8A;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
html body .acc-etoiles{color:#F5B301;letter-spacing:1px}
@media (max-width:760px){html body .acc-confiance{flex-direction:column;align-items:flex-start;gap:.6rem;max-width:22rem}}
@media (min-width:1240px){html body .acc-confiance{flex-wrap:nowrap;gap:1.2rem;width:1180px;position:relative;left:50%;transform:translateX(-50%)}html body .acc-confiance li{white-space:nowrap}}
html body ul.acc-confiance{display:flex;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:.9rem;width:auto;max-width:34rem;margin:1.8rem auto 0;padding:0 .4rem;position:static;left:auto;transform:none}
html body ul.acc-confiance li{display:flex;align-items:center;gap:1rem;white-space:normal;margin:0;padding:.8rem 1.2rem;font:500 1.05rem/1.35 'Fraunces',Georgia,serif;color:#2b2420;background:#FBF7F1;border:1px solid #CFC2B1;border-radius:10px;box-shadow:0 0 0 4px #FBF7F1,0 0 0 5px #DDD2C3,0 6px 14px rgba(60,45,30,.08)}
html body ul.acc-confiance svg.ic{box-sizing:border-box;width:2.5rem;height:2.5rem;padding:.5rem;border:1.5px solid #2F8F8A;border-radius:50%;background:#EAF5F4;stroke:#1F6F6B}
html body ul.acc-confiance .acc-etoiles{font-size:1.15rem}
@media (max-width:480px){html body ul.acc-confiance li{padding:.75rem .9rem;gap:.8rem}html body ul.acc-confiance .acc-etoiles{font-size:.95rem;letter-spacing:0}}
/* cartouches de même largeur, une ligne chacune */
html body ul.acc-confiance{display:grid;justify-content:center;grid-template-columns:max-content;max-width:none;padding:0 1rem}
html body ul.acc-confiance li{width:auto;max-width:100%;white-space:nowrap;padding:.7rem 1.5rem .7rem 1rem}
@media (max-width:560px){html body ul.acc-confiance{display:flex;flex-direction:column;align-items:stretch}html body ul.acc-confiance li{white-space:normal}}
/* cartouches verticales sur une ligne, style certification */
html body .acc-hero ul.acc-confiance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;flex-direction:row;max-width:980px;width:auto;margin:2rem auto 0;padding:0 1rem;position:static;left:auto;transform:none}
html body .acc-hero ul.acc-confiance li{flex-direction:column;justify-content:flex-start;text-align:center;gap:.8rem;width:auto;max-width:none;white-space:normal;padding:1.4rem .9rem 1.2rem;border-top:3px solid #2F8F8A;font-size:1.05rem;line-height:1.35}
html body .acc-hero ul.acc-confiance svg.ic{width:3rem;height:3rem;padding:.65rem}
@media (max-width:760px){html body .acc-hero ul.acc-confiance{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:0 .5rem}html body .acc-hero ul.acc-confiance li{padding:1.1rem .6rem 1rem}}
/* cartouches mauves : moitié haute en aplat, texte en dessous */
html body .acc-hero ul.acc-confiance{display:grid;grid-template-columns:repeat(4,minmax(0,168px));justify-content:center;gap:1.1rem;max-width:none;margin:2rem auto 0;padding:0 1rem}
html body .acc-hero ul.acc-confiance li.acc-cart{display:block;padding:0;overflow:hidden;background:#F5F1FA;border:1px solid #D8CDE6;border-radius:10px;box-shadow:0 0 0 3px #F5F1FA,0 0 0 4px #D8CDE6,0 6px 14px rgba(60,40,90,.12);font:400 1rem/1.35 'Fraunces',Georgia,serif;color:#5A4778;text-align:center;white-space:normal}
html body .acc-cart__haut{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;min-height:7.2rem;background:#4B3A66}
html body .acc-cart__bas{display:flex;align-items:center;justify-content:center;min-height:4.6rem;padding:.7rem .8rem;font-weight:400}
html body .acc-cart .acc-ic{width:4rem;height:4rem;filter:drop-shadow(0 3px 4px rgba(0,0,0,.4))}
html body .acc-cart__g{display:flex;align-items:center;justify-content:center;width:3.3rem;height:3.3rem;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.35)}
html body .acc-cart__g svg{width:1.9rem;height:1.9rem}
html body .acc-cart--google a{display:block;color:inherit;text-decoration:none}
html body .acc-cart .acc-etoiles{font-size:1.15rem;letter-spacing:2px;color:#F5B301;text-shadow:0 1px 3px rgba(0,0,0,.4)}
@media (max-width:760px){html body .acc-hero ul.acc-confiance{grid-template-columns:repeat(2,minmax(0,168px));gap:.9rem}}
/* espacement des cartouches */
html body .acc-hero ul.acc-confiance{margin:3rem auto 3.2rem}
/* typographie institutionnelle des cartouches */
html body .acc-hero ul.acc-confiance{grid-template-columns:repeat(4,minmax(0,205px))}
html body .acc-cart__bas{font-family:'Work Sans',Arial,sans-serif;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:.06em;line-height:1.5;padding:.7rem .5rem;overflow-wrap:break-word;hyphens:auto}
@media (max-width:760px){html body .acc-hero ul.acc-confiance{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 .6rem}html body .acc-cart__bas{font-size:.85rem;letter-spacing:.03em}}
/* motifs déployables */
.acc-motifs li{font-size:.95rem}
/* lavande sombre (remplace le mauve) */
html body .acc-hero ul.acc-confiance li.acc-cart{background:#F3F1FA;border-color:#D6D1EA;box-shadow:0 0 0 3px #F3F1FA,0 0 0 4px #D6D1EA,0 6px 14px rgba(50,40,100,.12);color:#4F447F}
html body .acc-cart__haut{background:#5C5089}
/* carte des motifs, pleine largeur, dépliable */
html body .acc-grille .acc-carte--large{grid-column:1/-1}
.acc-carte--large summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;cursor:pointer}
.acc-carte--large summary::-webkit-details-marker{display:none}
.acc-carte--large .acc-motifs-titre{margin:0;font-family:'Fraunces',serif;font-weight:600;font-size:1.02rem}
.acc-carte .acc-voir{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1F6E69}
.acc-voir::after{content:"";width:.55rem;height:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.acc-carte--large[open] .acc-voir::after{transform:rotate(-135deg) translateY(-2px)}
.acc-carte--large[open] summary{margin-bottom:.9rem}
.acc-carte--large .acc-note strong{display:inline;font-family:inherit;font-size:inherit;margin:0}
.acc-carte--large .acc-note,.acc-carte--large .acc-motifs-intro{font-size:.95rem}
/* À votre mesure : le chemin de pierres */
.acc-modes{list-style:none;padding:0;margin:.8rem 0 1.5rem;display:grid;gap:.8rem}
.acc-modes li{border-left:3px solid #1F6E69;padding:.15rem 0 .15rem 1rem;font-size:1rem;line-height:1.55}
.acc-modes strong{font-family:'Fraunces',serif;font-weight:600}
.acc-chemin__scene{position:relative;border-radius:4px 40px 4px 40px;overflow:hidden;line-height:0}
.acc-chemin__img{display:block;width:100%;height:auto;aspect-ratio:1664/928;object-fit:cover}
.acc-marches--chemin .acc-marche:nth-child(1){margin-top:3.6rem}
.acc-marches--chemin .acc-marche:nth-child(2){margin-top:2.4rem}
.acc-marches--chemin .acc-marche:nth-child(3){margin-top:1.2rem}
@media (max-width:900px){.acc-marches--chemin .acc-marche:nth-child(n){margin-top:0}}
/* À votre mesure : texte intégré au chemin, reliés aux pierres par des traits */
.acc-chemin__cadre{position:relative}
.acc-chemin__scene{position:relative;border-radius:4px 40px 4px 40px;overflow:hidden;line-height:0;background:#FBF6EC}
.acc-chemin__img{display:block;width:100%;height:auto;aspect-ratio:1664/928;object-fit:cover;opacity:.5;filter:saturate(.85)}
.acc-chemin__traits{display:none}
.acc-bloc h3{font-size:1.1rem;margin:0 0 .25rem}
.acc-bloc__prix{font-family:'Fraunces',serif;font-weight:600;font-size:1.05rem;color:#1F6E69;margin:0 0 .35rem}
.acc-bloc p{font-size:1rem;line-height:1.5;color:#3c332c;margin:0 0 .5rem}
.acc-bloc a{font-size:1rem;font-weight:600;color:#1F6E69}
.acc-chemin__blocs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}
.acc-bloc{background:#fff;border:1px solid var(--ligne,#E7DED3);border-radius:4px 24px 4px 24px;padding:1rem 1.2rem}
@media (max-width:640px){.acc-chemin__blocs{grid-template-columns:1fr}}
@media (min-width:1000px){
  .acc-chemin__blocs{position:absolute;inset:0;display:block;margin:0}
  .acc-bloc{position:absolute;width:29%;background:none;border:0;border-radius:0;padding:0;text-shadow:0 0 8px rgba(255,250,240,.95),0 0 3px rgba(255,250,240,.9)}
  .acc-bloc--1{left:3%;top:58%;text-align:right}
  .acc-bloc--3{left:3%;top:22%;text-align:right}
  .acc-bloc--2{left:68%;top:46%}
  .acc-bloc--4{left:68%;top:8%}
  .acc-chemin__traits{display:block;position:absolute;inset:0;width:100%;height:100%}
  .acc-chemin__traits line{stroke:#1F6E69;stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-linecap:round;opacity:.85}}
/* Pourquoi ces trois approches : carte dépliable pleine largeur */
.acc-carte--large .acc-motifs-intro{max-width:720px;margin:0 0 1.2rem}
.acc-carte--large .bento-approches__grille{margin-top:.4rem}
.acc-carte--large .bento-approches__carte{background:#FAF6F0;border-radius:4px 24px 4px 24px}
.acc-carte--large .bento-approches__carte h3{font-size:1.05rem}
.acc-carte--large .bento-approches__carte h3 span{display:inline;font-size:inherit;color:inherit}
.acc-carte--large .bento-approches__carte p{font-size:.95rem;color:#4A3B32;display:block}
.acc-carte--large .bento-approches__lien{font-size:.95rem}
/* modes dépliables, sans ronds sur les pierres, blocs remontés, pas d'orphelin */
.acc-lead{text-wrap:pretty}
.acc-carte--modes{margin-top:1.4rem}
.acc-carte--modes .acc-modes{margin:0}
@media (min-width:1000px){
  html body .acc-bloc--3{top:12%}
  html body .acc-bloc--4{top:2%}}
/* Voir… non gras, modes sans traits, lignes d'intro pleine largeur, texto/mail */
html body .acc-carte .acc-voir{font-weight:400}
html body .acc-modes li{border-left:0;padding-left:0}
html body .acc-lead{max-width:none}
.acc-contact{font-weight:600;color:#1F6E69}
.acc-contact--sms{display:none}
html.fd-mobile .acc-contact--sms{display:inline}
html.fd-mobile .acc-contact--mail{display:none}
/* trois cartouches d'approches : même largeur que les autres sections */
html body .trois-chemins{box-sizing:border-box;width:auto;max-width:1000px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
/* Commencez votre exploration */
.acc-chemin__titre{margin:0 0 .5rem;font-size:1.2rem}
html body .acc-chemin .acc-lead{margin-bottom:.8rem}
/* À votre rythme : positions, 4e pierre, zoom mobile sur les galets */
@media (min-width:1000px){
  html body .acc-bloc--1{left:1.5%;top:46%;width:33%}
  html body .acc-bloc--1 p{font-size:.95rem;line-height:1.4}
  html body .acc-bloc--3{top:4%}
  html body .acc-bloc--4{top:1%}}
@media (max-width:999px){
  html body .acc-chemin__img{aspect-ratio:1/1;object-fit:cover;object-position:52% 55%;transform:scale(1.5);transform-origin:52% 55%}}
/* image du sentier : bords fondus dans le fond de la page, traits seuls */
html body .acc-chemin__scene{background:transparent}
@media (min-width:1000px){
  html body .acc-chemin__img{-webkit-mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);mask-composite:intersect}}
@media (max-width:999px){
  html body .acc-chemin__scene{-webkit-mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,#000 14%,#000 86%,transparent),linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);mask-composite:intersect}}
.acc-chemin .acc-lead a{color:#1F6E69;text-decoration:underline;text-underline-offset:2px}
/* étiquettes sur les pierres (mobile), transparence élargie (ordinateur) */
.acc-chemin__etiq{display:none}
.acc-chemin .acc-lead .acc-lien-menu{background:none;border:0;padding:0;font:inherit;color:#1F6E69;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
@media (min-width:1000px){
  html body .acc-chemin__img{-webkit-mask-image:linear-gradient(to right,transparent,#000 32%,#000 68%,transparent),linear-gradient(to bottom,transparent,#000 20%,#000 82%,transparent);mask-image:linear-gradient(to right,transparent,#000 32%,#000 68%,transparent),linear-gradient(to bottom,transparent,#000 20%,#000 82%,transparent)}}
@media (max-width:999px){
  html body .acc-chemin__scene{-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 10%,#000 90%,transparent)}
  html body .acc-chemin__etiq{display:block;position:absolute;font-size:.78rem;line-height:1.15;color:#3c332c;max-width:40%;text-shadow:0 0 6px rgba(255,250,240,.95),0 0 2px rgba(255,250,240,.9)}
  html body .acc-chemin__etiq--d{transform:translate(10px,-50%)}
  html body .acc-chemin__etiq--g{transform:translate(calc(-100% - 10px),-50%);text-align:right}}
/* mobile : étiquettes des cailloux plus grandes, scène plus haute et zoomée */
@media (max-width:999px){
  html body .acc-chemin__img{aspect-ratio:3/5;transform:scale(2.2)}
  html body .acc-chemin__etiq{font-size:1.25rem;line-height:1.1;max-width:46%;overflow-wrap:normal}
  html body .acc-chemin__etiq--db{transform:translate(10px,-4%)}
  html body .acc-chemin__etiq--dh{transform:translate(10px,-96%)}}
html body .acc-chemin__cadre{margin-top:2rem}
/* Votre rendez-vous simplement : étapes graphiques, sans numéros */
html body .acc-etapes li{position:relative;padding-top:1.3rem}
html body .acc-etapes li::before{content:none;display:none}
.acc-etape__ico{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid var(--teinte,#1F6E69);box-shadow:0 3px 8px rgba(31,110,105,.18);margin-bottom:.8rem}
.acc-etape__ico svg{width:28px;height:28px;fill:none;stroke:var(--teinte,#1F6E69);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media (min-width:761px){
  html body .acc-etapes li:not(:last-child)::after{content:"";position:absolute;top:2.55rem;right:-1.1rem;width:1.1rem;height:2px;background:repeating-linear-gradient(90deg,#1F6E69 0 4px,transparent 4px 8px)}}
@media (max-width:760px){
  html body .acc-etapes li:not(:last-child)::after{content:"";position:absolute;left:2.1rem;bottom:-1rem;height:1rem;width:2px;background:repeating-linear-gradient(180deg,#1F6E69 0 4px,transparent 4px 8px)}}
/* cartes de situations dépliables (chevron) */
html body .acc-grille{align-items:start}
.acc-carte--sit summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.8rem;cursor:pointer}
.acc-carte--sit summary::-webkit-details-marker{display:none}
.acc-carte--sit summary strong{margin:0}
.acc-chev{flex:none;width:.6rem;height:.6rem;border-right:2px solid #1F6E69;border-bottom:2px solid #1F6E69;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
.acc-carte--sit[open] .acc-chev{transform:rotate(-135deg) translateY(-2px)}
.acc-carte--sit p{margin:.7rem 0 0;font-size:.88rem;color:#6b6058}
.acc-sit-lien{display:inline-block;margin-top:.7rem;font-size:.85rem;font-weight:600;color:#1F6E69}
/* étapes : camaïeu terracotta, centré */
html body .acc-etapes li{text-align:center}
html body .acc-etapes li:nth-child(1){--teinte:#D0896A;background:#FCF1EB;border-color:#F1D8CB}
html body .acc-etapes li:nth-child(2){--teinte:#BC6A47;background:#F7E1D4;border-color:#EBC3AE}
html body .acc-etapes li:nth-child(3){--teinte:#9C4526;background:#EFCDBB;border-color:#DFAE94}
html body .acc-etape__ico{margin-left:auto;margin-right:auto;box-shadow:0 3px 8px rgba(156,69,38,.22)}
html body .acc-etapes li strong{color:#5A2A16}
html body .acc-etapes li span{color:#4a3227}
html body .acc-etapes li a{color:#9C4526}
html body .acc-etapes li:not(:last-child)::after{background:repeating-linear-gradient(90deg,#BC6A47 0 4px,transparent 4px 8px)}
@media (max-width:760px){
  html body .acc-etapes li:not(:last-child)::after{left:50%;margin-left:-1px;background:repeating-linear-gradient(180deg,#BC6A47 0 4px,transparent 4px 8px)}}
/* phrase selon l'appareil */
.fd-mob{display:none}
html.fd-mobile .fd-mob{display:inline}
html.fd-mobile .fd-pc{display:none}
/* mentions « Voir… » retirées : seul le chevron reste */
html body .acc-carte .acc-voir{font-size:0;gap:0}