@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#f1f5f9;display:flex;flex-direction:column;min-height:100vh;width:100%;box-sizing:border-box;overflow-x:hidden}main{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem 1rem}.bibliotheque-main{flex-direction:column;align-items:stretch;gap:2vh}.bug-report-dock{position:fixed;right:0;bottom:2rem;z-index:1000;display:flex;align-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.4);border-right:0;border-radius:999px 0 0 999px;background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 12px 28px #991b1b59;transform:translate(0);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.bug-report-dock.is-collapsed{transform:translate(calc(100% - 50px));box-shadow:0 8px 20px #991b1b47}.bug-report-dock--updates{bottom:6.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 12px 28px #1d4ed852}.bug-report-dock--updates.is-collapsed{box-shadow:0 8px 20px #1d4ed842}.bug-report-dock-toggle{display:inline-flex;flex:0 0 50px;align-items:center;justify-content:center;align-self:stretch;width:50px;min-height:52px;padding:0;border:0;border-right:1px solid rgba(255,255,255,.28);background:#7f1d1d;color:#fff;cursor:pointer}.bug-report-dock--updates .bug-report-dock-toggle{background:#1e3a8a}.bug-report-dock-toggle i{font-size:1.15rem;transition:transform .35s ease}.bug-report-dock.is-collapsed .bug-report-dock-toggle i{transform:rotate(180deg)}.bug-report-dock-link{display:inline-flex;align-items:center;gap:.7rem;min-height:52px;padding:.8rem 1.2rem .8rem 1rem;color:#fff;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .2s ease}.bug-report-dock-bug,.bug-report-dock-updates{font-size:1.3rem}.bug-report-dock-toggle:hover,.bug-report-dock-toggle:focus-visible,.bug-report-dock-link:hover,.bug-report-dock-link:focus-visible{background-color:#7f1d1dc7;color:#fff;outline:none}.bug-report-dock--updates .bug-report-dock-toggle:hover,.bug-report-dock--updates .bug-report-dock-toggle:focus-visible,.bug-report-dock--updates .bug-report-dock-link:hover,.bug-report-dock--updates .bug-report-dock-link:focus-visible{background-color:#1e3a8ac7}.bug-report-dock-toggle:focus-visible,.bug-report-dock-link:focus-visible{box-shadow:inset 0 0 0 3px #ffffffbf}.bug-report-main{align-items:flex-start;padding:3rem 1rem 5rem}.bug-report-card{width:100%;max-width:780px;padding:clamp(1.5rem,4vw,3rem);border:1px solid rgba(57,136,151,.2);border-radius:24px;background:#ffffff;box-shadow:0 24px 60px #0f172a1f}.bug-report-heading{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:2rem}.bug-report-heading h2{margin:0 0 .6rem;color:#102b45;font-size:clamp(1.7rem,4vw,2.35rem)}.bug-report-heading p{margin-bottom:0;color:#475569;line-height:1.6}.bug-report-heading .bug-report-kicker{margin:0 0 .4rem;color:#b91c1c;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bug-report-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:rgba(185,28,28,.12);color:#b91c1c;font-size:1.5rem}.bug-report-form{display:flex;flex-direction:column;gap:1.5rem}.bug-report-field{display:flex;flex-direction:column;gap:.5rem}.bug-report-field label{color:#0f172a;font-weight:700}.bug-report-field label>span:not(.bug-report-optional){color:#b91c1c}.bug-report-optional,.bug-report-help{color:#64748b;font-size:.85rem;font-weight:400}.bug-report-field input,.bug-report-field select,.bug-report-field textarea{width:100%;padding:.85rem 1rem;border:2px solid #cbd5e1;border-radius:12px;background:#f8fafc;color:#1e293b;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.bug-report-field textarea{min-height:180px;resize:vertical}.bug-report-field input:focus,.bug-report-field select:focus,.bug-report-field textarea:focus{outline:none;border-color:#398897;background:#ffffff;box-shadow:0 0 0 4px #39889726}.bug-report-field input[type=file]{cursor:pointer}.bug-report-field input[type=file]::file-selector-button{margin-right:.85rem;padding:.65rem .85rem;border:0;border-radius:8px;background:#e2e8f0;color:#1e293b;font-weight:700;cursor:pointer}.bug-report-field-error{color:#b91c1c;font-size:.88rem;font-weight:600}.bug-report-alert{width:min(100%,780px);margin:0 auto 1.5rem;padding:1rem 1.15rem;border-radius:12px;font-weight:600}.bug-report-alert ul{margin:.6rem 0 0;padding-left:1.25rem}.bug-report-alert--success{border:1px solid #86efac;background:#dcfce7;color:#166534}.bug-report-alert--error{border:1px solid #fca5a5;background:#fef2f2;color:#991b1b}.bug-report-actions{display:flex;justify-content:flex-end;gap:.85rem;padding-top:.5rem}.bug-report-back-button,.bug-report-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.75rem 1.2rem;border-radius:10px;font-weight:700;text-decoration:none;cursor:pointer}.bug-report-back-button{border:1px solid #cbd5e1;background:#ffffff;color:#334155}.bug-report-submit-button{border:0;background:#b91c1c;color:#fff;box-shadow:0 8px 20px #b91c1c40}.bug-report-back-button:hover,.bug-report-back-button:focus-visible{background:#f1f5f9;color:#0f172a}.bug-report-submit-button:hover,.bug-report-submit-button:focus-visible{background:#991b1b}.updates-main{align-items:flex-start;padding:3rem 1rem 5rem}.updates-card{width:100%;max-width:960px;padding:clamp(1.5rem,4vw,3rem);border:1px solid rgba(37,99,235,.18);border-radius:24px;background:#ffffff;box-shadow:0 24px 60px #0f172a1f}.updates-heading{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:2rem}.updates-heading h2{margin:0 0 .6rem;color:#102b45;font-size:clamp(1.7rem,4vw,2.35rem)}.updates-heading p{margin-bottom:0;color:#475569;line-height:1.6}.updates-kicker{margin:0 0 .4rem;color:#1d4ed8;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.updates-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:rgba(37,99,235,.12);color:#1d4ed8;font-size:1.5rem}.updates-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.25rem}.updates-summary-card{display:flex;align-items:center;gap:.75rem;min-height:72px;padding:1rem;border:1px solid #dbeafe;border-radius:16px;background:#eff6ff;color:#1e3a8a;font-weight:700}.updates-summary-card i{font-size:1.35rem}.updates-timeline{position:relative;display:flex;flex-direction:column;gap:1.2rem}.updates-timeline:before{content:"";position:absolute;top:1.2rem;bottom:1.2rem;left:27px;width:2px;background:#dbeafe}.updates-entry{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:1rem}.updates-entry-marker{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:4px solid #ffffff;border-radius:50%;background:#2563eb;color:#fff;box-shadow:0 10px 18px #2563eb3d}.updates-entry-content{padding:1.15rem;border:1px solid #e2e8f0;border-left:5px solid #2563eb;border-radius:18px;background:#f8fafc}.updates-entry--red .updates-entry-marker{background:#b91c1c;box-shadow:0 10px 18px #b91c1c38}.updates-entry--red .updates-entry-content{border-left-color:#b91c1c}.updates-entry--green .updates-entry-marker{background:#15803d;box-shadow:0 10px 18px #15803d38}.updates-entry--green .updates-entry-content{border-left-color:#15803d}.updates-entry-meta{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:.65rem}.updates-entry-meta time,.updates-entry-meta span{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .65rem;border-radius:999px;background:#e0ecff;color:#1e3a8a;font-size:.82rem;font-weight:700}.updates-entry h3{margin:0 0 .55rem;color:#0f172a;font-size:1.25rem}.updates-entry p{margin:0 0 .9rem;color:#475569;line-height:1.65}.updates-entry ul{margin:0;padding-left:1.2rem;color:#334155;line-height:1.65}.updates-actions{display:flex;justify-content:flex-end;margin-top:2rem}.updates-back-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.75rem 1.2rem;border:0;border-radius:10px;background:#1d4ed8;color:#fff;font-weight:700;text-decoration:none;box-shadow:0 8px 20px #1d4ed83d}.updates-back-button:hover,.updates-back-button:focus-visible{background:#1e40af;color:#fff}@media (max-width: 640px){.bug-report-dock{bottom:1rem}.bug-report-dock--updates{bottom:5.25rem}.bug-report-heading,.updates-heading{flex-direction:column}.updates-summary-grid{grid-template-columns:1fr}.updates-entry{grid-template-columns:42px minmax(0,1fr);gap:.75rem}.updates-entry-marker{width:42px;height:42px}.updates-timeline:before{left:21px}.bug-report-actions{flex-direction:column-reverse}.updates-actions{justify-content:stretch}.bug-report-back-button,.bug-report-submit-button,.updates-back-button{width:100%}}@media (prefers-reduced-motion: reduce){.bug-report-dock,.bug-report-dock-toggle i{transition:none}}*{box-sizing:border-box}header{width:100%;height:7.5vh;background-color:#398897}.DivCenterHeaderTitle{font-size:2em}.divHeaderTotal{width:100%;height:100%;background-color:#398897;display:flex}.DivLeftHeader,.DivCenterHeader,.FormHeaderRight{width:33%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:row}.FormHeaderRight>div{width:35%;height:75%;margin-right:1%}.FormHeaderRight>div>input{width:100%;height:100%}.DivCenterHeader>div{color:#fff;text-align:center}.DivLeftHeader{padding:0;margin:0;display:flex;justify-content:start;align-items:center}.imgAist21{width:17.5%;height:90%;background-image:url(/build/assets/AIST21logo-e20b8f2b.png);background-position:center;background-repeat:no-repeat;background-size:cover;margin-left:.5%}.aist-footer{width:100vw;height:10vh;background-color:#398897;color:#fff;font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;justify-content:space-between;padding:1rem 2rem;box-shadow:0 -2px 6px #0000001a}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.footer-brand h2{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.footer-brand p,.footer-contact p{margin:.25rem 0;font-size:.875rem}.footer-links{display:flex;flex-direction:column;gap:.25rem}.footer-links a,.footer-contact a{text-decoration:none;color:#fff;font-size:.875rem}.footer-links a:hover,.footer-contact a:hover{text-decoration:underline;color:#fff}.footer-contact .credits{font-size:.75rem;color:#fff;margin-top:.25rem}.footer-bottom{text-align:center;font-size:.75rem;color:#fff;padding-top:.5rem}body{font-family:Open Sans,sans-serif;background-color:#f8fafc;color:#1e293b;margin:0;padding:0}.contenu{max-width:100%;margin:0 auto;padding:2rem}.login-container{background-color:#e7e7e7;color:#000;padding:3rem;border-radius:10px;width:100%;max-width:600px;box-shadow:0 4px 12px #00000040;text-align:center}.login-container h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#000}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form label{text-align:left;font-weight:600;color:#000}.login-form input{padding:.75rem;border-radius:5px;border:2px solid #000000;border-color:#d3d3d3;background-color:#fff;color:#1e293b;font-size:1rem}.login-form input:focus{outline:none;border-color:#398897;box-shadow:0 0 0 2px #3988974d}.login-form button{padding:.75rem;background-color:#398897;color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.login-form button:hover{background-color:#2a6b79}.login-footer{margin-top:1rem;font-size:.9rem;color:#000}.login-footer a{color:#000;text-decoration:none}.login-footer a:hover{text-decoration:underline}.forgot-password{text-align:right;font-size:.85rem}.forgot-password a{color:#000;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.Section1Outils{display:flex;flex-direction:column;gap:1.5vh;margin-bottom:4vh;width:100%}.Div1ListOutils{min-height:20vh;width:100%;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:2vw;padding:1vh 2vw}.OutilsCategoryTitle{margin:2vh 2vw 0;font-size:1.4em;color:#0f172a}.outil-card{background-color:#b91c1c;color:#fff;width:12.5vw;height:22.5vh;padding:2vh 1vw;border-radius:1vh;text-align:center;font-size:1em;position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 .3vh .5vh #00000026;transition:all .3s ease;transform:translateY(0)}.outil-card-link{text-decoration:none;color:inherit;display:inline-block}.outil-card-link.is-disabled{cursor:not-allowed;pointer-events:none}.outil-card:hover{transform:translateY(-.7vh);box-shadow:0 .7vh 1.2vh #0000004d;background-color:#a31414}.outil-card .icon{font-size:2.5vw;margin-bottom:1vh;transition:transform .3s ease}.outil-card .icon{font-size:5vh;margin-bottom:1vh}.delete-btn{position:absolute;top:1vh;right:1vw;background:transparent;border:none;color:#fff;font-size:1.5em;cursor:pointer;opacity:.8}.delete-btn:hover{opacity:1;color:#f8f9fa}.label{font-size:1em;font-weight:500;letter-spacing:.05em;margin:0;margin-top:1vh;text-shadow:0 .1vh .2vh rgba(0,0,0,.25);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:opacity .3s ease}.outil-card:hover .label{opacity:.95}.Div2Interaction{height:1vh;padding:1vh 2vw;display:flex;justify-content:space-between;align-items:center;gap:2vw}.search-bar{flex:1;padding:1vh 1vw;font-size:1vw;border:1px solid #ccc}.import-btn{padding:1vh 2vw;font-size:1vw;background-color:#2563eb;color:#fff;border:none;border-radius:1vh;cursor:pointer;display:flex;align-items:center;gap:.5vw}.import-btn:hover{background-color:#1d4ed8}.bibliotheque-docs-main{width:100%;padding:3rem 2rem 5rem;align-items:stretch}.bibliotheque-docs-shell{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.docs-aist21-page-section{width:100%;display:flex;flex-direction:column;gap:1.75rem}.docs-aist21-page-section--laius{overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:32px;background:#ffffff;box-shadow:0 24px 70px #0f172a1a}.docs-aist21-section-heading,.docs-aist21-preview-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.docs-aist21-section-heading{align-items:flex-start;flex-direction:column}.docs-aist21-section-kicker,.docs-aist21-laius-kicker{display:inline-flex;align-items:center;width:fit-content;padding:.45rem .9rem;border-radius:999px;background:rgba(185,28,28,.12);color:#991b1b;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.docs-aist21-section-title,.docs-aist21-preview-title,.docs-aist21-laius-title{margin:0;color:#0f172a;font-weight:800}.docs-aist21-section-title,.docs-aist21-laius-title{font-size:clamp(1.8rem,2.7vw,2.6rem)}.docs-aist21-preview-title{font-size:clamp(1.4rem,2vw,2rem)}.docs-aist21-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.docs-aist21-category-list{display:flex;flex-direction:column;gap:2rem}.docs-aist21-category-section{display:flex;flex-direction:column;gap:1.25rem}.docs-aist21-category-header{padding:1.5rem 1.75rem;border-radius:22px;background:linear-gradient(135deg,#fff5f5 0%,#fee2e2 100%);border:1px solid rgba(185,28,28,.14)}.docs-aist21-category-title{margin:0 0 .5rem;font-size:1.4rem;font-weight:800;color:#991b1b}.docs-aist21-category-text{margin:0;color:#475569;line-height:1.6}.docs-aist21-selection-card{min-height:220px;border:none;border-radius:22px;padding:1.75rem;text-align:left;color:#fff;cursor:pointer;background:linear-gradient(180deg,#c62828 0%,#8b1111 100%);box-shadow:0 18px 32px #8b111138;transition:transform .24s ease,box-shadow .24s ease;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;text-decoration:none}.docs-aist21-selection-card--video{background:linear-gradient(180deg,#2d8fa0 0%,#1c6475 100%);box-shadow:0 18px 32px #1c647533}.docs-aist21-selection-card:hover,.docs-aist21-selection-card:focus-visible,.docs-aist21-selection-card--active{color:#fff;transform:translateY(-6px);box-shadow:0 24px 44px #8b111147}.docs-aist21-selection-card--video:hover,.docs-aist21-selection-card--video:focus-visible,.docs-aist21-selection-card--video.docs-aist21-selection-card--active{box-shadow:0 24px 44px #1c647547}.docs-aist21-selection-card:focus-visible{outline:4px solid rgba(57,136,151,.35);outline-offset:3px}.docs-aist21-selection-card-icon{font-size:2.5rem;line-height:1}.docs-aist21-selection-card-title{margin:0;font-size:1.35rem;font-weight:700}.docs-aist21-selection-card-text{margin:0;color:#ffffffe0;line-height:1.6;font-size:.98rem}.docs-aist21-selection-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:700;font-size:.92rem}.docs-aist21-laius{display:flex;flex-direction:column;gap:0}.docs-aist21-laius-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:stretch;min-height:500px;background:linear-gradient(135deg,#f7fbfc 0%,#ffffff 58%,#fff7ed 100%)}.docs-aist21-laius-hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(2.25rem,5vw,5rem)}.docs-aist21-laius-title{margin-top:1.1rem;font-size:clamp(2rem,3vw,3.15rem);line-height:1.12;letter-spacing:-.035em;text-wrap:balance}.docs-aist21-laius-title span{display:inline;color:#b91c1c}.docs-aist21-laius-intro{max-width:720px;margin:2.25rem 0 0;padding:0;color:#1e293b;font-size:1.08rem;line-height:1.85;text-align:left}.docs-aist21-laius-visual{min-height:380px;margin:3.5rem 3rem 3.5rem 0;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:28px;background-image:url(/build/assets/boite-a-outils-aist21-30178455.png);background-position:center;background-repeat:no-repeat;background-size:contain;box-shadow:0 20px 50px #0f172a21}.docs-aist21-laius-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding:clamp(2.25rem,5vw,4.5rem);background:#ffffff}.docs-aist21-laius-story-section{display:flex;flex-direction:column;gap:1rem}.docs-aist21-laius-story-title{margin:0;padding-left:.25rem;color:#1c6475;font-size:clamp(1.35rem,2vw,1.7rem);font-weight:800}.docs-aist21-laius-story-section--scope .docs-aist21-laius-story-title{color:#57409b}.docs-aist21-laius-story-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:start;min-height:190px;padding:clamp(1.75rem,3vw,2.5rem);border-radius:26px;box-shadow:0 18px 38px #0f172a17}.docs-aist21-laius-story-section--legacy .docs-aist21-laius-story-card{border:1px solid rgba(57,136,151,.2);background:linear-gradient(145deg,#e9f8fa 0%,#ffffff 100%)}.docs-aist21-laius-story-section--scope .docs-aist21-laius-story-card{border:1px solid rgba(118,87,189,.18);background:linear-gradient(145deg,#f3efff 0%,#ffffff 100%)}.docs-aist21-laius-story-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:#398897;color:#fff;font-size:1.5rem;box-shadow:0 12px 24px #39889738}.docs-aist21-laius-story-section--scope .docs-aist21-laius-story-icon{background:#7657bd;box-shadow:0 12px 24px #7657bd38}.docs-aist21-laius-story-card p,.docs-aist21-laius-callout p{margin:0;color:#334155;line-height:1.75;font-size:1.05rem}.docs-aist21-laius-offers{display:flex;flex-direction:column;gap:1.5rem;padding:0 clamp(2.25rem,5vw,4.5rem) clamp(2.25rem,5vw,4.5rem)}.docs-aist21-laius-offer{padding:clamp(1.75rem,3vw,2.5rem);border-radius:26px}.docs-aist21-laius-offer--available{border:1px solid rgba(57,136,151,.2);background:linear-gradient(145deg,#effbfc 0%,#ffffff 100%);box-shadow:0 18px 42px #39889714}.docs-aist21-laius-offer--roadmap{border:1px solid rgba(234,88,12,.18);background:linear-gradient(145deg,#fff7ed 0%,#ffffff 100%);box-shadow:0 18px 42px #ea580c12}.docs-aist21-laius-offer-heading h3{display:flex;align-items:center;gap:.8rem;margin:0;color:#1c6475;font-size:clamp(1.6rem,2.4vw,2rem);line-height:1.25}.docs-aist21-laius-offer-heading h3 i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;border-radius:14px;background:#398897;color:#fff;font-size:1.15rem;box-shadow:0 10px 22px #39889733}.docs-aist21-laius-offer--roadmap .docs-aist21-laius-offer-heading h3{color:#c2410c}.docs-aist21-laius-offer--roadmap .docs-aist21-laius-offer-heading h3 i{background:#ea580c;box-shadow:0 10px 22px #ea580c33}.docs-aist21-laius-offer-heading p{margin:.75rem 0 0;color:#475569;font-size:1.1rem;font-weight:700}.docs-aist21-laius-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin:1.75rem 0 0;padding:0;list-style:none}.docs-aist21-laius-list li{--item-accent: #398897;display:grid;grid-template-rows:auto 1fr;align-items:start;gap:1rem;min-height:155px;padding:1.25rem;border:1px solid rgba(15,23,42,.08);border-top:4px solid var(--item-accent);border-radius:18px;background:rgba(255,255,255,.92);color:#334155;font-weight:600;line-height:1.45;box-shadow:0 12px 24px #0f172a12;transition:transform .2s ease,box-shadow .2s ease}.docs-aist21-laius-list li:hover{transform:translateY(-4px);box-shadow:0 18px 30px #0f172a1c}.docs-aist21-laius-list i{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:var(--item-accent);color:#fff;font-size:1.15rem}.docs-aist21-laius-list li:nth-child(2){--item-accent: #f59e0b}.docs-aist21-laius-list li:nth-child(3){--item-accent: #7657bd}.docs-aist21-laius-list li:nth-child(4){--item-accent: #1684c6}.docs-aist21-laius-list li:nth-child(5){--item-accent: #70ad36}.docs-aist21-laius-list--roadmap li:first-child{--item-accent: #ea580c}.docs-aist21-laius-callout{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(280px,.6fr);gap:1.25rem;align-items:center;margin:0 clamp(2.25rem,5vw,4.5rem) clamp(2.25rem,5vw,4.5rem);padding:clamp(1.75rem,3vw,2.5rem);overflow:hidden;border:1px solid rgba(57,136,151,.3);border-radius:26px;background:linear-gradient(135deg,#102b45 0%,#1c6475 58%,#398897 100%);box-shadow:0 20px 44px #102b4538}.docs-aist21-laius-callout strong{display:block;margin-bottom:.5rem;color:#fff;font-size:1.15rem}.docs-aist21-laius-callout p{color:#ffffffd1}.docs-aist21-laius-callout-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:15px;background:#f97316;color:#fff;font-size:1.35rem;box-shadow:0 12px 24px #f9731647}.docs-aist21-laius-action{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.9rem;min-height:120px;padding:1.25rem;border:1px solid rgba(255,255,255,.65);border-radius:18px;background:#ffffff;color:#102b45;box-shadow:0 14px 30px #0f172a38}.docs-aist21-laius-action strong{margin:0;color:#102b45;font-size:1rem;line-height:1.45;text-align:center}.docs-aist21-laius-action-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:46px;border-radius:10px;font-weight:700;box-shadow:0 8px 18px #b91c1c38;transition:transform .2s ease,box-shadow .2s ease}.docs-aist21-laius-action-button:hover,.docs-aist21-laius-action-button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 22px #b91c1c4d}.docs-aist21-inline-preview{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;border-radius:24px;background:#ffffff;border:1px solid rgba(57,136,151,.18);box-shadow:0 18px 38px #0f172a1a}.docs-aist21-inline-preview[hidden]{display:none}.docs-aist21-preview-head--inline{align-items:center}.docs-aist21-inline-close{display:inline-flex;align-items:center;justify-content:center;min-width:110px;min-height:42px;padding:.65rem 1rem;border:none;border-radius:999px;background:#b91c1c;color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.docs-aist21-inline-close:hover,.docs-aist21-inline-close:focus-visible{background:#991b1b;transform:translateY(-1px)}.docs-aist21-video-frame-wrap{width:100%;aspect-ratio:16 / 9;border-radius:22px;overflow:hidden;background:#0f172a}.docs-aist21-video-frame{width:100%;height:100%;border:none}@media (max-width: 1024px){.docs-aist21-laius-hero{grid-template-columns:1fr}.docs-aist21-laius-visual{min-height:380px;margin:0 2.25rem 2.25rem;background-position:center}.docs-aist21-laius-callout{grid-template-columns:auto minmax(0,1fr)}.docs-aist21-laius-action{grid-column:1 / -1}.docs-aist21-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.bibliotheque-docs-main{padding:2rem 1rem 4rem}.bibliotheque-docs-shell{gap:3rem}.docs-aist21-inline-preview{padding:1.5rem;border-radius:22px}.docs-aist21-page-section--laius{border-radius:22px}.docs-aist21-laius-hero-content,.docs-aist21-laius-story,.docs-aist21-laius-offers{padding-right:1.5rem;padding-left:1.5rem}.docs-aist21-laius-hero-content{padding-top:2.25rem;padding-bottom:2.25rem}.docs-aist21-laius-visual{min-height:320px;margin-right:1.5rem;margin-left:1.5rem}.docs-aist21-laius-story{grid-template-columns:1fr;padding-top:2.25rem;padding-bottom:2.25rem}.docs-aist21-laius-offers{padding-bottom:2.25rem}.docs-aist21-laius-callout{grid-template-columns:1fr;margin-right:1.5rem;margin-bottom:2.25rem;margin-left:1.5rem}.docs-aist21-laius-action{grid-column:auto}.docs-aist21-selection-grid{grid-template-columns:1fr}.docs-aist21-selection-card{min-height:180px}.docs-aist21-preview-head--inline{flex-direction:column;align-items:flex-start}.docs-aist21-inline-close{width:100%}}@media (max-width: 480px){.docs-aist21-laius-title{font-size:1.85rem;line-height:1.12}.docs-aist21-laius-visual{min-height:230px}.docs-aist21-laius-story-card{grid-template-columns:1fr;min-height:0}.docs-aist21-laius-list li{min-height:135px}}.outil-card.is-disabled{background-color:#9ca3af!important;color:#f8fafc!important;cursor:not-allowed;opacity:.72;box-shadow:none;transform:none;filter:grayscale(.2);pointer-events:none}.outil-card.is-disabled:hover{transform:none;box-shadow:none;background-color:#9ca3af!important}:root{--font-main: "Open Sans", sans-serif;--blue: #5184C3;--blue-dark: #3a6aa4;--accent: #FFC700;--bg: linear-gradient(135deg, #f7f9ff 0%, #dceefb 100%);--border: #cddbef;--shadow-deep: rgba(81, 132, 195, .25);--shadow-fine: rgba(81, 132, 195, .15);--highlight: rgba(81, 132, 195, .2);--white: #ffffff;--radius: 20px;--transition: .35s ease}.bodyEnregistrement{margin:0;padding:0;font-family:var(--font-main);background:var(--bg);color:#1f2d3d}.form-wrapper{display:flex;justify-content:center;align-items:center;padding:100px 20px;min-height:100vh;background:var(--bg)}.form-card{background:var(--white);padding:60px 50px;border:2px solid var(--border);border-radius:36px 80px 36px 20px;box-shadow:0 0 0 4px #fff6,0 20px 60px var(--shadow-deep),inset 0 0 0 2px var(--white);max-width:640px;width:100%;position:relative;animation:floatIn .8s ease;overflow:hidden;background-image:radial-gradient(circle at 10% 20%,rgba(81,132,195,.05),transparent 60%)}@keyframes floatIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.form-title{text-align:center;font-size:32px;font-weight:700;color:#398897;margin-bottom:30px;position:relative}.form-title:after{content:"";width:80px;height:4px;background:var(--accent);display:block;margin:10px auto 0;border-radius:4px}.form-grid{display:grid;gap:24px}.field{display:flex;flex-direction:column;position:relative}.field label{font-weight:600;margin-bottom:6px}.field input{padding:14px 18px;font-size:16px;border:2px solid var(--border);border-radius:16px;background:#f8faff;transition:all var(--transition);box-shadow:inset 0 0 0 transparent}.field input:focus{border-color:var(--blue);background:#ffffff;box-shadow:0 0 8px 2px var(--highlight);outline:none}.submit-btn{background:#398897;color:#fff;padding:16px;font-size:17px;font-weight:700;border:none;border-radius:40px;cursor:pointer;box-shadow:0 10px 25px var(--shadow-deep);transition:all .3s ease;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.2),transparent);transform:skew(-30deg);transition:.5s ease}.submit-btn:hover:before{left:100%}.submit-btn:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 12px 30px var(--shadow-fine)}.field select{width:100%;padding:14px 18px;font-size:16px;font-family:inherit;color:#1f2d3d;background-color:#f8faff;border:2px solid var(--border);border-radius:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='%235184C3' viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:16px;transition:all .3s ease}.field select:focus{outline:none;border-color:var(--blue);background-color:#fff;box-shadow:0 0 0 4px #5184c326}:root{--blue: #5184C3;--blue-dark: #398897;--accent: #B02534;--green: #2ecc71;--shadow: rgba(0, 0, 0, .1);--bg: #f9fafb;--white: #ffffff;--font-main: "Open Sans", sans-serif}body.bodyAdminPage{margin:0;padding:0;font-family:var(--font-main);background-color:var(--bg);color:#1f2d3d}.DivAdminPage{width:100vw;height:100vh;display:flex}.MainDivLeft,.MainDivRight{width:50%;height:100%;display:flex;flex-direction:column}.MainDivLeftTop,.MainDivLeftBot,.MainDivRightTop,.MainDivRightBot{width:98%;height:50%;padding:16px;display:flex;flex-direction:column;justify-content:start;align-items:center;border-radius:36px;background:var(--white);box-shadow:0 6px 20px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;margin:10px;overflow:auto}.MainDivRightLastMonth{width:98%;height:90%;padding:16px;display:flex;flex-direction:column;justify-content:start;align-items:center;border-radius:36px;background:var(--white);box-shadow:0 6px 20px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;margin:10px;overflow:auto}.MainDivRightLastMonth:hover,.MainDivLeftTop:hover,.MainDivLeftBot:hover,.MainDivRightTop:hover,.MainDivRightBot:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000026}.MainDivLeftTop>h3,.MainDivLeftBot>h3,.MainDivRightTop>h3,.MainDivRightBot>h3{width:90%;height:10%;text-align:center;font-size:1.2em;font-weight:800;color:var(--blue-dark);border-bottom:2px solid var(--accent);padding-bottom:6px;margin-bottom:10px}.MainDivRightLastMonth>h3{width:90%;height:10%;text-align:center;font-size:1.2em;font-weight:800;color:var(--blue-dark);border-bottom:2px solid var(--accent);padding-bottom:6px;margin-bottom:10px}.MainDivLeftTopTableau,.MainDivLeftBotTableau,.MainDivRightBotTableau{height:75%;width:100%;overflow-y:auto;overflow-x:hidden;background:#f0f4f8;border-radius:10px;box-shadow:inset 0 0 0 1px #ddd;border:1px solid black}table{width:100%;height:100%;table-layout:fixed;border-collapse:collapse;background-color:var(--white);border:1px solid #ccc}.DivAdminPage table thead th{text-align:center}th,td{border:1px solid #ccc;text-align:center;vertical-align:middle;font-size:75%;font-weight:800;padding:0;margin:0}.emailCss{width:25%}.depCss,.numAdeCss{width:10%}.nomServiceCss{width:30%}.nomCss,.actionCss{width:12.5%}.formBtnAdmin{width:100%;height:25%;display:flex;padding-top:5%;align-items:center;justify-content:center;padding-bottom:25%}.btnAdmin{width:auto;height:auto;font-size:100%;text-align:center;padding:5%;margin:0}.MainDivRightBotAddDepartement{width:90%;height:15%;margin-top:2.5vh}.MainDivRightBotAddDepartementFormulaire{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:16px}.MainDivRightBotAddDepartementFormulaire input[type=email],.MainDivRightBotAddDepartementFormulaire input[type=text],.MainDivRightBotAddDepartementFormulaire input[type=number]{width:100%;padding:10px 14px;border:1px solid #ccc;border-radius:12px;font-size:14px;flex:1;transition:border-color .3s ease,box-shadow .3s ease}.MainDivRightBotAddDepartementFormulaire input[type=email]:focus,.MainDivRightBotAddDepartementFormulaire input[type=text]:focus,.MainDivRightBotAddDepartementFormulaire input[type=number]:focus{border-color:var(--blue);box-shadow:0 0 0 3px #5184c333;outline:none}.MainDivRightBotAddDepartementFormulaire input[type=submit]{background-color:var(--blue);color:#fff;margin-top:2.5%;padding:10px 20px;font-weight:700;border:none;border-radius:20px;cursor:pointer;transition:background .3s ease}.MainDivRightBotAddDepartementFormulaire input[type=submit]:hover{background-color:var(--blue-dark)}@keyframes floatIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.MainDivLeftTop,.MainDivLeftBot,.MainDivRightTop,.MainDivRightBot{animation:floatIn .6s ease}.DivMainGraphe{display:flex;width:100%;height:100%}.MainDivRightTopBorder{width:.2%;height:98%;background-color:#000}.DivMyChartGraphe2,.DivMyChartGraphe1{width:49.9%;height:100%;display:flex;align-items:center;justify-content:center}.graphe2,.graphe1{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
