body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bleu-marine:#0f2340;--bleu-nuit:#0f2340;--or:#c9a84c;--or-clair:#f0d080;--blanc:#fff;--gris-clair:#f8fafc;--gris-moyen:#e2e8f0;--gris-texte:#64748b;--rouge:#dc2626;--rouge-clair:#fee2e2;--vert:#16a34a;--vert-clair:#dcfce7;--orange:#d97706;--orange-clair:#fef3c7;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 8px 24px #0000001f;--shadow-lg:0 16px 48px #00000029;--transition:all 0.2s ease}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body{background:#f8fafc;background:var(--gris-clair);color:#1e293b;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;padding:0}.btn{align-items:center;border:none;border-radius:12px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:40px;padding:9px 18px;transition:all .2s ease;transition:var(--transition);white-space:nowrap}.btn:active{transform:scale(.97)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary{background:#0f2340;background:var(--bleu-marine);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);color:#fff;color:var(--blanc)}.btn-primary:hover:not(:disabled){background:#0f2340;background:var(--bleu-nuit);box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-md)}.btn-or{background:#c9a84c;background:var(--or);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);color:#fff;color:var(--blanc)}.btn-or:hover:not(:disabled){background:#b8943d;box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-md)}.btn-danger{background:#fee2e2;background:var(--rouge-clair);color:#dc2626;color:var(--rouge)}.btn-danger:hover:not(:disabled){background:#dc2626;background:var(--rouge);color:#fff;color:var(--blanc)}.btn-success{background:#dcfce7;background:var(--vert-clair);color:#16a34a;color:var(--vert)}.btn-success:hover:not(:disabled){background:#16a34a;background:var(--vert);color:#fff;color:var(--blanc)}.btn-ghost{background:#0000;border:1px solid #e2e8f0;border:1px solid var(--gris-moyen);color:#64748b;color:var(--gris-texte)}.btn-ghost:hover:not(:disabled){background:#e2e8f0;background:var(--gris-moyen)}.btn-ghost-blanc{background:#ffffff1f;border:1px solid #fff3;color:#fff;color:var(--blanc)}.btn-ghost-blanc:hover:not(:disabled){background:#ffffff38}.btn-sm{border-radius:8px;border-radius:var(--radius-sm);font-size:12px;min-height:32px;padding:5px 12px}.btn-lg{font-size:15px;min-height:48px;padding:12px 28px}.card{background:#fff;background:var(--blanc);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:24px;transition:all .2s ease;transition:var(--transition)}.card:hover{box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.tabs{background:#e2e8f0;background:var(--gris-moyen);border-radius:12px;border-radius:var(--radius-md);flex-wrap:wrap;gap:4px;margin-bottom:20px;padding:4px}.tab,.tabs{display:flex}.tab{align-items:center;background:#0000;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--gris-texte);cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;gap:5px;min-height:40px;padding:8px 14px;transition:all .2s ease;transition:var(--transition)}.tab.active{background:#fff;background:var(--blanc);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);color:#0f2340;color:var(--bleu-marine)}.tab:hover:not(.active){background:#ffffff80}.table{border-collapse:collapse;font-size:13px;width:100%}.table th{background:#0f2340;background:var(--bleu-marine);color:#fff;color:var(--blanc);font-size:12px;font-weight:600;letter-spacing:.4px;padding:11px 14px;text-align:left;text-transform:uppercase}.table th:first-child{border-radius:8px 0 0 0;border-radius:var(--radius-sm) 0 0 0}.table th:last-child{border-radius:0 8px 0 0;border-radius:0 var(--radius-sm) 0 0}.table td{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gris-moyen);padding:11px 14px;vertical-align:middle}.table tr:nth-child(2n) td{background:#f8fafc}.table tr:hover td{background:#f0f7ff}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;padding:3px 10px;white-space:nowrap}.badge-rouge{background:#fee2e2;background:var(--rouge-clair);color:#dc2626;color:var(--rouge)}.badge-vert{background:#dcfce7;background:var(--vert-clair);color:#16a34a;color:var(--vert)}.badge-orange{background:#fef3c7;background:var(--orange-clair);color:#d97706;color:var(--orange)}.badge-bleu{background:#dbeafe;color:#2563eb}.badge-or{background:#fef3c7;color:#92400e}.input{background:#fff;background:var(--blanc);border:1.5px solid #e2e8f0;border:1.5px solid var(--gris-moyen);border-radius:8px;border-radius:var(--radius-sm);font-family:inherit;font-size:13px;min-height:40px;padding:9px 13px;transition:all .2s ease;transition:var(--transition);width:100%}.input:focus{border-color:#0f2340;border-color:var(--bleu-marine);box-shadow:0 0 0 3px #1e3a5f14;outline:none}.input:disabled{background:#f8fafc;background:var(--gris-clair);color:#64748b;color:var(--gris-texte)}.textarea{background:#fff;background:var(--blanc);border:1.5px solid #e2e8f0;border:1.5px solid var(--gris-moyen);border-radius:8px;border-radius:var(--radius-sm);font-family:inherit;font-size:13px;min-height:80px;padding:9px 13px;resize:vertical;transition:all .2s ease;transition:var(--transition);width:100%}.textarea:focus{border-color:#0f2340;border-color:var(--bleu-marine);box-shadow:0 0 0 3px #1e3a5f14;outline:none}.textarea:disabled{background:#f8fafc;background:var(--gris-clair)}.modal-overlay{align-items:center;animation:fadeIn .18s ease;background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal{animation:slideUp .18s ease;background:#fff;background:var(--blanc);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 16px 48px #00000029;box-shadow:var(--shadow-lg);max-width:480px;padding:32px;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.navbar{align-items:center;background:#0f2340;background:var(--bleu-marine);box-shadow:0 8px 24px #0000001f;box-shadow:var(--shadow-md);color:#fff;color:var(--blanc);display:flex;gap:12px;padding:10px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-title{color:#c9a84c;color:var(--or);flex:1 1;font-size:15px;font-weight:800;letter-spacing:.01em;text-align:center}.navbar-right{font-size:12px;opacity:.75;white-space:nowrap}.bandeau-maitre{background:#ea580c;color:#fff;font-size:13px;font-weight:700;letter-spacing:.03em;padding:5px 24px;text-align:center}.page-wrapper{margin:0 auto;max-width:1200px;padding:24px 16px 60px}.section-title{color:#0f2340;color:var(--bleu-marine);font-size:15px;font-weight:700;margin-bottom:14px}.label{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.error-text{color:#dc2626;color:var(--rouge)}.error-text,.success-text{font-size:12px;margin-top:4px}.success-text{color:#16a34a;color:var(--vert);font-weight:600}@media (max-width:640px){.card{padding:16px}.card,.modal{border-radius:12px;border-radius:var(--radius-md)}.modal{padding:20px}.navbar{padding:8px 14px}.tab{min-height:36px;padding:7px 10px}.tab,.table{font-size:12px}.table td,.table th{padding:8px 10px}.btn{min-height:36px;padding:7px 14px}}.masonry-grid{display:flex;gap:20px;width:100%}.masonry-column{background-clip:padding-box;display:flex;flex-direction:column;gap:20px}@media (max-width:768px){.surveillant-appel,.surveillant-appel *{border-radius:revert!important;box-sizing:revert!important;display:revert!important;font-size:revert!important;min-height:revert!important;padding:revert!important;white-space:revert!important;width:revert!important}.surveillant-appel{-webkit-overflow-scrolling:touch!important;max-width:100vw!important;overflow-x:auto!important}.surveillant-appel table{display:table!important;white-space:nowrap!important}.surveillant-appel thead{display:table-header-group!important}.surveillant-appel tbody{display:table-row-group!important}.surveillant-appel tr{display:table-row!important}.surveillant-appel td,.surveillant-appel th{display:table-cell!important}.surveillant-appel button{font-size:14px!important;font-weight:600!important;min-height:44px!important;padding:8px 14px!important;touch-action:manipulation!important}.surveillant-appel button[style*="10px 28"],.surveillant-appel button[style*="10px 28px"]{font-size:16px!important;margin-top:8px!important;min-height:52px!important;width:100%!important}.surveillant-dashboard,.surveillant-dashboard *{display:revert!important;font-size:revert!important;white-space:revert!important}.surveillant-dashboard{-webkit-overflow-scrolling:touch!important;max-width:100vw!important;overflow-x:auto!important}.surveillant-dashboard table{display:table!important;min-width:280px!important;white-space:nowrap!important}.surveillant-dashboard thead{display:table-header-group!important}.surveillant-dashboard tbody{display:table-row-group!important}.surveillant-dashboard tr{display:table-row!important}.surveillant-dashboard td,.surveillant-dashboard th{display:table-cell!important;font-size:14px!important;padding:10px 14px!important}.surveillant-dashboard td[style*=center]{font-size:20px!important;text-align:center!important}.edt-container,.edt-container *{border-radius:revert!important;box-sizing:revert!important;display:revert!important;font-size:revert!important;min-height:revert!important;padding:revert!important;white-space:revert!important;width:revert!important}.edt-container{-webkit-overflow-scrolling:touch!important;max-width:100vw!important;overflow-x:auto!important}.edt-container table{display:table!important;overflow-x:auto!important;white-space:nowrap!important}.edt-container thead{display:table-header-group!important}.edt-container tbody{display:table-row-group!important}.edt-container tr{display:table-row!important}.edt-container td,.edt-container th{display:table-cell!important}.edt-container input,.edt-container select{font-size:13px!important;min-height:0!important;min-height:auto!important}.edt-container button{font-size:revert!important;min-height:0!important;min-height:auto!important;padding:revert!important}body{overflow-x:hidden}input,select,textarea{font-size:16px!important}.tabs{-webkit-overflow-scrolling:touch!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:4px!important;scrollbar-width:none!important;white-space:nowrap!important}}@media (max-width:768px){.tabs::-webkit-scrollbar{display:none!important}.tab,.tab.active{flex-shrink:0!important;font-size:13px!important;min-height:44px!important;padding:8px 14px!important;white-space:nowrap!important}button{touch-action:manipulation!important}.btn-lg,.btn-primary{font-size:15px!important;min-height:48px!important}input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea{border-radius:10px!important;box-sizing:border-box!important;min-height:44px!important}textarea{min-height:100px!important}table{-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important}table,tbody,thead,tr{display:block!important;width:100%!important}td,th{box-sizing:border-box!important;display:inline-block!important;font-size:13px!important;padding:10px 12px!important;vertical-align:middle!important}.modal-overlay{align-items:flex-start!important;padding:5vh 12px 12px!important}.modal,.modal-overlay{overflow-y:auto!important}.modal{border-radius:16px!important;box-sizing:border-box!important;margin:0 auto!important;max-height:55vh!important;max-width:100%!important;padding:20px 16px!important;width:100%!important}*{-webkit-overflow-scrolling:touch}input[type=checkbox],input[type=radio]{cursor:pointer!important;min-height:20px!important;min-width:20px!important}select{appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23666' d='M6 8 1 3h10z'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;padding-right:36px!important}.card-base{max-width:320px!important;width:100%!important}button[style*="background: #16a34a"],button[style*="background: #dc2626"],button[style*="background:#16a34a"],button[style*="background:#dc2626"]{font-size:16px!important;font-weight:700!important;min-height:56px!important}input[placeholder*=Rechercher],input[placeholder*=rechercher]{box-sizing:border-box!important;width:100%!important}.badge,[class*=badge]{font-size:10px!important;padding:2px 6px!important}h3{font-size:15px!important}h4{font-size:14px!important}.modal .btn-group,.modal-footer{flex-direction:column!important;gap:10px!important}.modal .btn-group button,.modal-footer button{width:100%!important}#recherche-panel{left:8px!important;max-height:70vh!important;right:8px!important;width:auto!important}button[style*="background: #0f766e"],button[style*="background: #6366f1"],button[style*="background:#0f766e"],button[style*="background:#6366f1"]{font-size:12px!important;padding:8px 10px!important}[style*="position: fixed"][style*="bottom: 24"]{bottom:80px!important}.table-wrapper{position:relative}.table-wrapper:after{animation:scrollHint 2s ease-in-out infinite;color:#94a3b8;content:"⟶";font-size:16px;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}}@media (max-width:768px){@keyframes scrollHint{0%,to{opacity:.3;transform:translateY(-50%) translateX(0)}50%{opacity:.9;transform:translateY(-50%) translateX(4px)}}}@media (max-width:380px){.tab,.tab.active{padding:7px 10px!important}.tab,.tab.active,td,th{font-size:11px!important}td,th{padding:8px!important}h3{font-size:14px!important}}.dashboard-grid{grid-gap:16px;display:grid;gap:16px}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1023px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.dashboard-grid{grid-template-columns:1fr}.widget-footer{display:none!important}.widget-number{font-size:28px!important}.dashboard-card{border-radius:12px!important;min-width:0!important}.dashboard-grid>*{min-width:0!important;width:100%!important}.presences-grid{grid-template-columns:1fr!important}}body,body *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}body.dark{background-color:#0f172a!important;color:#f1f5f9!important}body.dark option{background-color:#1e293b;color:#f1f5f9}body.dark hr{border-color:#334155!important}body.dark code,body.dark pre{background:#0f172a!important;color:#e2e8f0!important}body.dark{scrollbar-color:#334155 #0f172a}body.dark ::-webkit-scrollbar{height:12px;width:12px}body.dark ::-webkit-scrollbar-track{background:#0f172a}body.dark ::-webkit-scrollbar-thumb{background:#334155;border:3px solid #0f172a;border-radius:8px}body.dark ::-webkit-scrollbar-thumb:hover{background:#475569}body.dark input,body.dark select,body.dark textarea{background-color:#0f172a!important;border-color:#334155!important;color:#f1f5f9!important}body.dark ::placeholder{color:#64748b!important;opacity:1}body.dark input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.85)}body.dark table{background-color:initial!important}body.dark td{border-color:#334155!important}body.dark tr:hover td{background-color:#243044!important}body.dark .card,body.dark .input,body.dark .modal,body.dark .textarea{background:#1e293b!important;border-color:#334155!important;color:#f1f5f9!important}body.dark .input:disabled,body.dark .textarea:disabled{background:#0f172a!important;color:#94a3b8!important}body.dark .tabs{background:#1e293b!important}body.dark .tab{color:#94a3b8!important}body.dark .tab.active{background:#334155!important;color:#f1f5f9!important}body.dark .tab:hover:not(.active){background:#ffffff0f!important}body.dark .table th{background:#0b1f3a!important;color:#e2e8f0!important}body.dark .table td{border-bottom-color:#334155!important}body.dark .table tr:nth-child(2n) td{background:#1a2436!important}body.dark .table tr:hover td{background:#243044!important}body.dark .section-title{color:#f1f5f9!important}body.dark .label{color:#cbd5e1!important}body.dark .app-topbar{background:#0b1220!important;border-bottom-color:#334155!important}.app-topbar{padding-right:54px!important}body.dark [style*="background-color: rgb(248, 250, 252)"], body.dark [style*="background-color: rgb(249, 250, 251)"], body.dark [style*="background-color: rgb(255, 255, 255)"], body.dark [style*="background-color: white"], body.dark [style*="background: rgb(248, 250, 252)"], body.dark [style*="background: rgb(249, 250, 251)"], body.dark [style*="background: rgb(255, 255, 255)"], body.dark [style*="background: white"]{background-color:#1e293b!important}body.dark [style*="background-color: rgb(226, 232, 240)"], body.dark [style*="background-color: rgb(229, 231, 235)"], body.dark [style*="background-color: rgb(241, 245, 249)"], body.dark [style*="background-color: rgb(243, 244, 246)"], body.dark [style*="background: rgb(226, 232, 240)"], body.dark [style*="background: rgb(229, 231, 235)"], body.dark [style*="background: rgb(241, 245, 249)"], body.dark [style*="background: rgb(243, 244, 246)"]{background-color:#334155!important}body.dark [style*="rgb(232, 238, 244)"], body.dark [style*="rgb(240, 244, 248)"]{background:#0f172a!important}body.dark [style*="background-color: rgb(254, 226, 226)"], body.dark [style*="background-color: rgb(254, 242, 242)"], body.dark [style*="background: rgb(254, 202, 202)"], body.dark [style*="background: rgb(254, 226, 226)"], body.dark [style*="background: rgb(254, 242, 242)"], body.dark [style*="background: rgb(255, 241, 242)"]{background-color:#3a1f1f!important}body.dark [style*="background-color: rgb(220, 252, 231)"], body.dark [style*="background-color: rgb(240, 253, 244)"], body.dark [style*="background: rgb(187, 247, 208)"], body.dark [style*="background: rgb(220, 252, 231)"], body.dark [style*="background: rgb(236, 253, 245)"], body.dark [style*="background: rgb(240, 253, 244)"]{background-color:#16271c!important}body.dark [style*="background-color: rgb(219, 234, 254)"], body.dark [style*="background-color: rgb(239, 246, 255)"], body.dark [style*="background-color: rgb(240, 249, 255)"], body.dark [style*="background: rgb(219, 234, 254)"], body.dark [style*="background: rgb(224, 242, 254)"], body.dark [style*="background: rgb(239, 246, 255)"], body.dark [style*="background: rgb(240, 249, 255)"]{background-color:#172a44!important}body.dark [style*="background-color: rgb(254, 243, 199)"], body.dark [style*="background-color: rgb(255, 251, 235)"], body.dark [style*="background: rgb(254, 243, 199)"], body.dark [style*="background: rgb(254, 249, 195)"], body.dark [style*="background: rgb(254, 252, 232)"], body.dark [style*="background: rgb(255, 251, 235)"]{background-color:#2e2613!important}body.dark [style*="background-color: rgb(255, 247, 237)"], body.dark [style*="background: rgb(255, 237, 213)"], body.dark [style*="background: rgb(255, 247, 237)"]{background-color:#2e2013!important}body.dark [style*="background: rgb(221, 214, 254)"], body.dark [style*="background: rgb(237, 233, 254)"], body.dark [style*="background: rgb(243, 232, 255)"]{background-color:#241d3f!important}body.dark [style*="background: rgb(251, 207, 232)"], body.dark [style*="background: rgb(252, 231, 243)"], body.dark [style*="background: rgb(253, 242, 248)"]{background-color:#321726!important}body.dark [style*="background: rgb(204, 251, 241)"], body.dark [style*="background: rgb(207, 250, 254)"], body.dark [style*="background: rgb(236, 254, 255)"], body.dark [style*="background: rgb(240, 253, 250)"]{background-color:#14302e!important}body.dark [style*="border-color: rgb(226, 232, 240)"], body.dark [style*="border-color: rgb(229, 231, 235)"], body.dark [style*="solid rgb(226, 232, 240)"], body.dark [style*="solid rgb(229, 231, 235)"], body.dark [style*="solid rgb(241, 245, 249)"], body.dark [style*="solid rgb(243, 244, 246)"]{border-color:#334155!important}body.dark [style*="border-color: rgb(203, 213, 225)"], body.dark [style*="border-color: rgb(209, 213, 219)"], body.dark [style*="solid rgb(203, 213, 225)"], body.dark [style*="solid rgb(209, 213, 219)"]{border-color:#475569!important}body.dark [style*="color: rgb(55, 65, 81)"]{color:#e2e8f0!important}body.dark [style*="color: rgb(15, 23, 42)"], body.dark [style*="color: rgb(15, 35, 64)"], body.dark [style*="color: rgb(17, 24, 39)"], body.dark [style*="color: rgb(31, 41, 55)"]{color:#f1f5f9!important}body.dark [style*="color: rgb(30, 41, 59)"], body.dark [style*="color: rgb(30, 58, 95)"]{color:#e2e8f0!important}body.dark [style*="color: rgb(51, 65, 85)"]{color:#cbd5e1!important}body.dark [style*="color: rgb(100, 116, 139)"], body.dark [style*="color: rgb(107, 114, 128)"], body.dark [style*="color: rgb(156, 163, 175)"]{color:#94a3b8!important}body.dark [style*="color: rgb(71, 85, 105)"], body.dark [style*="color: rgb(75, 85, 99)"]{color:#cbd5e1!important}body.dark [style*="color: rgb(120, 53, 15)"], body.dark [style*="color: rgb(146, 64, 14)"], body.dark [style*="color: rgb(180, 83, 9)"]{color:#fbbf24!important}body.dark [style*="color: rgb(153, 27, 27)"], body.dark [style*="color: rgb(185, 28, 28)"]{color:#fca5a5!important}body.dark [style*="color: rgb(20, 83, 45)"], body.dark [style*="color: rgb(21, 128, 61)"], body.dark [style*="color: rgb(22, 101, 52)"]{color:#86efac!important}body.dark [style*="color: rgb(29, 78, 216)"], body.dark [style*="color: rgb(30, 64, 175)"], body.dark [style*="color: rgb(37, 99, 235)"]{color:#93c5fd!important}body.dark [style*="color: rgb(3, 105, 161)"], body.dark [style*="color: rgb(7, 89, 133)"]{color:#7dd3fc!important}body.dark [style*="color: rgb(109, 40, 217)"], body.dark [style*="color: rgb(124, 58, 237)"], body.dark [style*="color: rgb(91, 33, 182)"]{color:#c4b5fd!important}body.dark [style*="color: rgb(157, 23, 77)"], body.dark [style*="color: rgb(190, 24, 93)"]{color:#f9a8d4!important}body.dark [style*="background-color: rgb(250, 250, 250)"], body.dark [style*="background: rgb(250, 250, 250)"]{background-color:#1e293b!important}body.dark [style*="background-color: rgb(252, 165, 165)"], body.dark [style*="background-color: rgb(255, 241, 241)"], body.dark [style*="background-color: rgb(255, 245, 245)"], body.dark [style*="background-color: rgb(255, 247, 247)"], body.dark [style*="background: rgb(252, 165, 165)"], body.dark [style*="background: rgb(255, 241, 241)"], body.dark [style*="background: rgb(255, 245, 245)"], body.dark [style*="background: rgb(255, 247, 247)"]{background-color:#3a1f1f!important}body.dark [style*="background-color: rgb(186, 230, 253)"], body.dark [style*="background-color: rgb(238, 242, 255)"], body.dark [style*="background-color: rgb(240, 247, 255)"], body.dark [style*="background: rgb(186, 230, 253)"], body.dark [style*="background: rgb(238, 242, 255)"], body.dark [style*="background: rgb(240, 247, 255)"]{background-color:#172a44!important}body.dark [style*="background-color: rgb(245, 243, 255)"], body.dark [style*="background: rgb(245, 243, 255)"]{background-color:#241d3f!important}body.dark [style*="color: rgb(220, 38, 38)"]{color:#f87171!important}body.dark [style*="color: rgb(22, 163, 74)"], body.dark [style*="color: rgb(5, 150, 105)"]{color:#4ade80!important}body.dark [style*="color: rgb(154, 52, 18)"], body.dark [style*="color: rgb(161, 98, 7)"], body.dark [style*="color: rgb(183, 121, 31)"], body.dark [style*="color: rgb(196, 65, 28)"], body.dark [style*="color: rgb(217, 119, 6)"], body.dark [style*="color: rgb(234, 88, 12)"]{color:#fbbf24!important}body.dark [style*="color: rgb(55, 48, 163)"], body.dark [style*="color: rgb(67, 56, 202)"]{color:#a5b4fc!important}body.dark [style*="color: rgb(219, 39, 119)"]{color:#f9a8d4!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.5)"], body.dark [style*="background: rgba(255, 255, 255, 0.5)"]{background-color:#1e293b80!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.55)"], body.dark [style*="background: rgba(255, 255, 255, 0.55)"]{background-color:#1e293b8c!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.6)"], body.dark [style*="background: rgba(255, 255, 255, 0.6)"]{background-color:#1e293b99!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.65)"], body.dark [style*="background: rgba(255, 255, 255, 0.65)"]{background-color:#1e293ba6!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.7)"], body.dark [style*="background: rgba(255, 255, 255, 0.7)"]{background-color:#1e293bb8!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.75)"], body.dark [style*="background: rgba(255, 255, 255, 0.75)"]{background-color:#1e293bc7!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.8)"], body.dark [style*="background: rgba(255, 255, 255, 0.8)"]{background-color:#1e293bd9!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.85)"], body.dark [style*="background: rgba(255, 255, 255, 0.85)"]{background-color:#1e293be6!important}body.dark [style*="background-color: rgba(255, 255, 255, 0.9)"], body.dark [style*="background: rgba(255, 255, 255, 0.9)"], body.dark [style*="background: rgba(255, 255, 255, 0.92)"], body.dark [style*="background: rgba(255, 255, 255, 0.95)"]{background-color:#1e293bf2!important}body.dark .btn-messagerie-dir{background:#2563eb!important;box-shadow:0 4px 16px #00000073!important;color:#fff!important}.theme-toggle-btn{-webkit-tap-highlight-color:transparent;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #0f23402e;border-radius:50%;box-shadow:0 2px 8px #00000038;color:#0f2340;cursor:pointer;display:inline-flex;font-size:16px;height:34px;justify-content:center;line-height:1;padding:0;position:fixed;right:8px;top:8px;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .15s ease;width:34px;z-index:2147483000}.theme-toggle-btn:hover{transform:scale(1.08)}.theme-toggle-btn:active{transform:scale(.92)}body.dark .theme-toggle-btn{background:#1e293b;border-color:#334155;box-shadow:0 2px 12px #00000080;color:#fbbf24}@keyframes liquidBackground{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body.liquid{animation:liquidBackground 15s ease infinite!important;background:linear-gradient(135deg,#0b1437,#2a1a5e 35%,#1e2a78 65%,#0a1230)!important;background-size:400% 400%!important;color:#ffffffe6}body.liquid:not(.dark){background:linear-gradient(135deg,#dbeafe,#ede9fe 35%,#e0e7ff 65%,#dbeafe)!important;background-size:400% 400%!important;color:#0f172ad9}body.liquid .dashboard-card,body.liquid [class*=card],body.liquid [class*=tuile],body.liquid [class*=widget]{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#ffffff14!important;border:1px solid #ffffff26!important;border-radius:20px!important;box-shadow:0 8px 32px #0000004d,inset 0 1px 0 #fff3!important;position:relative}body.liquid [class*=card]:before,body.liquid [class*=tuile]:before,body.liquid [class*=widget]:before{background:linear-gradient(135deg,#ffffff26,#0000 50%);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}body.liquid .app-topbar,body.liquid [class*=navbar],body.liquid nav{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff0f!important;border-bottom:1px solid #ffffff1a!important}body.liquid [class*=tab],body.liquid nav button{background:#ffffff0d!important;border:1px solid #ffffff1a!important;color:#ffffffe6!important;transition:all .3s ease}body.liquid [class*=tab].active,body.liquid nav button.actif,body.liquid nav button:hover{background:#ffffff26!important;border:1px solid #ffffff4d!important;box-shadow:0 4px 16px #ffffff1a!important}body.liquid [class*=modal],body.liquid [class*=modale]{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0f172ab3!important;border:1px solid #ffffff26!important;box-shadow:0 24px 64px #00000080,inset 0 1px 0 #fff3!important}body.liquid button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}body.liquid button:hover{box-shadow:0 4px 20px #ffffff26,inset 0 1px 0 #fff3;transform:translateY(-1px)}body.liquid input,body.liquid select,body.liquid textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f!important;border:1px solid #ffffff26!important;color:#ffffffe6!important}body.liquid input:focus,body.liquid select:focus,body.liquid textarea:focus{background:#ffffff1a!important;border:1px solid #ffffff4d!important;box-shadow:0 0 0 3px #ffffff1a!important;outline:none}body.liquid ::placeholder{color:#ffffff80!important}body.liquid table{background:#0000!important}body.liquid th{background:#ffffff14!important;border-bottom:1px solid #ffffff1a!important;color:#ffffffe6!important}body.liquid tr:hover{background:#ffffff0d!important}body.liquid td{border-bottom:1px solid #ffffff0d!important;color:#ffffffd9!important}body.liquid [class*=badge]{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fff3!important}body.liquid ::-webkit-scrollbar{height:6px;width:6px}body.liquid ::-webkit-scrollbar-track{background:#ffffff08}body.liquid ::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}body.liquid h1,body.liquid h2,body.liquid h3{color:#fff!important;text-shadow:0 1px 4px #0000004d}body.liquid [class*=card]>*,body.liquid [class*=tuile]>*,body.liquid [class*=widget]>*{position:relative;z-index:1}body.liquid:not(.dark) .dashboard-card,body.liquid:not(.dark) [class*=card],body.liquid:not(.dark) [class*=tuile],body.liquid:not(.dark) [class*=widget]{background:#0000000a!important;border:1px solid #0000001a!important;box-shadow:0 8px 32px #0000001f,inset 0 1px 0 #ffffff80!important}body.liquid:not(.dark) [class*=card]:before,body.liquid:not(.dark) [class*=tuile]:before,body.liquid:not(.dark) [class*=widget]:before{background:linear-gradient(135deg,#ffffff80,#0000 50%)}body.liquid:not(.dark) .app-topbar,body.liquid:not(.dark) [class*=navbar],body.liquid:not(.dark) nav{background:#fff6!important;border-bottom:1px solid #00000014!important}body.liquid:not(.dark) [class*=tab],body.liquid:not(.dark) nav button{background:#0000000a!important;border:1px solid #0000001a!important;color:#0f172ad9!important}body.liquid:not(.dark) [class*=tab].active,body.liquid:not(.dark) nav button.actif,body.liquid:not(.dark) nav button:hover{background:#00000014!important;border:1px solid #0003!important}body.liquid:not(.dark) input,body.liquid:not(.dark) select,body.liquid:not(.dark) textarea{background:#0000000a!important;border:1px solid #0000001f!important;color:#0f172ae6!important}body.liquid:not(.dark) ::placeholder{color:#0f172a73!important}body.liquid:not(.dark) th{background:#0000000f!important;border-bottom:1px solid #0000001a!important;color:#0f172ae6!important}body.liquid:not(.dark) td{border-bottom:1px solid #0000000f!important;color:#0f172ad9!important}body.liquid:not(.dark) tr:hover{background:#0000000a!important}body.liquid:not(.dark) ::-webkit-scrollbar-thumb{background:#0003}body.liquid:not(.dark) h1,body.liquid:not(.dark) h2,body.liquid:not(.dark) h3{color:#0f172a!important;text-shadow:0 1px 3px #fff6}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){body.liquid .dashboard-card,body.liquid [class*=card],body.liquid [class*=tuile],body.liquid [class*=widget]{background:#0f172ad9!important}body.liquid:not(.dark) .dashboard-card,body.liquid:not(.dark) [class*=card],body.liquid:not(.dark) [class*=tuile],body.liquid:not(.dark) [class*=widget]{background:#ffffffeb!important}}
/*# sourceMappingURL=main.c24c30fe.css.map*/