@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);:root{--bleu:#378add;--bleu-dark:#0c447c;--bleu-deeper:#042c53;--bleu-light:#e6f1fb;--bleu-border:#b5d4f4;--vert:#639922;--vert-light:#eaf3de;--vert-dark:#27500a;--amber:#ba7517;--amber-light:#faeeda;--amber-dark:#633806;--purple:#534ab7;--purple-light:#eeedfe;--purple-dark:#3c3489;--red:#a32d2d;--red-light:#fcebeb;--text:#1a1a1a;--text-sec:#6b7280;--text-ter:#9ca3af;--bg:#fff;--bg-sec:#f9fafb;--border:#00000014}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;min-height:100vh}.tablet-wrap,body{background:#f0f2f5}.tablet-wrap{display:flex;justify-content:center;min-height:100dvh;padding:0}.tablet-frame{width:100%}.tablet-home-bar,.tablet-notch-bar{display:none}.tablet-screen{background:#fff;height:100dvh;overflow:hidden;position:relative}.tablet-home-bar{align-items:center;background:#111;border-radius:0 0 13px 13px;display:flex;height:5px;justify-content:center;margin-top:2px}.home-bar-pill{background:#3a3a3a;border-radius:2px;height:3px;width:80px}.app{display:flex;flex-direction:column;height:100%}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:100%;min-height:0}.two-col>*{min-height:0;overflow-y:auto}@media (max-width:640px){.two-col{grid-template-columns:1fr;grid-template-rows:1fr 1fr;height:100%}.two-col>:first-child{position:relative}.two-col>:first-child:after{background:linear-gradient(180deg,#fff0 0,hsla(0,0%,100%,.013) 8.1%,hsla(0,0%,100%,.049) 15.5%,hsla(0,0%,100%,.104) 22.5%,hsla(0,0%,100%,.175) 29%,hsla(0,0%,100%,.259) 35.3%,hsla(0,0%,100%,.352) 41.2%,#ffffff73 47.1%,#ffffff8c 52.9%,hsla(0,0%,100%,.648) 58.8%,hsla(0,0%,100%,.741) 64.7%,hsla(0,0%,100%,.825) 71%,hsla(0,0%,100%,.896) 77.5%,hsla(0,0%,100%,.951) 84.5%,hsla(0,0%,100%,.987) 91.9%,#fff);bottom:0;content:"";height:65px;left:0;pointer-events:none;position:absolute;right:0}.two-col-shell{grid-template-rows:auto auto;height:auto}.two-col-shell>:first-child:after{content:none}}.btn{border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:500;padding:13px 16px;text-align:center;width:100%}.btn-primary{background:#378add;background:var(--bleu);color:#fff}.btn-primary:hover{background:#2a6bb8}.bottom-nav{background:#fff;border-top:.5px solid #00000014;flex-shrink:0;justify-content:space-around;padding:9px 0 6px}.bottom-nav,.nav-item{align-items:center;display:flex}.nav-item{color:#9ca3af;color:var(--text-ter);cursor:pointer;flex-direction:column;gap:3px;min-width:48px;padding:0 8px}.nav-item.active{color:#378add;color:var(--bleu)}.nav-item span{font-size:11px}.nav-plus-wrap{flex-direction:column}.nav-plus,.nav-plus-wrap{align-items:center;display:flex}.nav-plus{background:#378add;background:var(--bleu);border-radius:50%;box-shadow:0 4px 12px #378add66;cursor:pointer;height:50px;justify-content:center;margin-top:-12px;width:50px}.three-col{display:grid;flex:1 1;grid-template-columns:1fr 1fr 1fr}@media (max-width:640px){.three-col{grid-template-columns:1fr;overflow-y:auto}.three-col>*{border-bottom:.5px solid #00000014;border-right:none!important}}.accueil-dash{display:grid;grid-template-columns:45% 55%}.accueil-col-gauche{border-right:.5px solid #00000012}@media (max-width:640px){.accueil-dash{grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow-y:auto}.accueil-col-gauche{border-bottom:.5px solid #00000012;border-right:none;overflow-y:visible!important}}.app-header{align-items:center;background:#042c53;background:var(--bleu-deeper);display:flex;flex-shrink:0;justify-content:space-between;padding:13px 18px}.logo{color:#e6f1fb;font-size:19px;font-weight:500;letter-spacing:-.5px}.logo span{color:#378add;color:var(--bleu)}.burger{cursor:pointer;display:flex;flex-direction:column;gap:3px;padding:3px}.burger-line{background:#85b7eb;border-radius:1px;height:1.5px;width:15px}.av,.av-stack{display:flex}.av{align-items:center;border:2px solid #042c53;border:2px solid var(--bleu-deeper);border-radius:50%;flex-shrink:0;font-size:9px;font-weight:600;height:24px;justify-content:center;width:24px}.av.S{background:#e6f1fb;background:var(--bleu-light);color:#0c447c;color:var(--bleu-dark)}.av.T{background:#faeeda;background:var(--amber-light);color:#633806;color:var(--amber-dark)}.av.L{background:#eaf3de;background:var(--vert-light);color:#27500a;color:var(--vert-dark)}.av.Lu{background:#eeedfe;background:var(--purple-light);color:#3c3489;color:var(--purple-dark)}@keyframes micPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.15;transform:scale(1.08)}}.mic-ring{animation:micPulse 2s ease-in-out infinite;border:1.5px solid #378add;border-radius:50%;position:absolute}@keyframes scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.scroll-ex{animation:scrollUp 12s linear infinite}@keyframes slideUpMenu{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.voice-bar{background:#e6f1fb;background:var(--bleu-light);border-bottom:.5px solid #b5d4f4;border-bottom:.5px solid var(--bleu-border);flex-shrink:0;gap:9px;padding:6px 16px}.voice-bar,.waves{align-items:center;display:flex}.waves{gap:2px}.wave{animation:wv .8s ease-in-out infinite;background:#378add;background:var(--bleu);border-radius:2px;width:2.5px}@keyframes wv{0%,to{transform:scaleY(1)}50%{transform:scaleY(.35)}}.slide-tabs{background:#f9fafb;border-bottom:.5px solid #00000014;display:flex;flex-shrink:0}.slide-tab{border-bottom:2px solid #0000;color:#9ca3af;cursor:pointer;flex:1 1;font-size:11px;font-weight:500;padding:8px;text-align:center}.slide-tab.active{background:#fff;border-bottom-color:#378add;border-bottom-color:var(--bleu);color:#378add;color:var(--bleu)}.col-title{color:#9ca3af;color:var(--text-ter);font-size:9px;font-weight:600;letter-spacing:.6px;margin-bottom:7px;text-transform:uppercase}@media (min-width:641px){.col-title{font-size:12px;margin-bottom:9px}.sep-txt{font-size:12.5px}.slide-tab{font-size:14px}}.sep{align-items:center;display:flex;gap:7px;margin:8px 0}.sep-line{background:#0000001a;flex:1 1;height:.5px}.sep-txt{color:#9ca3af;font-size:9.5px}
/*# sourceMappingURL=main.e4d78975.css.map*/