:root{--bleu-entete:#33509c;--bleu-bouton:#33509c;--bleu-bouton-hover:#3d5db0;--fond-page:#fff;--ligne-paire:#fff;--ligne-impaire:#eef0f4;--rupture:#ea9694;--bordure:#d8dbe4;--separateur-colonne:#e3e3e3;--texte:#1c2333;--texte-attenue:#6b7086}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--fond-page);color:var(--texte);margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px}.fenetre{background:var(--fond-page);flex-direction:column;height:100dvh;display:flex}.toast{color:#fff;z-index:50;background:#2a2f45;border-radius:8px;padding:8px 18px;font-size:12.5px;position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000040}.entete-fenetre{background:var(--fond-page);border-bottom:1px solid var(--bordure);padding:10px 18px 14px}.entete-ligne-titre{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.bloc-titre{flex-direction:column;align-items:flex-start;display:flex}.entete-titre-texte{color:var(--texte);font-size:16px}.entete-total-trouve{color:#d21e1e;font-weight:600}.etiquette-version{color:#238de4;margin-top:3px;font-size:12px}.barre-outils-boutons{flex-wrap:wrap;gap:8px;display:flex}.btn-outil{background:var(--bleu-bouton);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:7px;padding:8px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.btn-outil:hover{background:var(--bleu-bouton-hover)}.btn-outil:active{transform:translateY(1px)}.barre-recherche-ligne{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.barre-recherche-ligne label{color:var(--texte);font-size:13px;font-weight:600}.zone-recherche-champ{display:inline-flex;position:relative}.barre-recherche-ligne input{border:1px solid var(--bordure);background:#fff;border-radius:3px;outline:none;width:280px;padding:6px 28px 6px 10px;font-size:13px}.barre-recherche-ligne input:focus{border-color:var(--bleu-bouton);box-shadow:0 0 0 2px #33509c2e}.btn-effacer-recherche{color:var(--texte-attenue);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:2px;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.btn-effacer-recherche:hover{background:var(--bordure);color:var(--texte)}.table-conteneur{background:var(--fond-page);flex:1;overflow:auto}.table-recherche{border-collapse:collapse;background:var(--ligne-paire);width:100%}.table-recherche thead th{background:var(--bleu-entete);color:#fff;text-align:left;white-space:nowrap;z-index:2;border-right:1px solid #ffffff26;padding:8px 10px;font-size:12px;font-weight:600;position:sticky;top:0}.table-recherche tbody td{border-bottom:1px solid var(--bordure);border-right:1px solid var(--separateur-colonne);white-space:nowrap;text-overflow:ellipsis;max-width:220px;padding:5px 10px;overflow:hidden}.ligne-paire td{background:var(--ligne-paire)}.ligne-impaire td{background:var(--ligne-impaire)}.table-recherche tbody tr:hover td{background:#aebde0}.cellule-case{text-align:center;width:30px}.cellule-case input{pointer-events:none;margin:0}.col-actions{width:62px}.cellule-actions{border-right:none!important;padding-top:4px!important;padding-bottom:4px!important}.groupe-actions-ligne{gap:4px;display:flex}.btn-action-ligne{background:var(--bleu-bouton);color:#fff;cursor:pointer;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.btn-action-ligne:hover{background:var(--bleu-bouton-hover)}.ligne-rupture td{background:var(--rupture);border:none;height:7px;padding:0;position:relative}.table-vide{text-align:center;color:var(--texte-attenue);padding:40px}.entete-impression,.pied-impression{display:none}@media print{.entete-fenetre{display:none}.table-conteneur{overflow:visible}.no-print{display:none}.entete-impression{border-bottom:2px solid var(--bleu-entete);justify-content:space-between;align-items:baseline;margin-bottom:8px;padding:0 0 10px;display:flex}.entete-impression h1{color:var(--bleu-entete);margin:0;font-size:15px}.entete-impression span{color:var(--texte-attenue);font-size:11px}.pied-impression{text-align:right;color:var(--texte-attenue);padding:8px 10px 0;font-size:11px;display:block}.table-recherche thead{display:table-header-group}.table-recherche tr{break-inside:avoid}}.entete-partitions{justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.barre-outils-carres{gap:8px;display:flex}.btn-carre{background:var(--bleu-bouton);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.btn-carre:hover{background:var(--bleu-bouton-hover)}.btn-carre:disabled{cursor:not-allowed;background:#b7c0d6}.ecran-partitions{flex:1;display:flex;overflow:hidden}.liste-partitions-gauche{border-right:1px solid var(--bordure);flex:1;overflow:auto}.table-lst-partitions{border-collapse:collapse;width:100%}.table-lst-partitions thead th{background:var(--bleu-entete);color:#fff;text-align:left;white-space:nowrap;z-index:2;border-right:1px solid #ffffff26;padding:8px 10px;font-size:12px;font-weight:600;position:sticky;top:0}.table-lst-partitions tbody td{border-bottom:1px solid var(--bordure);border-right:1px solid var(--separateur-colonne);white-space:nowrap;text-overflow:ellipsis;padding:5px 10px;overflow:hidden}.table-lst-partitions .col-titre-partition{color:#2952a3;max-width:320px}.table-lst-partitions th:nth-child(5),.table-lst-partitions td:nth-child(5){max-width:60px}.table-lst-partitions th:nth-child(6),.table-lst-partitions td:nth-child(6){max-width:40px}.table-lst-partitions th:nth-child(7),.table-lst-partitions td:nth-child(7){max-width:160px}.table-lst-partitions tbody tr{cursor:pointer}.table-lst-partitions tbody tr:hover td{background:#dfe6f5}.table-lst-partitions tr.ligne-selectionnee td{background:#aebde0!important}.liste-partitions-droite{flex-shrink:0;width:620px;padding:20px 22px;overflow-y:auto}.champ-fiche{grid-template-columns:120px 1fr;align-items:center;gap:10px;margin-bottom:14px;display:grid}.champ-fiche label{color:var(--texte);text-align:right;font-size:13px}.champ-fiche input[type=text],.champ-fiche select{border:1px solid var(--bordure);background:#fff;border-radius:3px;outline:none;width:100%;padding:6px 8px;font-size:13px}.champ-fiche input:focus,.champ-fiche select:focus{border-color:var(--bleu-bouton);box-shadow:0 0 0 2px #33509c2e}.champ-titre-partition input{font-weight:600}.ligne-type-partition{gap:18px;margin-bottom:4px;display:flex}.ligne-type-partition .champ-fiche{flex:1;grid-template-columns:90px 1fr}.champ-court{max-width:80px}.label-secondaire{margin-top:-2px}.cases-fiche{white-space:nowrap;flex-direction:column;gap:10px;padding-top:4px;display:flex}.cases-fiche label{color:var(--texte);align-items:center;gap:7px;font-size:12.5px;display:flex}.champ-combo{grid-template-columns:120px 1fr 24px;position:relative}.btn-effacer-combo{background:var(--bleu-bouton);color:#fff;cursor:pointer;border:none;border-radius:3px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.btn-effacer-combo:hover{background:var(--bleu-bouton-hover)}.btn-enregistrer-fiche{color:#fff;cursor:pointer;background:#1c9a5b;border:none;border-radius:4px;margin-top:8px;padding:9px 18px;font-size:13px;font-weight:600}.btn-enregistrer-fiche:hover{background:#17824d}.table-lst-disquettes{border-collapse:collapse;width:100%}.table-lst-disquettes thead th{background:var(--bleu-entete);color:#fff;text-align:left;white-space:nowrap;z-index:2;border-right:1px solid #ffffff26;padding:8px 10px;font-size:12px;font-weight:600;position:sticky;top:0}.table-lst-disquettes tbody td{border-bottom:1px solid var(--bordure);border-right:1px solid var(--separateur-colonne);white-space:nowrap;text-overflow:ellipsis;padding:5px 10px;overflow:hidden}.table-lst-disquettes .col-libelle-disquette{color:#2952a3;max-width:200px}.table-lst-disquettes tbody tr{cursor:pointer}.table-lst-disquettes tbody tr:hover td{background:#dfe6f5}.table-lst-disquettes tr.ligne-selectionnee td{background:#aebde0!important}.fiche-disquette{width:760px}.cases-fiche-ligne{flex-direction:row;gap:24px;margin-bottom:16px}.table-part-disquette{border-collapse:collapse;width:100%;margin-top:18px}.table-part-disquette thead th{background:var(--bleu-entete);color:#fff;text-align:left;white-space:nowrap;border-right:1px solid #ffffff26;padding:7px 9px;font-size:12px;font-weight:600}.table-part-disquette tbody td{border-bottom:1px solid var(--bordure);border-right:1px solid var(--separateur-colonne);white-space:nowrap;text-overflow:ellipsis;max-width:200px;padding:5px 9px;font-size:12.5px;overflow:hidden}.table-part-disquette th:first-child,.table-part-disquette td:first-child{max-width:320px}.table-part-disquette th:nth-child(2),.table-part-disquette td:nth-child(2){max-width:50px}.table-vide-compact{padding:16px;font-size:12.5px}
