@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,code,del,em,img,small,strong,sub,sup,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video{margin:0;padding:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit;background-color:transparent}a:active,a:hover{outline:0}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.5;margin:0;padding:0;color:inherit}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;-webkit-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[hidden],template{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{font-family:monospace,monospace;font-size:1em;overflow:auto}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html,body{height:100dvh;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:"#1d1d1f"}#root{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;background:#fff;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out}.toast--success{border-left:4px solid #10b981}.toast--success .toast__icon{color:#10b981}.toast--error{border-left:4px solid #ef4444}.toast--error .toast__icon{color:#ef4444}.toast--warning{border-left:4px solid #f59e0b}.toast--warning .toast__icon{color:#f59e0b}.toast--info{border-left:4px solid #3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast__icon{flex-shrink:0;font-size:1.25rem;margin-top:.1rem}.toast__content{flex:1;min-width:0}.toast__message{margin:0;font-size:.9rem;color:#1f2937;line-height:1.5}.toast__close{flex-shrink:0;background:none;border:none;padding:.25rem;cursor:pointer;color:#9ca3af;font-size:1rem;line-height:1;transition:color .15s ease}.toast__close:hover{color:#4b5563}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.confirm-modal__overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.confirm-modal{position:relative;background:#fff;border-radius:.75rem;padding:2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}.confirm-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;padding:.5rem;cursor:pointer;color:#9ca3af;font-size:1rem;line-height:1;transition:color .15s ease;border-radius:.25rem}.confirm-modal__close:hover{color:#4b5563;background:#f3f4f6}.confirm-modal__close:disabled{opacity:.5;cursor:not-allowed}.confirm-modal__icon{width:4rem;height:4rem;margin:0 auto 1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.confirm-modal--warning .confirm-modal__icon{background:#fef3c7;color:#f59e0b}.confirm-modal--danger .confirm-modal__icon{background:#fee2e2;color:#ef4444}.confirm-modal--info .confirm-modal__icon{background:#dbeafe;color:#3b82f6}.confirm-modal__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1f2937}.confirm-modal__message{margin:0 0 1.5rem;color:#6b7280;font-size:.95rem;line-height:1.5}.confirm-modal__actions{display:flex;gap:.75rem;justify-content:center}.confirm-modal__actions button{min-width:100px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn.btn-full-width{width:100%}.btn.btn-primary{background-color:#3b82f6;color:#fff}.btn.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn.btn-primary:active:not(:disabled){background-color:#1d4ed8}.btn.btn-primary:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.btn.btn-primary.btn-active{background-color:#1e3a5f;box-shadow:inset 0 3px 6px #0006;border:2px solid #93c5fd;opacity:1}.btn.btn-secondary{background-color:#6b7280;color:#fff}.btn.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn.btn-secondary:active:not(:disabled){background-color:#374151}.btn.btn-secondary:focus{outline:none;box-shadow:0 0 0 3px #6b72804d}.btn.btn-secondary.btn-active{background-color:#374151;box-shadow:inset 0 3px 6px #0006;border:2px solid #9ca3af;opacity:1}.btn.btn-tertiary{background-color:#7c3aed;color:#fff}.btn.btn-tertiary:hover:not(:disabled){background-color:#5b21b6}.btn.btn-tertiary:active:not(:disabled){background-color:#4c1d95}.btn.btn-tertiary:focus{outline:none;box-shadow:0 0 0 3px #7c3aed4d}.btn.btn-tertiary.btn-active{background-color:#4c1d95;box-shadow:inset 0 3px 6px #0006;border:2px solid #c4b5fd;opacity:1}.btn.btn-danger{background-color:#ef4444;color:#fff}.btn.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn.btn-danger:active:not(:disabled){background-color:#b91c1c}.btn.btn-danger:focus{outline:none;box-shadow:0 0 0 3px #ef44444d}.btn.btn-ghost{background-color:transparent;color:#7c3aed;border:1px solid #7c3aed}.btn.btn-ghost:hover:not(:disabled){background-color:#ede9fe}.btn.btn-ghost:active:not(:disabled){background-color:#7c3aed4d}.btn.btn-ghost:focus{outline:none;box-shadow:0 0 0 3px #7c3aed4d}.loader{display:inline-flex;align-items:center;justify-content:center}.loader .loader-spinner{border-radius:50%;border-style:solid;animation:spin .8s linear infinite}.loader.loader-small .loader-spinner{width:1rem;height:1rem;border-width:2px}.loader.loader-medium .loader-spinner{width:1.5rem;height:1.5rem;border-width:2px}.loader.loader-large .loader-spinner{width:2.5rem;height:2.5rem;border-width:3px}.loader.loader-primary .loader-spinner{border-color:#3b82f6 transparent #3b82f6 transparent}.loader.loader-white .loader-spinner{border-color:#ffffff transparent #ffffff transparent}.loader.loader-gray .loader-spinner{border-color:#6b7280 transparent #6b7280 transparent}header{position:relative;height:10dvh;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}header figure{margin:0;display:flex;align-items:center;height:75%;padding:.75rem 0}header figure img{height:100%;width:auto;object-fit:contain}header{background:linear-gradient(135deg,#f5f5f7,#fff);border-bottom:1px solid #e5e5e7}header h1{position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;pointer-events:none}header .header-actions{display:flex;align-items:center;gap:.75rem}header .logout-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.5rem;background:transparent;color:#86868b;cursor:pointer;transition:background .15s ease,color .15s ease}header .logout-btn:hover{background:#ff3b3014;color:#ff3b30}header .logout-btn:active{background:#ff3b3026}header .logout-btn--loading,header .logout-btn:disabled{opacity:.4;cursor:not-allowed}header .logout-btn--loading:hover,header .logout-btn:disabled:hover{background:transparent;color:#86868b}.dialer-status{position:relative}.dialer-status__trigger{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border:1px solid #e5e5e7;border-radius:9999px;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;color:#424245;transition:background .15s ease-in-out,border-color .15s ease-in-out;white-space:nowrap}.dialer-status__trigger:hover:not(:disabled){background:#f5f5f7;border-color:#d2d2d7}.dialer-status__trigger:disabled{cursor:default}.dialer-status__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dialer-status__timer{font-size:.75rem;color:#86868b;font-family:Fira Code,Consolas,monospace}.dialer-status__arrow{font-size:10px;color:#86868b;transition:transform .15s ease-in-out}.dialer-status__arrow--open{transform:rotate(180deg)}.dialer-status--disponible .dialer-status__dot{background:#34c759}.dialer-status--en_appel .dialer-status__dot{background:#ff3b30;animation:pulse-red 1.5s infinite}.dialer-status--appel_sortant .dialer-status__dot{background:#6366f1}.dialer-status--pause_apres_appel .dialer-status__dot{background:#ff9500}.dialer-status--pause .dialer-status__dot{background:#f59e0b}.dialer-status--hors_ligne .dialer-status__dot{background:#86868b}.dialer-status__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e5e5e7;border-radius:12px;box-shadow:0 10px 15px #0000001a;z-index:1000;overflow:hidden;animation:dropdown-in .15s ease-out}.dialer-status__dropdown-section{padding:.25rem}.dialer-status__dropdown-divider{height:1px;background:#e5e5e7;margin:0}.dialer-status__dropdown-label{font-size:.75rem;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;margin:0}.dialer-status__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;border:none;border-radius:8px;background:transparent;cursor:pointer;font-size:.875rem;color:#424245;text-align:left;transition:background .15s ease-in-out}.dialer-status__option:hover{background:#f5f5f7}.dialer-status__option--active{background:#f5f5f7;font-weight:500}.dialer-status__option--disponible .dialer-status__dot{background:#34c759}.dialer-status__option--pause_apres_appel .dialer-status__dot{background:#ff9500}.dialer-status__option--pause .dialer-status__dot{background:#f59e0b}@keyframes pulse-red{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.incoming-call-banner{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1050;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;background:#fff;border:2px solid #34c759;border-radius:16px;box-shadow:0 20px 25px #0000001a;min-width:360px;animation:banner-in .2s ease-out}.incoming-call-banner__info{display:flex;align-items:center;gap:.5rem}.incoming-call-banner__dot{width:10px;height:10px;border-radius:50%;background:#34c759;flex-shrink:0;animation:pulse-green 1.2s infinite}.incoming-call-banner__label{font-size:.75rem;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.05em;margin:0}.incoming-call-banner__from{font-size:1rem;font-weight:600;color:#424245;margin:0}.incoming-call-banner__actions{display:flex;gap:.5rem}.incoming-call-banner__btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;border-radius:9999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .15s ease-in-out}.incoming-call-banner__btn:hover{opacity:.85}.incoming-call-banner__btn--answer{background:#34c759;color:#fff}.incoming-call-banner__btn--reject{background:#ff3b30;color:#fff}@keyframes banner-in{0%{opacity:0;transform:translate(-50%) translateY(-12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}#dashboardPage{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;max-width:1100px;margin:0 auto;width:100%}#dashboardPage .dashboard__section-title{font-size:.875rem;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}#dashboardPage .dashboard__search .dashboard__search-form{display:flex;gap:.5rem}#dashboardPage .dashboard__search .dashboard__search-input{flex:1;padding:.5rem 1rem;border:1px solid #d2d2d7;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .15s ease-in-out}#dashboardPage .dashboard__search .dashboard__search-input:focus{outline:none;border-color:#7c3aed}#dashboardPage .dashboard__search .dashboard__search-input::placeholder{color:#86868b}#dashboardPage .dashboard__search .dashboard__search-btn{padding:.5rem 1.5rem;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease-in-out;white-space:nowrap}#dashboardPage .dashboard__search .dashboard__search-btn:hover:not(:disabled){background:#5b21b6}#dashboardPage .dashboard__search .dashboard__search-btn:disabled{opacity:.5;cursor:default}#dashboardPage .dashboard__search .dashboard__search-error{margin-top:.5rem;font-size:.875rem;color:#ff3b30}#dashboardPage .dashboard__search .dashboard__search-results{list-style:none;margin-top:.5rem;border:1px solid #e5e5e7;border-radius:8px;overflow:hidden}#dashboardPage .dashboard__search .dashboard__search-results li button{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:#fff;border:none;cursor:pointer;font-size:.875rem;color:#424245}#dashboardPage .dashboard__search .dashboard__search-results li button:hover{background:#f5f5f7}#dashboardPage .dashboard__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){#dashboardPage .dashboard__grid{grid-template-columns:1fr}}#dashboardPage .dashboard__card{background:#fff;border:1px solid #e5e5e7;border-radius:12px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}#dashboardPage .dashboard__empty-state{color:#86868b;font-size:.875rem}#dashboardPage .dashboard__empty-state p{margin:0 0 .25rem}#dashboardPage .dashboard__empty-state .dashboard__empty-hint{font-size:.75rem;color:#d2d2d7;font-style:italic}#dashboardPage .dashboard__stats-grid{display:flex;gap:2rem;flex-wrap:wrap}#dashboardPage .dashboard__stat{display:flex;flex-direction:column;gap:.25rem}#dashboardPage .dashboard__stat .dashboard__stat-value{font-size:1.5rem;font-weight:700;color:#424245}#dashboardPage .dashboard__stat .dashboard__stat-label{font-size:.75rem;color:#86868b;text-transform:uppercase;letter-spacing:.05em}#dashboardPage .dashboard__stat--highlight .dashboard__stat-value{color:#7c3aed}#dashboardPage .dashboard__gauge{width:100%}#dashboardPage .dashboard__waiting{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#ede9fe;border-radius:8px;font-size:.875rem;color:#7c3aed}#dashboardPage .dashboard__waiting .dashboard__waiting-dot{width:8px;height:8px;border-radius:50%;background:#7c3aed;flex-shrink:0;animation:pulse-blue 1.5s infinite}#dashboardPage .dashboard__waiting p{margin:0}#dashboardPage .dashboard__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;background:#d2d2d7;color:#6e6e73;border-radius:9999px;font-size:.75rem;font-weight:700;margin-left:.25rem}#dashboardPage .dashboard__badge--alert{background:#ff3b30;color:#fff}#dashboardPage .dashboard__loading{font-size:.875rem;color:#86868b;margin:0}#dashboardPage .dashboard__link-btn{background:none;border:none;color:#7c3aed;font-size:.75rem;cursor:pointer;padding:0;white-space:nowrap}#dashboardPage .dashboard__link-btn:hover{text-decoration:underline}#dashboardPage .dashboard__rdv-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}#dashboardPage .dashboard__rdv-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:8px;background:#f5f5f7}#dashboardPage .dashboard__rdv-item .dashboard__rdv-heure{font-size:.875rem;font-weight:700;font-family:Fira Code,Consolas,monospace;color:#424245;min-width:42px}#dashboardPage .dashboard__rdv-item .dashboard__rdv-info{flex:1;display:flex;flex-direction:column;gap:2px}#dashboardPage .dashboard__rdv-item .dashboard__rdv-nom{font-size:.875rem;font-weight:500;color:#424245}#dashboardPage .dashboard__rdv-item .dashboard__rdv-tel{font-size:.75rem;color:#86868b;font-family:Fira Code,Consolas,monospace}#dashboardPage .dashboard__rdv-item .dashboard__rdv-motif{font-size:.75rem;color:#6e6e73;font-style:italic}#dashboardPage .dashboard__rdv-item .dashboard__rdv-btn{padding:.25rem .5rem;background:#7c3aed;color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease-in-out}#dashboardPage .dashboard__rdv-item .dashboard__rdv-btn:hover:not(:disabled){background:#5b21b6}#dashboardPage .dashboard__rdv-item .dashboard__rdv-btn:disabled{opacity:.4;cursor:default}#dashboardPage .dashboard__notifications-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}#dashboardPage .dashboard__notifications-header .dashboard__section-title{margin-bottom:0}#dashboardPage .dashboard__notif-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}#dashboardPage .dashboard__notif-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.5rem;border-radius:8px;background:#f5f5f7}#dashboardPage .dashboard__notif-content{display:flex;align-items:flex-start;gap:.5rem;flex:1}#dashboardPage .dashboard__notif-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}#dashboardPage .dashboard__notif-dot--rdv_30min{background:#ff9500}#dashboardPage .dashboard__notif-dot--rdv_10min{background:#ff3b30}#dashboardPage .dashboard__notif-dot--rdv_manque{background:#86868b}#dashboardPage .dashboard__notif-dot--info{background:#5ac8fa}#dashboardPage .dashboard__notif-message{font-size:.875rem;color:#424245;margin:0;line-height:1.5}@keyframes pulse-blue{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.sales-gauge{display:flex;flex-direction:column;gap:.75rem;width:100%}.sales-gauge__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.5rem}.sales-gauge__header-left{display:flex;flex-direction:column;gap:.2rem}.sales-gauge__header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.sales-gauge__niveau{font-size:.9375rem;font-weight:700;color:#424245}.sales-gauge__mois-stats{font-size:.8125rem;color:#86868b}.sales-gauge__prime{font-size:.875rem;font-weight:700}.sales-gauge__prime--active{color:#7c3aed}.sales-gauge__prime--none{color:#86868b;font-weight:400;font-style:italic}.sales-gauge__objectif{font-size:.75rem;color:#86868b}.sales-gauge__track-wrapper{position:relative;padding-bottom:2.25rem}.sales-gauge__track{position:relative;height:.875rem;background:#e5e5e7;border-radius:9999px;overflow:visible}.sales-gauge__fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#ede9fe,#7c3aed);border-radius:9999px;transition:width .6s cubic-bezier(.4,0,.2,1);min-width:0}.sales-gauge__marker{position:absolute;top:-3px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.sales-gauge__marker-line{width:2px;height:calc(.875rem + 6px);background:#d2d2d7;border-radius:1px}.sales-gauge__marker--unlocked .sales-gauge__marker-line{background:#4c1d95}.sales-gauge__labels{position:absolute;top:calc(.875rem + 8px);left:0;right:0}.sales-gauge__label{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.1rem;color:#86868b}.sales-gauge__label--unlocked{color:#7c3aed}.sales-gauge__label:first-child{transform:translate(-10%)}.sales-gauge__label:last-child{transform:translate(-90%)}.sales-gauge__label-pct{font-size:.6875rem;font-weight:700;white-space:nowrap}.sales-gauge__label-prime{font-size:.625rem;white-space:nowrap}.sales-gauge__progress-text{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#6e6e73;margin-top:.25rem}.sales-gauge__pct-value{font-size:.875rem;font-weight:700;color:#7c3aed}#landingPage{flex:1;background:#fafafa;display:flex;flex-direction:column;overflow:hidden}.landing-page__success-message{margin:.5rem 1.5rem 0;padding:.75rem 1.5rem;background-color:#34c7591a;border:1px solid #34c759;border-radius:8px;animation:slideDown .3s ease-out;flex-shrink:0}.landing-page__success-message p{margin:0;color:#34c759;font-weight:500;text-align:center}.landing-page__loader,.landing-page__error,.landing-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem}.landing-page__loader p,.landing-page__error p,.landing-page__empty p{margin-top:1rem;font-size:1.125rem;color:#6e6e73}.landing-page__content{flex:1;padding:1rem 1.5rem;background:#fff;margin:.75rem 1.5rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden;display:flex;flex-direction:column}.landing-page__qui-est-ce h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#1d1d1f}.landing-page__qui-est-ce .info-section{margin-bottom:2rem}.landing-page__qui-est-ce .info-section h3{margin-bottom:1rem;font-size:1.25rem;color:#424245;border-bottom:2px solid #f5f5f7;padding-bottom:.5rem}.landing-page__qui-est-ce .info-section p{margin:.5rem 0;color:#6e6e73;line-height:1.6}.landing-page__qui-est-ce .info-section p strong{color:#1d1d1f;margin-right:.5rem}.landing-page__historique h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#1d1d1f}.landing-page__historique p{color:#6e6e73;font-style:italic}.landing-page__qui-est-ce,.landing-page__historique{flex:1;overflow-y:auto}.landing-page__commande{flex:1;display:grid;grid-template-columns:1fr 400px;gap:0;overflow:hidden}.landing-page .rendez-vous{flex:1;overflow:auto;display:flex;flex-direction:column}.landing-page .rendez-vous .rbc-calendar{flex:1;min-height:0}.landing-page__catalogue{overflow-y:auto;padding-right:1rem}.landing-page__panier{overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.prospect-info-header{padding:1rem 1.5rem;background:#fff;border-bottom:2px solid #e5e5e7;flex-shrink:0}.prospect-info-header__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.prospect-info-header__title{display:flex;align-items:center;gap:1rem}.prospect-info-header__title h1{margin:0;font-size:1.75rem;font-weight:700;color:#1d1d1f}.prospect-info-header__actions{display:flex;gap:.75rem}.prospect-info-table{width:100%;border-collapse:collapse}.prospect-info-table td{padding:.5rem 1rem;border:1px solid #e5e5e7}.prospect-info-table td.label{background-color:#f5f5f7;font-weight:600;color:#1d1d1f;width:15%}.prospect-info-table td.value{color:#424245;width:35%}.prospect-info-table tr:hover{background-color:#fafafa}.type-fiche-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.type-fiche-badge--green{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.type-fiche-badge--orange{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.type-fiche-badge--blue{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.type-fiche-badge--purple{background-color:#e2d9f3;color:#5a2d82;border:1px solid #d4c5e8}.clock-fixed{display:inline-flex;align-items:center;width:100px;text-align:center;font-variant-numeric:tabular-nums;font-family:Fira Code,Consolas,monospace;background:#ffffffe6;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;font-size:.875rem;font-weight:600;color:#374151}.action-buttons{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e7;flex-shrink:0}.action-buttons__group{display:flex;align-items:center;gap:.75rem}.action-buttons__group--left{flex-shrink:0}.action-buttons__group--right{flex:1;justify-content:flex-end}.action-buttons button{display:flex;align-items:center;gap:.5rem}.action-buttons button svg{font-size:.875rem}.error-message{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b}.error-message .error-message-content{display:flex;align-items:center;gap:.75rem;flex:1}.error-message .error-message-content .error-message-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#dc2626}.error-message .error-message-content .error-message-text{font-size:.875rem;font-weight:500;line-height:1.4}.error-message .error-message-close{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:none;border:none;border-radius:.25rem;color:#991b1b;cursor:pointer;transition:all .2s}.error-message .error-message-close svg{width:1rem;height:1rem}.error-message .error-message-close:hover{background-color:#fee2e2}.error-message .error-message-close:focus{outline:none;box-shadow:0 0 0 2px #dc262633}.qui-est-ce{flex:1;display:flex;flex-direction:column;overflow-y:auto}.qui-est-ce__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.qui-est-ce__header h2{font-size:1.5rem;font-weight:700;color:#424245;margin:0}.qui-est-ce__actions{display:flex;gap:.5rem}.qui-est-ce__content{display:flex;flex-direction:column;gap:1.5rem}.qui-est-ce__section h3{font-size:.875rem;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.qui-est-ce__section--meta{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e5e5e7}.qui-est-ce__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.qui-est-ce__grid{grid-template-columns:1fr}}.qui-est-ce__field{display:flex;flex-direction:column;gap:.25rem}.qui-est-ce__field--full{grid-column:1/-1}.qui-est-ce__field .input-container{margin:0}.qui-est-ce__field input{font-size:.875rem;padding:.5rem .75rem}.qui-est-ce__label{font-size:.75rem;font-weight:500;color:#86868b;text-transform:uppercase;letter-spacing:.025em}.qui-est-ce__value{font-size:.9375rem;color:#424245;font-weight:500}.qui-est-ce__value--statut{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize;width:fit-content}.qui-est-ce__value--statut[data-statut=nouveau]{background:#22c55e1a;color:#16a34a}.qui-est-ce__value--statut[data-statut=contacte]{background:#3b82f61a;color:#2563eb}.qui-est-ce__value--statut[data-statut=interesse]{background:#a855f71a;color:#9333ea}.qui-est-ce__value--statut[data-statut=rappel]{background:#f973161a;color:#ea580c}.qui-est-ce__value--statut[data-statut=non_interesse]{background:#ef44441a;color:#dc2626}.qui-est-ce__value--statut[data-statut=vente_conclue]{background:#10b9811a;color:#059669}.qui-est-ce__notes{background:#f5f5f7;border-radius:8px;padding:1rem}.qui-est-ce__notes p{margin:0;font-size:.875rem;color:#6e6e73;line-height:1.6;white-space:pre-wrap}.qui-est-ce__meta{display:flex;justify-content:space-between;font-size:.75rem;color:#86868b}@media(max-width:768px){.qui-est-ce__meta{flex-direction:column;gap:.25rem}}.qui-est-ce__empty{display:flex;justify-content:center;align-items:center;min-height:200px}.qui-est-ce__empty p{color:#86868b;font-style:italic}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-wrapper .input-label{font-size:.875rem;font-weight:500;color:#374151}.input-wrapper .input-label .input-required{color:#ef4444;margin-left:.25rem}.input-wrapper .input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;transition:all .2s}.input-wrapper .input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-wrapper .input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.input-wrapper .input.input-error{border-color:#ef4444}.input-wrapper .input.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-wrapper .input::placeholder{color:#9ca3af}.input-wrapper .input-error-message{font-size:.875rem;color:#ef4444;margin-top:-.25rem}.input-wrapper .input-helper-text{font-size:.875rem;color:#6b7280;margin-top:-.25rem}.qui-sommes-nous{flex:1;display:flex;flex-direction:column;overflow-y:auto}.qui-sommes-nous__header{margin-bottom:1.5rem;flex-shrink:0}.qui-sommes-nous__header h2{font-size:1.5rem;font-weight:700;color:#424245;margin:0 0 .25rem}.qui-sommes-nous__subtitle{font-size:.875rem;color:#86868b;margin:0}.qui-sommes-nous__content{display:flex;flex-direction:column;gap:1.5rem}.qui-sommes-nous__section h3{font-size:1.125rem;font-weight:600;color:#424245;margin:0 0 .75rem}.qui-sommes-nous__section p{margin:0 0 .75rem;font-size:.9375rem;color:#6e6e73;line-height:1.6}.qui-sommes-nous__section p:last-child{margin-bottom:0}.qui-sommes-nous__section--contact{background:#f5f5f7;padding:1.25rem;border-radius:12px}.qui-sommes-nous__section--legal{padding-top:1rem;border-top:1px solid #e5e5e7}.qui-sommes-nous__section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.qui-sommes-nous__section-header h3{margin:0}.qui-sommes-nous__icon{font-size:1.25rem;color:#7c3aed}.qui-sommes-nous__list{margin:0;padding-left:1.25rem;list-style:disc}.qui-sommes-nous__list li{margin-bottom:.5rem;font-size:.9375rem;color:#6e6e73;line-height:1.5}.qui-sommes-nous__list li:last-child{margin-bottom:0}.qui-sommes-nous__list li strong{color:#424245}.qui-sommes-nous__guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:600px){.qui-sommes-nous__guarantees{grid-template-columns:1fr}}.qui-sommes-nous__guarantee{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#ede9fe;border-radius:8px;text-align:center}.qui-sommes-nous__guarantee-number{font-size:1.75rem;font-weight:700;color:#7c3aed}.qui-sommes-nous__guarantee-text{font-size:.75rem;color:#6e6e73;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}.qui-sommes-nous__contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.qui-sommes-nous__contact-grid{grid-template-columns:1fr}}.qui-sommes-nous__contact-item{display:flex;align-items:flex-start;gap:.75rem}.qui-sommes-nous__contact-item div{display:flex;flex-direction:column}.qui-sommes-nous__contact-item div strong{font-size:.75rem;color:#86868b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.125rem}.qui-sommes-nous__contact-item div span{font-size:.875rem;color:#424245}.qui-sommes-nous__contact-icon{font-size:1.25rem;color:#7c3aed;margin-top:.125rem}.qui-sommes-nous__legal{font-size:.75rem;color:#86868b;text-align:center;margin:0}.historique-appels{width:100%;height:100%;padding:1.5rem;overflow-y:auto}.historique-appels::-webkit-scrollbar{width:8px}.historique-appels::-webkit-scrollbar-track{background:#f5f5f7}.historique-appels::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:9999px}.historique-appels::-webkit-scrollbar-thumb:hover{background:#b7b7bf}.historique-appels__loader{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;height:100%;color:#86868b}.historique-appels__loader p{font-size:.875rem}.historique-appels__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;height:100%;color:#86868b;text-align:center}.historique-appels__empty svg{color:#d2d2d7;margin-bottom:1rem}.historique-appels__empty h3{font-size:1.25rem;font-weight:600;color:#6e6e73;margin:0}.historique-appels__empty p{font-size:.875rem;margin:0}.historique-appels__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e7}.historique-appels__header h2{font-size:1.5rem;font-weight:600;color:#1d1d1f;margin:0}.historique-appels__count{font-size:.875rem;color:#86868b;background:#f5f5f7;padding:.25rem 1rem;border-radius:9999px}.historique-appels__list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.historique-appels__pagination{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #e5e5e7}.historique-appels__pagination .pagination__btn{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;transition:all .2s ease-in-out;border-radius:8px}.historique-appels__pagination .pagination__btn:disabled{opacity:.5;cursor:not-allowed}.historique-appels__pagination .pagination__btn{padding:.5rem 1.5rem;font-size:.875rem;background:#fff;border:1px solid #d2d2d7;color:#6e6e73}.historique-appels__pagination .pagination__btn:hover:not(:disabled){background:#f5f5f7;border-color:#86868b}.historique-appels__pagination .pagination__btn:disabled{opacity:.4;cursor:not-allowed}.historique-appels__pagination .pagination__info{font-size:.875rem;color:#86868b}.appel-card{background:#fff;border:1px solid #e5e5e7;border-radius:12px;padding:1.5rem;transition:all .2s ease-in-out}.appel-card:hover{border-color:#d2d2d7;box-shadow:0 1px 2px #0000000d}.appel-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f5f5f7}.appel-card__date-time{display:flex;align-items:center;gap:1rem}.appel-card__date{font-size:1rem;font-weight:600;color:#1d1d1f}.appel-card__time{font-size:.875rem;color:#86868b}.appel-card__statut{padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.appel-card__statut--success{background:#8ee1a3;color:#2fb350}.appel-card__statut--warning{background:#ffc573;color:#e68600}.appel-card__statut--danger{background:#ff938d;color:#ff1e12}.appel-card__body{display:flex;flex-direction:column;gap:1rem}.appel-card__info{display:flex;gap:2rem}.appel-card__info-item{display:flex;align-items:center;gap:.5rem}.appel-card__info-item .info-label{font-size:.875rem;color:#86868b;font-weight:500}.appel-card__info-item .info-value{font-size:.875rem;color:#1d1d1f}.appel-card__notes{display:flex;flex-direction:column;gap:.5rem}.appel-card__notes-header{display:flex;justify-content:space-between;align-items:center}.appel-card__edit-btn{padding:.25rem .5rem;font-size:.75rem;background:transparent;border:1px solid #d2d2d7;border-radius:8px;color:#6e6e73;cursor:pointer;transition:all .15s ease-in-out}.appel-card__edit-btn:hover{background:#f5f5f7;border-color:#86868b}.appel-card__notes-text{font-size:.875rem;color:#6e6e73;line-height:1.75;margin:0;padding:.5rem;background:#f5f5f7;border-radius:8px}.appel-card__notes-text em{color:#86868b}.appel-card__notes-edit{display:flex;flex-direction:column;gap:.5rem}.appel-card__notes-textarea{width:100%;padding:.5rem;font-size:.875rem;font-family:inherit;border:1px solid #d2d2d7;border-radius:8px;resize:vertical;transition:all .15s ease-in-out}.appel-card__notes-textarea:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed33}.appel-card__notes-textarea::placeholder{color:#86868b}.appel-card__notes-actions{display:flex;justify-content:flex-end;gap:.5rem}.appel-card .notes-action-btn{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;transition:all .2s ease-in-out;border-radius:8px}.appel-card .notes-action-btn:disabled{opacity:.5;cursor:not-allowed}.appel-card .notes-action-btn{padding:.5rem 1.5rem;font-size:.875rem}.appel-card .notes-action-btn--cancel{background:#fff;border:1px solid #d2d2d7;color:#6e6e73}.appel-card .notes-action-btn--cancel:hover:not(:disabled){background:#f5f5f7}.appel-card .notes-action-btn--save{background:#7c3aed;color:#fff}.appel-card .notes-action-btn--save:hover:not(:disabled){background:#5b21b6}.appel-card .notes-action-btn:disabled{opacity:.6;cursor:not-allowed}.historique-ventes{width:100%;height:100%;padding:1.5rem;overflow-y:auto}.historique-ventes::-webkit-scrollbar{width:8px}.historique-ventes::-webkit-scrollbar-track{background:#f5f5f7}.historique-ventes::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:9999px}.historique-ventes::-webkit-scrollbar-thumb:hover{background:#b7b7bf}.historique-ventes__loader{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;height:100%;color:#86868b}.historique-ventes__loader p{font-size:.875rem}.historique-ventes__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;height:100%;color:#86868b;text-align:center}.historique-ventes__empty svg{color:#d2d2d7;margin-bottom:1rem}.historique-ventes__empty h3{font-size:1.25rem;font-weight:600;color:#6e6e73;margin:0}.historique-ventes__empty p{font-size:.875rem;margin:0}.historique-ventes__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e7}.historique-ventes__header h2{font-size:1.5rem;font-weight:600;color:#1d1d1f;margin:0}.historique-ventes__count{font-size:.875rem;color:#86868b;background:#f5f5f7;padding:.25rem 1rem;border-radius:9999px}.historique-ventes__list{display:flex;flex-direction:column;gap:1rem}.vente-card{background:#fff;border:1px solid #e5e5e7;border-radius:12px;overflow:hidden;transition:all .2s ease-in-out}.vente-card:hover{border-color:#d2d2d7;box-shadow:0 1px 2px #0000000d}.vente-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;gap:1rem}.vente-card__info{display:flex;flex-direction:column;gap:.5rem;flex:1}.vente-card__date-statut{display:flex;align-items:center;gap:1rem}.vente-card__date{font-size:1rem;font-weight:600;color:#1d1d1f}.vente-card__statut{padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.vente-card__statut--success{background:#e8f9ec;color:#299f47}.vente-card__statut--warning{background:#fff4e6;color:#c70}.vente-card__statut--danger{background:#fff;color:#fc0d00}.vente-card__montant{display:flex;align-items:center;gap:.5rem}.vente-card__montant .montant-label{font-size:.875rem;color:#86868b}.vente-card__montant .montant-value{font-size:1.125rem;font-weight:600;color:#7c3aed}.vente-card__toggle{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;transition:all .2s ease-in-out;border-radius:8px}.vente-card__toggle:disabled{opacity:.5;cursor:not-allowed}.vente-card__toggle{padding:.5rem 1.5rem;font-size:.875rem;background:#fff;border:1px solid #d2d2d7;color:#6e6e73;white-space:nowrap}.vente-card__toggle:hover{background:#f5f5f7;border-color:#86868b}.vente-card__toggle--expanded{background:#ede9fe;border-color:#7c3aed;color:#7c3aed}.vente-card__details{padding:0 1.5rem 1.5rem;border-top:1px solid #e5e5e7;animation:slideDown .2s ease-in-out}.vente-card__details-header{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 1rem}.vente-card__details-header h4{font-size:1.125rem;font-weight:600;color:#1d1d1f;margin:0}.vente-card__paiement{font-size:.875rem;color:#86868b;background:#f5f5f7;padding:.25rem 1rem;border-radius:8px}.vente-card__products{overflow-x:auto}.vente-card__no-details{text-align:center;padding:1.5rem;color:#86868b;font-size:.875rem;font-style:italic}.products-table{width:100%;border-collapse:collapse;font-size:.875rem}.products-table thead{background:#f5f5f7}.products-table thead th{padding:.5rem 1rem;text-align:left;font-weight:600;color:#6e6e73;border-bottom:2px solid #d2d2d7}.products-table thead th:last-child{text-align:right}.products-table tbody tr{border-bottom:1px solid #e5e5e7}.products-table tbody tr:hover{background:#f5f5f7}.products-table tbody tr td{padding:1rem;color:#6e6e73}.products-table tbody tr td:last-child{text-align:right}.products-table tbody tr td.product-name{font-weight:500;color:#1d1d1f}.products-table tbody tr td.product-total{font-weight:600}.products-table tfoot{background:#f5f5f7}.products-table tfoot tr{border-top:2px solid #d2d2d7}.products-table tfoot tr td{padding:1rem;font-weight:600}.products-table tfoot tr td.total-label{text-align:right;color:#6e6e73}.products-table tfoot tr td.total-value{text-align:right;font-size:1.125rem;color:#7c3aed}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.rendez-vous{padding:.5rem;display:flex;flex-direction:column;flex:1;min-height:0}.rendez-vous--loading{align-items:center;justify-content:center;gap:1rem}.rendez-vous--loading p{color:#6b7280;font-size:.875rem}.rendez-vous__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.rendez-vous__title{display:flex;align-items:center;gap:.5rem}.rendez-vous__title h2{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.rendez-vous__icon{color:#3b82f6;font-size:1.125rem}.rendez-vous__actions{display:flex;align-items:center;gap:1rem}.rendez-vous__legend{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rendez-vous__legend-group-label{font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.rendez-vous__legend-sep{width:1px;height:1rem;background:#e5e7eb;margin:0 .25rem}.rendez-vous__legend-item{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#6b7280;white-space:nowrap}.rendez-vous__legend-item:before{content:"";flex-shrink:0;width:.55rem;height:.55rem;border-radius:50%}.rendez-vous__legend-item--planifie:before{background-color:#3b82f6;opacity:.65}.rendez-vous__legend-item--effectue:before{background-color:#22c55e;opacity:.65}.rendez-vous__legend-item--reporte:before{background-color:#f59e0b;opacity:.65}.rendez-vous__legend-item--annule:before{background-color:#ef4444;opacity:.35}.rendez-vous__legend-item--prospect:before{background-color:#3b82f6;box-shadow:0 0 0 2px #fff,0 0 0 3.5px #3b82f6}.rendez-vous__legend-item--autre-agent:before{background-color:#d97706}.rendez-vous__prospect-banner{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;margin-bottom:.5rem;border-radius:.5rem;background:#eff6ff;border:1px solid #bfdbfe;font-size:.8rem;color:#1d4ed8}.rendez-vous__prospect-banner--warning{background:#fffbeb;border-color:#fcd34d;color:#92400e}.rendez-vous__prospect-banner--warning .rendez-vous__prospect-banner-icon{color:#d97706}.rendez-vous__prospect-banner-icon{font-size:.875rem;color:#3b82f6;flex-shrink:0}.rendez-vous__prospect-banner-next{color:#3b82f6;opacity:.8}.rendez-vous .rbc-calendar{font-family:inherit;flex:1;display:flex;flex-direction:column;min-height:0}.rendez-vous .rbc-time-view,.rendez-vous .rbc-month-view{flex:1;min-height:0}.rendez-vous .rbc-time-content{overflow-y:auto}.rendez-vous .rbc-toolbar{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem}.rendez-vous .rbc-toolbar .rbc-toolbar-label{font-weight:600;font-size:1rem;color:#1f2937;text-transform:capitalize}.rendez-vous .rbc-toolbar button{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.3rem .6rem;font-weight:500;font-size:.8rem;transition:all .15s ease}.rendez-vous .rbc-toolbar button:hover{background-color:#f9fafb;border-color:#9ca3af}.rendez-vous .rbc-toolbar button.rbc-active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.rendez-vous .rbc-toolbar button.rbc-active:hover{background-color:#2563eb}.rendez-vous .rbc-toolbar .rbc-btn-group button{border-radius:0}.rendez-vous .rbc-toolbar .rbc-btn-group button:first-child{border-radius:.5rem 0 0 .5rem}.rendez-vous .rbc-toolbar .rbc-btn-group button:last-child{border-radius:0 .5rem .5rem 0}.rendez-vous .rbc-toolbar .rbc-btn-group button:not(:first-child){margin-left:-1px}.rendez-vous .rbc-header{padding:.35rem .25rem;font-weight:600;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #e5e7eb!important;background:#f9fafb}.rendez-vous .rbc-header+.rbc-header{border-left:1px solid #e5e7eb}.rendez-vous .rbc-time-gutter .rbc-timeslot-group{border-bottom:1px solid #f3f4f6}.rendez-vous .rbc-time-gutter .rbc-label{font-size:.7rem;color:#9ca3af;font-weight:500;padding:0 .25rem}.rendez-vous .rbc-timeslot-group{min-height:40px;border-bottom:1px solid #f3f4f6}.rendez-vous .rbc-time-slot{border-top:none}.rendez-vous .rbc-day-slot .rbc-time-slot{border-top:1px dotted #e5e7eb}.rendez-vous .rbc-day-slot .rbc-time-slot:first-child{border-top:none}.rendez-vous .rbc-today{background-color:#eff6ff}.rendez-vous .rbc-header.rbc-today{background-color:#dbeafe;color:#1d4ed8}.rendez-vous .cal-event-content{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;line-height:1.3}.rendez-vous .rbc-event{background-color:#3b82f6;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.8rem;font-weight:500;box-shadow:0 1px 2px #0000001a}.rendez-vous .rbc-event:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #3b82f6}.rendez-vous .rbc-event.rbc-selected{background-color:#1d4ed8}.rendez-vous .rbc-event-label{font-size:.7rem;opacity:.9}.rendez-vous .rbc-event-content{font-size:.8rem}.rendez-vous .rbc-month-view{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.rendez-vous .rbc-month-view .rbc-month-row{border-bottom:1px solid #e5e7eb}.rendez-vous .rbc-month-view .rbc-month-row:last-child{border-bottom:none}.rendez-vous .rbc-month-view .rbc-day-bg{border-left:1px solid #e5e7eb}.rendez-vous .rbc-month-view .rbc-day-bg:first-child{border-left:none}.rendez-vous .rbc-month-view .rbc-off-range-bg{background-color:#f9fafb}.rendez-vous .rbc-month-view .rbc-date-cell{padding:.5rem;text-align:right;font-size:.875rem;color:#374151}.rendez-vous .rbc-month-view .rbc-date-cell.rbc-now{font-weight:700;color:#3b82f6}.rendez-vous .rbc-month-view .rbc-date-cell.rbc-off-range{color:#9ca3af}.rendez-vous .rbc-time-view{border:1px solid #e5e7eb;border-radius:.5rem}.rendez-vous .rbc-time-view .rbc-time-header{border-bottom:none}.rendez-vous .rbc-time-view .rbc-time-content{border-top:1px solid #e5e7eb}.rendez-vous .rbc-time-view .rbc-day-slot{border-left:1px solid #e5e7eb}.rendez-vous .rbc-time-view .rbc-day-slot:first-child{border-left:none}.rendez-vous .rbc-time-header-content{border-left:1px solid #e5e7eb}.rendez-vous .rbc-allday-cell{display:none}.rendez-vous .rbc-time-header.rbc-overflowing{border-right:none}.rendez-vous .rbc-current-time-indicator{background-color:#ef4444;height:2px}.rendez-vous .rbc-current-time-indicator:before{content:"";position:absolute;left:-5px;top:-4px;width:10px;height:10px;background-color:#ef4444;border-radius:50%}.rendez-vous .rbc-show-more{color:#3b82f6;font-weight:500;font-size:.75rem}.rendez-vous .rbc-show-more:hover{color:#1d4ed8}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0;position:absolute;margin-right:10px}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rdv-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.rdv-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px #0000001a;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.rdv-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e7}.rdv-modal__header h2{margin:0;font-size:1.125rem;font-weight:600;color:#424245}.rdv-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:#86868b;border-radius:8px;cursor:pointer;transition:all .15s ease}.rdv-modal__close:hover{background:#f5f5f7;color:#6e6e73}.rdv-modal__form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.rdv-modal__prospect{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f5f5f7;border-radius:8px;font-weight:500;color:#6e6e73}.rdv-modal__prospect--autre-agent{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.rdv-modal__prospect--autre-agent .rdv-modal__prospect-icon{color:#d97706}.rdv-modal__prospect-icon{color:#3b82f6;flex-shrink:0}.rdv-modal__prospect-badge{margin-left:auto;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;background:#d97706;color:#fff;text-transform:uppercase;letter-spacing:.04em}.rdv-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rdv-modal__field{display:flex;flex-direction:column;gap:.5rem}.rdv-modal__field label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#6e6e73}.rdv-modal__field label svg{color:#86868b}.rdv-modal__field .input-wrapper{margin:0}.rdv-modal__textarea{width:100%;padding:.75rem;border:1px solid #d2d2d7;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.rdv-modal__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rdv-modal__textarea::placeholder{color:#86868b}.rdv-modal__select{width:100%;padding:.75rem;border:1px solid #d2d2d7;border-radius:8px;font-family:inherit;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.rdv-modal__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rdv-modal__actions{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid #e5e5e7}.rdv-modal__actions-right{display:flex;gap:.75rem;margin-left:auto}.rdv-modal__delete-confirm{display:flex;align-items:center;gap:.75rem;flex:1}.rdv-modal__delete-confirm span{font-size:.875rem;color:#dc2626;font-weight:500}.cal-tooltip{position:fixed;z-index:1070;pointer-events:none;background:#1d1d1f;color:#fff;border-radius:8px;padding:.625rem .75rem;box-shadow:0 20px 25px #0000001a;max-width:220px;min-width:140px}.cal-tooltip__header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.4rem}.cal-tooltip__statut{display:inline-block;font-size:.65rem;font-weight:600;padding:.15rem .45rem;border-radius:9999px;color:#fff;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.cal-tooltip__prospect{font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cal-tooltip__time{font-size:.75rem;font-weight:400;color:#d2d2d7;text-transform:capitalize;margin-bottom:.2rem}.cal-tooltip__motif{font-size:.8rem;font-weight:500;color:#fff;margin-top:.3rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cal-tooltip__notes{font-size:.75rem;color:#d2d2d7;line-height:1.4;margin-top:.3rem;padding-top:.3rem;border-top:1px solid rgba(255,255,255,.12);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalogue-produits{display:flex;flex-direction:column;gap:1.5rem;height:100%;overflow-y:auto;padding:1.5rem}.catalogue-produits__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.catalogue-produits__title-group{flex:1;min-width:200px}.catalogue-produits__title-group h2{font-size:1.5rem;font-weight:700;color:#1d1d1f;margin:0 0 .25rem}.catalogue-produits__subtitle{font-size:.875rem;color:#6e6e73;margin:0}.catalogue-produits__view-toggle{display:flex;gap:.5rem}.catalogue-produits__filters{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d}.catalogue-produits__search{width:100%}.catalogue-produits__search .search-input-wrapper{position:relative;display:flex;align-items:center}.catalogue-produits__search .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#86868b;font-size:.875rem;pointer-events:none}.catalogue-produits__search .search-input-wrapper input{padding-left:2.5rem}.catalogue-produits__search-hint{display:block;margin-top:.25rem;font-size:.75rem;color:#86868b;font-style:italic}.catalogue-produits__tree-view{flex:1;overflow-y:auto}.catalogue-produits__categories{display:flex;flex-wrap:wrap;gap:.5rem}.catalogue-produits__categories .category-btn{padding:.5rem 1rem;background:#fff;border:1px solid #d2d2d7;border-radius:8px;font-size:.875rem;font-weight:500;color:#6e6e73;cursor:pointer;transition:all .2s ease-in-out}.catalogue-produits__categories .category-btn:hover{background:#f5f5f7;border-color:#7c3aed;color:#7c3aed}.catalogue-produits__categories .category-btn.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.catalogue-produits__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.catalogue-produits__loader,.catalogue-produits__error,.catalogue-produits__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;text-align:center}.catalogue-produits__loader p,.catalogue-produits__error p,.catalogue-produits__empty p{font-size:1rem;color:#6e6e73;margin:0}.produit-card{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#fff;border-radius:8px;border:1px solid #e5e5e7;transition:all .2s ease-in-out;min-height:100px}.produit-card:hover{border-color:#7c3aed;box-shadow:0 1px 2px #0000000d}.produit-card__header{display:flex;flex-direction:column;gap:.125rem}.produit-card__title{font-size:.875rem;font-weight:600;color:#1d1d1f;margin:0;line-height:1.2}.produit-card__category{display:none}.produit-card__description{font-size:.75rem;color:#6e6e73;line-height:1.3;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.produit-card__details{display:flex;flex-wrap:wrap;gap:.25rem}.produit-card__detail{font-size:.625rem;color:#86868b;background:#f5f5f7;padding:.1rem .3rem;border-radius:.2rem;white-space:nowrap}.produit-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.25rem;padding-top:.25rem;border-top:1px solid #e5e5e7;margin-top:auto}.produit-card__footer .btn{padding:.2rem .4rem!important;font-size:.625rem!important;gap:.2rem!important;border-radius:.25rem}.produit-card__footer .btn svg{font-size:.5rem!important}.produit-card__price-container{display:flex;align-items:baseline;gap:.25rem}.produit-card__price{font-size:1rem;font-weight:700;color:#7c3aed;white-space:nowrap}.produit-card__price--original{font-size:.75rem;font-weight:400;color:#86868b;text-decoration:line-through}.produit-card__price--promo{color:#34c759}.category-tree{display:flex;flex-direction:column;gap:.5rem;width:100%}.category-tree__empty{display:flex;justify-content:center;align-items:center;padding:3rem;color:#6b7280;font-size:1rem}.category-node{background:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease}.category-node:hover{box-shadow:0 2px 8px #00000014}.category-node__header{display:flex;align-items:center;padding:.5rem 1rem;cursor:pointer;transition:background-color .2s ease;gap:.5rem}.category-node__header:hover{background-color:#f9fafb}.category-node__toggle{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;color:#6b7280;font-size:.75rem;flex-shrink:0}.category-node__spacer{display:block;width:1rem}.category-node__icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#7c3aed;font-size:1rem;flex-shrink:0}.category-node__info{flex:1;min-width:0;display:flex;align-items:center;gap:1rem}.category-node__title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;white-space:nowrap}.category-node__description{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.2;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-node__counts{display:flex;gap:.75rem;flex-shrink:0;margin-left:auto}.category-node__count{font-size:.75rem;color:#9ca3af;font-weight:500;white-space:nowrap}.category-node__content{padding:.5rem .75rem .75rem 2.5rem}.category-node__subcategories{display:flex;flex-direction:column;gap:.5rem}.category-node__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;margin-top:.5rem}.category-node--level-1{border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.category-node--level-2{border:1px solid #e5e7eb;background-color:#fafafa}.category-node--level-2 .category-node__header{padding:.4rem .875rem}.category-node--level-2 .category-node__title{font-size:.875rem}.category-node--level-3{border:1px solid #f3f4f6;background-color:#fff}.category-node--level-3 .category-node__header{padding:.35rem .75rem}.category-node--level-3 .category-node__title{font-size:.8125rem}.category-node--level-3 .category-node__icon{font-size:.875rem;color:#6b7280}@media(max-width:768px){.category-node__products{grid-template-columns:1fr}.category-node__content{padding:0 .5rem .5rem 2rem}}.panier{display:flex;flex-direction:column;height:100%;background:#fff;border-left:1px solid #e5e5e7}.panier__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e7}.panier__header h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1d1d1f;margin:0}.panier__badge{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .25rem;background:#7c3aed;border-radius:9999px;font-size:.75rem;font-weight:700;color:#fff}.panier__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1.5rem;flex:1;text-align:center}.panier__empty svg{font-size:48px;color:#d2d2d7}.panier__empty p{font-size:1rem;color:#6e6e73;margin:0}.panier__items{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.panier__footer{padding:1.5rem;border-top:1px solid #e5e5e7;background:#f5f5f7}.panier__total{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-bottom:1rem}.panier__total-label{font-size:1.125rem;font-weight:600;color:#1d1d1f}.panier__total-amount{font-size:1.5rem;font-weight:700;color:#7c3aed}.panier__actions{display:flex;flex-direction:column;gap:.5rem}.panier-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border:1px solid #e5e5e7;border-radius:8px}.panier-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.panier-item__name{font-size:.875rem;font-weight:600;color:#1d1d1f;margin:0;flex:1;line-height:1.25}.panier-item__remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:4px;color:#86868b;cursor:pointer;transition:all .15s ease-in-out}.panier-item__remove:hover{background:#ff3b30;color:#fff}.panier-item__remove svg{font-size:12px}.panier-item__details{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.panier-item__price{color:#6e6e73}.panier-item__remise{color:#ff3b30;font-weight:500}.panier-item__controls{display:flex;align-items:center;justify-content:space-between;gap:1rem}.panier-item__quantity{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:#f5f5f7;border-radius:8px}.panier-item__quantity .quantity-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:#fff;border:1px solid #d2d2d7;border-radius:4px;color:#6e6e73;cursor:pointer;transition:all .15s ease-in-out}.panier-item__quantity .quantity-btn:hover:not(:disabled){background:#7c3aed;border-color:#7c3aed;color:#fff}.panier-item__quantity .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.panier-item__quantity .quantity-btn svg{font-size:10px}.panier-item__quantity .quantity-value{min-width:30px;text-align:center;font-size:.875rem;font-weight:600;color:#1d1d1f}.panier-item__subtotal{font-size:1rem;font-weight:700;color:#7c3aed}.confirm-order-modal__overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem;animation:fadeIn .2s ease-out}.confirm-order-modal{background-color:#fff;border-radius:16px;box-shadow:0 10px 15px #0000001a;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.confirm-order-modal__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid #d2d2d7}.confirm-order-modal__header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1d1d1f}.confirm-order-modal__close{background:none;border:none;font-size:1.5rem;color:#6e6e73;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:all .2s ease-in-out}.confirm-order-modal__close:hover:not(:disabled){background-color:#f5f5f7;color:#1d1d1f}.confirm-order-modal__close:disabled{opacity:.5;cursor:not-allowed}.confirm-order-modal__form{flex:1;overflow-y:auto;padding:2rem}.confirm-order-modal__form::-webkit-scrollbar{width:6px}.confirm-order-modal__form::-webkit-scrollbar-track{background:#f5f5f7}.confirm-order-modal__form::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:9999px}.confirm-order-modal__form::-webkit-scrollbar-thumb:hover{background:#b7b7bf}.confirm-order-modal__error{background-color:#ff3b301a;border:1px solid #ff3b30;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#ff3b30;font-size:.9rem}.confirm-order-modal__section{margin-bottom:2rem}.confirm-order-modal__section h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1d1d1f;display:flex;align-items:center;gap:.5rem}.confirm-order-modal__section h3 svg{color:#7c3aed}.confirm-order-modal__section textarea{width:100%;padding:1.5rem;border:2px solid #d2d2d7;border-radius:12px;font-size:1rem;line-height:1.6;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s ease-in-out;background-color:#f5f5f7}.confirm-order-modal__section textarea::placeholder{color:#86868b;font-style:italic}.confirm-order-modal__section textarea:focus{outline:none;border-color:#7c3aed;background-color:#fff;box-shadow:0 0 0 4px #7c3aed1a;transform:translateY(-2px)}.confirm-order-modal__section textarea:hover:not(:focus){border-color:#86868b;background-color:#fff}.confirm-order-modal__section textarea:disabled{background-color:#f5f5f7;cursor:not-allowed;opacity:.6}.confirm-order-modal__cart-items{background-color:#f5f5f7;border-radius:8px;padding:1rem;margin-bottom:1rem}.confirm-order-modal__cart-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.confirm-order-modal__cart-item:not(:last-child){border-bottom:1px solid #d2d2d7;margin-bottom:.5rem}.confirm-order-modal__cart-item-info{display:flex;align-items:center;gap:1rem}.confirm-order-modal__cart-item-name{font-weight:500;color:#1d1d1f}.confirm-order-modal__cart-item-quantity{color:#6e6e73;font-size:.9rem}.confirm-order-modal__cart-item-price{display:flex;align-items:center;gap:.5rem;font-weight:600}.confirm-order-modal__cart-item-remise{color:#ff3b30;font-size:.9rem}.confirm-order-modal__cart-item-total{color:#1d1d1f}.confirm-order-modal__cart-total{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#7c3aed;color:#fff;border-radius:8px;font-size:1.1rem;font-weight:600}.confirm-order-modal__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.confirm-order-modal__form-group{display:flex;flex-direction:column;gap:.25rem}.confirm-order-modal__form-group--full{grid-column:1/-1}.confirm-order-modal__form-group label{font-weight:500;color:#1d1d1f;font-size:.9rem}.confirm-order-modal__form-group input{padding:.5rem 1rem;border:1px solid #d2d2d7;border-radius:8px;font-size:1rem;transition:all .2s ease-in-out}.confirm-order-modal__form-group input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.confirm-order-modal__form-group input:disabled{background-color:#f5f5f7;cursor:not-allowed}.confirm-order-modal__form-group input.input-error{border-color:#ff3b30}.confirm-order-modal__form-group input.input-error:focus{box-shadow:0 0 0 3px #ff3b301a}.confirm-order-modal__form-group .error-message{color:#ff3b30;font-size:.85rem;margin-top:.25rem}.confirm-order-modal__payment-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.confirm-order-modal__payment-option{display:flex;align-items:center;gap:.5rem;padding:1rem;border:2px solid #d2d2d7;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.confirm-order-modal__payment-option:hover{border-color:#7c3aed;background-color:#7c3aed0d}.confirm-order-modal__payment-option input[type=radio]{width:20px;height:20px;cursor:pointer}.confirm-order-modal__payment-option input[type=radio]:checked+span{color:#7c3aed;font-weight:600}.confirm-order-modal__payment-option span{font-size:1rem;color:#1d1d1f;transition:all .2s ease-in-out}.confirm-order-modal__payment-option:has(input:checked){border-color:#7c3aed;background-color:#7c3aed1a}.confirm-order-modal__payment-option:has(input:disabled){opacity:.5;cursor:not-allowed}.confirm-order-modal__footer{display:flex;justify-content:center;gap:1rem;padding:2rem;border-top:1px solid #d2d2d7;background-color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(min-width:640px){.confirm-order-modal{max-width:600px}.confirm-order-modal__form-grid,.confirm-order-modal__payment-options{grid-template-columns:1fr}}.closing-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.closing-modal{background:#fff;border-radius:16px;box-shadow:0 20px 25px #0000001a;width:100%;max-width:1300px;height:93vh;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .25s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.97) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.closing-modal__header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.75rem;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;flex-shrink:0}.closing-modal__header-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#fff3;border-radius:12px;font-size:1.25rem;flex-shrink:0}.closing-modal__header-content{flex:1}.closing-modal__header-content h2{margin:0;font-size:1.25rem;font-weight:700}.closing-modal__prospect-name{margin:.2rem 0 0;font-size:.9rem;opacity:.85}.closing-modal__duration{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#fff3;border-radius:12px;font-size:1rem;font-weight:600;flex-shrink:0}.closing-modal__warning{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.75rem;background:#fef3c7;color:#92400e;font-size:.8rem;font-weight:500;flex-shrink:0;border-bottom:1px solid #fde68a}.closing-modal__warning svg{flex-shrink:0}.closing-modal__body{display:flex;flex:1;min-height:0}.closing-modal__left{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:.875rem;padding:1rem 1.25rem;overflow-y:hidden;border-right:1px solid #e5e5e7}.closing-modal__right{flex:1;min-width:0;display:flex;flex-direction:column;padding:.75rem;overflow:hidden}.closing-modal__error{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.closing-modal__section h3{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:.825rem;font-weight:600;color:#424245}.closing-modal__section h3 svg{color:#86868b}.closing-modal__statut-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:.35rem}.closing-modal__statut-option{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem .4rem;background:#fff;border:2px solid #e5e5e7;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:center}.closing-modal__statut-option:hover:not(:disabled){border-color:var(--option-color);background:#f5f5f7}.closing-modal__statut-option--selected{border-color:var(--option-color);background:#f5f5f7;box-shadow:0 0 0 2px var(--option-color)}.closing-modal__statut-option--selected .closing-modal__statut-label{color:var(--option-color)}.closing-modal__statut-option:disabled{opacity:.6;cursor:not-allowed}.closing-modal__statut-icon{font-size:1.1rem;line-height:1}.closing-modal__statut-label{font-size:.775rem;font-weight:600;color:#424245}.closing-modal__statut-description{font-size:.63rem;color:#86868b;line-height:1.2}.closing-modal__textarea{width:100%;padding:.75rem;border:1px solid #d2d2d7;border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;min-height:70px;transition:border-color .15s ease,box-shadow .15s ease}.closing-modal__textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed4d}.closing-modal__textarea::placeholder{color:#86868b}.closing-modal__textarea:disabled{background:#f5f5f7;cursor:not-allowed}.closing-modal__footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e5e7}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-page .login-container{width:100%;max-width:28rem;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem}@media(min-width:640px){.login-page .login-container{padding:3rem}}.login-page .login-container .login-header{text-align:center;margin-bottom:2rem}.login-page .login-container .login-header .login-logo{margin:0 auto 1.5rem;height:5rem;display:flex;align-items:center;justify-content:center}.login-page .login-container .login-header .login-logo img{height:100%;width:auto;object-fit:contain}.login-page .login-container .login-header .login-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem}.login-page .login-container .login-header .login-subtitle{font-size:.875rem;color:#6b7280;margin:0}.login-page .login-container .login-form{display:flex;flex-direction:column;gap:1.5rem}.login-page .login-container .login-form .login-attempt-warning{text-align:center;font-size:.875rem;color:#f59e0b;margin:-.5rem 0 0;font-weight:500}.login-page .login-container .login-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.login-page .login-container .login-footer .login-footer-text{text-align:center;font-size:.75rem;color:#9ca3af;margin:0}@media(max-width:640px){.login-page{padding:.5rem}.login-page .login-container{padding:1.5rem}.login-page .login-container .login-header{margin-bottom:1.5rem}.login-page .login-container .login-header .login-logo{height:3.5rem;margin-bottom:1rem}.login-page .login-container .login-header .login-logo img{height:100%}.login-page .login-container .login-header .login-title{font-size:1.5rem}.login-page .login-container .login-form{gap:1.25rem}}.plan-appel-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.plan-appel-page__loader,.plan-appel-page__error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.plan-appel-page__loader p,.plan-appel-page__error p{color:#86868b;font-size:1rem}.plan-appel-page__error h2{margin:0;color:#424245}.plan-appel-page__error-icon{font-size:3rem;color:#d2d2d7}.plan-appel-page__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e7;flex-shrink:0}@media print{.plan-appel-page__header .print-button{display:none}}.plan-appel-page__title{display:flex;align-items:center;gap:.75rem}.plan-appel-page__title h1{margin:0;font-size:1.25rem;font-weight:700;color:#424245}.plan-appel-page__icon{font-size:1.5rem;color:#7c3aed}.plan-appel-page__campaign-name{font-size:.875rem;color:#86868b}.plan-appel-page__stepper{display:flex;gap:.25rem;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e7;overflow-x:auto;flex-shrink:0}@media print{.plan-appel-page__stepper{display:none}}.plan-appel-page__step{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;background:#f5f5f7;border-radius:9999px;cursor:pointer;transition:all .2s;white-space:nowrap}.plan-appel-page__step:hover{background:#e5e5e7}.plan-appel-page__step--active{background:#7c3aed}.plan-appel-page__step--active .plan-appel-page__step-number,.plan-appel-page__step--active .plan-appel-page__step-title{color:#fff}.plan-appel-page__step--active:hover{background:#5b21b6}.plan-appel-page__step--completed{background:#0d94881a}.plan-appel-page__step--completed .plan-appel-page__step-number{background:#7c3aed;color:#fff}.plan-appel-page__step-number{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#d2d2d7;font-size:.75rem;font-weight:600;color:#6e6e73}.plan-appel-page__step-title{font-size:.8125rem;font-weight:500;color:#6e6e73}.plan-appel-page__content{flex:1;padding:1.5rem;overflow-y:auto}@media print{.plan-appel-page__content{overflow:visible;padding:0}}.plan-appel-page__etape{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 10px 15px #0000001a;overflow:hidden}@media print{.plan-appel-page__etape{box-shadow:none;max-width:100%}}.plan-appel-page__etape-header{padding:1.5rem 2rem;background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff}.plan-appel-page__etape-number{display:inline-block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:.5rem}.plan-appel-page__etape-title{margin:0;font-size:1.5rem;font-weight:700}.plan-appel-page__etape-content{padding:2rem}.plan-appel-page__etape-content p{margin:0 0 1rem;font-size:1rem;line-height:1.8;color:#6e6e73}.plan-appel-page__etape-content p:last-child{margin-bottom:0}.plan-appel-page__etape-content p:empty{display:none}@media print{.plan-appel-page__etape-content{padding:1rem 0}}.plan-appel-page__footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e5e7;flex-shrink:0}@media print{.plan-appel-page__footer{display:none}}.plan-appel-page__progress{font-size:.875rem;font-weight:600;color:#86868b}@media print{.plan-appel-page{background:#fff;min-height:auto}.plan-appel-page__header{border-bottom:2px solid #424245;padding:.5rem 0}.plan-appel-page__etape{page-break-inside:avoid}.plan-appel-page__etape-header{background:#f5f5f7;color:#424245;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.objections-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.objections-page__loader,.objections-page__error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.objections-page__loader p,.objections-page__error p{color:#86868b;font-size:1rem}.objections-page__error h2{margin:0;color:#424245}.objections-page__error-icon{font-size:3rem;color:#d2d2d7}.objections-page__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e7;flex-shrink:0}@media print{.objections-page__header .print-button{display:none}}.objections-page__title{display:flex;align-items:center;gap:.75rem}.objections-page__title h1{margin:0;font-size:1.25rem;font-weight:700;color:#424245}.objections-page__icon{font-size:1.5rem;color:#7c3aed}.objections-page__campaign-name{font-size:.875rem;color:#86868b}.objections-page__header-actions{display:flex;align-items:center;gap:1rem}.objections-page__count{font-size:.875rem;color:#86868b}.objections-page__toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e5e5e7;gap:1rem;flex-shrink:0}@media print{.objections-page__toolbar{display:none}}.objections-page__search{position:relative;flex:1;max-width:400px}.objections-page__search .input-wrapper{margin:0}.objections-page__search .input-wrapper input{padding-left:2.5rem;font-size:.875rem}.objections-page__search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#86868b;z-index:1}.objections-page__content{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;align-content:flex-start}@media print{.objections-page__content{overflow:visible;padding:0;display:block}}.objections-page__empty{display:flex;align-items:center;justify-content:center;min-height:200px}.objections-page__empty p{color:#86868b;font-style:italic}.objections-page__category{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;overflow:hidden}.objections-page__category--closed{flex:0 0 auto}.objections-page__category--open{flex:1 1 100%;order:-1}@media print{.objections-page__category{box-shadow:none;border:1px solid #d2d2d7;page-break-inside:avoid}}.objections-page__category-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#5b21b6);border:none;cursor:pointer;transition:background .2s}.objections-page__category-header:hover{background:linear-gradient(135deg,#5b21b6,#4c1d95)}@media print{.objections-page__category-header{background:#f5f5f7;-webkit-print-color-adjust:exact;print-color-adjust:exact}}.objections-page__category-info{display:flex;align-items:center;gap:.75rem}.objections-page__category-name{font-size:1rem;font-weight:600;color:#fff}@media print{.objections-page__category-name{color:#424245}}.objections-page__category-count{font-size:.75rem;color:#fffc;background:#fff3;padding:.125rem .5rem;border-radius:9999px}@media print{.objections-page__category-count{color:#6e6e73;background:#e5e5e7}}.objections-page__category-icon{color:#fff;font-size:1rem}@media print{.objections-page__category-icon{display:none}}.objections-page__category-content{padding:.5rem}.objections-page__objection{padding:1rem 1.25rem;border-bottom:1px solid #f5f5f7}.objections-page__objection:last-child{border-bottom:none}@media print{.objections-page__objection{page-break-inside:avoid}}.objections-page__objection-header{margin-bottom:.75rem}.objections-page__objection-title{margin:0;font-size:1rem;font-weight:600;color:#424245}.objections-page__label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#86868b;margin-bottom:.25rem}.objections-page__objection-question{margin-bottom:.75rem;padding:.75rem;background:#fef2f2;border-left:3px solid #ef4444;border-radius:0 4px 4px 0}.objections-page__objection-question p{margin:0;font-size:.875rem;color:#6e6e73;font-style:italic}.objections-page__objection-response{padding:.75rem;background:#f0fdf4;border-left:3px solid #22c55e;border-radius:0 4px 4px 0}.objections-page__objection-response p{margin:0;font-size:.9375rem;color:#424245;line-height:1.6}@media print{.objections-page{background:#fff;min-height:auto}.objections-page__header{border-bottom:2px solid #424245;padding:.5rem 0}.objections-page__category-content{display:block!important}}
