/* ── style-refonte.css — Stratégies Administratives ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #f5f2ed;
  --bg-card: #ffffff;
  --bg-card2: #f0ede7;
  --bg-green: #dff0ee;
  --text: #1a1a18;
  --muted: #7a776f;
  --accent: #3d8f86;
  --accent-light: #e8f4f3;
  --border: rgba(26,26,24,0.1);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --radius: 20px;
  --radius-sm: 12px;
}

html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* NAV */
nav.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,242,237,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 48px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--text); text-decoration: none; }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { background: var(--text) !important; color: var(--bg) !important; padding: 9px 20px !important; border-radius: 100px; font-size: 14px !important; font-weight: 500 !important; }

/* HERO */
.hero { max-width: 1100px; margin: 0 auto; padding: 48px 48px 56px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 13px; color: var(--muted); }
.breadcrumb a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb span { opacity: 0.4; }

.hero-badge { display: flex; flex-direction: column; align-items: center; margin-bottom: 28px; gap: 8px; width: fit-content; }
.marseille-img { width: 45%; opacity: 0.72; mix-blend-mode: multiply; pointer-events: none; user-select: none; display: block; }
.hero-pill {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); background: var(--bg-card); padding: 7px 16px;
  border-radius: 100px; border: 1px solid var(--border); white-space: nowrap; width: 100%;
}
.hero-pill::before { content: ''; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: var(--accent); }

h1 { font-family: var(--serif); font-size: clamp(40px, 6vw, 80px); font-weight: 400; line-height: 1.06; letter-spacing: -0.025em; color: var(--text); margin-bottom: 28px; }
h1 em { font-style: italic; color: var(--accent); }
.hero-desc { font-size: 17px; color: var(--muted); max-width: 560px; line-height: 1.75; font-weight: 300; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.hero-pills-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }

/* BUTTONS */
.btn-dark { display: inline-flex; align-items: center; gap: 10px; background: var(--text); color: var(--bg); padding: 15px 28px; border-radius: 100px; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; text-decoration: none; white-space: nowrap; transition: opacity 0.2s; }
.btn-dark:hover { opacity: 0.75; }
.btn-light { display: inline-flex; align-items: center; gap: 10px; background: white; color: var(--text); padding: 15px 28px; border-radius: 100px; font-size: 14px; font-weight: 500; text-decoration: none; transition: opacity 0.2s; }
.btn-light:hover { opacity: 0.85; }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; color: var(--text); padding: 13px 24px; border-radius: 100px; font-size: 14px; font-weight: 400; text-decoration: none; border: 1px solid var(--border); transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* TAGS */
.tag { display: inline-flex; align-items: center; padding: 6px 14px; background: var(--bg-card); border-radius: 100px; font-size: 12px; color: var(--muted); border: 1px solid var(--border); font-weight: 400; }
.tag--accent { background: var(--accent-light); border-color: rgba(61,143,134,0.2); color: var(--accent); }

/* LAYOUT */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 48px 56px; }
.section-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.section-title { font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); font-weight: 400; line-height: 1.15; letter-spacing: -0.015em; margin-bottom: 8px; }
.section-title em { font-style: italic; color: var(--accent); }
.section-sub { font-size: 15px; color: var(--muted); font-weight: 300; line-height: 1.75; max-width: 560px; }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

/* CARDS */
.card-white { background: var(--bg-card); border-radius: var(--radius); padding: 36px 40px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.mini-card { background: var(--bg-card); border-radius: var(--radius-sm); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.25s, box-shadow 0.25s; }
.mini-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.07); }
.mini-card-icon { width: 40px; height: 40px; background: var(--bg-green); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.mini-card-icon svg { width: 20px; height: 20px; stroke: var(--accent); }
.mini-card h3 { font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.3; }
.mini-card p { font-size: 13px; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; }
.pricing-card { background: var(--bg-card); border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.pricing-card--featured { background: var(--text); color: white; }
.featured-badge { position: absolute; top: -12px; left: 24px; background: var(--accent); color: white; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; padding: 4px 12px; border-radius: 100px; }
.pricing-label { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.pricing-card--featured .pricing-label { color: rgba(255,255,255,0.5); }
.pricing-title { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; }
.pricing-card--featured .pricing-title { color: white; }
.pricing-amount { font-family: var(--serif); font-size: 52px; font-weight: 400; color: white; line-height: 1; letter-spacing: -0.02em; }
.pricing-card:not(.pricing-card--featured) .pricing-amount { color: var(--text); }
.pricing-unit { font-size: 15px; color: rgba(255,255,255,0.6); font-weight: 300; }
.pricing-card:not(.pricing-card--featured) .pricing-unit { color: var(--muted); }
.pricing-hours { font-size: 13px; color: rgba(255,255,255,0.5); }
.pricing-card:not(.pricing-card--featured) .pricing-hours { color: var(--muted); }
.pricing-divider { height: 1px; background: rgba(255,255,255,0.1); }
.pricing-card:not(.pricing-card--featured) .pricing-divider { background: var(--border); }
.pricing-body { font-size: 14px; color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.7; }
.pricing-card:not(.pricing-card--featured) .pricing-body { color: var(--muted); }
.pricing-card:not(.pricing-card--featured) .pricing-title { color: var(--text); }
.devis-badge { display: inline-flex; padding: 6px 14px; background: var(--accent-light); color: var(--accent); border-radius: 100px; font-size: 12px; font-weight: 500; align-self: flex-start; }
.pricing-card-icon { font-size: 24px; margin-bottom: 4px; }

/* TIMELINE */
.timeline-card { background: var(--bg-card); border-radius: var(--radius); padding: 48px; }
.timeline-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.timeline-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.timeline-steps::before { content: ''; position: absolute; top: 20px; left: 20px; right: 20px; height: 1px; background: var(--border); z-index: 0; }
.step { position: relative; z-index: 1; padding: 0 16px; }
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); border: 1.5px solid var(--border); color: var(--accent); font-size: 13px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-family: var(--serif); }
.step h4 { font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.3; margin-bottom: 8px; }
.step p { font-size: 13px; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: var(--bg-card); border-radius: var(--radius-sm); overflow: hidden; }
.faq-question { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--text); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: color 0.2s; }
.faq-question:hover { color: var(--accent); }
.faq-question::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--muted); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); color: var(--accent); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 15px; color: var(--muted); line-height: 1.75; font-weight: 300; }

/* CTA CARD */
.cta-card { background: var(--text); color: white; border-radius: var(--radius); padding: 60px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta-card h2 { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 46px); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: white; }
.cta-card h2 em { font-style: italic; opacity: 0.5; }
.cta-right p { font-size: 15px; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.8; margin-bottom: 28px; }
.cta-sub { display: block; margin-top: 12px; font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.04em; }

/* STATS BAR */
.stats-bar { background: var(--text); border-radius: var(--radius); display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 56px; }
.stat { padding: 40px 32px; border-right: 1px solid rgba(255,255,255,0.08); color: white; }
.stat:last-child { border-right: none; }
.stat-num { font-family: var(--serif); font-size: 48px; font-weight: 400; color: #fff; line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px; }
.stat-num span { color: var(--accent); }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.5; }

/* FOOTER */
footer.site-footer { max-width: 1100px; margin: 0 auto; padding: 36px 48px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 20px; }
.footer-logo { font-family: var(--serif); font-size: 15px; color: var(--text); text-decoration: none; display: flex; flex-direction: column; gap: 2px; }
.footer-logo span { font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight: 300; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.footer-links a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }
.footer-linkedin { display: inline-flex !important; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; text-decoration: none; transition: color 0.2s; }
.footer-linkedin:hover { color: #0077b5 !important; }
.footer-linkedin svg { flex-shrink: 0; }

/* ANIMATIONS */
.fade { opacity: 0; transform: translateY(18px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade.visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr 1fr; }
  .timeline-steps::before { display: none; }
  .cta-card { grid-template-columns: 1fr; gap: 28px; padding: 36px 28px; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
}
@media (max-width: 768px) {
  nav.site-nav { padding: 0 20px; }
  .nav-links li:not(:last-child) { display: none; }
  .hero, .wrap { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 36px; }
  h1 { font-size: 38px; }
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr; }
  footer.site-footer { flex-direction: column; align-items: flex-start; }
}

/* ══════════════════════════════════════════════════════
   COMPLÉMENT INDEX & SYNDICS
   ══════════════════════════════════════════════════════ */

/* Alias nav/footer sans classe (index + syndics utilisent <nav> et <footer> nus) */
nav:not([class]) {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,242,237,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 48px; height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
footer:not([class]) {
  max-width: 1100px; margin: 0 auto; padding: 36px 48px;
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border); flex-wrap: wrap; gap: 20px;
}
footer:not([class]) p { font-size: 13px; color: var(--muted); font-weight: 300; }

/* ── SECTION HEAD (version index — avec see-all) ── */
.see-all {
  font-size: 14px; color: var(--muted); text-decoration: none;
  border-bottom: 1px solid var(--border); padding-bottom: 1px;
  white-space: nowrap; transition: color 0.2s;
}
.see-all:hover { color: var(--text); }

/* ── CARTES SERVICES (index) ── */
.card {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--text);
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.09); }

.card-img {
  width: 100%; aspect-ratio: 16/9;
  display: flex; align-items: center; justify-content: center;
}
.card-img svg { width: 72px; height: 72px; opacity: 0.22; stroke: var(--text); }

/* Fonds dégradés par secteur */
.syndic-bg    { background: linear-gradient(135deg, #dff0ee, #b8d9d5); }
.avocats-bg   { background: linear-gradient(135deg, #e8e4f5, #cfc8ef); }
.huissiers-bg { background: linear-gradient(135deg, #f5ece0, #e8d3b8); }
.tpe-bg       { background: linear-gradient(135deg, #deeaf5, #c0d3e8); }

.card-body { padding: 24px 28px 28px; flex: 1; display: flex; flex-direction: column; }
.card-tag { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.card-body h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; margin-bottom: 10px; }
.card-body p { font-size: 14px; color: var(--muted); line-height: 1.7; font-weight: 300; flex: 1; }

.card-footer {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.card-link { font-size: 13px; font-weight: 500; color: var(--accent); display: flex; align-items: center; gap: 5px; }
.card-link::after { content: ' →'; }
.card:hover .card-link::after { content: ' ↗'; }

/* ── SECTION RECOUVREMENT (index) ── */
.reco-card {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 52px 56px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 56px;
  align-items: start; margin-bottom: 14px;
}
.reco-card h2 { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; line-height: 1.15; letter-spacing: -0.015em; }
.reco-card h2 em { font-style: italic; color: var(--accent); }
.reco-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.reco-right p { font-size: 15px; color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 20px; }
.reco-list { list-style: none; margin-bottom: 32px; }
.reco-list li { display: flex; gap: 12px; padding: 10px 0; font-size: 14px; color: var(--text); font-weight: 400; border-bottom: 1px solid var(--border); }
.reco-list li::before { content: '—'; color: var(--accent); font-size: 11px; flex-shrink: 0; margin-top: 3px; }

/* ── SECTION À PROPOS (index) ── */
.about-card {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 52px 56px; display: grid;
  grid-template-columns: 180px 1fr; gap: 52px;
  align-items: start; margin-bottom: 14px;
}
.about-photo {
  border-radius: var(--radius-sm); background: var(--bg-card2);
  width: 180px; height: 180px; overflow: hidden;
  display: flex; align-items: center;
  justify-content: center; flex-direction: column; gap: 10px;
  color: var(--muted); font-size: 12px; letter-spacing: 0.05em;
}
.about-photo svg { width: 36px; height: 36px; opacity: 0.2; }
.about-content h2 { font-family: var(--serif); font-size: clamp(24px, 2.8vw, 36px); font-weight: 400; line-height: 1.2; margin-bottom: 22px; letter-spacing: -0.01em; }
.about-content p { font-size: 15px; color: var(--muted); line-height: 1.85; font-weight: 300; margin-bottom: 16px; }
.about-content p strong { color: var(--text); font-weight: 500; }

/* ── TAGS WRAPPER ── */
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }

/* ── CONTACT CARD (alias CTA card, utilisé dans index) ── */
.contact-card { background: var(--text); color: white; border-radius: var(--radius); padding: 60px 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.contact-card h2 { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 48px); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: white; }
.contact-card h2 em { font-style: italic; opacity: 0.5; }
.contact-right p { font-size: 15px; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.8; margin-bottom: 28px; }
.contact-sub { display: block; margin-top: 14px; font-size: 12px; color: rgba(255,255,255,0.35); letter-spacing: 0.04em; }

/* ── PRICING-PRICE (alias pricing-amount, syndics) ── */
.pricing-price { font-family: var(--serif); font-size: 52px; font-weight: 400; color: white; line-height: 1; letter-spacing: -0.02em; margin: 4px 0; }

/* ── RESPONSIVE COMPLÉMENTAIRE ── */
@media (max-width: 768px) {
  nav:not([class]) { padding: 0 20px; }
  footer:not([class]) { flex-direction: column; gap: 16px; text-align: center; }
  .reco-card, .about-card, .contact-card { grid-template-columns: 1fr; gap: 28px; padding: 32px 24px; }
  .marseille-img { width: 180px !important; }
}

/* ── CONTACT PAGE — carte de contact cliquable ── */
/* Différente du .contact-card dark (index) : fond blanc, bordure */
.contact-card--light {
  background: var(--bg-card); border-radius: var(--radius); padding: 32px 36px;
  display: flex; flex-direction: column; gap: 16px;
  text-decoration: none; color: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
  border: 1px solid var(--border);
}
.contact-card--light:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.07); border-color: var(--accent); }
.contact-card--light .contact-card-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-card--light h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.2; }
.contact-card--light p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; }
.contact-card--light .contact-card-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.forfait-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 768px) { .forfait-row { grid-template-columns: 1fr; } }

/* ── PAGES LÉGALES ── */
.legal-block { background: var(--bg-card); border-radius: var(--radius-sm); padding: 28px 32px; margin-bottom: 12px; }
.legal-block h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; margin-bottom: 12px; }
.legal-block p, .legal-block a { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.8; }
.legal-block a { color: var(--accent); text-decoration: none; }
.legal-block strong { color: var(--text); font-weight: 500; }

/* ══════════════════════════════════════════
   BANDEAU CLIENTS DÉFILANT — CSS COMMUN
   À coller dans style-refonte.css
   (une seule fois, valable pour les 3 pages)
   ══════════════════════════════════════════ */

.bandeau-clients {
  padding: 2.5rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.bandeau-pill {
  background: #007A7A;
  border-radius: 60px;
  padding: 1.5rem 0;
  overflow: hidden;
}

.bandeau-titre {
  text-align: center;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
  opacity: 0.7;
}

.bandeau-track-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.bandeau-track-wrapper::before,
.bandeau-track-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.bandeau-track-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #007A7A, transparent);
}
.bandeau-track-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #007A7A, transparent);
}

.bandeau-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: bandeau-slide 30s linear infinite;
}

.bandeau-track:hover {
  animation-play-state: paused;
}

.bandeau-item {
  white-space: nowrap;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0 2.5rem;
}

.bandeau-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}

@keyframes bandeau-slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



