@charset "UTF-8";:root{--crm-primary: #185FA5;--crm-primary-light: #E6F1FB;--crm-sidebar-bg: #0C447C;--crm-sidebar-text: #B5D4F4;--crm-accent: #1D9E75}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Segoe UI,system-ui,sans-serif;background:#f0f4f8;overflow:hidden}.app-wrapper{display:flex;flex-direction:column;height:100vh;height:100dvh}.frozen-banner{flex-shrink:0;background:#fef3c7;color:#92400e;font-size:.8rem;font-weight:500;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #FDE68A}.frozen-banner a{color:inherit;font-weight:700;text-decoration:underline;margin-left:.25rem}.topbar{background:#fff;border-bottom:1px solid #dee2e6;height:56px;display:flex;align-items:center;padding:0 1.25rem;gap:1rem;flex-shrink:0;z-index:100}.topbar-brand{font-weight:700;font-size:1rem;color:var(--crm-primary);display:flex;align-items:center;gap:.5rem;white-space:nowrap}.badge-school{background:var(--crm-primary-light);color:var(--crm-primary);font-size:.65rem;font-weight:600;padding:2px 7px;border-radius:20px;letter-spacing:.4px}.topbar-search{flex:1;max-width:380px;margin:0 auto;position:relative}.topbar-search input{width:100%;padding:.42rem 1rem .42rem 2.3rem;border:1px solid #dee2e6;border-radius:8px;font-size:.85rem;background:#f8fafc;outline:none;transition:border .15s}.topbar-search input:focus{border-color:var(--crm-primary);background:#fff}.topbar-search i{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:.75rem}.btn-icon{background:none;border:none;color:#6b7280;font-size:1.15rem;padding:4px 6px;border-radius:6px;cursor:pointer;line-height:1;transition:background .12s,color .12s}.btn-icon:hover{background:#f3f4f6;color:#111}.avatar{width:32px;height:32px;border-radius:50%;background:var(--crm-accent);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer}.app-body{display:flex;flex:1;overflow:hidden}.sidebar{width:210px;flex-shrink:0;background:var(--crm-sidebar-bg);display:flex;flex-direction:column;padding:.75rem 0;overflow-y:auto}.sidebar-section{padding:.5rem 1rem .25rem;font-size:.67rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#6895b5;margin-top:.5rem}.sidebar-item{display:flex;align-items:center;gap:.6rem;padding:.45rem 1rem;color:var(--crm-sidebar-text);font-size:.85rem;cursor:pointer;transition:background .12s,color .12s;text-decoration:none;position:relative}.sidebar-item:hover{background:#ffffff14;color:#fff}.sidebar-item.active{background:#ffffff26;color:#fff;font-weight:600}.sidebar-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#85b7eb;border-radius:0 2px 2px 0}.sidebar-item i{font-size:1rem;flex-shrink:0}.sidebar-item-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.sidebar-item-disabled:hover{background:none;color:var(--crm-sidebar-text)}.sidebar-badge{margin-left:auto;background:#ffffff2e;color:#fff;font-size:.65rem;font-weight:700;padding:1px 7px;border-radius:20px}.sidebar-divider{border-top:1px solid rgba(255,255,255,.08);margin:.5rem 0}.main{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:1.25rem;gap:1rem}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;flex-shrink:0}.kpi-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.2rem}.kpi-label{font-size:.72rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.kpi-value{font-size:1.55rem;font-weight:700;color:#111;line-height:1.1}.kpi-sub{font-size:.72rem;color:#6b7280}.kpi-sub .up{color:var(--crm-accent);font-weight:600}.kpi-icon{font-size:1.3rem;margin-bottom:.15rem}.list-toolbar{display:flex;align-items:center;gap:.6rem;flex-shrink:0;flex-wrap:wrap}.section-title{font-size:.95rem;font-weight:700;color:#111;margin-right:auto}.btn-crm{padding:.38rem .85rem;font-size:.8rem;font-weight:600;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;border:none;transition:background .12s}.btn-crm-primary{background:var(--crm-primary);color:#fff}.btn-crm-primary:hover{background:#0c447c}.btn-crm-outline{background:#fff;color:#374151;border:1px solid #D1D5DB}.btn-crm-outline:hover{background:#f9fafb}.btn-crm-danger{background:#e24b4a;color:#fff;border-color:#e24b4a}.btn-crm-danger:hover{background:#c43b3a}.filter-select{padding:.38rem .7rem;font-size:.8rem;border:1px solid #D1D5DB;border-radius:7px;background:#fff;color:#374151;cursor:pointer;outline:none}.filter-select:focus{border-color:var(--crm-primary)}.table-wrapper{background:#fff;border:1px solid #E5E7EB;border-radius:10px;flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:320px}.table-scroll{overflow-y:auto;flex:1}table.crm-table{width:100%;border-collapse:collapse;font-size:.82rem}table.crm-table thead th{position:sticky;top:0;background:#f8fafc;border-bottom:1px solid #E5E7EB;padding:.6rem .85rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2}table.crm-table thead th:hover{color:var(--crm-primary)}table.crm-table tbody tr{border-bottom:1px solid #F3F4F6;transition:background .1s}table.crm-table tbody tr:hover{background:#f8fafc}table.crm-table tbody td{padding:.62rem .85rem;color:#374151;vertical-align:middle}.company-cell{display:flex;align-items:center;gap:.6rem}.company-avatar{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.company-name{font-weight:600;color:#111}.company-sector,.company-meta{font-size:.72rem;color:#6b7280}.badge-statut{display:inline-flex;align-items:center;gap:.3rem;padding:3px 9px;border-radius:20px;font-size:.7rem;font-weight:600}.badge-statut:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.statut-a-contacter{background:#fef3c7;color:#92400e}.statut-a-contacter:before{background:#f59e0b}.statut-en-cours{background:#dbeafe;color:#1e40af}.statut-en-cours:before{background:#3b82f6}.statut-rdv-fixe{background:#d1fae5;color:#065f46}.statut-rdv-fixe:before{background:#10b981}.statut-converti{background:#ede9fe;color:#4c1d95}.statut-converti:before{background:#7c3aed}.statut-perdu{background:#fee2e2;color:#991b1b}.statut-perdu:before{background:#ef4444}.statut-contacte{background:#dbeafe;color:#1e40af}.statut-contacte:before{background:#3b82f6}.statut-qualifie{background:#e0e7ff;color:#3730a3}.statut-qualifie:before{background:#6366f1}.statut-en-negociation{background:#cffafe;color:#155e75}.statut-en-negociation:before{background:#0ea5e9}.statut-a-relancer{background:#ffedd5;color:#9a3412}.statut-a-relancer:before{background:#f97316}.statut-sans-suite{background:#f3f4f6;color:#4b5563}.statut-sans-suite:before{background:#6b7280}.priorite-haute{color:#e24b4a;font-weight:700}.priorite-moyenne{color:#f59e0b;font-weight:600}.priorite-basse{color:#6b7280;font-weight:500}.notif-wrap{position:relative}.notif-badge{position:absolute;top:1px;right:1px;background:#e24b4a;color:#fff;font-size:.6rem;font-weight:700;min-width:15px;height:15px;border-radius:999px;align-items:center;justify-content:center;padding:0 3px;line-height:1;border:2px solid #fff}.notif-dropdown{display:none;position:absolute;top:calc(100% + 10px);right:0;width:320px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 10px 30px #1111111f;z-index:200;overflow:hidden}.notif-dropdown.show{display:block}.notif-dropdown-header{padding:.75rem .9rem;font-size:.82rem;font-weight:700;color:#111;border-bottom:1px solid #E5E7EB}.notif-dropdown-list{max-height:320px;overflow-y:auto}.notif-item{display:block;padding:.65rem .9rem;border-bottom:1px solid #F3F4F6;text-decoration:none;color:inherit;transition:background .1s}.notif-item:hover{background:#f8fafc}.notif-item:last-child{border-bottom:none}.notif-item-name{font-size:.82rem;font-weight:600;color:#111}.notif-item-sub{font-size:.74rem;color:#6b7280;margin-top:2px}.notif-empty{padding:1.5rem .9rem;text-align:center;color:#9ca3af;font-size:.82rem}.notif-footer{padding:.55rem .9rem;text-align:center;border-top:1px solid #E5E7EB;background:#f8fafc}.notif-footer a{font-size:.78rem;color:var(--crm-primary);text-decoration:none;font-weight:600}.notif-footer a:hover{text-decoration:underline}.settings-dropdown{width:260px}.settings-project-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.65rem .9rem;border:none;background:none;font-family:inherit;font-size:.82rem;color:#374151;text-align:left;cursor:pointer;transition:background .1s}.settings-project-item:hover{background:#f8fafc}.settings-project-item i:first-child{color:#9ca3af;font-size:1rem}.settings-project-item.active{color:var(--crm-primary);font-weight:600}.settings-project-item.active i:first-child{color:var(--crm-primary)}.settings-project-check{margin-left:auto;color:var(--crm-primary)}.settings-project-item:disabled{cursor:default;opacity:.7}.user-menu-dropdown{width:220px}.user-menu-info{display:flex;align-items:center;gap:.65rem;padding:.9rem;border-bottom:1px solid #E5E7EB}.avatar-lg{width:38px;height:38px;font-size:.85rem;flex-shrink:0;cursor:default}.user-menu-name{font-size:.85rem;font-weight:700;color:#111}.user-menu-role{font-size:.74rem;color:#6b7280;margin-top:1px}.user-menu-logout{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;font-size:.82rem;font-weight:600;color:#e24b4a;text-decoration:none;transition:background .1s}.user-menu-logout:hover{background:#fef2f2}.agenda-row{display:flex;align-items:center;gap:1rem;padding:.7rem 0;border-bottom:1px solid #F3F4F6;text-decoration:none;color:inherit;transition:background .1s}.agenda-row:last-child{border-bottom:none}.agenda-row:hover{background:#f8fafc}.agenda-date{width:150px;flex-shrink:0;font-size:.8rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.35rem}.agenda-date i{color:var(--crm-primary)}.agenda-date-late,.agenda-date-late i{color:#e24b4a}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.dash-grid-2{grid-template-columns:1.3fr 1fr}.dash-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:1.1rem 1.2rem}.dash-card-title{font-size:.85rem;font-weight:700;color:#111;margin-bottom:.9rem;display:flex;align-items:center;gap:.4rem}.settings-block-divider{margin-top:1rem;padding-top:1rem;border-top:1px solid #E5E7EB}.toggle-switch{position:relative;display:inline-block;width:38px;height:21px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch-slider{position:absolute;inset:0;cursor:pointer;background:#d1d5db;border-radius:21px;transition:background .15s}.toggle-switch-slider:before{content:"";position:absolute;width:15px;height:15px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s;box-shadow:0 1px 2px #0003}.toggle-switch input:checked+.toggle-switch-slider{background:var(--crm-accent)}.toggle-switch input:checked+.toggle-switch-slider:before{transform:translate(17px)}.toggle-switch input:disabled+.toggle-switch-slider{opacity:.5;cursor:not-allowed}.feature-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem 0;border-bottom:1px solid #F3F4F6}.feature-toggle-row:last-child{border-bottom:none}.feature-toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#111}.feature-toggle-label i{color:var(--crm-primary);font-size:1rem}.teacher-chip-list{display:flex;flex-wrap:wrap;gap:.5rem}.teacher-chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--crm-primary-light);color:var(--crm-primary);font-size:.8rem;font-weight:600;padding:.35rem .5rem .35rem .75rem;border-radius:20px}.teacher-chip-remove{background:none;border:none;color:inherit;opacity:.6;cursor:pointer;display:flex;align-items:center;padding:2px;border-radius:50%;font-size:.75rem}.teacher-chip-remove:hover{opacity:1;background:#00000014}.referentiel-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.64rem;font-weight:600;color:#6b7280;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:20px;padding:1px 8px;margin-left:.5rem;vertical-align:middle;cursor:help;white-space:nowrap}.referentiel-badge:hover{background:var(--crm-primary-light);color:var(--crm-primary);border-color:var(--crm-primary)}.dash-card-hint{font-size:.72rem;font-weight:500;color:#9ca3af;margin-left:auto}.dash-empty{font-size:.82rem;color:#6b7280;padding:.5rem 0;display:flex;align-items:center;gap:.4rem}.hub-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;text-decoration:none;color:inherit;transition:border-color .12s,box-shadow .12s,transform .12s;cursor:pointer}.hub-card:hover{border-color:var(--crm-primary);box-shadow:0 6px 18px #11111114;transform:translateY(-1px)}.hub-card-icon{position:relative;width:42px;height:42px;border-radius:10px;background:var(--crm-primary-light);color:var(--crm-primary);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.hub-card-title{font-size:.95rem;font-weight:700;color:#111}.hub-card-desc{font-size:.8rem;color:#6b7280}.hub-card-badge{position:absolute;top:-6px;right:-6px;background:#e24b4a;color:#fff;font-size:.68rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}.bar-list{display:flex;flex-direction:column;gap:.65rem}.bar-row{display:grid;grid-template-columns:100px 1fr 28px;align-items:center;gap:.6rem}.bar-row-label{font-size:.78rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{position:relative;height:18px;background:#f3f4f6;border-radius:5px;overflow:hidden}.bar-fill{position:absolute;left:0;top:0;bottom:0;border-radius:0 4px 4px 0;transition:width .3s}.bar-fill.has-value{min-width:4px}.bar-row-value{font-size:.78rem;font-weight:600;color:#374151;text-align:right}.bar-avg-marker{position:absolute;top:0;bottom:0;width:0;border-left:2px dashed #6B7280;z-index:2;cursor:help}.bar-goal-marker{position:absolute;top:0;bottom:0;width:0;border-left:2px solid var(--crm-accent);z-index:2;cursor:help}.relance-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid #F3F4F6}.relance-row:last-child{border-bottom:none}.relance-info{flex:1;min-width:0}.relance-name{font-size:.83rem;font-weight:600;color:#111}.relance-sub{font-size:.74rem;color:#6b7280;margin-top:2px;display:flex;align-items:center;gap:.35rem}.relance-date{font-size:.74rem;color:#9ca3af;white-space:nowrap}.recent-row{display:flex;align-items:center;gap:.6rem;padding:.55rem 0;border-bottom:1px solid #F3F4F6}.recent-row:last-child{border-bottom:none}.recent-name{flex:1;min-width:0;font-size:.83rem;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-date{font-size:.74rem;color:#9ca3af;white-space:nowrap}.classement-row{display:flex;align-items:center;gap:.8rem;padding:.65rem .5rem;border-bottom:1px solid #F3F4F6;border-radius:8px}.classement-row:last-child{border-bottom:none}.classement-row.classement-you{background:var(--crm-primary-light)}.classement-rank{width:24px;flex-shrink:0;text-align:center;font-size:.85rem;font-weight:700;color:#9ca3af}.classement-rank.rank-1{color:#d97706}.classement-rank.rank-2{color:#6b7280}.classement-rank.rank-3{color:#b45309}.classement-avatar{width:34px;height:34px;border-radius:50%;background:var(--crm-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:700;flex-shrink:0}.classement-row.classement-you .classement-avatar{background:var(--crm-sidebar-bg)}.classement-info{flex:1;min-width:0}.classement-name{display:flex;align-items:center;gap:.45rem;font-size:.84rem;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.classement-badge-you{font-size:.64rem;font-weight:700;color:var(--crm-primary);background:#fff;border:1px solid #B5D4F4;padding:1px 7px;border-radius:20px;flex-shrink:0}.classement-sub{font-size:.74rem;color:#6b7280;margin-top:1px}.classement-score{text-align:right;flex-shrink:0}.classement-score-value{font-size:1.05rem;font-weight:700;color:#111;line-height:1.1}.classement-score-label{font-size:.66rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px}@media(max-width:1100px){.dash-grid,.dash-grid-2{grid-template-columns:1fr}}.phoning-layout{display:flex;gap:1rem;flex:1;min-height:0}.phoning-queue{width:300px;flex-shrink:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.phoning-queue-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .9rem;border-bottom:1px solid #E5E7EB;font-size:.78rem;font-weight:600;color:#6b7280;flex-shrink:0}.phoning-queue-list{overflow-y:auto;flex:1}.queue-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.7rem .9rem;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:background .1s}.queue-item:hover{background:#f8fafc}.queue-item.active{background:var(--crm-primary-light)}.queue-item-name{font-size:.84rem;font-weight:600;color:#111}.queue-item-sub{font-size:.74rem;color:#6b7280;margin-top:1px}.phoning-card{flex:1;background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow-y:auto;padding:1.4rem 1.6rem}.phoning-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9ca3af;gap:.4rem}.phoning-empty i{font-size:2rem;margin-bottom:.4rem}.phoning-empty p{font-weight:600;color:#6b7280}.phoning-empty span{font-size:.8rem}.call-header{display:flex;align-items:center;gap:.85rem;padding-bottom:1.1rem;border-bottom:1px solid #F0F2F5;margin-bottom:1.1rem}.call-avatar{width:44px;height:44px;border-radius:8px;font-size:.95rem;background:var(--crm-primary-light);color:var(--crm-primary)}.call-header-info{flex:1;min-width:0}.call-phone-display{cursor:default}.call-phone-display:hover{background:var(--crm-primary)}.call-company{font-size:1.05rem;font-weight:700;color:#111}.call-meta{font-size:.8rem;color:#6b7280;margin-top:1px}.call-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.1rem}.call-info-grid label{display:block;font-size:.68rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.2rem}.call-info-grid>div>div{font-size:.85rem;color:#374151}.call-script{border:1px solid #E5E7EB;border-radius:8px;margin-bottom:1.1rem;overflow:hidden}.call-script-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:none;padding:.65rem .9rem;font-size:.82rem;font-weight:600;color:#374151;cursor:pointer}.call-script-toggle i:first-child{margin-right:.4rem;color:var(--crm-primary)}.call-script-body{display:none;padding:.9rem;flex-direction:column;gap:.8rem}.call-script-body.open{display:flex}.script-step strong{display:block;font-size:.8rem;color:var(--crm-primary);margin-bottom:.15rem}.script-step p{font-size:.8rem;color:#6b7280;line-height:1.5}.call-notes-history{background:#f8fafc;border:1px solid #F0F2F5;border-radius:8px;padding:.75rem .9rem;margin-bottom:1.1rem}.call-notes-history label{display:block;font-size:.68rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.3rem}.call-notes-history p{font-size:.8rem;color:#374151;white-space:pre-line;line-height:1.5}.call-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.tournee-card{background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden;margin-bottom:1rem}.tournee-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.2rem;border-bottom:1px solid #F0F2F5;background:#f8fafc;flex-wrap:wrap}.tournee-title{display:flex;align-items:center;gap:.55rem;font-size:.92rem;font-weight:700;color:#111}.tournee-title i{color:var(--crm-primary)}.tournee-meta{display:flex;align-items:center;gap:1.1rem;font-size:.78rem;color:#6b7280;flex-wrap:wrap}.tournee-meta span{display:inline-flex;align-items:center;gap:.3rem}.tournee-meta i{font-size:.85rem}.badge-tournee{display:inline-flex;align-items:center;gap:.3rem;padding:3px 9px;border-radius:20px;font-size:.7rem;font-weight:600}.badge-tournee:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.tournee-planifiee{background:#dbeafe;color:#1e40af}.tournee-planifiee:before{background:#3b82f6}.tournee-en-cours{background:#fef3c7;color:#92400e}.tournee-en-cours:before{background:#f59e0b}.tournee-terminee{background:#d1fae5;color:#065f46}.tournee-terminee:before{background:#10b981}.tournee-stops{padding:.2rem 1.2rem}.stop-row{display:flex;align-items:center;gap:.8rem;padding:.65rem 0;border-bottom:1px solid #F3F4F6}.stop-row:last-child{border-bottom:none}.stop-index{width:26px;height:26px;border-radius:50%;background:var(--crm-primary-light);color:var(--crm-primary);font-size:.74rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stop-time{width:54px;flex-shrink:0;font-size:.78rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.stop-info{flex:1;min-width:0}.stop-name{font-size:.84rem;font-weight:600;color:#111}.stop-sub{font-size:.74rem;color:#6b7280;margin-top:1px}@media(max-width:700px){.tournee-card-header{flex-direction:column;align-items:flex-start}}.help-page{padding:1.5rem 1.75rem;overflow-y:auto}.breadcrumb-crm{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#6b7280;margin-bottom:.5rem}.breadcrumb-crm a{color:var(--crm-primary);text-decoration:none}.breadcrumb-crm a:hover{text-decoration:underline}.page-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.page-title{font-size:1.35rem;font-weight:700;color:#111;display:flex;align-items:center;gap:.6rem}.page-title i{color:var(--crm-primary);font-size:1.2rem}.page-subtitle{font-size:.85rem;color:#6b7280;margin-top:.2rem}.help-title{font-size:1.15rem;font-weight:700;color:#111;margin-bottom:1.1rem}.help-content{max-width:720px;font-size:.87rem;color:#374151;line-height:1.6}.help-content h2{font-size:1rem;font-weight:700;color:#111;margin:0 0 .6rem}.help-content h3{font-size:.9rem;font-weight:700;color:var(--crm-primary);margin:1.4rem 0 .4rem}.help-content h3:first-child{margin-top:0}.help-content p{margin:0 0 .7rem}.help-content ul{margin:0 0 .7rem;padding-left:1.2rem}.help-content li{margin-bottom:.3rem}.action-btns{display:flex;gap:.35rem;justify-content:flex-end}.btn-table{background:none;border:1px solid #E5E7EB;border-radius:6px;padding:3px 7px;font-size:.9rem;color:#6b7280;cursor:pointer;line-height:1;transition:background .1s,color .1s,border-color .1s}.btn-table:hover{background:var(--crm-primary-light);color:var(--crm-primary);border-color:#b5d4f4}.btn-table:disabled{opacity:.4;cursor:not-allowed;color:#6b7280}.btn-table:disabled:hover{background:none;color:#6b7280;border-color:#e5e7eb}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border-top:1px solid #E5E7EB;font-size:.78rem;color:#6b7280;flex-shrink:0;background:#f8fafc}.pagination-btns{display:flex;gap:.3rem}.pagination-btns button{background:#fff;border:1px solid #D1D5DB;border-radius:6px;padding:3px 9px;font-size:.78rem;cursor:pointer;color:#374151;transition:background .1s}.pagination-btns button:hover{background:var(--crm-primary-light);color:var(--crm-primary)}.pagination-btns button.active{background:var(--crm-primary);color:#fff;border-color:var(--crm-primary)}.modal-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:999;align-items:center;justify-content:center}.modal-overlay.show{display:flex}.modal-box{background:#fff;border-radius:14px;width:540px;max-height:88vh;overflow-y:auto;box-shadow:0 20px 60px #0000002e}.modal-header{display:flex;align-items:center;gap:.75rem;padding:1.1rem 1.25rem .85rem;border-bottom:1px solid #E5E7EB;position:sticky;top:0;background:#fff;z-index:1}.modal-title{font-weight:700;font-size:1rem;flex:1}.modal-close{background:none;border:none;font-size:1.2rem;color:#9ca3af;cursor:pointer;line-height:1;padding:4px;border-radius:6px;transition:background .1s,color .1s}.modal-close:hover{background:#f3f4f6;color:#111}.modal-body{padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.field-group label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.25rem}.field-group input,.field-group select,.field-group textarea{width:100%;padding:.45rem .75rem;border:1px solid #D1D5DB;border-radius:7px;font-size:.85rem;font-family:inherit;outline:none;transition:border .15s;color:#111}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--crm-primary)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.field-hint{font-size:.72rem;color:#9ca3af;margin-top:.25rem}.checkbox-list{display:flex;flex-direction:column;gap:.1rem;max-height:220px;overflow-y:auto;border:1px solid #E5E7EB;border-radius:7px;padding:.5rem .6rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#111;padding:.3rem 0;cursor:pointer}.checkbox-item input[type=checkbox],.checkbox-item input[type=radio]{width:auto;flex-shrink:0}.checkbox-item-hint{margin-left:auto;font-size:.72rem;color:#9ca3af}.modal-footer{padding:.85rem 1.25rem;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:.5rem}.status-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600}.status-pill .status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-online{color:#065f46}.status-online .status-dot{background:#10b981;box-shadow:0 0 0 3px #10b98133}.status-idle{color:#92400e}.status-idle .status-dot{background:#f59e0b}.status-offline{color:#9ca3af}.status-offline .status-dot{background:#d1d5db}.pwd-cell{display:flex;align-items:center;gap:.4rem}.pwd-mask{font-family:monospace;font-size:.8rem;filter:blur(4px);-webkit-user-select:none;user-select:none;transition:filter .12s}.pwd-mask.revealed{filter:none;-webkit-user-select:text;user-select:text}.modal-box-lg{width:640px}.activity-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.activity-stat{background:#f8fafc;border:1px solid #F0F2F5;border-radius:8px;padding:.6rem .75rem}.activity-stat-label{font-size:.66rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.4px}.activity-stat-value{font-size:1rem;font-weight:700;color:#111;margin-top:2px}.timeline-day-label{font-size:.72rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:1rem 0 .4rem;padding-top:.75rem;border-top:1px solid #F3F4F6}.timeline-day-label:first-child{margin-top:0;padding-top:0;border-top:none}.timeline-event{display:flex;align-items:center;gap:.6rem;padding:.35rem 0;font-size:.82rem}.timeline-event-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.66rem;flex-shrink:0}.timeline-event-icon.ev-login{background:#dbeafe;color:#1e40af}.timeline-event-icon.ev-pageview{background:#f3f4f6;color:#6b7280}.timeline-event-icon.ev-heartbeat{background:#d1fae5;color:#065f46}.timeline-event-label{flex:1;min-width:0;color:#374151}.timeline-event-time{color:#9ca3af;font-size:.74rem;flex-shrink:0}.timeline-gap{display:flex;align-items:center;gap:.6rem;padding:.3rem 0;font-size:.76rem;color:#b45309;font-style:italic}.timeline-gap-icon{width:22px;text-align:center;flex-shrink:0}.timeline-empty{color:#9ca3af;font-size:.85rem;text-align:center;padding:1.5rem 0}.avis-statut-a-traiter{color:#d1d5db}.avis-statut-en-attente{color:#f59e0b}.avis-statut-valide{color:#10b981}.avis-statut-refuse{color:#ef4444}.statut-en-attente{background:#fef3c7;color:#92400e}.statut-en-attente:before{background:#f59e0b}.statut-valide{background:#d1fae5;color:#065f46}.statut-valide:before{background:#10b981}.statut-refuse{background:#fee2e2;color:#991b1b}.statut-refuse:before{background:#ef4444}.avis-content-block{background:#f8fafc;border:1px solid #F0F2F5;border-radius:8px;padding:.9rem 1rem;margin-bottom:1rem;font-size:.87rem;color:#374151;line-height:1.55;white-space:pre-line}.avis-content-block label{display:block;font-size:.68rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.avis-refuse-notice{display:flex;align-items:center;gap:.5rem;background:#fee2e2;color:#991b1b;border-radius:8px;padding:.6rem .85rem;font-size:.8rem;margin-bottom:1rem}.bareme-list,#reponseIaCouverts,#reponseIaManques{margin:0 0 .5rem 1.1rem;padding:0;font-size:.83rem;color:#374151}.bareme-list li,#reponseIaCouverts li,#reponseIaManques li{margin-bottom:.3rem}.ia-eval-title{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.4px;margin:.7rem 0 .3rem}.ia-eval-title:first-child{margin-top:0}.toast-notif{position:fixed;bottom:1.5rem;right:1.5rem;background:#111;color:#fff;padding:.65rem 1.1rem;border-radius:8px;font-size:.82rem;font-weight:500;z-index:9999;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;pointer-events:none}.toast-notif.show{opacity:1;transform:translateY(0)}.sidebar-toggle-btn{font-size:1.25rem}.sidebar{transition:width .18s ease,transform .18s ease}.sidebar-backdrop{display:none}@media(min-width:1281px){body.sidebar-collapsed .sidebar{width:0;overflow:hidden}}@media(max-width:1280px){.sidebar{position:fixed;top:56px;left:0;bottom:0;width:220px;transform:translate(-100%);z-index:210;box-shadow:6px 0 24px #0000002e}body:not(.sidebar-collapsed) .sidebar{transform:translate(0)}body:not(.sidebar-collapsed) .sidebar-backdrop{display:block;position:fixed;inset:56px 0 0;background:#0f172a73;z-index:200}}.map-wrapper{position:relative;flex:1;min-height:0;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden}#prospectsMap{width:100%;height:100%;background:#f0f4f8}.map-pin{width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000059;border:2px solid #fff}.map-pin i{transform:rotate(-45deg);color:#fff;font-size:.85rem}.map-legend{position:absolute;bottom:1rem;left:1rem;z-index:400;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:.6rem .8rem;box-shadow:0 6px 18px #0000001a;display:flex;flex-direction:column;gap:.35rem}.map-legend-item{display:flex;align-items:center;gap:.45rem;font-size:.74rem;color:#374151}.map-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.map-empty{position:absolute;inset:0;z-index:300;background:#f0f4f8;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;font-size:.85rem;padding:1rem}.map-popup{font-size:.8rem;min-width:180px}.map-popup-title{font-weight:700;color:#111;margin-bottom:2px}.map-popup-statut{font-weight:600;font-size:.72rem;margin-bottom:.4rem}.map-popup-line{display:flex;align-items:center;gap:.35rem;color:#374151;margin-bottom:2px}.map-popup-link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.45rem;color:var(--crm-primary);font-weight:600;text-decoration:none;font-size:.78rem}.map-popup-link:hover{text-decoration:underline}@media(max-width:900px){.kpi-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.topbar-search{display:none}.kpi-row{grid-template-columns:1fr 1fr}.main{padding:.75rem}.field-row{grid-template-columns:1fr}}.project-selector__select{opacity:1;font-size:.9rem;padding:.2rem;border:0}.project-badge{display:inline-flex;flex-direction:column;gap:.3rem}.project-badge-label{font-size:.68rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.project-badge-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--crm-primary-light);color:var(--crm-primary-dark);font-weight:600;font-size:.9rem;padding:.45rem 1rem;border-radius:999px;border:1px solid rgba(24,95,165,.15);width:fit-content}.project-badge-pill i{font-size:1rem;color:var(--crm-primary)}.page-template-new-prospect .main,.page-template-fiche-eleve .main,.page-template-ecrire-email .main{overflow-y:auto;align-items:center}.page-template-new-prospect .page-wrap,.page-template-fiche-eleve .page-wrap,.page-template-ecrire-email .page-wrap{width:100%;max-width:760px}.page-template-new-prospect .page-header,.page-template-fiche-eleve .page-header,.page-template-ecrire-email .page-header{margin-bottom:1.25rem}.page-template-new-prospect .form-card,.page-template-fiche-eleve .form-card,.page-template-ecrire-email .form-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden}.page-template-new-prospect .form-section,.page-template-fiche-eleve .form-section,.page-template-ecrire-email .form-section{padding:1.4rem 1.6rem;border-bottom:1px solid #F0F2F5}.page-template-new-prospect .form-section:last-of-type,.page-template-fiche-eleve .form-section:last-of-type,.page-template-ecrire-email .form-section:last-of-type{border-bottom:none}.page-template-new-prospect .form-section-title,.page-template-fiche-eleve .form-section-title,.page-template-ecrire-email .form-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--crm-primary);display:flex;align-items:center;gap:.45rem;margin-bottom:1.1rem}.page-template-new-prospect .form-section-title i,.page-template-fiche-eleve .form-section-title i,.page-template-ecrire-email .form-section-title i{font-size:.95rem}.page-template-new-prospect .field-group label,.page-template-fiche-eleve .field-group label,.page-template-ecrire-email .field-group label{font-size:.72rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.3rem}.page-template-new-prospect .field-group label .required,.page-template-fiche-eleve .field-group label .required,.page-template-ecrire-email .field-group label .required{color:#e24b4a;margin-left:2px}.page-template-new-prospect .field-group input,.page-template-new-prospect .field-group select,.page-template-new-prospect .field-group textarea,.page-template-fiche-eleve .field-group input,.page-template-fiche-eleve .field-group select,.page-template-fiche-eleve .field-group textarea,.page-template-ecrire-email .field-group input,.page-template-ecrire-email .field-group select,.page-template-ecrire-email .field-group textarea{width:100%;padding:.55rem .75rem;border:1px solid #D1D5DB;border-radius:7px;font-size:.87rem;font-family:inherit;outline:none;transition:border .15s;color:#111;background:#fff}.page-template-new-prospect .field-group input:focus,.page-template-new-prospect .field-group select:focus,.page-template-new-prospect .field-group textarea:focus,.page-template-fiche-eleve .field-group input:focus,.page-template-fiche-eleve .field-group select:focus,.page-template-fiche-eleve .field-group textarea:focus,.page-template-ecrire-email .field-group input:focus,.page-template-ecrire-email .field-group select:focus,.page-template-ecrire-email .field-group textarea:focus{border-color:var(--crm-primary);box-shadow:0 0 0 3px var(--crm-primary-light)}.page-template-new-prospect .field-group,.page-template-fiche-eleve .field-group,.page-template-ecrire-email .field-group{margin-bottom:1rem}.page-template-new-prospect .field-row,.page-template-fiche-eleve .field-row,.page-template-ecrire-email .field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.page-template-new-prospect .field-hint,.page-template-fiche-eleve .field-hint,.page-template-ecrire-email .field-hint{font-size:.72rem;color:#9ca3af;margin-top:.25rem}.page-template-new-prospect .form-footer,.page-template-fiche-eleve .form-footer,.page-template-ecrire-email .form-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #E5E7EB;padding:.9rem 1.6rem;display:flex;justify-content:flex-end;gap:.6rem;box-shadow:0 -4px 12px #00000008}.page-template-new-prospect .btn-crm,.page-template-fiche-eleve .btn-crm,.page-template-ecrire-email .btn-crm{padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;border-radius:7px;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;border:none;transition:background .12s}.page-template-new-prospect .btn-crm-primary,.page-template-fiche-eleve .btn-crm-primary,.page-template-ecrire-email .btn-crm-primary{background:var(--crm-primary);color:#fff}.page-template-new-prospect .btn-crm-primary:hover,.page-template-fiche-eleve .btn-crm-primary:hover,.page-template-ecrire-email .btn-crm-primary:hover{background:#0c447c}.page-template-new-prospect .btn-crm-primary:disabled,.page-template-fiche-eleve .btn-crm-primary:disabled,.page-template-ecrire-email .btn-crm-primary:disabled{opacity:.6;cursor:not-allowed}.page-template-new-prospect .btn-crm-outline,.page-template-fiche-eleve .btn-crm-outline,.page-template-ecrire-email .btn-crm-outline{background:#fff;color:#374151;border:1px solid #D1D5DB}.page-template-new-prospect .btn-crm-outline:hover,.page-template-fiche-eleve .btn-crm-outline:hover,.page-template-ecrire-email .btn-crm-outline:hover{background:#f9fafb}.page-template-new-prospect .toast-notif,.page-template-fiche-eleve .toast-notif,.page-template-ecrire-email .toast-notif{position:fixed;bottom:1.5rem;right:1.5rem;background:#111;color:#fff;padding:.65rem 1.1rem;border-radius:8px;font-size:.82rem;font-weight:500;z-index:9999;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;pointer-events:none}.page-template-new-prospect .toast-notif.show,.page-template-fiche-eleve .toast-notif.show,.page-template-ecrire-email .toast-notif.show{opacity:1;transform:translateY(0)}.page-template-new-prospect .toast-notif.error,.page-template-fiche-eleve .toast-notif.error,.page-template-ecrire-email .toast-notif.error{background:#991b1b}@media(max-width:600px){.page-template-new-prospect .main,.page-template-fiche-eleve .main,.page-template-ecrire-email .main{padding:.85rem}.page-template-new-prospect .field-row,.page-template-fiche-eleve .field-row,.page-template-ecrire-email .field-row{grid-template-columns:1fr}.page-template-new-prospect .form-section,.page-template-fiche-eleve .form-section,.page-template-ecrire-email .form-section{padding:1.1rem}.page-template-new-prospect .page-title-row,.page-template-fiche-eleve .page-title-row,.page-template-ecrire-email .page-title-row{flex-direction:column;align-items:flex-start}}
