/* ============================================================
   Fiche prestataire single : reproduction fidele du mockup v2
   (design/mockups/fiche-prestataire-v2). CSS AUTONOME et SCOPE
   sous #bm-fiche : le front est servi par l'ancien theme Elementor
   (le theme de blocs BM qui porte tokens.css est inactif). On
   redefinit les tokens du design sur #bm-fiche et on force les
   couleurs de texte en !important pour battre l'ancien theme.
   ============================================================ */

#bm-fiche {
  --bg-page: #fbf9f5;
  --bg-elevated: #ffffff;
  --bg-sand: #f3ede3;
  --bg-sand-deep: #ece4d6;
  --bg-ink: #27395c;
  --border-subtle: #ece4d6;
  --border-default: #e0d6c6;
  --border-strong: #cdbfa9;
  --ardoise-900: #27395c;
  --ardoise-700: #3f5b8c;
  --ardoise-600: #46618c;
  --ardoise-500: #5872a3;
  --ardoise-300: #9fb0d0;
  --ardoise-tint: #eaeef7;
  --framboise-700: #a23c61;
  --framboise-600: #b34770;
  --framboise-500: #c4527a;
  --framboise-300: #e3a3bb;
  --framboise-tint: #f9e8ef;
  --text-primary: #1b2433;
  --text-secondary: #5b6573;
  --text-muted: #8b94a0;
  --text-body: #3f4a59;
  --text-on-ardoise: #fbf9f5;
  /* Margot : couleur signature LAVANDE, identique au widget simulateur. */
  --margot-bubble-bg: #efeaf7;
  --margot-bubble-text: #4a3a73;
  --margot-accent: #6f5aa6;
  --font-display: 'Bricolage Grotesque', ui-sans-serif, system-ui, sans-serif;
  --font-text: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-full: 999px;
  --shadow-sm: 0 2px 8px rgba(39,57,92,.07);
  --shadow-md: 0 8px 24px rgba(39,57,92,.09);

  font-family: var(--font-text);
  color: var(--text-primary);
  line-height: 1.5;
}
.fwrap { max-width: 1120px; margin: 0 auto; padding: 22px 24px 64px; }
#bm-fiche * { box-sizing: border-box; }
#bm-fiche img, #bm-fiche svg { display: block; }

/* Typographie forcee par-dessus l'ancien theme. */
#bm-fiche h1, #bm-fiche h2, #bm-fiche h3 {
  font-family: var(--font-display) !important;
  color: var(--text-primary) !important;
  letter-spacing: -.02em; line-height: 1.15; margin: 0; font-weight: 600;
}
#bm-fiche p { margin: 0; color: inherit; }
#bm-fiche a { color: var(--ardoise-700); }
#bm-fiche .muted { color: var(--text-muted) !important; }
#bm-fiche .num { font-variant-numeric: tabular-nums; }
#bm-fiche .kicker { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--framboise-700) !important; }

/* ---------- composants (tokens.css, non charge en prod) ---------- */
#bm-fiche .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 12px 22px; border: none; border-radius: var(--r-md);
  cursor: pointer; font-family: var(--font-text); font-weight: 600; font-size: 16px;
  text-decoration: none; transition: background .15s, border-color .15s;
}
#bm-fiche .btn-sm { min-height: 36px; padding: 8px 14px; font-size: 14px; border-radius: 10px; }
#bm-fiche .btn-block { width: 100%; }
#bm-fiche .btn-primary { background: var(--framboise-500) !important; color: #fff !important; box-shadow: 0 6px 16px rgba(196,82,122,.25); }
#bm-fiche .btn-primary:hover { background: var(--framboise-700) !important; color: #fff !important; }
#bm-fiche .btn-secondary { background: var(--bg-elevated) !important; color: var(--ardoise-700) !important; border: 1.5px solid var(--border-strong) !important; }
#bm-fiche .btn-secondary:hover { border-color: var(--ardoise-700) !important; }
#bm-fiche .btn-ghost { background: transparent !important; color: var(--framboise-700) !important; padding: 6px 4px; min-height: auto; text-decoration: none; }

#bm-fiche .badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: var(--r-full); font-weight: 600; font-size: 13px; }
#bm-fiche .badge-ardoise { background: var(--ardoise-tint) !important; color: var(--ardoise-700) !important; }
#bm-fiche .badge-framboise { background: var(--framboise-tint) !important; color: var(--framboise-700) !important; }

#bm-fiche .label { display: block; font-size: 14px; font-weight: 600; color: var(--text-secondary) !important; margin-bottom: 6px; }
#bm-fiche .stars, #bm-fiche .stars-sm { color: var(--framboise-500) !important; }
#bm-fiche .stars { letter-spacing: 1.5px; font-size: 16px; }
#bm-fiche .stars-sm { letter-spacing: 1px; font-size: 13px; }
#bm-fiche .bar { height: 7px; border-radius: var(--r-full); background: var(--bg-sand); overflow: hidden; }
#bm-fiche .bar > span { display: block; height: 100%; border-radius: var(--r-full); background: var(--ardoise-700); }
#bm-fiche .bar.framboise > span { background: var(--framboise-500); }
#bm-fiche .avatar { border-radius: 50%; background: var(--ardoise-tint); color: var(--ardoise-700) !important; display: flex; align-items: center; justify-content: center; font-weight: 700; }
#bm-fiche .avatar.framboise { background: var(--framboise-tint); color: var(--framboise-700) !important; }
#bm-fiche .locked { background: var(--bg-sand); border: 1.5px dashed var(--border-strong); border-radius: var(--r-md); color: var(--text-muted) !important; }

#bm-fiche .margot { display: flex; gap: 10px; align-items: flex-start; background: var(--margot-bubble-bg); border-left: 4px solid var(--margot-accent); border-radius: 14px; padding: 13px 14px; }
#bm-fiche .margot p { font-size: 14px; line-height: 1.5; color: var(--margot-bubble-text) !important; }
/* Margot reste lavande même avec la variante héritée margot-framboise. */
#bm-fiche .margot-framboise { background: var(--margot-bubble-bg); }
#bm-fiche .margot-framboise p { color: var(--margot-bubble-text) !important; }
#bm-fiche .margot-spark { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--margot-accent); display: flex; align-items: center; justify-content: center; }

#bm-fiche .breadcrumb { font-size: 12.5px; color: var(--text-muted) !important; }
#bm-fiche .breadcrumb a { color: inherit; text-decoration: none; }
#bm-fiche .breadcrumb strong { color: var(--text-body) !important; font-weight: 500; }

/* ---------- bloc titre ---------- */
#bm-fiche .ftitle { margin-bottom: 16px; }
#bm-fiche .ftitle .cat { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 9px; }
#bm-fiche .ftitle h1 { font-size: clamp(28px, 4.6vw, 38px); margin-bottom: 6px; }
#bm-fiche .ftitle .accroche { font-size: 17px; color: var(--text-secondary) !important; max-width: 62ch; }
#bm-fiche .ratingline { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 11px; }

/* ---------- banniere proprietaire (gratuite) ---------- */
#bm-fiche .owner-banner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--bg-ink); border-radius: var(--r-lg); padding: 16px 20px; margin-bottom: 20px; }
#bm-fiche .owner-banner .ob-text { flex: 1; min-width: 240px; }
#bm-fiche .owner-banner h2 { color: var(--text-on-ardoise) !important; font-size: 17px; margin-bottom: 3px; }
#bm-fiche .owner-banner p { font-size: 13.5px; line-height: 1.5; color: var(--ardoise-300) !important; }
#bm-fiche .owner-banner p strong { color: #fff !important; }
#bm-fiche .owner-banner .ob-offre { color: var(--framboise-300) !important; }

/* ---------- onglets ancres ---------- */
#bm-fiche .ftabs { position: sticky; top: 0; z-index: 30; display: flex; gap: 6px; overflow-x: auto; background: rgba(251,249,245,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-subtle); padding: 9px 0 0; margin-bottom: 24px; }
#bm-fiche .ftabs a { white-space: nowrap; text-decoration: none; font-size: 14px; font-weight: 600; color: var(--text-secondary) !important; padding: 9px 13px; border-bottom: 2.5px solid transparent; }
#bm-fiche .ftabs a[aria-current="true"] { color: var(--framboise-700) !important; border-bottom-color: var(--framboise-500); }
#bm-fiche .ftabs a:hover { color: var(--text-primary) !important; }

/* ---------- grille principale ---------- */
#bm-fiche .fgrid { display: grid; grid-template-columns: 1fr 350px; gap: 32px; align-items: start; }
#bm-fiche .sec { scroll-margin-top: 70px; margin-bottom: 30px; }
#bm-fiche .sec > h2 { font-size: 22px; margin-bottom: 13px; }
#bm-fiche .rich-content p { font-size: 15.5px; line-height: 1.7; color: var(--text-body) !important; max-width: 68ch; margin: 0 0 13px; }
#bm-fiche .rich-content p:last-child { margin-bottom: 0; }
#bm-fiche .rich-content h2, #bm-fiche .rich-content h3 { margin: 18px 0 8px; }
#bm-fiche .rich-content ul, #bm-fiche .rich-content ol { margin: 0 0 13px 20px; font-size: 15.5px; line-height: 1.7; color: var(--text-body) !important; }

/* ---------- galerie ---------- */
#bm-fiche .gallery { margin-bottom: 30px; }
#bm-fiche .gmain { aspect-ratio: 16/10 !important; max-height: 460px; border-radius: var(--r-lg); position: relative !important; overflow: hidden !important; background: var(--bg-sand); }
#bm-fiche .gmain img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; margin: 0 !important; }
#bm-fiche .gmain .count { position: absolute; bottom: 10px; left: 10px; background: rgba(27,36,51,.78); color: var(--text-on-ardoise) !important; font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: var(--r-full); }
#bm-fiche .gstrip { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
#bm-fiche .gstrip .arrow { flex: none; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--border-strong); background: var(--bg-elevated); color: var(--ardoise-700) !important; font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
#bm-fiche .gstrip .arrow:hover { border-color: var(--ardoise-700); }
#bm-fiche .gstrip .arrow:disabled { opacity: .35; cursor: default; }
#bm-fiche .gthumbs { display: flex !important; gap: 8px; overflow: hidden; flex: 1; scroll-behavior: smooth; }
#bm-fiche .gthumbs button { flex: 0 0 calc(25% - 6px) !important; width: calc(25% - 6px) !important; max-width: calc(25% - 6px) !important; aspect-ratio: 4/3 !important; height: auto !important; border-radius: var(--r-sm); border: 2.5px solid transparent; padding: 0 !important; margin: 0 !important; cursor: pointer; background-color: var(--bg-sand); background-size: cover; background-position: center; }
#bm-fiche .gthumbs button[aria-current="true"] { border-color: var(--framboise-500); }
#bm-fiche .gmain iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#bm-fiche .gthumb-video { position: relative; }
#bm-fiche .gthumbs .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
#bm-fiche .gthumbs .play span { width: 26px; height: 26px; border-radius: 50%; background: rgba(27,36,51,.72); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; }
#bm-fiche .gallery-locked { aspect-ratio: 16/10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; }
#bm-fiche .gallery-locked .ic { width: 46px; height: 46px; border-radius: 50%; background: var(--bg-sand-deep); display: flex; align-items: center; justify-content: center; }

/* ---------- offre ---------- */
#bm-fiche .offer { background: var(--framboise-tint); border: 1px solid var(--framboise-300); border-radius: var(--r-lg); padding: 18px 20px; }
#bm-fiche .offer .otop { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
#bm-fiche .offer .pct { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--framboise-700) !important; line-height: 1; }
#bm-fiche .offer .cond { font-size: 13px; color: #7c2f4c !important; line-height: 1.55; }
#bm-fiche .offer .cond strong { color: var(--framboise-700) !important; }

/* ---------- video ---------- */
#bm-fiche .video-embed { aspect-ratio: 16/9; border-radius: var(--r-lg); overflow: hidden; background: #000; }
#bm-fiche .video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- avis ---------- */
#bm-fiche .bm-avis-flash { border-radius: var(--r-md); padding: 11px 14px; font-size: 14px; margin-bottom: 14px; }
#bm-fiche .bm-avis-flash--ok { background: #eaf3ec; color: #2e7d52 !important; }
#bm-fiche .bm-avis-flash--err { background: var(--framboise-tint); color: var(--framboise-700) !important; }
#bm-fiche .rev-head { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; background: var(--bg-elevated); border: 1px solid var(--border-subtle); border-radius: var(--r-lg); padding: 16px 20px; margin-bottom: 16px; }
#bm-fiche .rev-score { text-align: center; padding-right: 20px; border-right: 1px solid var(--border-subtle); }
#bm-fiche .rev-score .big { font-family: var(--font-display); font-weight: 700; font-size: 40px; line-height: 1; color: var(--text-primary) !important; }
#bm-fiche .rev-bars { flex: 1; min-width: 220px; display: grid; gap: 5px; }
#bm-fiche .rev-bars .row { display: grid; grid-template-columns: 54px 1fr 34px; align-items: center; gap: 9px; font-size: 12px; color: var(--text-secondary) !important; }
#bm-fiche .review { background: var(--bg-elevated); border: 1px solid var(--border-subtle); border-radius: var(--r-lg); padding: 15px 17px; }
#bm-fiche .review + .review { margin-top: 10px; }
#bm-fiche .review .rtop { display: flex; align-items: center; gap: 11px; margin-bottom: 8px; }
#bm-fiche .review .ravatar { width: 38px; height: 38px; font-size: 14px; }
#bm-fiche .review strong { color: var(--text-primary) !important; }
#bm-fiche .review p { font-size: 14.5px; line-height: 1.6; color: var(--text-body) !important; }
#bm-fiche .rev-empty { text-align: center; background: var(--bg-elevated); border: 1.5px dashed var(--border-strong); border-radius: var(--r-lg); padding: 30px 20px; }
#bm-fiche .review-form { background: var(--bg-sand); border-radius: var(--r-lg); padding: 18px 20px; margin-top: 16px; }
#bm-fiche .review-form h3 { font-size: 16px; }
#bm-fiche .rf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
#bm-fiche .review-form input, #bm-fiche .review-form textarea { width: 100%; font-family: inherit; font-size: 14px; padding: 10px 12px; border: 1.5px solid var(--border-strong); border-radius: var(--r-md); background: var(--bg-elevated); color: var(--text-primary); }
#bm-fiche .review-form textarea { min-height: 80px; resize: vertical; }
#bm-fiche .star-input { display: inline-flex; gap: 3px; font-size: 24px; color: var(--border-strong); cursor: pointer; }
#bm-fiche .star-input span.on, #bm-fiche .star-input span:hover { color: var(--framboise-500); }

/* ---------- infos pratiques ---------- */
#bm-fiche .info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#bm-fiche .ic-card { background: var(--bg-elevated); border: 1px solid var(--border-subtle); border-radius: var(--r-lg); padding: 15px 17px; }
#bm-fiche .ic-card h3 { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-muted) !important; margin-bottom: 10px; }
#bm-fiche .bm-horaires { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14px; }
#bm-fiche .bm-horaires li { display: flex; justify-content: space-between; gap: 12px; }
#bm-fiche .bm-horaires-jour { font-weight: 600; color: var(--text-primary) !important; }
#bm-fiche .bm-horaires-creneau { color: var(--text-secondary) !important; }
#bm-fiche .chips { display: flex; flex-wrap: wrap; gap: 7px; }
#bm-fiche .chip { background: var(--ardoise-tint); color: var(--ardoise-700) !important; border-radius: var(--r-full); padding: 6px 13px; font-size: 13px; font-weight: 600; }
#bm-fiche .facts { display: grid; gap: 9px; font-size: 14px; }
#bm-fiche .facts .f-row { display: flex; justify-content: space-between; gap: 12px; }
#bm-fiche .facts .f-row span:first-child { color: var(--text-secondary) !important; }
#bm-fiche .facts .f-row span:last-child { font-weight: 600; color: var(--text-primary) !important; }
#bm-fiche .facts .f-note { font-size: 12px; color: var(--text-muted) !important; margin-top: -3px; }

/* ---------- FAQ ---------- */
#bm-fiche .faq { border: 1px solid var(--border-subtle); border-radius: var(--r-md); overflow: hidden; background: var(--bg-elevated); }
#bm-fiche .faq details + details { border-top: 1px solid var(--border-subtle); }
#bm-fiche .faq summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px; padding: 14px 15px; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text-primary) !important; list-style: none; }
#bm-fiche .faq summary::-webkit-details-marker { display: none; }
#bm-fiche .faq summary::after { content: '\203A'; color: var(--framboise-500); font-size: 18px; transition: transform .2s; }
#bm-fiche .faq details[open] summary::after { transform: rotate(90deg); }
#bm-fiche .faq .faq-body { padding: 0 15px 14px; font-size: 14px; line-height: 1.6; color: var(--text-secondary) !important; }
#bm-fiche .faq .faq-body p { color: var(--text-secondary) !important; margin: 0 0 8px; }

/* ---------- carte ---------- */
#bm-fiche .mapbox { border: 1px solid var(--border-subtle); border-radius: var(--r-lg); overflow: hidden; }
#bm-fiche .mapframe { width: 100%; min-height: 300px; border: 0; display: block; }
#bm-fiche .mapbox .addr { padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 14px; color: var(--text-primary) !important; }

/* ---------- panneau contact collant ---------- */
#bm-fiche .cpanel { position: sticky; top: 16px; display: grid; gap: 14px; }
#bm-fiche .cbox { background: var(--bg-elevated); border: 1px solid var(--border-default); border-radius: var(--r-lg); padding: 18px; box-shadow: var(--shadow-md); }
#bm-fiche .cbox .price { font-size: 14px; color: var(--text-secondary) !important; }
#bm-fiche .cbox .price strong { font-family: var(--font-display); font-size: 22px; color: var(--text-primary) !important; }
#bm-fiche .cbox .actions { display: grid; gap: 8px; margin-top: 14px; }
#bm-fiche .cbox h3 { font-size: 16px; margin-bottom: 4px; }
#bm-fiche .coords { display: grid; gap: 9px; }
#bm-fiche .coord { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-body) !important; text-decoration: none; }
#bm-fiche .coord .ci { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--ardoise-tint); color: var(--ardoise-700) !important; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
#bm-fiche .socials { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
#bm-fiche .social { width: 46px; height: 46px; border-radius: 12px; border: 1.5px solid var(--border-default); display: flex; align-items: center; justify-content: center; color: var(--ardoise-700) !important; font-weight: 700; font-size: 13px; text-decoration: none; }
#bm-fiche .social svg { width: 26px; height: 26px; }
#bm-fiche .social:hover { border-color: var(--ardoise-700); background: var(--ardoise-tint); }
#bm-fiche .coord .ci svg { display: block; }
#bm-fiche .addr .btn { white-space: nowrap; }
/* Avis : revelation du reste de la liste. */
#bm-fiche .bm-avis-hidden { display: none; }
#bm-fiche .bm-avis-more { margin-top: 12px; }

/* Formulaire de contact (bm-messagerie) integre dans la sidebar. */
#bm-fiche #bm-contact-form.bm-collapsed { display: none; }
#bm-fiche .coord.coord--reveal { cursor: pointer; }
/* Liens de taxonomie : meme style que le texte (catégorie, dept, région). */
#bm-fiche .cat a, #bm-fiche .bm-cat-sub a, #bm-fiche .bm-loc a { color: inherit; text-decoration: none; }
#bm-fiche .cat a:hover, #bm-fiche .bm-cat-sub a:hover, #bm-fiche .bm-loc a:hover { text-decoration: underline; }
#bm-fiche .cat a.badge:hover { text-decoration: none; background: var(--ardoise-tint); }
#bm-fiche #bm-contact-form .bm-contact { margin: 0; }
#bm-fiche #bm-contact-form .bm-contact--acc { border: 0; }
#bm-fiche #bm-contact-form .bm-contact__title { display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; list-style: none; font-family: var(--font-display) !important; font-size: 16px !important; font-weight: 600; color: var(--text-primary) !important; margin: 0 !important; }
#bm-fiche #bm-contact-form .bm-contact__title::-webkit-details-marker { display: none; }
#bm-fiche #bm-contact-form .bm-contact__title::after { content: '\203A'; color: var(--framboise-500); font-size: 20px; transition: transform .2s; }
#bm-fiche #bm-contact-form .bm-contact--acc[open] .bm-contact__title::after { transform: rotate(90deg); }
#bm-fiche #bm-contact-form .bm-contact__body { margin-top: 12px; }
#bm-fiche #bm-contact-form .bm-contact__intro { font-size: 13px; color: var(--text-muted) !important; line-height: 1.5; margin-bottom: 12px; }
#bm-fiche #bm-contact-form .bm-contact-row { display: grid; gap: 10px; }
#bm-fiche #bm-contact-form label { display: block; font-size: 13px; font-weight: 600; color: var(--text-secondary) !important; margin-bottom: 10px; }
#bm-fiche #bm-contact-form input, #bm-fiche #bm-contact-form textarea { width: 100%; font-family: inherit; font-size: 14px; padding: 9px 11px; border: 1.5px solid var(--border-strong); border-radius: var(--r-md); background: var(--bg-elevated); color: var(--text-primary); margin-top: 4px; }
#bm-fiche #bm-contact-form textarea { min-height: 90px; resize: vertical; }
#bm-fiche #bm-contact-form .bm-contact-submit { width: 100%; min-height: 44px; border: none; border-radius: var(--r-md); background: var(--framboise-500) !important; color: #fff !important; font-weight: 600; font-size: 15px; cursor: pointer; }
#bm-fiche #bm-contact-form .bm-contact-rgpd { font-size: 11.5px; color: var(--text-muted) !important; line-height: 1.45; margin-top: 8px; }
#bm-fiche #bm-contact-form .bm-contact-msg { font-size: 13px; line-height: 1.5; padding: 10px 12px; border-radius: var(--r-md); }

/* Bouton favori (bm-couple) integre dans les actions de la sidebar : bouton
   blanc, texte bleu ardoise, coeur framboise ; sans carte beige autour (fond
   et bordure du CONTENEUR retires, seul le bouton reste). */
#bm-fiche .actions .bm-favori-fiche { display: grid; gap: 6px; margin: 0; background: none; border: 0; padding: 0; }
#bm-fiche .actions .bm-favori-fiche .bm-dash-btn { width: 100%; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border-radius: var(--r-md); background: var(--bg-elevated) !important; color: var(--ardoise-700) !important; border: 1.5px solid var(--border-strong) !important; box-shadow: none !important; font-weight: 600; font-size: 15px; text-align: center; text-decoration: none; cursor: pointer; }
#bm-fiche .actions .bm-favori-fiche .bm-dash-btn:hover { border-color: var(--ardoise-700) !important; }
#bm-fiche .actions .bm-favori-fiche .bm-dash-btn::before { content: "\2661"; font-size: 24px; line-height: 1; color: var(--framboise-500); }
#bm-fiche .actions .bm-favori-fiche__done { color: var(--framboise-700) !important; font-size: 13px; font-weight: 600; text-align: center; }
#bm-fiche .actions .bm-favori-fiche__link { font-size: 12.5px; color: var(--text-muted) !important; text-decoration: none; text-align: center; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  #bm-fiche .fgrid { grid-template-columns: 1fr; }
  #bm-fiche .cpanel { position: static; }
}
@media (max-width: 560px) {
  #bm-fiche .info-cards, #bm-fiche .rf-grid { grid-template-columns: 1fr; }
  #bm-fiche .gthumbs button { flex-basis: calc(33.333% - 6px) !important; width: calc(33.333% - 6px) !important; max-width: calc(33.333% - 6px) !important; }
  /* Bande de miniatures défilable au doigt (la vidéo et les photos au-delà des 3
     visibles restent accessibles sans les flèches, masquées en mobile). */
  #bm-fiche .gthumbs { overflow-x: auto !important; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; }
  #bm-fiche .gthumbs button { scroll-snap-align: start; }
  #bm-fiche .gstrip .arrow { display: none !important; }
  .fwrap { padding: 18px 16px 48px; }
}

/* Slider « Prestataires similaires » en fin de fiche. */
#bm-fiche .bm-similaires { margin-top: 30px; }
#bm-fiche .bm-similaires h2 { font-family: var(--font-display); font-size: 22px; margin: 0 0 14px; }
#bm-fiche .bm-sim-track {
  display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
#bm-fiche .bm-sim-card {
  flex: 0 0 240px; scroll-snap-align: start; display: flex; flex-direction: column;
  border: 1px solid var(--border-default); border-radius: 14px; overflow: hidden;
  background: #fff; text-decoration: none; color: inherit;
  transition: box-shadow .15s ease, transform .15s ease;
}
#bm-fiche .bm-sim-card:hover { box-shadow: 0 8px 24px rgba(39,57,92,.12); transform: translateY(-2px); }
#bm-fiche .bm-sim-img { display: block; height: 135px; background: linear-gradient(135deg, #eaeef7, var(--bg-sand)); }
#bm-fiche .bm-sim-img img { width: 100%; height: 135px; object-fit: cover; display: block; }
#bm-fiche .bm-sim-body { padding: 11px 13px; display: flex; flex-direction: column; gap: 3px; }
#bm-fiche .bm-sim-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; font-weight: 700; color: #a23c61; }
#bm-fiche .bm-sim-nom { font-family: var(--font-display); font-weight: 600; font-size: 15px; line-height: 1.25; }
#bm-fiche .bm-sim-loc { font-size: 12.5px; color: var(--text-secondary); }
#bm-fiche .bm-sim-tarif { font-size: 13px; color: #45505f; margin-top: 2px; }

/* Repère tarifaire : encart factuel sous la présentation, calculé sur les prix
   déclarés de la catégorie. Volontairement sobre, il n'est pas une prise de
   parole de Margot mais une donnée du site. */
#bm-fiche .bm-repere-tarif { margin-top: 16px; max-width: 68ch; background: var(--bg-sand); border: 1px solid var(--border-default); border-radius: 14px; padding: 14px 16px; }
#bm-fiche .bm-repere-tarif h3 { font-family: var(--font-display); font-size: 15.5px; margin: 0 0 6px; }
#bm-fiche .bm-repere-tarif p { font-size: 14px; line-height: 1.6; margin: 0; }
@media (max-width: 640px) {
  #bm-fiche .bm-repere-tarif { padding: 12px 13px; border-radius: 12px; }
  #bm-fiche .bm-repere-tarif p { font-size: 13.5px; }
}
