/* ============================================================
   POC marque blanche UGC — feuille de style unique
   Design : sombre, epure, une seule couleur d'accent pilotee
   par --brand (change par le selecteur marque blanche).
   ============================================================ */

:root {
  /* Thème CLAIR (24/07 — retour Laurent « trop sombre »). Tout est piloté par
     ces variables ; passer clair/sombre = changer ce bloc. */
  --bg:        #f4f6fa;
  --bg-soft:   #ffffff;
  --panel:     #ffffff;
  --panel-2:   #eef1f6;
  --line:      #dde3ec;
  --line-soft: #e9edf3;
  --txt:       #131722;
  --txt-2:     #48526a;
  --txt-3:     #8a94a8;
  --brand:     #4f68e0;
  --brand-ink: #ffffff;
  --ok:        #17a673;
  --warn:      #c77800;
  --bad:       #d23a58;
  --view-bg:   #e8ecf3;   /* fond neutre du visualiseur 3D et des vignettes */
  --r:         14px;
  --r-s:       9px;
  --shadow:    0 18px 44px -18px rgba(30,44,80,.20);
  --sans: "Segoe UI Variable Display", "Segoe UI", -apple-system,
          BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "Cascadia Mono", "SF Mono", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {                       /* halo discret derriere le contenu */
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 520px at 12% -10%,
      color-mix(in srgb, var(--brand) 13%, transparent), transparent 70%),
    radial-gradient(700px 420px at 105% 0%,
      color-mix(in srgb, var(--brand) 7%, transparent), transparent 70%);
}

a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -.02em; }

.wrap { position: relative; z-index: 1; max-width: 1320px;
        margin: 0 auto; padding: 0 28px 96px; }

/* ---------- barre de tete ---------- */
.top {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px) saturate(140%);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  border-bottom: 1px solid var(--line-soft);
}
.top-in { max-width: 1320px; margin: 0 auto; padding: 14px 28px;
          display: flex; align-items: center; gap: 18px; }

.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 9px; flex: none;
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px; letter-spacing: -.03em;
  color: var(--brand-ink);
  background: linear-gradient(140deg, var(--brand),
              color-mix(in srgb, var(--brand) 55%, #ffffff));
  box-shadow: 0 6px 20px -6px color-mix(in srgb, var(--brand) 70%, transparent);
}
.brand-name { font-weight: 650; letter-spacing: -.02em; white-space: nowrap; }
.brand-sub  { font-size: 11.5px; color: var(--txt-3); margin-top: -3px;
              white-space: nowrap; }

.top-spacer { flex: 1; }

.wl {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--txt-3);
}
.wl select {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 8px; padding: 6px 9px; font-size: 12.5px; color: var(--txt-2);
}
.top-link {
  font-size: 13px; color: var(--txt-2); text-decoration: none;
  padding: 7px 13px; border: 1px solid var(--line); border-radius: 9px;
  white-space: nowrap; transition: .15s;
}
.top-link:hover { color: var(--txt); border-color: var(--brand); }

/* ---------- bandeau marche (decideur marque) ---------- */
.mkt {
  margin: 26px 0 4px; padding: 22px 24px 4px;
  border: 1px solid var(--line); border-radius: var(--r);
  background:
    linear-gradient(180deg,
      color-mix(in srgb, var(--brand) 8%, var(--panel)), var(--panel));
}
.mkt-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.mkt-top h2 { font-size: 17px; }
.mkt-top p { margin: 3px 0 0; font-size: 12.3px; color: var(--txt-3); }
.mkt-fold { margin-left: auto; flex: none; font-size: 12px; color: var(--txt-3);
            background: none; border: 1px solid var(--line); border-radius: 8px;
            padding: 6px 12px; transition: .15s; }
.mkt-fold:hover { color: var(--txt); border-color: var(--brand); }
.mkt-body { overflow: hidden; }
.mkt-body.fold { display: none; }

.hero { display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
        gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft);
        border-radius: var(--r-s); overflow: hidden; }
.hero > div { background: var(--panel); padding: 16px 17px; }
.hero .v { font-size: 27px; font-weight: 680; letter-spacing: -.035em;
           line-height: 1.1; color: var(--brand); }
.hero .k { font-size: 12.3px; margin-top: 5px; color: var(--txt); line-height: 1.35; }
.hero .s { font-size: 11.3px; color: var(--txt-3); margin-top: 3px; }

.mkt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
            gap: 14px; margin-top: 14px; }
.mkt-card { background: var(--bg-soft); border: 1px solid var(--line-soft);
            border-radius: var(--r-s); padding: 16px 17px; }
.mkt-card h4 { font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em;
               color: var(--txt-3); font-weight: 500; margin-bottom: 13px; }
.mkt-note { font-size: 11.3px; color: var(--txt-3); margin: 12px 0 0; line-height: 1.45; }

.brow { display: grid; grid-template-columns: 1fr 46px; gap: 10px;
        align-items: center; font-size: 12.5px; margin-bottom: 9px; }
.brow:last-child { margin-bottom: 0; }
.brow .lb { color: var(--txt-2); }
.brow .val { text-align: right; font-variant-numeric: tabular-nums;
             font-size: 12.5px; font-weight: 550; }
.brow .tr { grid-column: 1 / -1; height: 5px; border-radius: 3px;
            background: var(--panel-2); overflow: hidden; margin-top: -3px; }
.brow .tr i { display: block; height: 100%; border-radius: 3px; background: var(--brand); }
.brow.c2 .tr i { background: color-mix(in srgb, var(--brand) 60%, var(--txt-3)); }
.brow.c3 .tr i { background: color-mix(in srgb, var(--brand) 28%, var(--txt-3)); }
.brow .sec::after { content: "•"; color: var(--warn); margin-left: 5px; }

.mkt-why { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
           gap: 20px 26px; margin: 20px 0 22px; padding-top: 18px;
           border-top: 1px solid var(--line-soft); }
.mkt-why div b { display: block; font-size: 13px; font-weight: 600;
                 letter-spacing: -.01em; margin-bottom: 5px; }
.mkt-why div span { font-size: 12.3px; color: var(--txt-3); line-height: 1.5; }

/* ---------- accroche page 1 ---------- */
.hero1 { display: grid; grid-template-columns: 1fr 340px; gap: 30px;
         align-items: center; margin: 30px 0 6px; }
@media (max-width: 900px){ .hero1{ grid-template-columns: 1fr; gap: 20px; } }
.hero1-txt h1 { font-size: clamp(26px, 4.4vw, 42px); line-height: 1.06;
                letter-spacing: -.035em; }
.hero1-txt h1 em { font-style: normal; color: var(--brand); }
.hero1-txt p { color: var(--txt-2); font-size: 15.5px; margin: 16px 0 22px;
               max-width: 560px; line-height: 1.55; }
.hero1-txt p b { color: var(--txt); font-weight: 600; }
.hero1-cta { display: flex; gap: 11px; flex-wrap: wrap; }
.hero1-strip { display: grid; grid-template-columns: repeat(3, 1fr);
               grid-auto-rows: 1fr; gap: 8px; }
@media (max-width: 900px){ .hero1-strip{ grid-template-columns: repeat(4,1fr); } }
@media (max-width: 480px){ .hero1-strip{ grid-template-columns: repeat(3,1fr); } }
.hero1-strip .hs { aspect-ratio: 1; border-radius: 11px; overflow: hidden;
                   border: 1px solid var(--line); background: var(--view-bg);
                   position: relative; }
.hero1-strip .hs img { width: 100%; height: 100%; object-fit: cover; display: block;
                       transform: scale(1); transition: transform .55s cubic-bezier(.2,.7,.2,1);
                       filter: saturate(.98); }
.hero1-strip .hs:hover img { transform: scale(1.14) rotate(-1.5deg); filter: saturate(1.1); }
.hero1-strip .hs::after { content: attr(data-nm); position: absolute; left: 0; right: 0;
                          bottom: 0; padding: 14px 9px 7px; font-size: 10px;
                          color: #fff; opacity: 0;
                          background: linear-gradient(transparent, rgba(10,14,24,.78));
                          transition: opacity .3s; }
.hero1-strip .hs:hover::after { opacity: 1; }

/* ---------- fil d'etapes ---------- */
.steps { display: flex; gap: 6px; margin: 26px 0 22px; flex-wrap: wrap; }
.step {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 15px 8px 9px; border-radius: 999px;
  border: 1px solid var(--line); background: var(--panel);
  font-size: 13px; color: var(--txt-3); transition: .18s;
}
.step b {
  width: 21px; height: 21px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-size: 11.5px; font-weight: 600;
  background: var(--panel-2); color: var(--txt-3);
  border: 1px solid var(--line);
}
.step.on   { color: var(--txt); border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); }
.step.on b { background: var(--brand); color: var(--brand-ink); border-color: transparent; }
.step.done { color: var(--txt-2); }
.step.done b { background: color-mix(in srgb, var(--ok) 22%, transparent);
               color: var(--ok); border-color: color-mix(in srgb, var(--ok) 40%, transparent); }

/* ---------- grille principale ---------- */
.layout { display: grid; grid-template-columns: minmax(0,1fr) 372px; gap: 24px;
          align-items: start; }
@media (max-width: 1080px) { .layout { grid-template-columns: 1fr; } }

.card {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px;
}
.card + .card { margin-top: 16px; }
.card-h { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.card-h h3 { font-size: 15.5px; }
.card-h .idx {
  font-family: var(--mono); font-size: 11px; color: var(--brand);
  border: 1px solid color-mix(in srgb, var(--brand) 35%, transparent);
  border-radius: 6px; padding: 1px 6px;
}
.card-p { color: var(--txt-3); font-size: 13px; margin: 0 0 18px; }

/* ---------- champs ---------- */
textarea, input[type=text], input[type=email], input[type=number], select {
  width: 100%; background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 11px 13px; outline: none; transition: .15s;
}
textarea:focus, input:focus, select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 16%, transparent);
}
textarea { min-height: 108px; resize: vertical; line-height: 1.55; }
label.lbl { display: block; font-size: 12px; color: var(--txt-3);
            margin: 0 0 7px; letter-spacing: .01em; }

.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.chip {
  padding: 5px 11px; border-radius: 999px; font-size: 12.5px;
  border: 1px solid var(--line); background: var(--bg-soft); color: var(--txt-2);
  transition: .15s;
}
.chip:hover { border-color: var(--brand); color: var(--txt); }
.chip.up::before   { content: "▲"; font-size: 8px; color: var(--ok);  margin-right: 6px; }
.chip.down::before { content: "▼"; font-size: 8px; color: var(--bad); margin-right: 6px; }

/* lecture du brief */
.read { margin-top: 14px; display: none; }
.read.show { display: block; }
.read-line {
  display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px;
  padding: 9px 12px; border-radius: var(--r-s); margin-top: 7px;
  background: var(--bg-soft); border: 1px solid var(--line-soft);
  color: var(--txt-2);
}
.read-line .tag { font-family: var(--mono); font-size: 10.5px; padding: 1px 6px;
                  border-radius: 5px; flex: none; margin-top: 2px; }
.read-line.ok   .tag { background: color-mix(in srgb, var(--ok) 18%, transparent);   color: var(--ok); }
.read-line.warn .tag { background: color-mix(in srgb, var(--warn) 18%, transparent); color: var(--warn); }
.read-line.bad  .tag { background: color-mix(in srgb, var(--bad) 18%, transparent);  color: var(--bad); }

/* compteur numerique */
.stepper { display: inline-flex; align-items: center; gap: 0;
           border: 1px solid var(--line); border-radius: var(--r-s);
           background: var(--bg-soft); overflow: hidden; }
.stepper button { width: 34px; height: 36px; background: none; border: 0;
                  color: var(--txt-2); font-size: 16px; line-height: 1; }
.stepper button:hover { background: var(--panel-2); color: var(--txt); }
.stepper input { width: 54px; text-align: center; border: 0; background: none;
                 padding: 0; font-variant-numeric: tabular-nums; }
.stepper input:focus { box-shadow: none; }

/* arbre de categories */
.tree { border: 1px solid var(--line); border-radius: var(--r-s);
        overflow: hidden; background: var(--bg-soft); }
.tree-cat > summary {
  list-style: none; cursor: pointer; padding: 11px 14px;
  display: flex; align-items: center; gap: 10px; font-size: 13.5px;
  border-bottom: 1px solid var(--line-soft); user-select: none;
}
.tree-cat > summary::-webkit-details-marker { display: none; }
.tree-cat > summary::before { content: "▸"; color: var(--txt-3); font-size: 10px;
                              transition: .15s; }
.tree-cat[open] > summary::before { transform: rotate(90deg); }
.tree-cat > summary:hover { background: var(--panel); }
.tree-cat .count { margin-left: auto; font-family: var(--mono); font-size: 11px;
                   color: var(--txt-3); }
.tree-cat .count.on { color: var(--brand); }
.trow {
  display: grid; grid-template-columns: 1fr auto auto; gap: 12px;
  align-items: center; padding: 9px 14px 9px 32px;
  border-bottom: 1px solid var(--line-soft); font-size: 13px;
}
.trow:last-child { border-bottom: 0; }
.trow .nm { min-width: 0; }
.trow .nm small { display: block; color: var(--txt-3); font-size: 11px; }
.trow .meta { font-family: var(--mono); font-size: 11px; color: var(--txt-3);
              text-align: right; white-space: nowrap; }
.trow.off { opacity: .42; }
.trow.off .stepper { pointer-events: none; }
.pill-soon { font-size: 10px; border: 1px solid var(--line); border-radius: 5px;
             padding: 1px 5px; color: var(--txt-3); }

/* options */
.opts { display: grid; gap: 10px; }
.opt {
  display: flex; align-items: center; gap: 12px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--r-s);
  background: var(--bg-soft); cursor: pointer; transition: .15s;
}
.opt:hover { border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.opt input { accent-color: var(--brand); width: 16px; height: 16px; flex: none; }
.opt .t { flex: 1; min-width: 0; font-size: 13.5px; }
.opt .t small { display: block; color: var(--txt-3); font-size: 11.5px; }
.opt .pr { font-family: var(--mono); font-size: 12px; color: var(--txt-2);
           white-space: nowrap; }
.opt.sel { border-color: var(--brand);
           background: color-mix(in srgb, var(--brand) 8%, var(--bg-soft)); }

/* ---------- rail de chiffrage ---------- */
.rail { position: sticky; top: 78px; }
.quote { background: linear-gradient(180deg, var(--panel-2), var(--panel));
         border: 1px solid var(--line); border-radius: var(--r);
         overflow: hidden; box-shadow: var(--shadow); }
.quote-h { padding: 16px 20px 12px; border-bottom: 1px solid var(--line-soft); }
.quote-h .k { font-size: 11.5px; color: var(--txt-3); letter-spacing: .06em;
              text-transform: uppercase; }
.quote-total { display: flex; align-items: baseline; gap: 7px; margin-top: 3px; }
.quote-total .n { font-size: 34px; font-weight: 680; letter-spacing: -.035em;
                  font-variant-numeric: tabular-nums; }
.quote-total .u { font-size: 15px; color: var(--txt-3); }
.quote-b { padding: 14px 20px 18px; }
.qline { display: flex; justify-content: space-between; gap: 12px;
         font-size: 12.8px; padding: 5px 0; color: var(--txt-2); }
.qline b { font-variant-numeric: tabular-nums; font-weight: 500; color: var(--txt); }
.qline.dim { color: var(--txt-3); }
.qline.dim b { color: var(--txt-2); }
.qline.disc b { color: var(--ok); }
.qsep { height: 1px; background: var(--line-soft); margin: 11px 0; }

.eta { display: flex; align-items: center; gap: 12px; padding: 13px 20px;
       border-top: 1px solid var(--line-soft);
       background: color-mix(in srgb, var(--brand) 6%, transparent); }
.eta .ico { width: 30px; height: 30px; border-radius: 8px; flex: none;
            display: grid; place-items: center; font-size: 14px;
            background: color-mix(in srgb, var(--brand) 16%, transparent); }
.eta .v { font-size: 14px; font-weight: 600; }
.eta .s { font-size: 11.5px; color: var(--txt-3); }

.note-cli { padding: 12px 20px; border-top: 1px solid var(--line-soft);
            font-size: 11.5px; color: var(--txt-3); line-height: 1.5; }
.note-cli b { color: var(--txt-2); font-weight: 500; }

.btn {
  width: 100%; padding: 13px 18px; border: 0; border-radius: var(--r-s);
  background: var(--brand); color: var(--brand-ink);
  font-weight: 620; font-size: 14.5px; letter-spacing: -.01em;
  transition: .15s; display: flex; align-items: center;
  justify-content: center; gap: 9px;
}
.btn:hover:not(:disabled) { filter: brightness(1.09); transform: translateY(-1px); }
.btn:disabled { opacity: .34; cursor: not-allowed; }
.btn.ghost { background: transparent; border: 1px solid var(--line);
             color: var(--txt-2); font-weight: 500; }
.btn.ghost:hover { border-color: var(--brand); color: var(--txt); }
.btn.sm { width: auto; padding: 8px 14px; font-size: 13px; }
.quote .btn { border-radius: 0; }

/* ---------- production ---------- */
.prod { text-align: center; padding: 64px 24px; }
.prod h2 { font-size: 21px; margin-bottom: 8px; }
.prod p { color: var(--txt-3); font-size: 13.5px; margin: 0 0 30px; }
.bar { max-width: 520px; margin: 0 auto; height: 5px; border-radius: 3px;
       background: var(--panel-2); overflow: hidden; }
.bar i { display: block; height: 100%; width: 0%; border-radius: 3px; position: relative;
         overflow: hidden;
         background: linear-gradient(90deg, var(--brand),
                     color-mix(in srgb, var(--brand) 45%, #fff));
         transition: width .35s ease; }
.bar i::after { content: ""; position: absolute; inset: 0;
                background: linear-gradient(90deg, transparent,
                            color-mix(in srgb, #fff 55%, transparent), transparent);
                transform: translateX(-100%); animation: shimmer 1.15s infinite; }
@keyframes shimmer { to { transform: translateX(100%); } }
.plog { max-width: 520px; margin: 22px auto 0; text-align: left;
        font-family: var(--mono); font-size: 11.5px; color: var(--txt-3); }
.plog div { padding: 3px 0; opacity: 0; animation: fadein .3s forwards; }
.plog div b { color: var(--ok); font-weight: 400; }
@keyframes fadein { to { opacity: 1; } }

/* ---------- galerie ---------- */
.gal-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
            margin-bottom: 18px; }
.gal-head h2 { font-size: 19px; }
.gal-head .sub { color: var(--txt-3); font-size: 13px; }
.gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
       gap: 16px; }
.item {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden; transition: .18s; position: relative;
}
.item:hover { border-color: color-mix(in srgb, var(--brand) 50%, var(--line));
              transform: translateY(-2px); }
.item.sel { border-color: var(--brand);
            box-shadow: 0 0 0 1px var(--brand),
                        0 18px 40px -18px color-mix(in srgb, var(--brand) 60%, transparent); }
.item-img { aspect-ratio: 1; background: var(--view-bg); position: relative;
            cursor: zoom-in; overflow: hidden; }
.item-img img { width: 100%; height: 100%; object-fit: cover; display: block;
                transition: .4s; }
.item:hover .item-img img { transform: scale(1.045); }
.badge-3d {
  position: absolute; left: 10px; top: 10px; z-index: 2;
  font-size: 10.5px; font-family: var(--mono); padding: 3px 7px;
  border-radius: 6px; color: var(--txt-2);
  background: color-mix(in srgb, var(--panel) 86%, transparent);
  backdrop-filter: blur(6px); border: 1px solid var(--line);
}
.badge-3d.live { color: var(--brand);
                 border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.item-b { padding: 12px 14px 14px; }
.item-b .nm { font-size: 13.5px; font-weight: 550; letter-spacing: -.01em;
              white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.item-b .ty { font-size: 11.5px; color: var(--txt-3); margin-top: 2px; }
.item-f { display: flex; align-items: center; gap: 8px; margin-top: 11px; }
.item-f .score { font-family: var(--mono); font-size: 11px; padding: 2px 6px;
                 border-radius: 5px; background: var(--panel-2); color: var(--txt-3); }
.item-f .score.hi { color: var(--ok);
                    background: color-mix(in srgb, var(--ok) 14%, transparent); }
.item-f .score.lo { color: var(--bad);
                    background: color-mix(in srgb, var(--bad) 14%, transparent); }
.pick { margin-left: auto; display: flex; align-items: center; gap: 7px;
        font-size: 12px; color: var(--txt-3); cursor: pointer; }
.pick input { accent-color: var(--brand); width: 16px; height: 16px; }

/* ---------- visionneuse ---------- */
.modal { position: fixed; inset: 0; z-index: 90; display: none;
         background: rgba(5,7,10,.86); backdrop-filter: blur(10px); }
.modal.on { display: grid; place-items: center; padding: 32px; }
.mbox { width: min(1080px, 100%); max-height: 90vh; background: var(--panel);
        border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
        box-shadow: var(--shadow); display: grid;
        grid-template-columns: minmax(0,1fr) 292px; }
@media (max-width: 860px) { .mbox { grid-template-columns: 1fr; } }
.mview { position: relative;
         background: radial-gradient(120% 120% at 50% 20%, #ffffff, var(--view-bg));
         min-height: 440px; display: grid; place-items: center; overflow: hidden; }
.mview canvas { display: block; }
.mview img { max-width: 100%; max-height: 72vh; object-fit: contain;
             transition: transform .18s; transform-origin: center; }
.mview .hint { position: absolute; bottom: 12px; left: 50%;
               transform: translateX(-50%); font-size: 11.5px; color: var(--txt-2);
               background: color-mix(in srgb, var(--panel) 90%, transparent);
               border: 1px solid var(--line); padding: 5px 12px; border-radius: 999px;
               backdrop-filter: blur(6px); white-space: nowrap; }
.mtools { position: absolute; top: 12px; right: 12px; display: flex; gap: 6px;
          z-index: 3; }
.mtools button { width: 32px; height: 32px; border-radius: 8px; font-size: 13px;
                 background: color-mix(in srgb, var(--panel) 90%, transparent);
                 border: 1px solid var(--line); backdrop-filter: blur(6px);
                 color: var(--txt-2); display: grid; place-items: center; }
.mtools button:hover { color: var(--txt); border-color: var(--brand); }
.mtools button.on { color: var(--brand-ink); background: var(--brand);
                    border-color: transparent; }
.mside { padding: 22px; border-left: 1px solid var(--line); overflow-y: auto; }
.mside h3 { font-size: 17px; letter-spacing: -.02em; }
.mside .ty { color: var(--txt-3); font-size: 12.5px; margin: 3px 0 18px; }
.spec { display: flex; justify-content: space-between; gap: 12px;
        padding: 8px 0; border-bottom: 1px solid var(--line-soft); font-size: 12.5px; }
.spec span { color: var(--txt-3); }
.spec b { font-weight: 500; font-variant-numeric: tabular-nums; }
.mside .btn { margin-top: 20px; }
.mclose { position: absolute; top: 12px; left: 12px; z-index: 3;
          width: 32px; height: 32px; border-radius: 8px; font-size: 15px;
          background: color-mix(in srgb, var(--panel) 90%, transparent);
          border: 1px solid var(--line); backdrop-filter: blur(6px);
          color: var(--txt-2); display: grid; place-items: center; }
.mclose:hover { color: var(--txt); }

/* ---------- barre de selection ---------- */
.selbar {
  position: sticky; bottom: 18px; margin-top: 22px; z-index: 30;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  padding: 14px 20px; border-radius: var(--r);
  background: color-mix(in srgb, var(--panel-2) 94%, transparent);
  border: 1px solid var(--line); backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.selbar .n { font-size: 14px; }
.selbar .n b { font-variant-numeric: tabular-nums; }
.selbar .tot { margin-left: auto; font-size: 20px; font-weight: 650;
               letter-spacing: -.03em; font-variant-numeric: tabular-nums; }

/* ---------- paiement / espace ---------- */
.two { display: grid; grid-template-columns: minmax(0,1fr) 372px; gap: 24px;
       align-items: start; }
@media (max-width: 1080px) { .two { grid-template-columns: 1fr; } }
.field { margin-bottom: 15px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }

.tbl { width: 100%; border-collapse: collapse; font-size: 13px; }
.tbl th { text-align: left; font-weight: 500; font-size: 11.5px;
          text-transform: uppercase; letter-spacing: .05em; color: var(--txt-3);
          padding: 0 12px 10px; border-bottom: 1px solid var(--line); }
.tbl td { padding: 13px 12px; border-bottom: 1px solid var(--line-soft);
          vertical-align: middle; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl .num { font-variant-numeric: tabular-nums; text-align: right; }
.tbl .mono { font-family: var(--mono); font-size: 11.5px; color: var(--txt-3); }

.tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px;
       padding: 3px 9px; border-radius: 999px; border: 1px solid var(--line);
       color: var(--txt-2); white-space: nowrap; }
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%;
               background: currentColor; }
.tag.att { color: var(--warn); border-color: color-mix(in srgb, var(--warn) 35%, transparent); }
.tag.env { color: var(--ok);   border-color: color-mix(in srgb, var(--ok) 35%, transparent); }
.tag.new { color: var(--brand);border-color: color-mix(in srgb, var(--brand) 35%, transparent); }

.empty { text-align: center; padding: 54px 20px; color: var(--txt-3);
         font-size: 13.5px; }

.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px,1fr));
        gap: 13px; margin-bottom: 22px; }
.kpi { background: var(--panel); border: 1px solid var(--line);
       border-radius: var(--r-s); padding: 15px 17px; }
.kpi .k { font-size: 11px; text-transform: uppercase; letter-spacing: .06em;
          color: var(--txt-3); }
.kpi .v { font-size: 25px; font-weight: 650; letter-spacing: -.03em;
          margin-top: 4px; font-variant-numeric: tabular-nums; }
.kpi .s { font-size: 11.5px; color: var(--txt-3); margin-top: 2px; }

.done-h { text-align: center; padding: 54px 20px 40px; }
.done-h .ico { width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 18px;
               display: grid; place-items: center; font-size: 25px;
               background: color-mix(in srgb, var(--ok) 15%, transparent);
               color: var(--ok); }
.done-h h2 { font-size: 23px; margin-bottom: 8px; }
.done-h p { color: var(--txt-3); font-size: 14px; margin: 0; }

.disclaimer { margin-top: 34px; padding: 15px 18px; border-radius: var(--r-s);
              border: 1px dashed var(--line); font-size: 12.3px;
              color: var(--txt-3); line-height: 1.55; }
.disclaimer b { color: var(--txt-2); font-weight: 550; }

/* ---------- portillon d'accès ---------- */
.gate-ov { position: fixed; inset: 0; z-index: 200;
           background: color-mix(in srgb, var(--bg) 78%, transparent);
           backdrop-filter: blur(14px); display: grid; place-items: center; padding: 22px; }
.gate-box { width: min(420px, 100%); background: var(--panel);
            border: 1px solid var(--line); border-radius: var(--r);
            box-shadow: var(--shadow); padding: 30px 26px; text-align: center; }
.gate-lock { font-size: 30px; margin-bottom: 8px; }
.gate-box h2 { font-size: 19px; }
.gate-box p { color: var(--txt-2); font-size: 13.5px; margin: 8px 0 18px; }
.gate-row { display: flex; gap: 8px; }
.gate-row input { text-align: center; letter-spacing: .1em; text-transform: uppercase; }
.gate-row input#gate-who { text-align: left; letter-spacing: 0; text-transform: none; }
.gate-row .btn { flex: none; }
.gate-msg { font-size: 12.5px; min-height: 18px; margin-top: 10px; }
.gate-msg.ok { color: var(--ok); }
.gate-msg.bad { color: var(--bad); }
.gate-sep { height: 1px; background: var(--line-soft); margin: 20px 0 16px; }
.gate-ask { font-size: 12.5px; color: var(--txt-3) !important; margin: 0 0 10px !important; }
.gate-note { font-size: 11.5px; color: var(--txt-3); margin-top: 12px; line-height: 1.5; }

.hide { display: none !important; }

/* ============ V2 : mode présentation, parcours unique, arbre riche ============ */

/* mode présentation discret */
.demo-wrap { position: relative; }
.demo-btn { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line);
            background: var(--panel); color: var(--txt-2); font-size: 15px; line-height: 1;
            display: grid; place-items: center; transition: .15s; }
.demo-btn:hover { border-color: var(--brand); color: var(--txt); }
.demo-pop { position: absolute; right: 0; top: calc(100% + 9px); width: 268px; z-index: 60;
            background: var(--panel); border: 1px solid var(--line); border-radius: var(--r);
            box-shadow: var(--shadow); padding: 16px; display: none; }
.demo-pop.on { display: block; }
.demo-h { font-size: 13px; font-weight: 600; }
.demo-h span { font-size: 10px; color: var(--brand); border: 1px solid color-mix(in srgb,var(--brand) 35%,transparent);
               border-radius: 5px; padding: 1px 5px; margin-left: 6px; }
.demo-pop p { font-size: 11.5px; color: var(--txt-3); margin: 7px 0 12px; line-height: 1.45; }
.demo-opts { display: grid; gap: 6px; }
.demo-opts button { display: flex; align-items: center; gap: 9px; padding: 9px 11px; font-size: 12.5px;
                    background: var(--bg-soft); border: 1px solid var(--line-soft); border-radius: 8px;
                    color: var(--txt-2); text-align: left; transition: .13s; }
.demo-opts button:hover { border-color: var(--brand); color: var(--txt); }
.demo-opts .dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }

/* accroche + outil en avant */
.chero { margin: 24px 0 18px; }
.chero h1 { font-size: clamp(27px, 4.4vw, 40px); line-height: 1.06; letter-spacing: -.035em; }
.chero h1 em { font-style: normal; color: var(--brand); }
.chero p { color: var(--txt-2); font-size: 15px; margin: 14px 0 16px; max-width: 540px; line-height: 1.55; }
.chero p b { color: var(--txt); font-weight: 600; }
.chero-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; max-width: 460px; }
.chero-strip .hs { aspect-ratio: 1; border-radius: 10px; overflow: hidden; border: 1px solid var(--line);
                   background: var(--view-bg); position: relative; }
.chero-strip .hs img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.chero-strip .hs:hover img { transform: scale(1.14) rotate(-1.5deg); }

/* carte de saisie unique */
.compose { padding-top: 16px; }
.compose-tabline { display: flex; gap: 4px; margin-bottom: 16px; background: var(--bg-soft);
                   border: 1px solid var(--line); border-radius: var(--r-s); padding: 4px; }
.ct { flex: 1; text-align: center; padding: 9px 12px; border-radius: 7px; font-size: 13.5px;
      color: var(--txt-3); cursor: pointer; transition: .14s; }
.ct.on { background: var(--panel); color: var(--txt); box-shadow: 0 1px 3px rgba(30,44,80,.08); font-weight: 550; }
.compose-hint { font-size: 12.5px; color: var(--txt-3); margin: 12px 0 4px; line-height: 1.5; }
.compose .btn { margin-top: 16px; }
.big-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line);
               border-radius: var(--r-s); background: var(--bg-soft); overflow: hidden; }
.big-stepper button { width: 46px; height: 52px; background: none; border: 0; color: var(--txt-2); font-size: 22px; }
.big-stepper button:hover { background: var(--panel-2); color: var(--txt); }
.big-stepper input { width: 80px; height: 52px; text-align: center; border: 0; background: none;
                     font-size: 24px; font-weight: 650; font-variant-numeric: tabular-nums; }
.big-stepper input:focus { box-shadow: none; }

/* affiner : summary repliable */
.refine { padding: 0; overflow: hidden; }
.refine > summary { list-style: none; cursor: pointer; padding: 18px 22px; display: flex;
                    align-items: center; gap: 12px; font-size: 14.5px; user-select: none; }
.refine > summary::-webkit-details-marker { display: none; }
.refine > summary::before { content: "▸"; color: var(--txt-3); font-size: 11px; transition: .15s; }
.refine[open] > summary::before { transform: rotate(90deg); }
.refine > summary:hover { background: var(--bg-soft); }
.refine .refine-n { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--brand); }
.refine .card-p, .refine .tree { margin-left: 22px; margin-right: 22px; }
.refine .tree { margin-bottom: 22px; }

/* ligne d'arbre V2 : vignette + nom + meta + contrôles */
.trow { display: grid; grid-template-columns: 46px 1fr auto auto; gap: 12px; align-items: center;
        padding: 9px 14px; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.trow:last-child { border-bottom: 0; }
.trow .thumb { width: 46px; height: 46px; border-radius: 8px; overflow: hidden; position: relative;
               background: var(--view-bg); cursor: zoom-in; border: 1px solid var(--line-soft); }
.trow .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.trow .thumb:hover img { transform: scale(1.12); }
.trow .thumb .zoom { position: absolute; right: 3px; bottom: 3px; font-size: 10px; color: #fff;
                     background: rgba(10,14,24,.6); border-radius: 4px; padding: 0 3px; opacity: 0; transition: .2s; }
.trow .thumb:hover .zoom { opacity: 1; }
.trow .thumb .noimg { position: absolute; inset: 0; display: grid; place-items: center; color: var(--txt-3); }
.trow .nm { min-width: 0; }
.trow .nm small { display: block; color: var(--txt-3); font-size: 11px; }
.subx { border: 0; background: none; color: var(--txt-3); font-size: 10px; cursor: pointer; padding: 0 4px; }
.trow .meta { font-family: var(--mono); font-size: 10.5px; color: var(--txt-3); text-align: right; white-space: nowrap; }
.trow.off { opacity: .45; }
.trow .ctrl { display: flex; align-items: flex-end; gap: 14px; }
.stepper.mini button { width: 26px; height: 30px; font-size: 14px; }
.stepper.mini input { width: 36px; }
.ctrlcol, .texcell { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.ctrllbl { font-size: 9.5px; color: var(--txt-3); text-transform: uppercase; letter-spacing: .04em;
           white-space: nowrap; font-weight: 600; }
.texcell .ctrllbl { color: var(--brand); }
.tree-legend { font-size: 12px; color: var(--txt-2); background: var(--bg-soft);
               border: 1px solid var(--line-soft); border-radius: var(--r-s);
               padding: 11px 13px; margin-bottom: 12px; line-height: 1.55; }
.tree-legend b { color: var(--txt); font-weight: 600; }
.subrows { grid-column: 1 / -1; padding: 4px 0 8px 58px; display: grid; gap: 6px; }
.subrow { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
          font-size: 12.5px; color: var(--txt-2); }
.snm { color: var(--txt-3); }

/* aperçu inline d'une page perso */
.pv { position: fixed; inset: 0; z-index: 120; display: none; padding: 22px;
      background: rgba(8,10,14,.6); backdrop-filter: blur(8px); }
.pv.on { display: grid; place-items: center; }
.pv-box { width: min(1000px, 100%); height: min(88vh, 900px); background: var(--panel);
          border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
          display: flex; flex-direction: column; box-shadow: var(--shadow); }
.pv-top { display: flex; align-items: center; gap: 10px; padding: 12px 16px;
          border-bottom: 1px solid var(--line-soft); font-size: 13.5px; font-weight: 550; }
.pv-top .btn { margin-left: 0; }
.pv-top #pv-open { margin-left: auto; }
.pv-box iframe { flex: 1; width: 100%; border: 0; background: #0b0d13; }

/* ---------- prospection (admin) ---------- */
.funnel { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 18px; }
@media (max-width: 720px){ .funnel { grid-template-columns: repeat(3, 1fr); } }
.fcell { text-align: center; padding: 12px 6px; border: 1px solid var(--line-soft);
         border-radius: var(--r-s); background: var(--bg-soft); }
.fcell.has { border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.fcell .fv { font-size: 22px; font-weight: 680; font-variant-numeric: tabular-nums; color: var(--txt-3); }
.fcell.has .fv { color: var(--brand); }
.fcell .fk { font-size: 10.5px; color: var(--txt-3); margin-top: 2px; }
.pf { display: grid; grid-template-columns: 1.3fr 1.3fr 46px auto auto; gap: 8px; align-items: center; }
@media (max-width: 720px){ .pf { grid-template-columns: 1fr 1fr; } }
.pf input[type=color] { width: 46px; height: 38px; padding: 2px; cursor: pointer; }
.plink { font-family: var(--mono); font-size: 11.5px; color: var(--brand); }
.pstat { padding: 5px 8px; border-radius: 7px; border: 1px solid var(--line); background: var(--bg-soft);
         font-size: 12px; color: var(--txt-2); }
.pactions { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.wa-sm { background: #25d366 !important; color: #073b1e !important; }

/* ---------- galerie live (apercu concepts, etape 1) ---------- */
.apercu { margin-top: 26px; }
.apercu-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.apercu-head h2 { font-size: 18px; }
.apercu-head .sub { color: var(--txt-3); font-size: 12.5px; }
.apercu-tools { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.apercu-tools input[type=search] { width: 190px; padding: 8px 12px; font-size: 12.5px; }

.gg { border: 1px solid var(--line); border-radius: var(--r); background: var(--panel);
      margin-bottom: 12px; overflow: hidden; }
.gg > summary { list-style: none; cursor: pointer; padding: 13px 16px; display: flex;
                align-items: center; gap: 10px; font-size: 14px; font-weight: 550; user-select: none; }
.gg > summary::-webkit-details-marker { display: none; }
.gg > summary::before { content: "\25b8"; color: var(--txt-3); font-size: 11px; transition: .15s; }
.gg[open] > summary::before { transform: rotate(90deg); }
.gg > summary:hover { background: var(--bg-soft); }
.gg .gg-n { margin-left: auto; font-family: var(--mono); font-size: 11.5px; color: var(--txt-3); }
.gg .gg-n b { color: var(--brand); font-weight: 600; }
.gg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
           gap: 12px; padding: 2px 16px 16px; }

.gcard { position: relative; border: 1px solid var(--line); border-radius: var(--r-s);
         overflow: hidden; background: var(--panel); transition: .15s; }
.gcard:hover { border-color: color-mix(in srgb, var(--brand) 50%, var(--line)); transform: translateY(-2px); }
.gcard.out { opacity: .4; }
.gcard-img { aspect-ratio: 1; background: var(--view-bg); cursor: zoom-in; position: relative; overflow: hidden; }
.gcard-img img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.gcard:hover .gcard-img img { transform: scale(1.06); }
.gcard .b3 { position: absolute; left: 7px; top: 7px; font-size: 9.5px; font-family: var(--mono);
             padding: 2px 6px; border-radius: 5px; color: var(--txt-2);
             background: color-mix(in srgb, var(--panel) 86%, transparent);
             border: 1px solid var(--line); backdrop-filter: blur(6px); }
.gcard .b3.live { color: var(--brand); border-color: color-mix(in srgb, var(--brand) 45%, var(--line)); }
.gcard .btex { position: absolute; left: 7px; bottom: 7px; font-size: 9.5px; padding: 2px 6px;
               border-radius: 5px; color: var(--brand); z-index: 2;
               background: color-mix(in srgb, var(--panel) 90%, transparent);
               border: 1px solid color-mix(in srgb, var(--brand) 45%, var(--line)); backdrop-filter: blur(6px); }
.apercu-tnote { font-size: 12px; color: var(--txt-2); background: var(--bg-soft);
                border: 1px solid var(--line-soft); border-radius: var(--r-s);
                padding: 9px 12px; margin-bottom: 12px; line-height: 1.5; }
.apercu-tnote b { color: var(--txt); }
.gcard-keep { position: absolute; right: 7px; top: 7px; width: 25px; height: 25px; border-radius: 6px;
              display: grid; place-items: center; cursor: pointer;
              background: color-mix(in srgb, var(--panel) 90%, transparent);
              border: 1px solid var(--line); backdrop-filter: blur(6px); }
.gcard-keep input { accent-color: var(--brand); width: 15px; height: 15px; cursor: pointer; margin: 0; }
.gcard-b { padding: 8px 10px 10px; }
.gcard-b .nm { font-size: 12px; font-weight: 550; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gcard-b .ty { font-size: 10.5px; color: var(--txt-3); margin-top: 1px;
               white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gcard-b .ty .r { color: var(--bad); } .gcard-b .ty .h { color: var(--ok); }
.apercu-empty { text-align: center; padding: 30px 20px; color: var(--txt-3); font-size: 13px;
                border: 1px dashed var(--line); border-radius: var(--r); }

/* barre de catégories cliquable (saut vers un groupe) */
.apercu-nav { position: sticky; top: 62px; z-index: 15; display: flex; gap: 7px; flex-wrap: wrap;
              padding: 8px 0; margin-bottom: 8px;
              background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); }
.apercu-nav:empty { display: none; }
.apercu-nav button { font-size: 11.5px; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--line);
                     background: var(--panel); color: var(--txt-2); white-space: nowrap; transition: .13s; }
.apercu-nav button:hover { border-color: var(--brand); color: var(--txt); }
.apercu-nav button b { color: var(--brand); font-variant-numeric: tabular-nums; }

/* résumé collant, toujours visible en parcourant 100 concepts */
.apercu-bar { position: sticky; bottom: 14px; z-index: 25; display: flex; align-items: center; gap: 14px;
              margin-top: 16px; padding: 12px 18px; border-radius: var(--r);
              background: color-mix(in srgb, var(--panel-2) 95%, transparent);
              border: 1px solid var(--line); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.apercu-bar .n { font-size: 14px; } .apercu-bar .n b { font-variant-numeric: tabular-nums; }
.apercu-bar .t { margin-left: auto; font-size: 19px; font-weight: 650; letter-spacing: -.03em;
                 font-variant-numeric: tabular-nums; }
.apercu-bar .btn { width: auto; flex: none; }

@keyframes pulseC { 0% { background: color-mix(in srgb, var(--brand) 32%, transparent); }
                    100% { background: transparent; } }
.gg-n.pulse { animation: pulseC 1s ease; border-radius: 5px; padding: 1px 5px; }
.gg.cible > summary { background: color-mix(in srgb, var(--brand) 7%, transparent); }

/* ---------- mobile / multi-device ---------- */
@media (max-width: 640px) {
  .apercu-tools { width: 100%; }
  .apercu-tools input[type=search] { flex: 1; width: auto; }
  .gg-grid { grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); gap: 9px; padding: 2px 11px 12px; }
  .apercu-nav { top: 54px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
                scrollbar-width: none; } .apercu-nav::-webkit-scrollbar { display: none; }
  .apercu-bar { bottom: 0; border-radius: var(--r) var(--r) 0 0; padding: 11px 14px; gap: 10px; }
  .apercu-bar .t { font-size: 17px; }
  .gcard-keep { width: 30px; height: 30px; }
  .gcard-keep input { width: 18px; height: 18px; }
  html, body { font-size: 14.5px; }
  .wrap { padding: 0 15px 72px; }
  .top-in { padding: 11px 15px; gap: 10px; flex-wrap: wrap; }
  .brand-sub { display: none; }
  .wl { order: 3; width: 100%; }
  .wl select { flex: 1; }
  .top-link { padding: 6px 10px; font-size: 12px; }
  .card { padding: 17px 15px; }
  .layout, .two { gap: 16px; }
  /* le rail de chiffrage passe sous le formulaire mais reste visible en bas */
  .rail { position: static; }
  .quote { position: sticky; bottom: 0; z-index: 20; border-radius: var(--r) var(--r) 0 0; }
  .steps { gap: 5px; }
  .step { padding: 7px 11px 7px 7px; font-size: 12px; }
  .modal.on { padding: 0; }
  .mbox { max-height: 100vh; border-radius: 0; grid-template-columns: 1fr; }
  .mview { min-height: 54vh; }
  .selbar { bottom: 0; border-radius: var(--r) var(--r) 0 0; padding: 12px 15px; }
  .trow { grid-template-columns: 40px 1fr auto; gap: 9px; }
  .trow .meta { grid-column: 2 / -1; text-align: left; order: 5; }
  .trow .ctrl { grid-column: 1 / -1; justify-content: flex-end; }
  .chero-strip { grid-template-columns: repeat(5, 1fr); }
  .refine .card-p, .refine .tree { margin-left: 14px; margin-right: 14px; }
}
@media (hover: none) {
  /* sur écran tactile, révèle les légendes au lieu de compter sur le survol */
  .hero1-strip .hs::after { opacity: 1; }
}
