.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;transition:width var(--transition);z-index:100;overflow:hidden;box-shadow:2px 0 8px #00000026}.sidebar--collapsed{width:var(--sidebar-collapsed)}.sidebar__header{display:flex;align-items:center;gap:12px;padding:16px 12px;height:var(--topbar-height);border-bottom:1px solid rgba(255,255,255,.06);white-space:nowrap}.sidebar__logo{flex-shrink:0;width:36px;height:36px;background:var(--sidebar-active);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;padding:7px}.sidebar__logo svg{width:100%;height:100%}.sidebar__brand{font-size:15px;font-weight:700;color:#fff;letter-spacing:.3px;overflow:hidden;white-space:nowrap}.sidebar__nav{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overflow-x:hidden}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.sidebar__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:var(--sidebar-text);font-size:14px;font-weight:500;transition:background var(--transition),color var(--transition);white-space:nowrap;overflow:hidden}.sidebar__item:hover{background:var(--sidebar-hover);color:#cbd5e1}.sidebar__item--active{background:var(--sidebar-active);color:var(--sidebar-text-active)}.sidebar__item--active:hover{background:#1d4ed8;color:#fff}.sidebar__icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sidebar__icon svg{width:18px;height:18px}.sidebar__label{overflow:hidden;white-space:nowrap}.sidebar__toggle{display:flex;align-items:center;gap:10px;padding:14px 14px 12px;margin:0 8px 8px;color:var(--sidebar-text);font-size:13px;font-weight:500;transition:background var(--transition),color var(--transition);white-space:nowrap;border-top:1px solid rgba(255,255,255,.06);border-radius:0}.sidebar__toggle:hover{color:#cbd5e1}.toggle-icon{flex-shrink:0;width:18px;height:18px;transition:transform var(--transition)}.toggle-icon--rotated{transform:rotate(180deg)}.sidebar__copyright{padding:8px 16px;font-size:10px;color:#ffffff59;text-align:center;letter-spacing:.04em;-webkit-user-select:none;user-select:none;overflow:hidden}.sidebar__version{font-size:9px;color:#ffffff38;margin-top:1px;letter-spacing:.03em}.layout{display:flex;min-height:100vh}.layout__main{flex:1;margin-left:var(--sidebar-width);transition:margin-left var(--transition);display:flex;flex-direction:column;min-height:100vh}:has(.sidebar--collapsed) .layout__main{margin-left:var(--sidebar-collapsed)}.layout__topbar{position:sticky;top:0;height:var(--topbar-height);background:var(--card-bg);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:50;box-shadow:var(--shadow)}.layout__title{font-size:18px;font-weight:600;color:var(--text-primary)}.layout__topbar-right{display:flex;align-items:center;gap:16px}.layout__date{font-size:13px;color:var(--text-secondary);text-transform:capitalize}.layout__user{display:flex;align-items:center;gap:8px}.layout__avatar{width:34px;height:34px;border-radius:50%;background:var(--sidebar-active);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;flex-shrink:0}.layout__username{font-size:13px;font-weight:600;color:var(--text-primary)}.layout__logout{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s}.layout__logout svg{width:16px;height:16px}.layout__logout:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.layout__content{flex:1;padding:28px;overflow-y:auto}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#2a5a95 60%,#4a7ab5)}.login-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000059;padding:40px 36px 32px;width:340px;display:flex;flex-direction:column;align-items:center}.login-logo{width:52px;height:52px;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.login-logo svg{width:28px;height:28px;color:#fff}.login-brand{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:3px}.login-subtitle{font-size:12px;color:#94a3b8;margin-bottom:28px;letter-spacing:.04em}.login-form{width:100%;display:flex;flex-direction:column;gap:16px}.login-field{display:flex;flex-direction:column;gap:5px}.login-field label{font-size:12px;font-weight:600;color:#475569}.login-input{padding:9px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .15s,box-shadow .15s}.login-input:focus{border-color:#2a5a95;box-shadow:0 0 0 3px #2a5a951f;background:#fff}.login-error{padding:9px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;text-align:center}.login-btn{margin-top:4px;padding:10px;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:filter .15s}.login-btn:hover:not(:disabled){filter:brightness(1.1)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:24px;font-size:11px;color:#cbd5e1}.ni-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:400;display:flex;align-items:center;justify-content:center;animation:ni-fade .15s ease}@keyframes ni-fade{0%{opacity:0}to{opacity:1}}.ni-modal{background:#f0f0f0;border:1px solid #888;border-radius:4px;box-shadow:0 8px 40px #00000059;width:820px;max-width:98vw;max-height:94vh;display:flex;flex-direction:column;overflow:hidden;animation:ni-slide .18s ease}@keyframes ni-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ni-titlebar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 6px 12px;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff;font-size:13px;font-weight:600;flex-shrink:0}.ni-close{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:2px 6px;border-radius:3px;line-height:1;opacity:.85}.ni-close:hover{opacity:1;background:#fff3}.ni-header{display:flex;gap:12px;padding:10px 12px 8px;background:#e8e8e8;border-bottom:1px solid #bbb;flex-shrink:0}.ni-header-left{flex:1;display:flex;flex-direction:column;gap:5px}.ni-header-right{width:240px;display:flex;flex-direction:column;gap:5px;flex-shrink:0}.ni-field-row{display:flex;align-items:center;gap:6px}.ni-field-row label{font-size:12px;color:#333;min-width:90px;text-align:right;flex-shrink:0}.ni-field-row--client label{min-width:90px}.ni-client-group{flex:1;display:flex;align-items:stretch;height:22px;border:1px solid #999;border-radius:2px;background:#fff;overflow:visible}.ni-client-code-tag{padding:0 6px;font-size:12px;font-family:monospace;color:#555;background:#f0f0f0;border-right:1px solid #bbb;display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.ni-client-group .ni-client-search-wrap{position:relative;flex:1}.ni-client-group .ni-input--client{border:none;height:100%;border-radius:0;background:transparent}.ni-client-group .ni-input--client:focus{outline:2px solid #4a90d9;outline-offset:-1px}.ni-client-search-wrap{position:relative;flex:1}.ni-input{height:22px;padding:2px 5px;font-size:12px;border:1px solid #999;border-radius:2px;background:#fff;color:#111;flex:1;min-width:0;box-sizing:border-box}.ni-input:focus{outline:2px solid #4a90d9;outline-offset:-1px}.ni-input--code{width:100px;flex:none;font-family:monospace;background:#f5f5f5;color:#555}.ni-input--sm{width:70px;flex:none}.ni-input--client,.ni-input--full{width:100%}.ni-input--error{border-color:#d9534f!important;background:#fff5f5}.ni-select{height:22px;padding:1px 4px;font-size:12px;border:1px solid #999;border-radius:2px;background:#fff;color:#111;flex:1;min-width:0}.ni-client-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #999;border-top:none;border-radius:0 0 4px 4px;list-style:none;margin:0;padding:0;z-index:100;max-height:180px;overflow-y:auto;box-shadow:0 4px 10px #00000026}.ni-client-dropdown li{display:flex;justify-content:space-between;padding:5px 8px;cursor:pointer;font-size:12px;gap:8px}.ni-client-dropdown li:hover{background:#e8f0fc}.ni-client-dropdown li strong{color:#111;font-weight:600}.ni-client-dropdown li span{color:#666;font-size:11px}.ni-tabs{display:flex;gap:1px;padding:6px 12px 0;background:#d4d4d4;border-bottom:2px solid #4a7ab5;flex-shrink:0}.ni-tab{padding:4px 14px;font-size:12px;font-weight:500;border:1px solid #bbb;border-bottom:none;border-radius:3px 3px 0 0;background:#ccc;color:#444;cursor:pointer;position:relative;bottom:-2px;transition:background .12s}.ni-tab:hover{background:#ddd}.ni-tab--active{background:#f0f0f0;color:#1a1a1a;border-color:#4a7ab5 #4a7ab5 #f0f0f0;font-weight:600;z-index:1}.ni-tab-content{padding:10px 12px;overflow-y:auto;flex:1}.ni-tab-placeholder{display:flex;align-items:center;justify-content:center;color:#888;font-size:13px;min-height:120px}.ni-field-row--full{margin-bottom:8px}.ni-field-row--full label{min-width:60px;text-align:right;flex-shrink:0}.ni-label-req span{color:#d9534f;margin-left:2px}.ni-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ni-section{display:flex;flex-direction:column;gap:4px}.ni-section-title{font-size:11px;font-weight:700;color:#444;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;padding-bottom:3px;border-bottom:1px solid #ccc}.ni-cp-ville{display:flex;gap:4px;flex:1}.ni-input--cp{width:65px;flex:none}.ni-textarea{width:100%;font-size:12px;padding:5px;border:1px solid #999;border-radius:2px;background:#fff;resize:vertical;font-family:inherit;box-sizing:border-box;color:#111;flex:1}.ni-textarea:focus{outline:2px solid #4a90d9;outline-offset:-1px}.ni-error{margin:0 12px;padding:6px 10px;background:#fef2f2;border:1px solid #fca5a5;border-radius:3px;color:#b91c1c;font-size:12px;flex-shrink:0}.ni-dropzone{border:2px dashed #aaa;border-radius:4px;padding:20px;text-align:center;color:#777;font-size:12px;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:10px}.ni-dropzone:hover,.ni-dropzone--over{border-color:#4a7ab5;background:#f0f5ff;color:#2a5a95}.ni-doc-list{display:flex;flex-direction:column;gap:4px}.ni-doc-item{display:flex;align-items:center;gap:8px;padding:5px 8px;background:#fff;border:1px solid #ddd;border-radius:3px;font-size:12px}.ni-doc-icon{font-size:16px;flex-shrink:0}.ni-doc-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111;font-weight:500}.ni-doc-size{color:#888;font-size:11px;flex-shrink:0}.ni-doc-download{padding:2px 8px;font-size:11px;font-weight:600;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:3px;cursor:pointer;flex-shrink:0}.ni-doc-download:hover{background:#dbeafe}.ni-doc-delete{padding:2px 6px;font-size:11px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:3px;cursor:pointer;flex-shrink:0}.ni-doc-delete:hover{background:#fee2e2}.ni-doc-empty{color:#999;font-size:12px;padding:10px 0;text-align:center}.ni-badge{display:inline-block;background:#1e40af;color:#fff;font-size:10px;font-weight:700;padding:1px 7px;border-radius:20px;margin-left:8px;vertical-align:middle}.ni-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;padding:4px 0}.ni-photo-thumb{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0;transition:box-shadow .15s}.ni-photo-thumb:hover{box-shadow:0 2px 8px #00000026}.ni-photo-thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.ni-photo-name{font-size:10px;color:#6b7280;padding:2px 4px 4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;text-align:center}.ni-footer{display:flex;justify-content:flex-end;gap:8px;padding:8px 12px;background:#e8e8e8;border-top:1px solid #bbb;flex-shrink:0}.ni-btn{padding:4px 18px;font-size:12px;font-weight:600;border-radius:3px;border:1px solid;cursor:pointer;height:26px;transition:filter .1s}.ni-btn:hover{filter:brightness(.92)}.ni-btn:disabled{opacity:.6;cursor:not-allowed}.ni-btn--save{background:#2a5a95;color:#fff;border-color:#1e4070}.ni-btn--cancel{background:#f0f0f0;color:#333;border-color:#aaa}.page{display:flex;flex-direction:column;gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.stat-card__value{font-size:28px;font-weight:700;color:var(--text-primary);line-height:1}.stat-card__label{font-size:13px;color:var(--text-secondary);margin-top:4px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.card__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border)}.card__title{font-size:15px;font-weight:600;color:var(--text-primary)}.card__link{font-size:13px;color:#2563eb;font-weight:500}.card__link:hover{text-decoration:underline}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table thead{background:#f8fafc}.table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid var(--border)}.table td{padding:14px 16px;color:var(--text-primary);border-bottom:1px solid var(--border)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:#f8fafc}.mono{font-family:Consolas,Cascadia Code,monospace;font-size:13px;color:#2563eb}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.text-secondary{color:var(--text-secondary)}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;gap:12px;color:var(--text-secondary);background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.page-placeholder__icon{font-size:48px;opacity:.5}.page-placeholder__title{font-size:18px;font-weight:600;color:var(--text-primary)}.page-placeholder__text{font-size:14px}.periode-tabs{display:flex;gap:2px;background:var(--border, #e2e8f0);border-radius:8px;padding:3px}.periode-tab{padding:4px 14px;font-size:12px;font-weight:500;border-radius:6px;border:none;background:transparent;color:var(--text-secondary, #64748b);cursor:pointer;transition:background .12s,color .12s}.periode-tab:hover{background:#0000000f}.periode-tab--active{background:#fff;color:#1e40af;font-weight:600;box-shadow:0 1px 3px #0000001f}.ht-totaux{display:flex;align-items:center;gap:0;padding:12px 24px 4px}.ht-total-item{display:flex;flex-direction:column;align-items:center;padding:0 24px}.ht-total-val{font-size:22px;font-weight:700;color:#1e40af;line-height:1.2}.ht-total-lbl{font-size:11px;color:var(--text-secondary, #64748b);margin-top:1px}.ht-total-sep{width:1px;height:36px;background:var(--border, #e2e8f0)}.ht-list{padding:12px 24px 16px;display:flex;flex-direction:column;gap:10px}.ht-row{display:grid;grid-template-columns:24px 160px 1fr 60px 70px;align-items:center;gap:12px}.ht-rank{font-size:12px;color:var(--text-secondary, #94a3b8);font-weight:600;text-align:right}.ht-nom{font-size:13px;font-weight:600;color:var(--text-primary, #1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-bar-wrap{background:#f1f5f9;border-radius:4px;height:18px;overflow:hidden}.ht-bar{height:100%;background:linear-gradient(to right,#3b82f6,#1d4ed8);border-radius:4px;transition:width .4s ease;min-width:4px}.ht-heures{font-size:13px;font-weight:700;color:#1e40af;text-align:right;white-space:nowrap}.ht-nb{font-size:11px;color:var(--text-secondary, #64748b);text-align:right;white-space:nowrap}.ged-card{margin-top:24px}.ged-body{display:flex;align-items:center;gap:40px;padding:16px 24px 24px}.ged-gauge-col{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.ged-gauge-lbl{font-size:11px;color:var(--text-secondary, #94a3b8);text-transform:uppercase;letter-spacing:.4px}.ged-ged-info{display:flex;flex-direction:column;align-items:center;gap:2px}.ged-ged-size{font-size:15px;font-weight:700;color:#1e40af}.ged-ged-files{font-size:12px;color:var(--text-secondary, #64748b)}.ged-disk-col{flex:1;display:flex;flex-direction:column;gap:12px}.ged-disk-card{display:flex;align-items:center;gap:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px}.ged-disk-icon svg{width:48px;height:48px;flex-shrink:0}.ged-disk-info{flex:1;display:flex;flex-direction:column;gap:6px}.ged-disk-name{font-size:14px;font-weight:600;color:var(--text-primary, #1e293b)}.ged-disk-bar-wrap{background:#e2e8f0;border-radius:4px;height:14px;overflow:hidden}.ged-disk-bar{height:100%;border-radius:4px;transition:width .6s ease;min-width:4px}.ged-disk-free{font-size:12px;color:var(--text-secondary, #64748b)}.ged-path{font-size:11px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.retard-card{border-left:4px solid #dc2626}.retard-card__header{background:#fef2f2!important;border-bottom:1px solid #fecaca}.retard-card__title-wrap{display:flex;align-items:center;gap:8px}.retard-card__icon{width:18px;height:18px;color:#dc2626;flex-shrink:0}.retard-card__title{color:#991b1b!important}.retard-card__badge{background:#dc2626;color:#fff;font-size:12px;font-weight:700;padding:2px 9px;border-radius:12px;line-height:1.6}.retard-list{padding:4px 0}.retard-row{display:grid;grid-template-columns:90px 1fr 150px 130px 20px;align-items:center;gap:12px;padding:10px 24px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .1s}.retard-row:last-child{border-bottom:none}.retard-row:hover{background:#fff7ed}.retard-row__code{font-family:monospace;font-size:13px;font-weight:600;color:#1e40af}.retard-row__site{font-size:13px;color:var(--text-primary, #1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retard-row__tech{font-size:12px;color:var(--text-secondary, #64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.retard-row__date{font-size:12px;color:#dc2626;font-weight:600;white-space:nowrap}.retard-row__arrow{width:16px;height:16px;color:#9ca3af;justify-self:end}.ht-empty{padding:32px 24px;text-align:center;color:var(--text-secondary, #64748b);font-size:13px}.search-input{padding:7px 32px 7px 34px;border:1px solid var(--border);border-radius:8px;font-size:13px;width:260px;background:var(--content-bg);color:var(--text-primary);outline:none;transition:border-color .15s}.client-code-link{color:#1d4ed8;cursor:pointer;text-decoration:underline}.client-code-link:hover{color:#1e3a8a}.client-row{cursor:default}.client-nom{font-weight:600;color:var(--text-primary)}.tel-link{color:#2563eb;font-size:13px}.tel-link:hover{text-decoration:underline}.tel-link.portable{color:#059669}.cd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:400;display:flex;align-items:center;justify-content:center;animation:cd-fade .15s ease}@keyframes cd-fade{0%{opacity:0}to{opacity:1}}.cd-modal{background:#f0f0f0;border:1px solid #888;border-radius:4px;box-shadow:0 8px 40px #00000059;width:900px;max-width:98vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:cd-slide .18s ease}@keyframes cd-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cd-titlebar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 6px 12px;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff;font-size:13px;font-weight:600;flex-shrink:0}.cd-close{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:2px 6px;border-radius:3px;opacity:.85}.cd-close:hover{opacity:1;background:#fff3}.cd-client-info{display:flex;gap:16px;padding:7px 12px;background:#e8e8e8;border-bottom:1px solid #bbb;font-size:12px;color:#444;flex-shrink:0;flex-wrap:wrap}.cd-error{margin:8px 12px;padding:6px 10px;background:#fef2f2;border:1px solid #fca5a5;border-radius:3px;color:#b91c1c;font-size:12px}.cd-loading,.cd-empty{padding:30px;text-align:center;color:#888;font-size:13px}.cd-table-wrap{overflow-y:auto;flex:1}.cd-table{width:100%;border-collapse:collapse;font-size:12px}.cd-table thead th{position:sticky;top:0;background:#dde3ec;border-bottom:2px solid #aab;padding:6px 8px;text-align:left;font-weight:600;color:#333;white-space:nowrap}.cd-row td{padding:5px 8px;border-bottom:1px solid #e0e0e0;vertical-align:top}.cd-row:hover td{background:#eef2fa}.cd-code-link{font-family:monospace;font-size:12px;color:#1d4ed8;cursor:pointer;text-decoration:underline;white-space:nowrap}.cd-code-link:hover{color:#1e3a8a}.cd-etat{display:inline-block;font-weight:600;font-size:10px;padding:2px 7px;border-radius:4px;white-space:nowrap}.cd-nowrap{white-space:nowrap}.cd-libelle{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cd-symptome{max-width:280px;color:#555;white-space:pre-wrap;word-break:break-word;max-height:60px;overflow:hidden}.cd-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#e8e8e8;border-top:1px solid #bbb;flex-shrink:0}.cd-count{font-size:12px;color:#666}.cd-btn-close{padding:4px 18px;font-size:12px;font-weight:600;border-radius:3px;border:1px solid #aaa;background:#f0f0f0;color:#333;cursor:pointer;height:26px}.cd-btn-close:hover{filter:brightness(.92)}.cd-btn-new{padding:4px 18px;font-size:12px;font-weight:600;border-radius:3px;border:1px solid #2a5a95;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff;cursor:pointer;height:26px}.cd-btn-new:hover{filter:brightness(1.1)}.filters-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-select-wrap{position:relative;display:flex;align-items:center}.filter-select-icon{position:absolute;left:9px;width:14px;height:14px;color:var(--text-secondary);pointer-events:none}.filter-select{padding:7px 28px 7px 30px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:var(--content-bg);color:var(--text-primary);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s;min-width:160px}.filter-select:focus{border-color:#2563eb}.filter-select--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.filter-reset{padding:7px 12px;border:1px solid #fca5a5;border-radius:8px;background:#fef2f2;color:#dc2626;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.filter-reset:hover{background:#fee2e2}.filter-active-bar{display:flex;align-items:center;gap:8px;padding:8px 24px;background:#f8fafc;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-secondary)}.filter-pill-close{font-size:11px;color:var(--text-secondary);padding:2px 5px;border-radius:4px;cursor:pointer}.filter-pill-close:hover{background:var(--border);color:var(--text-primary)}.interv-row{cursor:default}.interv-interloc{font-weight:500;color:var(--text-primary)}.interv-duree{font-variant-numeric:tabular-nums;color:var(--text-primary)}.search-box{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:10px;width:16px;height:16px;color:var(--text-secondary);pointer-events:none}.search-input{padding:7px 32px 7px 34px;border:1px solid var(--border);border-radius:8px;font-size:13px;width:300px;background:var(--content-bg);color:var(--text-primary);outline:none;transition:border-color .15s}.search-input:focus{border-color:#2563eb}.search-clear{position:absolute;right:8px;font-size:11px;color:var(--text-secondary);padding:2px 4px;border-radius:4px}.search-clear:hover{color:var(--text-primary);background:var(--border)}.count-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:1px 8px;background:#eff6ff;color:#2563eb;border-radius:20px;font-size:12px;font-weight:600}.alert-error{margin:0 24px 16px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px}.loading-state{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:var(--text-secondary);font-size:14px}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}.empty-row{text-align:center;color:var(--text-secondary);padding:40px!important;font-size:14px}.interv-code-link{cursor:pointer;color:#2563eb;text-decoration:underline;text-underline-offset:2px}.interv-code-link:hover{color:#1d4ed8}.btn-new-interv{padding:7px 14px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s;margin-left:auto}.btn-new-interv:hover{background:#1d4ed8}.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.th-sortable:hover{background:#dde3ec}.sort-icon{margin-left:4px;font-size:12px;color:#2563eb}.sort-icon--none{color:#94a3b8;font-size:11px}.planning-page{gap:16px}.cal-toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cal-nav{display:flex;align-items:center;gap:4px}.cal-btn{display:flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid var(--border);border-radius:8px;background:var(--card-bg);color:var(--text-primary);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;min-width:36px;height:36px}.cal-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.cal-btn-today{padding:7px 16px}.cal-week-label{flex:1;font-size:17px;font-weight:700;color:var(--text-primary);text-transform:capitalize}.cal-loading-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.spinner-sm{width:16px;height:16px;border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cal-legend{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.cal-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:10px;font-size:13px;font-weight:600;z-index:500;box-shadow:0 4px 16px #00000026;animation:toastIn .2s ease}.cal-toast--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.cal-toast--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cal-wrapper{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow-x:auto}.cal-grid{display:grid;grid-template-columns:170px repeat(7,minmax(110px,1fr));min-width:900px}.cal-th{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 6px;background:#f8fafc;border-bottom:2px solid #e2e8f0;border-right:1px solid var(--border)}.cal-th-name{align-items:flex-start;padding-left:16px;font-size:11px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em}.cal-th-weekend{background:#f4f4f5}.cal-th-today{background:#eff6ff}.cal-th-jour{font-size:11px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.cal-th-num{font-size:20px;font-weight:700;color:var(--text-primary);line-height:1;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cal-th-num-today{background:#2563eb;color:#fff}.cal-sal-cell{display:flex;align-items:center;gap:10px;padding:10px 14px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:80px;background:#fafafa}.cal-sal-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.cal-sal-name{font-size:13px;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-cell{padding:4px 5px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:80px;display:flex;flex-direction:column;gap:3px;align-items:stretch}.cal-cell-weekend{background:#fafafa}.cal-cell-today{background:#f0f7ff}.cal-event{width:100%;text-align:left;padding:5px 7px;border-radius:5px;border:none;border-left:3px solid transparent;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:transform .1s,box-shadow .1s}.cal-event:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001f}.cal-event--dragging{opacity:.4;transform:scale(.97)}.cal-event-drag-handle{font-size:11px;opacity:.35;cursor:grab;line-height:1;-webkit-user-select:none;user-select:none}.cal-cell--drop-target{background:#eff6ff!important;outline:2px dashed #3b82f6;outline-offset:-2px}.cal-event-time{font-size:10px;font-weight:700;opacity:.9;line-height:1.2;letter-spacing:.3px}.cal-event-code{font-size:11px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-event-symptome{font-size:10px;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:italic}.cal-event-sub{font-size:10px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.cal-separator{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#f8fafc;border-top:2px dashed #cbd5e1;border-bottom:1px solid var(--border);font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.cal-sal-cell-unassigned{background:#f8fafc}.cal-cell-unassigned{background:#fafafa}.cal-empty{padding:48px;text-align:center;color:var(--text-secondary);font-size:14px}.cal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cal-detail{background:var(--card-bg);border-radius:14px;box-shadow:0 24px 48px #0000002e;width:380px;overflow:hidden;animation:slideUp .18s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cal-detail-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 16px;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.cal-detail-code{font-size:18px;font-weight:700;font-family:Consolas,Cascadia Code,monospace;letter-spacing:.5px}.cal-detail-interloc{font-size:13px;opacity:.8;margin-top:2px}.cal-detail-close{background:#ffffff26;border:none;color:#fff;width:30px;height:30px;border-radius:8px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.cal-detail-close:hover{background:#ffffff47}.cal-detail-resume{font-size:13px;color:var(--text-secondary);background:#f8fafc;border-radius:8px;padding:10px 12px;line-height:1.5;border:1px solid var(--border)}.cal-detail-symptome{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:10px 12px}.cal-detail-symptome-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.cal-detail-symptome-text{font-size:13px;color:var(--text-secondary);line-height:1.5;white-space:pre-wrap;max-height:120px;overflow-y:auto}.cal-detail-body{padding:18px 20px;display:flex;flex-direction:column;gap:14px}.cal-detail-row{display:flex;align-items:center;justify-content:space-between;font-size:14px}.cal-detail-row>span:first-child{color:var(--text-secondary);font-weight:500}.cal-detail-row>span:last-child{font-weight:600;color:var(--text-primary)}.agenda-page{padding-bottom:32px}.agenda-card{padding:0;overflow:hidden}.agenda-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border, #e2e8f0);gap:12px}.agenda-filter{padding:6px 12px;border:1px solid var(--border, #e2e8f0);border-radius:7px;font-size:13px;color:var(--text-primary, #1e293b);background:#fff;cursor:pointer;min-width:200px}.agenda-filter:focus{outline:none;border-color:#3b82f6}.agenda-btn-new{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:#2563eb;color:#fff;border:none;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.agenda-btn-new:hover{background:#1d4ed8}.agenda-btn-new svg{width:15px;height:15px}.agenda-card .fc{padding:0 16px 16px;font-family:inherit}.agenda-card .fc-toolbar-title{font-size:18px;font-weight:700;color:var(--text-primary, #1e293b)}.agenda-card .fc-button{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:var(--text-primary, #1e293b)!important;font-size:12px!important;font-weight:600!important;padding:5px 12px!important;border-radius:6px!important;box-shadow:none!important;transition:background .12s!important}.agenda-card .fc-button:hover{background:#e2e8f0!important}.agenda-card .fc-button-active,.agenda-card .fc-button:focus{background:#1e3a8a!important;color:#fff!important;border-color:#1e3a8a!important;outline:none!important}.agenda-card .fc-today-button{background:#64748b!important;border-color:#64748b!important;color:#fff!important}.agenda-card .fc-today-button:hover{background:#475569!important}.agenda-card .fc-day-today{background:#fffbeb!important}.agenda-card .fc-timegrid-now-indicator-line{border-color:#ef4444}.agenda-card .fc-timegrid-now-indicator-arrow{border-top-color:#ef4444;border-bottom-color:#ef4444}.agenda-card .fc-event{border-radius:4px!important;font-size:12px!important;cursor:pointer}.agenda-card .fc-event:hover{filter:brightness(.92)}.agenda-card .fc-timegrid-slot{height:36px!important}.agenda-card .fc-col-header-cell-cushion{font-size:12px;font-weight:600;color:#1e40af;text-decoration:none}.agenda-card .fc-timegrid-slot-label{font-size:11px;color:#94a3b8}.agenda-card .fc-list-event:hover td{background:#eff6ff!important}.agenda-card .fc-list-day-cushion{background:#f8fafc!important}.ag-event{display:flex;flex-direction:column;gap:1px;padding:2px 4px;overflow:hidden;height:100%;min-height:0}.ag-event__time{font-size:10px;font-weight:700;opacity:.85;white-space:nowrap}.ag-event__client{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-event__symptome{font-size:10px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-event__tech-inline{font-size:10px;font-weight:600;opacity:.9}.ag-event__etat{display:inline-block;font-size:9px;font-weight:700;color:#fff;padding:1px 5px;border-radius:20px;white-space:nowrap;align-self:flex-start;margin-top:2px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.carte-page{display:flex;flex-direction:column;height:100%}.carte-card{flex:1;display:flex;flex-direction:column;min-height:0}.carte-header-right{display:flex;align-items:center;gap:8px}.carte-filtre-etat{height:28px;padding:0 8px;font-size:12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer}.carte-filtre-etat:focus{outline:2px solid #4a90d9;outline-offset:-1px}.carte-geocoding-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:20px;padding:2px 10px 2px 8px}.carte-geocoding-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;animation:geo-pulse 1s ease-in-out infinite;flex-shrink:0}@keyframes geo-pulse{0%,to{opacity:1}50%{opacity:.3}}.carte-map-wrap{flex:1;position:relative;min-height:500px}.carte-map{width:100%;height:100%;min-height:500px;border-radius:0 0 12px 12px}.carte-progress-bar-wrap{position:absolute;bottom:0;left:0;right:0;height:3px;background:#e2e8f0;z-index:1000;border-radius:0 0 12px 12px;overflow:hidden}.carte-progress-bar{height:100%;background:linear-gradient(to right,#3b82f6,#1d4ed8);transition:width .4s ease}.carte-popup{font-family:inherit;min-width:240px}.carte-popup-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.carte-popup-ville{font-size:13px;font-weight:700;color:#1e293b}.carte-popup-count{font-size:11px;color:#64748b;white-space:nowrap}.carte-popup-list{display:flex;flex-direction:column;gap:4px}.carte-popup-item{display:flex;flex-direction:column;gap:2px;font-size:11px;padding:5px 0;border-bottom:1px solid #f1f5f9}.carte-popup-item-top{display:grid;grid-template-columns:72px 1fr 56px;gap:4px;align-items:center}.carte-popup-code{font-family:monospace;font-size:11px;color:#1d4ed8;font-weight:600}.carte-popup-nom{color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carte-popup-date{color:#94a3b8;font-size:10px;white-space:nowrap}.carte-popup-symptome{color:#475569;font-size:10px;font-style:italic;padding-left:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.carte-popup-more{font-size:11px;color:#94a3b8;text-align:center;padding-top:4px;font-style:italic}.cf-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:400;display:flex;align-items:center;justify-content:center;animation:cf-fade .15s ease}@keyframes cf-fade{0%{opacity:0}to{opacity:1}}.cf-modal{background:#f0f0f0;border:1px solid #888;border-radius:4px;box-shadow:0 8px 40px #00000059;width:780px;max-width:98vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:cf-slide .18s ease}@keyframes cf-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cf-titlebar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 6px 12px;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff;font-size:13px;font-weight:600;flex-shrink:0}.cf-close{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:2px 6px;border-radius:3px;opacity:.85}.cf-close:hover{opacity:1;background:#fff3}.cf-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:14px}.cf-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2a5a95;margin-bottom:6px;padding-bottom:3px;border-bottom:1px solid #c0cfe0}.cf-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cf-field{display:flex;flex-direction:column;gap:3px}.cf-field label{font-size:11px;color:#666;font-weight:500}.cf-input{height:28px;padding:0 8px;font-size:13px;border:1px solid #bbb;border-radius:3px;background:#fff;color:#222;width:100%;box-sizing:border-box}.cf-input:focus{outline:none;border-color:#4a7ab5;box-shadow:0 0 0 2px #c7d8f0}.cf-input[readonly]{background:#f1f5f9;color:#64748b;cursor:default}.cf-select{height:28px;padding:0 6px;font-size:13px;border:1px solid #bbb;border-radius:3px;background:#fff;color:#222;width:100%;box-sizing:border-box}.cf-select:focus{outline:none;border-color:#4a7ab5}.cf-textarea{padding:6px 8px;font-size:13px;border:1px solid #bbb;border-radius:3px;background:#fff;color:#222;width:100%;box-sizing:border-box;resize:vertical;font-family:inherit}.cf-textarea:focus{outline:none;border-color:#4a7ab5;box-shadow:0 0 0 2px #c7d8f0}.cf-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:8px 12px;background:#e8e8e8;border-top:1px solid #bbb;flex-shrink:0}.cf-btn{padding:4px 20px;font-size:12px;font-weight:600;border-radius:3px;cursor:pointer;height:28px}.cf-btn--cancel{border:1px solid #aaa;background:#f0f0f0;color:#333}.cf-btn--cancel:hover{filter:brightness(.92)}.cf-btn--save{border:1px solid #2a5a95;background:linear-gradient(to bottom,#4a7ab5,#2a5a95);color:#fff}.cf-btn--save:hover{filter:brightness(1.1)}.cf-btn--save:disabled{opacity:.6;cursor:default}.cf-tabs{display:flex;gap:2px;padding:6px 10px 0;background:#e0e0e0;border-bottom:1px solid #bbb;flex-shrink:0}.cf-tab{padding:5px 18px;font-size:12px;font-weight:600;border:1px solid transparent;border-bottom:none;border-radius:3px 3px 0 0;background:#d0d0d0;color:#555;cursor:pointer}.cf-tab--active{background:#f0f0f0;color:#2a5a95;border-color:#bbb}.cf-tab:hover:not(.cf-tab--active){background:#c8c8c8}.cf-dropzone{border:2px dashed #b0bec5;border-radius:4px;padding:18px;text-align:center;font-size:13px;color:#888;cursor:pointer;background:#fafafa;flex-shrink:0}.cf-dropzone--over{border-color:#4a7ab5;background:#eff6ff;color:#2a5a95}.cf-dropzone:hover{border-color:#90a4ae}.cf-file-list{display:flex;flex-direction:column;gap:4px}.cf-file-item{display:flex;align-items:center;gap:8px;padding:5px 8px;background:#fff;border:1px solid #e0e0e0;border-radius:3px;font-size:12px}.cf-file-icon{font-size:16px;flex-shrink:0}.cf-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cf-file-size{color:#999;white-space:nowrap;flex-shrink:0}.cf-file-action{padding:2px 8px;font-size:11px;border:1px solid #bbb;border-radius:3px;background:#f5f5f5;color:#333;text-decoration:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.cf-file-action:hover{background:#e8e8e8}.cf-file-delete{padding:2px 7px;font-size:11px;border:1px solid #fca5a5;border-radius:3px;background:#fef2f2;color:#dc2626;cursor:pointer;flex-shrink:0}.cf-file-delete:hover{background:#fee2e2}.cf-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.cf-photo-thumb{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative}.cf-photo-thumb img{width:100%;height:100px;object-fit:cover;border-radius:4px;border:1px solid #ddd}.cf-photo-name{font-size:10px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;text-align:center}.cf-photo-delete{position:absolute;top:3px;right:3px;background:#dc2626d9;color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cf-empty{text-align:center;color:#999;font-size:13px;padding:24px}.cf-error{margin:0 16px 4px;padding:6px 10px;background:#fef2f2;border:1px solid #fca5a5;border-radius:3px;color:#b91c1c;font-size:12px}.pc-card{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.pc-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pc-view-btns{display:flex;border:1px solid #bbb;border-radius:4px;overflow:hidden}.pc-view-btn{padding:4px 14px;font-size:12px;font-weight:600;border:none;background:#f0f0f0;color:#555;cursor:pointer;border-right:1px solid #bbb}.pc-view-btn:last-child{border-right:none}.pc-view-btn--active{background:#2a5a95;color:#fff}.pc-view-btn:hover:not(.pc-view-btn--active){background:#e0e8f4;color:#2a5a95}.pc-nav{display:flex;align-items:center;gap:6px}.pc-nav-btn{padding:3px 10px;font-size:13px;font-weight:700;border:1px solid #bbb;border-radius:3px;background:#f0f0f0;color:#333;cursor:pointer;line-height:1.4}.pc-nav-btn:hover{background:#e0e8f4;border-color:#4a7ab5;color:#2a5a95}.pc-nav-btn--reset{font-size:15px;padding:1px 8px}.pc-period-label{min-width:160px;text-align:center;font-weight:700;font-size:13px;color:#333}.pc-gantt-wrap{overflow:auto;flex:1;min-height:0}.pc-empty{padding:40px;text-align:center;color:#888;font-size:13px}.pc-gantt{width:100%;border-collapse:collapse;table-layout:fixed;min-width:600px}.pc-th-label{position:sticky;left:0;z-index:3;background:#dde3ec;border-bottom:2px solid #aab;border-right:2px solid #aab;padding:6px 10px;font-size:11px;font-weight:700;color:#333;text-align:left;white-space:nowrap;width:200px;min-width:200px}.pc-th-col{background:#dde3ec;border-bottom:2px solid #aab;border-right:1px solid #c8d0dc;padding:3px 2px;font-size:10px;font-weight:700;color:#333;text-align:center;white-space:nowrap;min-width:28px}.pc-th-col--we{background:#d0d8e8;color:#666}.pc-th-sub{font-weight:400;font-size:9px;color:#888}.pc-row{cursor:pointer}.pc-row:hover .pc-td-label,.pc-row:hover .pc-td-timeline{background:#eef2fa!important}.pc-row:nth-child(odd) .pc-td-label,.pc-row:nth-child(odd) .pc-td-timeline{background:#fff}.pc-row:nth-child(2n) .pc-td-label,.pc-row:nth-child(2n) .pc-td-timeline{background:#f7f9fc}.pc-td-label{position:sticky;left:0;z-index:1;border-bottom:1px solid #e0e0e0;border-right:2px solid #aab;padding:5px 10px;vertical-align:middle;width:200px;min-width:200px}.pc-chantier-code{font-family:monospace;font-size:10px;color:#999}.pc-chantier-client{font-size:12px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.pc-td-timeline{border-bottom:1px solid #e0e0e0;padding:3px 0;vertical-align:middle;position:relative}.pc-timeline{position:relative;height:26px;width:100%}.pc-col-bg{position:absolute;top:0;bottom:0;pointer-events:none}.pc-col-bg--we{background:#0000000a}.pc-today-line{position:absolute;top:-3px;bottom:-3px;width:2px;background:#ef4444;opacity:.75;pointer-events:none;z-index:2}.pc-bar{position:absolute;top:3px;bottom:3px;border-radius:4px;display:flex;align-items:center;overflow:visible;min-width:6px;cursor:grab;transition:opacity .1s,box-shadow .1s;z-index:1;opacity:.87;-webkit-user-select:none;user-select:none}.pc-bar:hover{opacity:1;box-shadow:0 2px 6px #00000047}.pc-bar--dragging{cursor:grabbing;opacity:1;box-shadow:0 3px 10px #00000059;z-index:10}.pc-bar-label{padding:0 18px 0 6px;font-size:10px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;flex:1}.pc-resize-handle{position:absolute;right:0;top:0;bottom:0;width:8px;cursor:ew-resize;background:#ffffff40;border-radius:0 4px 4px 0;flex-shrink:0}.pc-resize-handle:hover{background:#ffffff73}.pc-drag-tooltip{position:absolute;bottom:calc(100% + 4px);transform:translate(-50%);background:#0f172ae0;color:#fff;font-size:10px;padding:3px 7px;border-radius:3px;white-space:nowrap;pointer-events:none;z-index:20}*{box-sizing:border-box;margin:0;padding:0}.ml-root{display:flex;flex-direction:column;min-height:100dvh;background:#f4f6fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ml-header{position:sticky;top:0;z-index:100;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px;box-shadow:0 2px 8px #0003}.ml-header__brand{font-size:17px;font-weight:700;letter-spacing:.3px}.ml-header__user{display:flex;align-items:center;gap:10px}.ml-header__nom{font-size:13px;font-weight:600;opacity:.9}.ml-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.ml-logout{background:transparent;border:none;color:#fffc;cursor:pointer;padding:4px;display:flex}.ml-logout svg{width:18px;height:18px}.ml-logout:active{color:#fff}.ml-content{flex:1;overflow-y:auto;padding-bottom:64px}.ml-tabs{position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid #e5e7eb;display:flex;z-index:100;box-shadow:0 -2px 8px #00000014}.ml-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#9ca3af;text-decoration:none;font-size:11px;font-weight:500;transition:color .15s}.ml-tab svg{width:22px;height:22px;stroke-width:1.8}.ml-tab--active,.ml-tab:active{color:#1e40af}.mph-root{padding:0}.mph-actions{display:flex;gap:10px;margin-bottom:14px}.mph-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s;-webkit-tap-highlight-color:transparent}.mph-btn:disabled{opacity:.5}.mph-btn svg{width:20px;height:20px;flex-shrink:0}.mph-btn--camera{background:#1e40af;color:#fff}.mph-btn--camera:active{background:#1e3a8a}.mph-btn--gallery{background:#f1f5f9;color:#374151}.mph-btn--gallery:active{background:#e2e8f0}.mph-uploading{text-align:center;color:#1e40af;font-size:14px;font-weight:600;padding:10px;background:#eff6ff;border-radius:8px;margin-bottom:12px}.mph-empty{text-align:center;color:#9ca3af;font-size:14px;padding:24px 0}.mph-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.mph-thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;background:#f1f5f9}.mph-thumb img{width:100%;height:100%;object-fit:cover;display:block}.mph-thumb:active{opacity:.8}.mph-del{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#0000008c;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;padding:0}.mph-del svg{width:12px;height:12px}.mph-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:999;display:flex;align-items:center;justify-content:center}.mph-viewer img{max-width:96vw;max-height:80vh;object-fit:contain;border-radius:8px}.mph-viewer-close{position:absolute;top:16px;right:16px;background:#ffffff26;border:none;color:#fff;font-size:20px;width:40px;height:40px;border-radius:50%;cursor:pointer}.mph-viewer-del{position:absolute;bottom:24px;background:#ef4444;color:#fff;border:none;padding:10px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.pf-root{position:fixed;top:0;right:0;bottom:0;left:0;background:#e5e7eb;z-index:200;display:flex;flex-direction:column}.pf-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#1e3a8a;color:#fff;flex-shrink:0}.pf-back{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;flex-shrink:0}.pf-back svg{width:22px;height:22px}.pf-title{flex:1;font-size:.82rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-save{background:#22c55e;color:#fff;border:none;border-radius:7px;padding:8px 16px;font-weight:700;font-size:.85rem;cursor:pointer;flex-shrink:0}.pf-save:disabled{opacity:.55}.pf-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;display:flex;flex-direction:column;align-items:center;gap:14px}.pf-page{position:relative;background:#fff;box-shadow:0 2px 10px #0000002e}.pf-page canvas{display:block}.pf-msg{text-align:center;padding:32px;color:#64748b;font-size:.9rem}.pf-err{text-align:center;padding:12px 16px;color:#dc2626;font-size:.85rem;background:#fef2f2;border-bottom:1px solid #fecaca}.mdoc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.mdoc-item{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.mdoc-icon{font-size:1.4rem;flex-shrink:0}.mdoc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mdoc-name{font-size:.85rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mdoc-size{font-size:.75rem;color:#94a3b8}.mdoc-fill{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f59e0b;border:none;border-radius:8px;color:#fff;cursor:pointer}.mdoc-fill svg{width:17px;height:17px}.mdoc-view{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#e2e8f0;border-radius:8px;color:#475569;text-decoration:none}.mdoc-view svg{width:17px;height:17px}.mdoc-dl{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#2563eb;border-radius:8px;color:#fff;text-decoration:none}.mdoc-dl svg{width:17px;height:17px}.mdoc-empty{font-size:.85rem;color:#94a3b8;text-align:center;padding:10px 0}.mr-root{display:flex;flex-direction:column;min-height:calc(100dvh - 116px);background:#f4f6fb}.mr-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;display:flex;align-items:center;gap:12px}.mr-back{width:36px;height:36px;background:#f3f4f6;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mr-back svg{width:20px;height:20px}.mr-back:active{background:#e5e7eb}.mr-header__info{display:flex;align-items:center;gap:10px}.mr-header__code{font-size:15px;font-weight:700;color:#1e40af;font-family:monospace}.mr-header__etat{font-size:11px;font-weight:600;color:#fff;padding:2px 8px;border-radius:20px}.mr-meta{background:#fff;margin:12px;border-radius:12px;padding:14px;box-shadow:0 1px 4px #00000012}.mr-meta__site{font-size:16px;font-weight:700;color:#111827;margin-bottom:4px}.mr-meta__adr{font-size:13px;color:#6b7280;margin-bottom:6px}.mr-meta__row{display:flex;gap:12px;font-size:12px;color:#6b7280;flex-wrap:wrap;margin-bottom:6px}.mr-meta__symptome{font-size:13px;color:#374151;font-style:italic;border-top:1px solid #f3f4f6;padding-top:8px;margin-top:4px}.mr-planning{margin-top:10px;border-top:1px solid #f3f4f6;padding-top:10px;display:flex;flex-direction:column;gap:8px}.mr-planning__row{display:flex;align-items:center;gap:10px}.mr-planning__lbl{font-size:12px;font-weight:600;color:#6b7280;width:44px;flex-shrink:0}.mr-planning__input{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;outline:none;font-family:inherit}.mr-planning__input:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.mr-planning__select{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#111827;outline:none;font-family:inherit;cursor:pointer}.mr-planning__select:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.mr-planning__duree{flex:1;padding:8px 10px;font-size:14px;font-weight:600;color:#1e40af;background:#f1f5f9;border-radius:8px;border:1px solid #e5e7eb}.mr-section{margin:0 12px 12px}.mr-label{display:block;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.mr-textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;line-height:1.5;background:#fff;resize:vertical;font-family:inherit;outline:none;color:#111827}.mr-textarea:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.mr-materiel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;font-size:14px;color:#374151;white-space:pre-wrap}.mr-sig-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mr-sig-clear{font-size:12px;color:#ef4444;background:none;border:none;cursor:pointer;padding:0;font-weight:600}.mr-canvas-wrap{position:relative;background:#fff;border:1.5px dashed #d1d5db;border-radius:10px;overflow:hidden}.mr-canvas{display:block;width:100%;height:140px;cursor:crosshair;touch-action:none}.mr-canvas-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:15px;pointer-events:none;-webkit-user-select:none;user-select:none}.mr-error{margin:0 12px 12px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}.mr-footer{display:flex;gap:10px;padding:12px;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:60px}.mr-btn{flex:1;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.mr-btn:disabled{opacity:.6;cursor:not-allowed}.mr-btn--cancel{background:#f3f4f6;color:#374151}.mr-btn--cancel:active{background:#e5e7eb}.mr-btn--save{background:#1e40af;color:#fff}.mr-btn--save:active{background:#1e3a8a}.mi-root{padding:12px}.mi-toolbar{margin-bottom:12px}.mi-search{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;background:#fff;outline:none}.mi-search:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.mi-loading,.mi-empty{text-align:center;color:#6b7280;padding:48px 16px;font-size:15px}.mi-list{display:flex;flex-direction:column;gap:10px}.mi-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 1px 4px #00000014;cursor:pointer;transition:box-shadow .15s;-webkit-tap-highlight-color:transparent}.mi-card:active{box-shadow:0 0 0 2px #1e40af}.mi-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mi-card__code{font-size:13px;font-weight:700;color:#1e40af;font-family:monospace}.mi-card__etat{font-size:11px;font-weight:600;color:#fff;padding:2px 8px;border-radius:20px}.mi-card__site{font-size:15px;font-weight:600;color:#111827;margin-bottom:2px}.mi-card__ville{font-size:12px;color:#6b7280;margin-bottom:6px}.mi-card__meta{display:flex;gap:12px;font-size:12px;color:#6b7280;margin-bottom:6px;flex-wrap:wrap}.mi-card__symptome{font-size:13px;color:#374151;font-style:italic;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mi-card__rapport-ok{display:inline-block;font-size:11px;font-weight:600;color:#10b981;background:#ecfdf5;padding:2px 8px;border-radius:6px}.mi-card__rapport-no{display:inline-block;font-size:11px;font-weight:600;color:#ef4444;background:#fef2f2;padding:2px 8px;border-radius:6px}.mcd-root{display:flex;flex-direction:column;background:#f4f6fb;min-height:calc(100dvh - 116px)}.mcd-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:10}.mcd-back{width:36px;height:36px;background:#f3f4f6;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mcd-back svg{width:20px;height:20px}.mcd-back:active{background:#e5e7eb}.mcd-header__nom{font-size:16px;font-weight:700;color:#111827}.mcd-header__code{font-size:11px;color:#6b7280;font-family:monospace}.mcd-client-meta{background:#fff;margin:12px 12px 0;border-radius:12px;padding:12px 14px;font-size:13px;color:#374151;line-height:1.6;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column;gap:2px}.mcd-tel{display:inline-flex;align-items:center;gap:6px;color:#1e40af;font-weight:600;text-decoration:none;margin-top:4px}.mcd-tel svg{width:14px;height:14px}.mcd-section-title{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;padding:16px 12px 6px}.mcd-count{background:#1e40af;color:#fff;font-size:11px;font-weight:700;padding:1px 7px;border-radius:20px}.mcd-loading,.mcd-empty{text-align:center;color:#9ca3af;padding:32px 16px;font-size:14px}.mcd-list{padding:0 12px 16px;display:flex;flex-direction:column;gap:10px}.mcd-inv{background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 1px 4px #00000012;display:flex;flex-direction:column;gap:6px}.mcd-inv__head{display:flex;align-items:center;justify-content:space-between}.mcd-inv__left,.mcd-inv__right{display:flex;align-items:center;gap:8px}.mcd-inv__code{font-size:12px;font-weight:700;color:#1e40af;font-family:monospace}.mcd-inv__etat{font-size:10px;font-weight:600;color:#fff;padding:1px 7px;border-radius:20px}.mcd-inv__date{font-size:12px;color:#374151;font-weight:600}.mcd-inv__duree{font-size:12px;color:#6b7280;background:#f1f5f9;padding:1px 7px;border-radius:6px}.mcd-inv__symptome{font-size:13px;color:#374151;font-style:italic}.mcd-inv__rapport{font-size:13px;color:#4b5563;background:#f8fafc;border-radius:6px;padding:8px 10px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.mcd-inv__photos-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#1e40af;background:#eff6ff;border:none;border-radius:8px;padding:6px 12px;cursor:pointer;align-self:flex-start;-webkit-tap-highlight-color:transparent}.mcd-inv__photos-btn svg{width:14px;height:14px}.mcd-inv__photos-btn:active{background:#dbeafe}.mcd-inv__photos-count{background:#1e40af;color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:20px}.mcd-inv__photos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:4px}.mcd-inv__photo{aspect-ratio:1;border-radius:6px;overflow:hidden;display:block}.mcd-inv__photo img{width:100%;height:100%;object-fit:cover}.mcd-inv__no-photo{font-size:12px;color:#9ca3af;grid-column:1 / -1;text-align:center;padding:8px 0}.mc-root{padding:12px}.mc-toolbar{margin-bottom:12px}.mc-search{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;background:#fff;outline:none}.mc-search:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.mc-loading,.mc-empty{text-align:center;color:#6b7280;padding:48px 16px;font-size:15px}.mc-list{display:flex;flex-direction:column;gap:10px}.mc-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 1px 4px #00000014}.mc-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.mc-card__code{font-size:12px;font-weight:700;color:#1e40af;font-family:monospace}.mc-card__tel{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#1e40af;text-decoration:none;padding:4px 10px;background:#eff6ff;border-radius:20px}.mc-card__tel svg{width:14px;height:14px}.mc-card__tel:active{background:#dbeafe}.mc-card__nom{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.mc-card__adr{font-size:13px;color:#6b7280;margin-bottom:4px}.mc-card__email{font-size:13px;color:#1e40af;text-decoration:none}.mc-card__email:active{text-decoration:underline}.mc-card__historique{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;font-weight:600;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:7px 14px;cursor:pointer;-webkit-tap-highlight-color:transparent;width:100%;justify-content:center}.mc-card__historique svg{width:15px;height:15px}.mc-card__historique:active{background:#dbeafe}.mc-card__nb{background:#1d4ed8;color:#fff;font-size:11px;font-weight:700;padding:1px 8px;border-radius:12px;line-height:1.7;margin-left:4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-width: 240px;--sidebar-collapsed: 64px;--sidebar-bg: #1a1f2e;--sidebar-hover: #252d40;--sidebar-active: #2563eb;--sidebar-text: #94a3b8;--sidebar-text-active: #ffffff;--topbar-height: 56px;--content-bg: #f1f5f9;--card-bg: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--transition: .25s cubic-bezier(.4, 0, .2, 1)}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--content-bg);color:var(--text-primary);line-height:1.5}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}
