/* === Azura Climatisation — global styles (v1.3.0) ===
 * Font: Bricolage Grotesque (opsz axis) + Bricolage Grotesque.
 * Buttons : ivory text on moss/ink, dark text on ivory; explicit :link/:visited overrides.
 * Heading scale tightened to fit Bricolage Grotesque weight.
 */
html { scroll-behavior: smooth; }
body {
  font-family:'Bricolage Grotesque',system-ui,-apple-system,sans-serif;
  color:#15191A; background:#F2EEE5;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  font-variation-settings:"opsz" 14;
}
.font-display { font-family:'Bricolage Grotesque',system-ui,sans-serif; font-weight:700; letter-spacing:-0.03em; font-variation-settings:"opsz" 96; }
.label { font-family:'Bricolage Grotesque',ui-monospace,monospace; text-transform:uppercase; letter-spacing:0.1em; font-size:11px; font-weight:500; }
.num { font-family:'Bricolage Grotesque',ui-monospace,monospace; font-feature-settings:'tnum' on; }
.it { font-style:normal; font-weight:500; }

.rule-line { border-color:rgba(21,25,26,0.14); }
.ink-line { background:rgba(21,25,26,0.14); }

a.hover-line { background-image:linear-gradient(currentColor,currentColor); background-position:0 92%; background-repeat:no-repeat; background-size:100% 1px; transition:background-size .35s ease; padding-bottom:1px; }
a.hover-line:hover { background-size:0 1px; background-position:100% 92%; }
a.under-grow { background-image:linear-gradient(currentColor,currentColor); background-position:0 92%; background-repeat:no-repeat; background-size:0 1px; transition:background-size .35s ease; padding-bottom:1px; }
a.under-grow:hover { background-size:100% 1px; }

details > summary { list-style:none; cursor:pointer; }
details > summary::-webkit-details-marker { display:none; }
details[open] .faq-plus { transform:rotate(45deg); }
.faq-item + .faq-item { border-top:1px solid rgba(21,25,26,.14); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity:1; transform:translateY(0); }

.chip { display:inline-flex; align-items:center; gap:.5rem; padding:.25rem .6rem; border:1px solid rgba(21,25,26,.18); border-radius:999px; font-family:'Bricolage Grotesque',monospace; font-size:10.5px; letter-spacing:.08em; text-transform:uppercase; background:rgba(251,248,242,.6); }
.chip-dot { width:6px; height:6px; border-radius:999px; background:#6BAB45; }

::selection { background:#1F6E7A; color:#FBF8F2; }



.img-frame { overflow:hidden; }
.img-frame img { transition:transform 1.2s cubic-bezier(.2,.7,.2,1); }
.img-frame:hover img { transform:scale(1.03); }



#mobile-nav { transform:translateY(-100%); transition:transform .45s cubic-bezier(.2,.7,.2,1); }
#mobile-nav.open { transform:translateY(0); }

.svc-card { background:#FBF8F2; border:1px solid rgba(21,25,26,0.08); display:flex; flex-direction:column; height:100%; }
.sol-card { background:#FBF8F2; border:1px solid rgba(21,25,26,0.08); display:flex; flex-direction:column; height:100%; color:#15191A; }

/* === BUTTONS v1.3.0 === */
.btn-moss, .btn-ink, .btn-ivory {
  display:inline-flex; align-items:center; gap:.6rem;
  padding:1.05rem 1.7rem;
  font-weight:700; font-size:17px;
  letter-spacing:-0.01em;
  text-decoration:none !important;
  transition:all .2s ease;
  line-height:1;
}
a.btn-moss, a.btn-moss:link, a.btn-moss:visited, button.btn-moss { background:#6BAB45; color:#FBF8F2 !important; border:0; cursor:pointer; }
a.btn-moss:hover, a.btn-moss:focus, button.btn-moss:hover { background:#598F38; color:#FBF8F2 !important; }
a.btn-ink, a.btn-ink:link, a.btn-ink:visited, button.btn-ink { background:#15191A; color:#FBF8F2 !important; border:0; cursor:pointer; }
a.btn-ink:hover, a.btn-ink:focus, button.btn-ink:hover { background:#1F6E7A; color:#FBF8F2 !important; }
a.btn-ivory, a.btn-ivory:link, a.btn-ivory:visited { background:#FBF8F2; color:#15191A !important; }
a.btn-ivory:hover, a.btn-ivory:focus { background:#6BAB45; color:#FBF8F2 !important; }

.check::before {
  content:""; display:inline-block; width:14px; height:14px;
  margin-right:.65rem; flex:none;
  background-repeat:no-repeat; background-position:center;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236BAB45' stroke-width='3'><path d='M4 12l5 5L20 6'/></svg>");
  transform:translateY(2px);
}
.brand-frieze { font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:clamp(28px,4.5vw,56px); letter-spacing:-0.05em; line-height:1; color:#15191A; font-variation-settings:"opsz" 96; }
.brand-sep { color:#A39E96; font-weight:400; }

@media (max-width: 768px) {
  .hero-title { font-size: clamp(28px, 8vw, 50px) !important; }
}



/* Avis clients — cards horizontales */
.avis-card {
  background: #FBF8F2;
  border: 1px solid rgba(21,25,26,0.08);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stars { color: #6BAB45; letter-spacing: 2px; font-size: 18px; margin-bottom: .75rem; }


/* === v1.4.1 — Brand partner logos === */
.brand-logo {
  max-height: 56px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: filter .3s ease, transform .3s ease;
}
.brand-logo:hover { filter: grayscale(0%) opacity(1); transform: scale(1.04); }
@media (min-width: 768px) { .brand-logo { max-height: 64px; max-width: 220px; } }


/* === v1.4.3 — Rounded box corners === */
.svc-card, .sol-card, .aide-card, .avis-card { border-radius: 14px; overflow: hidden; }
.img-frame { border-radius: 12px; }
.btn-moss, .btn-ink, .btn-ivory { border-radius: 10px; }
.aide-card, .avis-card { border-radius: 14px; }
/* The entreprise wrapper (image+text combined card) */
#entreprise > div > div { border-radius: 16px; }
/* FAQ image-frame already covered via .img-frame */

/* === v1.4.5 — Floating image badges (overlay sur photos) === */
.image-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #FBF8F2;
  border-radius: 14px;
  box-shadow: 0 12px 32px -8px rgba(0,0,0,.18), 0 4px 8px -2px rgba(0,0,0,.10);
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  max-width: 80%;
  z-index: 5;
}
@media (min-width: 768px) { .image-badge { left: 1.5rem; bottom: 1.5rem; padding: .85rem 1.15rem; } }
.image-badge .badge-icon {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: rgba(107,171,69,0.15);
  color: #598F38;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.image-badge .badge-text { line-height: 1.2; }
.image-badge .badge-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #15191A;
  letter-spacing: -0.01em;
}
.image-badge .badge-sub {
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #A39E96;
  margin-top: 2px;
}

/* === Marker highlight (vert moss derrière texte mis en avant) === */
mark.azura {
  background: linear-gradient(180deg, transparent 50%, rgba(107, 171, 69, .55) 50%, rgba(107, 171, 69, .55) 96%, transparent 96%);
  color: inherit;
  padding: 0 .12em;
  font-style: normal;
  white-space: nowrap;
}

/* === v1.6.0 — nav links no underline (override .hover-line behavior) === */
.nav-link {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
  position: relative;
}
.nav-link:hover { color: #6BAB45; }
.nav-link-mobile {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}
.nav-link-mobile:hover { color: #6BAB45; }

/* === v1.7.0 — Spécificités caladoises === */
.spec-card {
  background: #FFFFFF;
  border: 1px solid rgba(21,25,26,0.10);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 20px 40px -16px rgba(15,74,82,.18), 0 6px 14px -6px rgba(15,74,82,.10);
}
@media (min-width: 768px) { .spec-card { padding: 2.5rem; } }
.spec-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(107,171,69,0.15);
  color: #598F38;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.spec-stat {
  padding: 1rem 0.25rem;
  border-top: 1px solid rgba(21,25,26,0.10);
}
.spec-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #15191A;
  font-variation-settings: "opsz" 96;
}
.spec-unit {
  font-size: 0.55em;
  font-weight: 600;
  color: #A39E96;
  margin-left: 0.15em;
}
.spec-label {
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #15191A;
  margin-top: 0.4rem;
}
.spec-sub {
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 10px;
  color: #A39E96;
  letter-spacing: 0.05em;
}

/* === v1.7.1 — Form contact readability boost === */
#contact form .label, #contact form label.label {
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242,238,229,0.65);
  font-weight: 500;
}
.field {
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(242,238,229,0.18);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #F2EEE5;
  font: inherit;
  font-size: 15.5px;
  transition: all .25s ease;
}
.field:focus {
  outline: none;
  border-color: #6BAB45;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 0 3px rgba(107,171,69,0.18);
}
.field::placeholder {
  color: rgba(242,238,229,0.45);
  font-weight: 400;
}
textarea.field {
  resize: vertical;
  min-height: 96px;
}

/* Chip buttons projet — fond plus marqué */
.chip-btn {
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(242,238,229,0.20);
  background: rgba(255,255,255,0.05);
  color: #F2EEE5;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.chip-btn:hover {
  border-color: #6BAB45;
  color: #6BAB45;
  background: rgba(107,171,69,0.08);
}
.chip-btn.is-active {
  background: #6BAB45;
  color: #15191A;
  border-color: #6BAB45;
}

/* Form spacing improvements */
#contact form .grid {
  row-gap: 1.25rem;
}
#contact form label.label {
  margin-bottom: 0.5rem;
}

/* === v1.7.2 — Page prose (mentions légales, RGPD, etc.) === */
.page-content h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  color: #15191A;
  letter-spacing: -0.025em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21,25,26,0.10);
}
.page-content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.page-content h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.7vw, 20px);
  color: #15191A;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.page-content p { margin-bottom: 1rem; }
.page-content ul { list-style: disc outside; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.page-content ul li { margin-bottom: 0.45rem; }
.page-content strong { color: #15191A; font-weight: 700; }
.page-content a {
  color: #1F6E7A;
  text-decoration: underline;
  text-decoration-color: rgba(31,110,122,0.45);
  text-underline-offset: 3px;
}
.page-content a:hover { color: #6BAB45; text-decoration-color: #6BAB45; }

/* === v1.7.3 — Form card light (fond ivoire dans section ink) === */
.form-light .label, .form-light label.label {
  color: #3A4140 !important;
}
.form-light .field {
  background: #FBF8F2;
  border: 1px solid rgba(21,25,26,0.15);
  color: #15191A;
}
.form-light .field:focus {
  border-color: #6BAB45;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(107,171,69,0.22);
}
.form-light .field::placeholder {
  color: rgba(21,25,26,0.40);
}
.form-light .chip-btn {
  border: 1px solid rgba(21,25,26,0.18);
  background: #FBF8F2;
  color: #15191A;
}
.form-light .chip-btn:hover {
  border-color: #6BAB45;
  color: #6BAB45;
  background: rgba(107,171,69,0.08);
}
.form-light .chip-btn.is-active {
  background: #6BAB45;
  color: #15191A;
  border-color: #6BAB45;
}
.form-light .label.text-moss { color: #598F38 !important; }
.form-light p.text-stone, .form-light .text-ivory\/60 { color: rgba(21,25,26,0.55) !important; }

/* === v1.8.1 — Zone d'intervention page === */
.zi-intro { font-size: 17px; line-height: 1.65; color: #15191A; margin-bottom: 2.5rem; }
.zi-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .zi-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }
.zi-zone {
  background: #F2EEE5;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid rgba(21,25,26,0.06);
}
.zi-zone h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1F6E7A;
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(21,25,26,0.10);
}
.zi-zone ul { list-style: none; padding-left: 0; margin: 0; }
.zi-zone ul li { padding: 0.4rem 0; font-size: 15px; color: #15191A; border-bottom: 1px dashed rgba(21,25,26,0.08); }
.zi-zone ul li:last-child { border-bottom: 0; }
.zi-cp { color: #A39E96; font-family: 'Bricolage Grotesque', monospace; font-size: 11.5px; margin-left: 0.4rem; }
.zi-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #6BAB45;
  color: #FBF8F2 !important;
  padding: 1rem 1.6rem;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.zi-cta:hover { background: #598F38; }

/* === v1.8.2 — Spec card "Lire la suite" disclosure === */
.spec-more { margin-top: 0.75rem; }
.spec-more > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Bricolage Grotesque', monospace;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1F6E7A;
  font-weight: 500;
  transition: color .2s ease;
  padding: 0.3rem 0;
}
.spec-more > summary::-webkit-details-marker { display: none; }
.spec-more > summary::after {
  content: "+";
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: transform .25s ease;
  display: inline-block;
  margin-left: 0.2rem;
}
.spec-more[open] > summary::after { content: "−"; }
.spec-more > summary:hover { color: #6BAB45; }
.spec-more > p { margin-top: 0.75rem; }
.spec-more > p + p { margin-top: 0.75rem; }

/* === v1.8.3 — Zone inline compact === */
.zi-line {
  border-top: 1px solid rgba(21,25,26,0.10);
  padding-top: 0.85rem;
}
.zi-line:first-child { border-top: 0; padding-top: 0; }
.zi-line-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: #1F6E7A;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}
.zi-line-list {
  font-size: 14.5px;
  line-height: 1.5;
  color: #15191A;
}


/* === v1.8.5 — Spec cards background images === */
.spec-card.spec-card--climat,
.spec-card.spec-card--pierre {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.spec-card.spec-card--climat::before,
.spec-card.spec-card--pierre::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  opacity: 0.10;
  pointer-events: none;
}
.spec-card.spec-card--climat::before { background-image: url('https://climatisation-villefranche-sur-saone.fr/wp-content/uploads/2026/05/pompe-a-chaleur-air-eau-1.png'); }
.spec-card.spec-card--pierre::before { background-image: url('https://climatisation-villefranche-sur-saone.fr/wp-content/uploads/2026/05/realisation-1-1.png'); }
.spec-card.spec-card--climat::after,
.spec-card.spec-card--pierre::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.92) 50%, rgba(251,248,242,0.97) 100%);
  pointer-events: none;
}

/* === v1.8.6 — Cert badges (RGE / Qualipac / ADC) === */
.cert-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.cert-badge {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #6BAB45;
  color: #FBF8F2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  box-shadow: 0 2px 6px rgba(107,171,69,0.35);
}

/* === v1.8.7 — Bullets text-align left (pas de justify) === */
ul li, ol li { text-align: left; }
.flex.items-baseline > span,
.flex.items-start > span,
li.flex > span { text-align: left; }


/* === v1.9.0 — Zone bullets avec check === */
.zi-bullet {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 15px;
  color: #15191A;
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(21,25,26,0.08);
}
.zi-bullet:last-child { border-bottom: 0; }
.zi-check {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #6BAB45;
  color: #FBF8F2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(107,171,69,0.25);
}

/* === v1.9.1 — Timeline accordéons (fix overlap badge/titre) === */
.timeline { position: relative; }
.timeline-step { position: relative; padding-bottom: 1.25rem; }
.timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50px;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,0.18);
  z-index: 0;
}
.timeline-step > summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 0.5rem 36px 0.5rem 0;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  transition: background .2s ease;
}
.timeline-step > summary::-webkit-details-marker { display: none; }
.timeline-step summary h3 {
  flex: 1;
  margin: 0;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.3;
  transition: color .25s ease;
}
.timeline-step[open] summary h3,
.timeline-step:hover summary h3 { color: #6BAB45; }
.timeline-step > summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F2EEE5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0);
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
  opacity: 0.8;
}
.timeline-step[open] > summary::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236BAB45' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  opacity: 1;
}
.timeline-step > summary:hover { background: rgba(107,171,69,0.06); }
.timeline-step .step-body {
  padding: 0.5rem 0 0.75rem 56px;
  font-size: 15.5px;
  line-height: 1.65;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .35s ease, max-height .4s ease, padding .35s ease;
}
.timeline-step[open] .step-body { opacity: 1; max-height: 400px; }
@media (max-width: 768px) {
  .timeline-step > summary {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.10);
    padding-left: 0.4rem;
  }
  .timeline-step[open] > summary {
    background: rgba(107,171,69,0.08);
    border-color: rgba(107,171,69,0.30);
  }
}
/* === v1.9.2 — Avantages toggle plus visible === */
.avantages-toggle {
  margin-top: auto;
  margin-bottom: 0;
  border: 1.5px solid rgba(107,171,69,0.40);
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  background: rgba(107,171,69,0.06);
  transition: all .2s ease;
}
.avantages-toggle:hover {
  background: rgba(107,171,69,0.12);
  border-color: rgba(107,171,69,0.65);
}
.avantages-toggle[open] {
  background: rgba(107,171,69,0.10);
  border-color: rgba(107,171,69,0.55);
  padding-bottom: 1.25rem;
}
.avantages-toggle > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #15191A;
  text-transform: none;
  transition: color .2s ease;
}
.avantages-toggle > summary::-webkit-details-marker { display: none; }
.avantages-toggle > summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #6BAB45;
  color: #FBF8F2;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease, background .2s ease;
  flex: none;
}
.avantages-toggle[open] > summary::after {
  content: "−";
}
.avantages-toggle > summary:hover::after { background: #598F38; }
.avantages-toggle > ul { margin-top: 1rem !important; padding-top: 0.5rem; border-top: 1px solid rgba(107,171,69,0.20); }

/* === v1.9.4 — Timeline step-num (FORCE flex, not absolute) === */
.timeline-step .step-num {
  position: static !important;
  flex: none !important;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #FBF8F2;
  color: #15191A;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.02em;
  z-index: 2;
  transition: background .25s ease, color .25s ease;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
}
.timeline-step[open] .step-num,
.timeline-step:hover .step-num {
  background: #6BAB45 !important;
  color: #FBF8F2 !important;
}
