*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #006784;--blue: #006784;--blue-dark: #005069;--blue-light: #e0f4f8;--green: #16a34a;--green-light: #dcfce7;--red: #dc2626;--red-light: #fef2f2;--yellow-light: #fef9c3;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-900: #0f172a;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 12px rgba(0,0,0,.04)}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gray-900);background:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.app-shell{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1;padding:2rem 1.5rem;max-width:100%;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:100;background:#fff;color:var(--navy);border-bottom:4px solid var(--blue)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:56px;max-width:100%;padding:0 1.5rem}.header-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.header-title{font-weight:700;font-size:1.1rem;color:var(--navy);letter-spacing:-.2px}.header-nav{display:flex;align-items:center;gap:1.5rem}.btn-admin{font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:4px;border:1.5px solid var(--navy);background:transparent;color:var(--navy);cursor:pointer;transition:background .15s,color .15s}.btn-admin:hover{background:var(--navy);color:#fff}.nav-link{color:var(--gray-600);font-size:.9rem;text-decoration:none;padding:.3rem .5rem;border-radius:4px;transition:color .15s,background .15s}.nav-link:hover{color:var(--navy);text-decoration:none;background:#eff6ff}.nav-link--active{color:var(--navy);background:#dbeafe;font-weight:600}.site-footer{text-align:center;padding:1.25rem;font-size:.82rem;color:var(--gray-400);border-top:1px solid var(--gray-200);background:#fff}.loading{text-align:center;padding:3rem;color:var(--gray-600);font-size:1rem}.page-title{font-size:1.6rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.page-subtitle{color:var(--gray-600);margin-bottom:1.5rem;max-width:700px}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.page-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,opacity .15s;text-decoration:none;white-space:nowrap}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover:not(:disabled){background:var(--blue-dark);text-decoration:none;color:#fff}.btn--primary:disabled{background:var(--gray-200);color:var(--gray-400);cursor:not-allowed}.btn--outline{background:#fff;color:var(--gray-600);border:1px solid var(--gray-200)}.btn--danger{background:var(--red);color:#fff}.btn--danger:hover{background:#b91c1c;text-decoration:none;color:#fff}.btn--outline:hover{background:var(--gray-50);color:var(--navy);text-decoration:none}.page-home{max-width:900px;margin:0 auto}.hero{text-align:center;padding:1.25rem 0 2rem}.hero-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:var(--navy);margin-bottom:.75rem;line-height:1.25}.hero-subtitle{font-size:1rem;color:var(--gray-600);margin-bottom:.5rem}.last-update{font-size:.875rem;color:var(--gray-600);margin-bottom:.75rem}.warning-banner{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;margin:.75rem 0 1.5rem;text-align:left}.cta-group{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.cta-btn{display:block;width:100%;padding:1rem 1.5rem;border-radius:var(--radius);font-size:1rem;font-weight:600;text-align:center;text-decoration:none;transition:transform .15s,box-shadow .15s;line-height:1.4}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;text-decoration:none}.cta-btn--primary{background:var(--blue);color:#fff}.cta-btn--secondary{background:#fff;color:var(--navy);border:2px solid var(--navy)}.ccl-section{display:flex;align-items:center;gap:1.25rem;margin-top:.75rem;padding:1.5rem;background:#fff;border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:var(--shadow)}.ccl-logo{width:90px;height:auto;flex-shrink:0;object-fit:contain}.ccl-info h2{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.ccl-title-link{color:inherit;text-decoration:none;font:inherit}.ccl-title-link:hover{text-decoration:none}.ccl-info p{font-size:.875rem;color:var(--gray-600)}.credits-section{margin-top:1.5rem;text-align:center}.credits{font-size:.82rem;color:var(--gray-400)}.ccl-contact{margin-top:.5rem;font-size:.82rem;color:var(--gray-600);line-height:1.8}.rich-text{font-size:inherit}.rich-text .rich-p{margin:0 0 .3rem}.rich-text .rich-p:last-child{margin-bottom:0}.rich-text .rich-list{margin:.2rem 0 .3rem 1.1rem;padding:0;list-style:disc}.rich-text .rich-list li{margin-bottom:.15rem}.rich-text a{color:var(--blue);word-break:break-all}.page-checklist{max-width:900px;margin:0 auto}.table-wrapper{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:var(--shadow);background:#fff}.checklist-table{width:100%;border-collapse:collapse;table-layout:fixed}.checklist-table th{background:var(--gray-50);border-bottom:2px solid var(--gray-200);padding:.75rem 1rem;text-align:left;font-size:.85rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:5}.checklist-table th:first-child{width:70%}.checklist-table th:last-child{width:30%}.checklist-table td{padding:.6rem 1rem;border-bottom:1px solid var(--gray-100);vertical-align:middle;font-size:.9rem}.checklist-table tbody tr:last-child td{border-bottom:none}.checklist-table tbody tr:hover{background:var(--gray-50)}.doc-label{color:var(--gray-900);line-height:1.4}.status-cell{transition:background .15s}.status-cell--green{background:#f0fdf4}.status-cell--yellow{background:#fefce8}.status-cell--red{background:#fef2f2}.status-cell--gray{background:var(--gray-100)}.status-select{width:100%;padding:.4rem .6rem;border:1px solid var(--gray-200);border-radius:4px;font-size:.875rem;background:#fff;cursor:pointer;color:var(--gray-900)}.status-select:focus{outline:2px solid var(--blue);outline-offset:1px}.checklist-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:1rem}.filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius)}.filter-search{flex:1;min-width:180px;max-width:300px;padding:.4rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;color:var(--gray-900);background:var(--gray-50);outline:none;transition:border-color .15s}.filter-search:focus{border-color:var(--blue);background:#fff}.filter-select{padding:.4rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;color:var(--gray-900);background:var(--gray-50);outline:none;cursor:pointer;transition:border-color .15s}.filter-select:focus{border-color:var(--blue)}.filter-sep{width:1px;height:20px;background:var(--gray-200);flex-shrink:0}.filter-label{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--gray-600);cursor:pointer;-webkit-user-select:none;user-select:none}.filter-label input[type=checkbox]{cursor:pointer;width:15px;height:15px}.result-count{font-size:.85rem;color:var(--gray-400);margin-bottom:.75rem}.table-scroll-wrapper{width:100%;overflow-x:auto;border-radius:var(--radius);border:1px solid var(--gray-200);box-shadow:var(--shadow);background:#fff}.operator-table{width:100%;min-width:1800px;border-collapse:collapse;table-layout:fixed;font-size:.82rem}.operator-table thead{position:sticky;top:0;z-index:10}.operator-table th{background:var(--gray-50);border-bottom:2px solid var(--gray-200);padding:.6rem .75rem;text-align:left;font-size:.78rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.th-inner{display:flex;align-items:center;gap:.3rem}.sort-btn{background:none;border:none;padding:0;cursor:pointer;font-size:.8rem;color:var(--gray-400);line-height:1;flex-shrink:0;transition:color .15s}.sort-btn:hover{color:var(--navy)}.sort-btn.active{color:var(--blue);font-weight:700}.operator-table th.sortable{cursor:pointer}.operator-table th.sortable:hover{background:var(--gray-100)}.operator-table td{padding:.6rem .75rem;border-bottom:1px solid var(--gray-100);vertical-align:top;line-height:1.45;overflow-wrap:break-word;word-break:break-word}.operator-table tbody tr:last-child td{border-bottom:none}.operator-table tbody tr:nth-child(2n){background:#f8fafc99}.operator-table tbody tr:hover{background:var(--blue-light)}.col-type{width:130px}.col-name{width:200px;font-weight:600}.col-ouverture{width:140px}.col-candidature{width:190px}.col-modalites{width:320px}.col-documents{width:230px}.col-formulaire{width:140px}.col-commentaire{width:220px}.col-renouvellement{width:230px}.type-badge{font-size:.76rem;font-weight:600;white-space:nowrap}.badge{display:inline-block;font-size:.78rem;font-weight:600;padding:.15rem .45rem;border-radius:4px;white-space:normal;line-height:1.3}.badge--green{background:var(--green-light);color:var(--green)}.badge--red{background:var(--red-light);color:var(--red)}.badge--yellow{background:var(--yellow-light);color:#92400e}.periode-text{font-size:.75rem;color:var(--gray-600);margin-top:.25rem}.rank-cell-0{background:#f0fdf4;color:#14532d;font-weight:600}.rank-cell-1{background:#fefce8;color:#713f12}.rank-cell-2{background:var(--red-light);color:var(--red)}.rank-cell-3{background:var(--gray-100);color:var(--gray-600)}.doc-list{margin:0;padding-left:1rem;font-size:.78rem;color:var(--gray-600)}.doc-list li{margin-bottom:.2rem}.form-link{font-size:.78rem;color:var(--blue);word-break:break-word}.empty-table{text-align:center;padding:2rem;color:var(--gray-400);font-style:italic}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:#fff;border-radius:var(--radius);box-shadow:0 8px 32px #00000026;max-width:480px;width:100%;max-height:80vh;display:flex;flex-direction:column}.modal-title{font-size:1.1rem;font-weight:700;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200);color:var(--navy)}.modal-body{padding:1rem 1.25rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.6rem}.modal-check-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-footer{padding:.75rem 1.25rem;border-top:1px solid var(--gray-200);display:flex;justify-content:flex-end}@media print{.no-print,.site-header,.site-footer{display:none!important}body{background:#fff;font-size:10px;overflow-x:visible}.site-main{padding:0}.table-scroll-wrapper{border:none;box-shadow:none;overflow:visible}.operator-table{font-size:9px}.operator-table th,.operator-table td{padding:.3rem .4rem;border:1px solid #ccc}.operator-table thead{position:static}a{color:inherit;text-decoration:none}.page-title{font-size:14pt;margin-bottom:.5rem}}@media (max-width: 640px){.header-nav{display:none}.site-main{padding:1rem}.page-header-row{flex-direction:column}.checklist-actions{flex-direction:column;align-items:stretch}.checklist-actions .btn{text-align:center;justify-content:center}}.admin-login-wrap{display:flex;align-items:center;justify-content:center;min-height:60vh}.admin-login-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;width:100%;max-width:400px}.admin-login-title{font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.admin-login-sub{font-size:.875rem;color:var(--gray-600);margin-bottom:1.5rem}.admin-login-form{display:flex;flex-direction:column;gap:1rem}.admin-field-label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--gray-900)}.admin-input{padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;outline:none;transition:border-color .15s}.admin-input:focus{border-color:var(--blue)}.admin-error{font-size:.85rem;color:var(--red)}.admin-wrap{max-width:1100px;margin:0 auto}.admin-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-user{font-size:.875rem;color:var(--gray-600)}.admin-import-section{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem;max-width:540px}.admin-section-title{font-size:1.1rem;font-weight:700;color:var(--navy)}.admin-section-desc{font-size:.875rem;color:var(--gray-600)}.admin-import-ok{font-size:.875rem;color:var(--green);font-weight:600}.admin-import-error{font-size:.875rem;color:var(--red);font-weight:600}.admin-date-section{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.6rem;max-width:600px}.admin-date-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-input--date{width:auto}.admin-current-date{font-size:.875rem;color:var(--gray-600)}.admin-table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;font-size:.8rem;font-weight:700;color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1rem;border-bottom:2px solid var(--gray-200);background:var(--gray-50)}.admin-table td{padding:.7rem 1rem;border-bottom:1px solid var(--gray-100);vertical-align:middle;font-size:.9rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--gray-50)}.admin-op-name{font-weight:600}.admin-date{font-size:.8rem;color:var(--gray-400)}.admin-actions{display:flex;gap:.5rem;justify-content:flex-end}.admin-icon-btn{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem .4rem;border-radius:4px;line-height:1;transition:background .15s}.admin-icon-btn:hover{background:var(--gray-100)}.admin-icon-btn--danger:hover{background:var(--red-light)}.modal--large{max-width:780px;width:95vw}.modal-body--scroll{max-height:65vh;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem}.admin-fieldset{border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.25rem 1.25rem}.admin-legend{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--navy);padding:0 .35rem}.admin-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.admin-textarea{resize:vertical;font-family:inherit;line-height:1.5}.admin-radio-group{display:flex;gap:1.5rem;margin-bottom:.75rem}.admin-radio-label{display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}.admin-periode-row{display:flex;align-items:flex-end;gap:.75rem}.admin-periode-arrow{padding-bottom:.5rem;color:var(--gray-400)}.admin-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.admin-check-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;cursor:pointer;line-height:1.4}.admin-check-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0}
