:root{--color-bleu-marine: #0d2a5c;--color-bleu-royal: #2c5aa0;--color-bleu-clair: #4fa3e3;--color-or: #d89b2b;--color-blanc: #ffffff;--color-gris-tres-clair: #f5f7fa;--color-gris-clair: #dce3ec;--color-gris-moyen: #7a8797;--color-gris-fonce: #2d3748;--color-succes: #27ae60;--color-information: #3498db;--color-avertissement: #f4b400;--color-erreur: #e74c3c}*{box-sizing:border-box}html,body,#root{height:100%}html,body{overflow-x:hidden}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--color-gris-tres-clair);color:var(--color-gris-fonce)}.ant-modal{max-width:calc(100vw - 24px)}.ant-drawer-content-wrapper{max-width:100vw}@media (max-width: 576px){.ant-modal{max-width:calc(100vw - 16px);top:8px;padding-bottom:8px}.ant-table-wrapper{overflow-x:auto}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--color-gris-clair);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--color-bleu-clair)}
