:root{--bg:#f4f7fa;--panel:#fff;--line:#d8e0e8;--ink:#192132;--muted:#657287;--green:#166534;--green-soft:#eaf7ef;--red:#b42318;--red-soft:#fff0ee;--amber:#8a6100;--amber-soft:#fff7df;--blue-soft:#eaf4ff;--blue-line:#bcd9f6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}.fatal{padding:20px;background:#fee2e2;color:#991b1b}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef3f7}.login-card{width:min(390px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 18px 50px rgba(24,33,50,.08)}.login-brand{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--green);color:#fff;font-weight:900}.login-card h1{margin:17px 0 4px;font-size:24px}.login-card p{margin:0 0 22px;color:var(--muted)}.login-card label{display:block;margin-top:12px;font-size:13px;font-weight:700}.login-card input{width:100%;margin-top:6px;border:1px solid #cbd5df;border-radius:8px;padding:10px}.login-card button{width:100%;margin-top:18px;border:0;border-radius:9px;background:var(--green);color:#fff;padding:11px;font-weight:800;cursor:pointer}.login-error{min-height:19px;margin-top:10px;font-size:12px;color:var(--red)}.topbar{position:sticky;top:0;z-index:30;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 5%;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(8px)}.title-area h1{font-size:19px;margin:0 0 5px}.title-area p{font-size:12px;margin:0;color:var(--muted)}.top-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.top-controls select,.top-btn{height:40px;border:1px solid #d5dde6;border-radius:9px;background:#fff;padding:0 12px;font-weight:750;cursor:pointer}.top-controls select{border:2px solid #1e1e1e}.top-btn.green{background:var(--green);border-color:var(--green);color:#fff}.saved{font-size:11px;color:var(--muted)}.user-pill{font-size:11px;padding:6px 8px;border-radius:999px;background:var(--green-soft);color:var(--green);font-weight:800}.logout-btn{border:0;background:transparent;color:#6b7280;font-size:11px;cursor:pointer}.page-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:22px;width:min(1440px,92%);margin:20px auto 50px}.sidebar{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 112px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.sidebar-title{font-size:12px;font-weight:850;color:var(--muted);letter-spacing:.03em;margin:2px 3px 14px}.family-group{margin-bottom:14px}.family-title{display:flex;align-items:center;gap:8px;margin:12px 4px 5px;font-size:12px;font-weight:900;color:#465265;text-transform:uppercase}.family-title:before{content:"";width:7px;height:7px;border-radius:2px;background:var(--green)}.defect-link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;background:transparent;text-align:left;padding:7px 8px 7px 16px;border-radius:8px;color:#334155;font-size:12px;cursor:pointer}.defect-link:hover{background:#f4f7fa}.defect-link.active{background:var(--green-soft);color:var(--green);font-weight:800}.count-badge{min-width:24px;text-align:center;background:#eef2f5;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;color:#455262}.content{min-width:0}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px}.stat strong{display:block;font-size:25px;line-height:1;margin-bottom:8px}.stat span{font-size:11px;color:var(--muted)}.info-box{background:var(--blue-soft);border:1px solid var(--blue-line);border-radius:10px;padding:13px 14px;font-size:12px;color:#21476b;margin-bottom:16px}.defect-panel{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.defect-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;padding:16px;border-bottom:1px solid var(--line)}.family-kicker{font-size:10px;color:var(--green);font-weight:900;letter-spacing:.07em}.defect-head h2{font-size:21px;margin:5px 0 3px}.defect-head p{margin:0;font-size:11px;color:var(--muted)}.head-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.mini-stats{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.mini{font-size:10px;border:1px solid var(--line);border-radius:999px;padding:5px 8px}.mini.good{background:var(--green-soft);color:var(--green)}.mini.bad{background:var(--red-soft);color:var(--red)}.mini.pending{background:var(--amber-soft);color:var(--amber)}.bbox-switch{font-size:11px;color:#475569;display:flex;gap:6px;align-items:center}.bbox-switch input{margin:0}.legend{display:flex;gap:6px;flex-wrap:wrap;padding:10px 14px 0}.legend:empty{display:none}.legend-item{display:flex;align-items:center;gap:5px;font-size:10px;border:1px solid var(--line);border-radius:999px;padding:4px 7px;background:#fff}.legend-dot{width:10px;height:10px;border-radius:3px}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding:14px}.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;min-width:0}.card.agree{border-color:#8dc8a5}.card.disagree{border-color:#e4a19c}.image-wrap{position:relative;aspect-ratio:4/3;background:#edf1f4;cursor:zoom-in;overflow:hidden}.image-wrap img{display:block;width:100%;height:100%;object-fit:contain}.image-wrap canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.card-body{padding:10px}.file-row{display:flex;align-items:center;justify-content:space-between;gap:7px}.filename{font-size:11px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status{font-size:9px;padding:3px 6px;border-radius:999px;white-space:nowrap;font-weight:800}.status.pending{background:var(--amber-soft);color:var(--amber)}.status.agree{background:var(--green-soft);color:var(--green)}.status.disagree{background:var(--red-soft);color:var(--red)}.choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:9px 0}.choice{display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:8px;padding:8px 6px;font-size:11px;font-weight:750;cursor:pointer}.choice input{width:16px;height:16px;margin:0}.choice.ok:has(input:checked){background:var(--green-soft);border-color:#8dc8a5;color:var(--green)}.choice.ko:has(input:checked){background:var(--red-soft);border-color:#e4a19c;color:var(--red)}.remark-label{font-size:10px;color:var(--muted)}.card textarea{width:100%;min-height:64px;margin-top:5px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:8px;font-size:11px;color:#334155}.save-line{height:13px;margin-top:4px;font-size:9px;color:var(--muted)}.empty{padding:50px;text-align:center;color:var(--muted)}.zoom-dialog{width:min(95vw,1350px);height:min(92vh,900px);border:0;border-radius:12px;padding:0;background:#fff}.zoom-dialog::backdrop{background:rgba(10,15,20,.82)}.zoom-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line)}.zoom-toolbar>div{display:flex;gap:6px}.zoom-toolbar button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.zoom-viewport{height:calc(100% - 55px);overflow:auto;background:#202630;display:grid;place-items:center;padding:20px}.zoom-media{position:relative;transform-origin:center center}.zoom-media img{display:block;max-width:1150px;max-height:78vh}.zoom-media canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}@media(max-width:1200px){.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.page-shell{width:96%}}@media(max-width:900px){.page-shell{grid-template-columns:1fr}.sidebar{position:static;max-height:none}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(2,1fr)}.topbar{align-items:flex-start;flex-direction:column;padding:12px 3%}.top-controls{justify-content:flex-start}.defect-head{align-items:flex-start;flex-direction:column}.head-right{align-items:flex-start}.mini-stats{justify-content:flex-start}}@media(max-width:560px){.gallery{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.page-shell{width:auto;margin:12px 8px}.top-controls{gap:6px}.top-controls select,.top-btn{height:36px;padding:0 9px;font-size:11px}}@media print{.topbar,.sidebar,.info-box,.bbox-switch,.choices,.remark-label,.card textarea,.save-line{display:none!important}.page-shell{display:block;width:100%;margin:0}.defect-panel{border:0}.gallery{grid-template-columns:repeat(3,1fr)}.card{break-inside:avoid}.stats-grid{grid-template-columns:repeat(5,1fr)}}
.login-card select{width:100%;margin-top:6px;border:1px solid #cbd5df;border-radius:8px;padding:10px;background:#fff;color:var(--ink)}
.password-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:end}
.password-row input{min-width:0}
.login-card .password-toggle{width:auto;margin-top:6px;border:1px solid #cbd5df;background:#fff;color:#475569;padding:10px 11px;font-weight:700}
.login-lock-info{font-size:11px;color:var(--muted);min-height:16px;margin-top:5px}
.role-pill{font-size:10px;padding:5px 7px;border-radius:999px;background:#eef2f6;color:#536174;font-weight:800}
.read-only-note{grid-column:1/-1;background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:8px 9px;font-size:10px;color:#64748b}
.choice.disabled{opacity:.55;cursor:not-allowed}
.card textarea:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}
.top-btn[hidden]{display:none!important}

/* IMPORTANT : l'attribut HTML hidden doit toujours masquer un élément, même si une classe définit display:grid/flex. */
[hidden] { display: none !important; }
.login-screen[hidden], #app[hidden] { display: none !important; }


/* ============================================================
   EUROCELP — VERSION CLIENT SIMPLIFIÉE
   ============================================================ */
[hidden]{display:none!important}

.login-logo-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:12px;
}
.login-logo{
  width:96px;
  height:96px;
  object-fit:contain;
}
.brand-title{
  display:flex;
  align-items:center;
  gap:12px;
}
.header-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  flex:0 0 auto;
}
.top-controls{
  gap:10px;
}
.top-controls .saved{
  color:#53705f;
  font-size:11px;
}
.role-pill{display:none!important}

.remark-save-btn{
  width:100%;
  border:0;
  border-radius:8px;
  padding:8px 10px;
  margin-top:7px;
  background:#176b45;
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.remark-save-btn:hover{background:#125939}
.remark-save-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.save-line.unsaved{
  color:#9a6700;
  font-weight:700;
}
.legend:empty{display:none}
.bbox-switch{
  font-size:11px;
}
.info-box{
  padding:11px 14px;
}
.family-title{
  font-weight:900;
  letter-spacing:.04em;
}
@media(max-width:700px){
  .header-logo{width:40px;height:40px}
  .brand-title{gap:8px}
}


/* ============================================================
   V2 — Sauvegarde silencieuse + validation globale
   ============================================================ */
.global-validate-btn{
  border:0;
  border-radius:9px;
  padding:9px 13px;
  background:#176b45;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
}
.global-validate-btn:hover{background:#125939}
.global-validate-btn.validated{
  background:#0f5132;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.25);
}

.client-notice{
  width:min(1440px,94%);
  margin:12px auto 0;
  border-radius:10px;
  padding:10px 14px;
  font-size:12px;
  font-weight:700;
  border:1px solid transparent;
}
.client-notice.info{
  background:#eef6ff;
  color:#24527a;
  border-color:#cfe2f3;
}
.client-notice.success{
  background:#eaf6ef;
  color:#176b45;
  border-color:#a9d7bb;
}
.client-notice.warning{
  background:#fff7df;
  color:#805b00;
  border-color:#efd58f;
}

.save-line{
  min-height:15px;
}
.saved{
  white-space:nowrap;
}

@media(max-width:950px){
  .global-validate-btn{
    width:100%;
  }
}


/* ============================================================
   V4 — Rapport final imprimable
   ============================================================ */

.final-report{
  background:#fff;
  color:#17212b;
}
.report-cover{
  text-align:center;
  padding:25mm 15mm 18mm;
  page-break-after:always;
}
.report-logo{
  width:42mm;
  height:42mm;
  object-fit:contain;
}
.report-cover h1{
  font-size:25pt;
  margin:12mm 0 3mm;
}
.report-cover>p{
  font-size:12pt;
}
.report-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:5mm;
  margin:16mm auto 12mm;
  max-width:160mm;
}
.report-summary>div{
  border:1px solid #d8e2dc;
  border-radius:4mm;
  padding:8mm 4mm;
}
.report-summary strong{
  display:block;
  font-size:24pt;
  color:#176b45;
}
.report-summary span{
  display:block;
  margin-top:2mm;
  font-size:10pt;
}
.report-meta{
  margin-top:15mm;
  line-height:1.7;
}
.report-category{
  padding:10mm 8mm;
  page-break-before:always;
}
.report-category-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:8mm;
  border-bottom:1.2pt solid #176b45;
  padding-bottom:3mm;
  margin-bottom:5mm;
}
.report-family{
  color:#176b45;
  font-size:8pt;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.report-category h2{
  margin:1mm 0 0;
  font-size:16pt;
}
.report-category-stats{
  font-size:8pt;
  color:#536273;
}
.report-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4mm;
}
.report-card{
  border:1px solid #d8e1e8;
  border-radius:3mm;
  overflow:hidden;
  break-inside:avoid;
  background:#fff;
}
.report-card.report-agree{border-color:#9dceb0}
.report-card.report-disagree{border-color:#e0a29d}
.report-card.report-unsure{border-color:#aab6c5}
.report-card img{
  width:100%;
  height:48mm;
  object-fit:contain;
  background:#eef2f3;
  display:block;
}
.report-card-body{
  padding:3mm;
}
.report-file{
  font-size:7pt;
  font-weight:700;
  overflow-wrap:anywhere;
}
.report-decision{
  margin-top:2mm;
  font-size:8pt;
  font-weight:800;
}
.report-agree .report-decision{color:#176b45}
.report-disagree .report-decision{color:#a72218}
.report-unsure .report-decision{color:#475569}
.report-remark{
  margin-top:2mm;
  font-size:7pt;
  line-height:1.35;
  min-height:10mm;
}
.report-signature{
  page-break-before:always;
  padding:20mm 15mm;
}
.report-signature h2{
  font-size:18pt;
  color:#176b45;
}
.signature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10mm;
  margin-top:15mm;
}
.signature-grid span{
  font-size:9pt;
  color:#536273;
}
.signature-line{
  border-bottom:1px solid #7e8a93;
  min-height:12mm;
  padding-top:5mm;
  font-size:11pt;
}
.signature-large{
  grid-column:1/-1;
}
.signature-box{
  height:45mm;
  border:1px solid #aab3bb;
  margin-top:3mm;
}

@media print{
  body{background:#fff!important}
  #loginScreen,
  #app,
  #zoomDialog,
  .client-notice{
    display:none!important;
  }
  #finalReport{
    display:block!important;
  }
  @page{
    size:A4 portrait;
    margin:8mm;
  }
}

.report-image-wrap{
  position:relative;
  width:100%;
  height:48mm;
  background:#eef2f3;
  overflow:hidden;
}
.report-image-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.report-image-wrap canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}


/* V5 — confirmations locales */
.inline-save-message{
  min-height:15px;
  margin-top:4px;
  font-size:10px;
  line-height:1.25;
  color:#176b45;
}
.inline-save-message.saved-pending{color:#8a6100}
.inline-save-message.saved-ok{color:#176b45}
.choice-save-message{margin-bottom:7px}
.remark-save-message{margin-top:5px}


/* V6 — identité Eurocelp + horodatage */
.company-name{
  font-size:24px;
  line-height:1;
  font-weight:900;
  color:#176b45;
  letter-spacing:.02em;
  margin-bottom:3px;
}
.login-company-name{
  text-align:center;
  color:#176b45;
  font-size:17px;
  font-weight:900;
  margin:2px 0 8px;
  letter-spacing:.03em;
}
.inline-save-message{
  font-variant-numeric:tabular-nums;
}


/* ============================================================
   V7 — le rapport final n'est visible qu'à l'impression
   ============================================================ */
#finalReport,
.final-report{
  display:none !important;
}

@media print{
  #finalReport,
  .final-report{
    display:block !important;
  }
}


/* V8.1 — En-tête société séparé du titre de page */
.brand-title{
  display:flex;
  align-items:center;
  gap:14px;
}
.company-name{
  margin:0;
  font-size:26px;
  line-height:1;
  font-weight:900;
  color:#176b45;
  letter-spacing:.02em;
}
.page-title-section{
  width:min(1440px,92%);
  margin:22px auto 10px;
}
.page-title-section h1{
  margin:0;
  font-size:30px;
  line-height:1.2;
  font-weight:900;
  color:var(--ink);
}
.page-title-section + .client-notice{
  margin-top:10px;
}
@media(max-width:1200px){
  .page-title-section{width:96%}
}
@media(max-width:900px){
  .page-title-section{width:94%;margin-top:16px}
  .page-title-section h1{font-size:26px}
}
@media(max-width:560px){
  .company-name{font-size:22px}
  .page-title-section{width:auto;margin:14px 8px 8px}
  .page-title-section h1{font-size:24px}
}


.zoom-controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.zoom-bbox-toggle{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:12px;font-weight:700;color:#334155;cursor:pointer}.zoom-bbox-toggle input{margin:0}.zoom-bbox-toggle[hidden]{display:none!important}

/* Zoom BBox robuste : aucun transform CSS. Le bloc image+canvas change de taille ensemble. */
.zoom-media{transform:none!important;transform-origin:top left;flex:0 0 auto}
.zoom-media img{width:auto;height:auto;object-fit:fill}
.zoom-media canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}


/* Troisième état de validation : Je ne sais pas */
.mini.unsure{background:#eef2f7;color:#475569}
.card.unsure{border-color:#aab6c5}
.status.unsure{background:#eef2f7;color:#475569}
.choice.unsure:has(input:checked){background:#eef2f7;border-color:#aab6c5;color:#334155}
@media(max-width:700px){.choices{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}


/* Sélecteur de décision compact : D’accord / Pas d’accord / Je ne sais pas */
.choices{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:4px;
  margin:9px 0 7px;
  padding:3px;
  border:1px solid #d8e0e8;
  border-radius:10px;
  background:#f7f9fb;
}
.choice{
  position:relative;
  min-width:0;
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  margin:0;
  padding:7px 4px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  color:#475569;
  font-size:9.5px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  cursor:pointer;
  user-select:none;
  transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease;
}
.choice:hover{background:#fff;border-color:#d8e0e8}
.choice input{
  position:absolute;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  opacity:0;
  pointer-events:none;
}
.choice::before{
  flex:0 0 auto;
  width:15px;
  height:15px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#e8edf2;
  color:#64748b;
  font-size:10px;
  line-height:1;
  font-weight:900;
}
.choice.ok::before{content:"✓"}
.choice.ko::before{content:"×"}
.choice.unsure::before{content:"?"}
.choice.ok:has(input:checked){
  background:#eaf7ef;
  border-color:#8dc8a5;
  color:#166534;
  box-shadow:0 1px 2px rgba(22,101,52,.08);
}
.choice.ok:has(input:checked)::before{background:#166534;color:#fff}
.choice.ko:has(input:checked){
  background:#fff0ee;
  border-color:#e4a19c;
  color:#b42318;
  box-shadow:0 1px 2px rgba(180,35,24,.08);
}
.choice.ko:has(input:checked)::before{background:#b42318;color:#fff}
.choice.unsure:has(input:checked){
  background:#eef2f7;
  border-color:#aab6c5;
  color:#334155;
  box-shadow:0 1px 2px rgba(51,65,85,.08);
}
.choice.unsure:has(input:checked)::before{background:#64748b;color:#fff}
.choice.disabled{opacity:.55;cursor:not-allowed}
.choice span{overflow:hidden;text-overflow:ellipsis}

/* Les 3 décisions restent sur une ligne, même dans les cartes plus étroites. */
@media(max-width:700px){
  .choices{grid-template-columns:repeat(3,minmax(0,1fr))}
  .choice{font-size:9px;padding-left:2px;padding-right:2px;gap:3px}
  .choice::before{width:13px;height:13px;font-size:9px}
}


/* Ajustement demandé : les 3 boutons de décision restent horizontaux */
.choices{display:flex!important;flex-direction:row!important;align-items:stretch;gap:6px}.choice{flex:1 1 0!important;flex-direction:row!important;white-space:nowrap!important}.choice span{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}
@media(max-width:900px){.choices{display:flex!important;flex-direction:row!important;gap:5px}.choice{min-height:34px;font-size:9px!important;padding:6px 3px!important}.choice::before{width:13px;height:13px;font-size:9px}}


/* Ajustement demandé : les 3 boutons de décision en vertical, un sous l'autre */
.choices{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important}.choice{width:100%!important;flex:none!important;justify-content:flex-start!important;padding:8px 10px!important;font-size:11px!important;gap:8px!important;white-space:normal!important}.choice span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
@media(max-width:900px){.choices{display:flex!important;flex-direction:column!important}.choice{width:100%!important;min-height:36px!important;font-size:11px!important;padding:8px 10px!important}.choice::before{width:15px!important;height:15px!important;font-size:10px!important}}


/* Noms d'images masqués dans l'interface client */
.file-row{justify-content:flex-end}.filename,.report-file{display:none!important}
