@keyframes calendrier-module-scss-module__2VhniG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes calendrier-module-scss-module__2VhniG__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes calendrier-module-scss-module__2VhniG__glowPulse{0%,to{box-shadow:0 0 12px #8b5cf666}50%{box-shadow:0 0 28px #8b5cf666}}@keyframes calendrier-module-scss-module__2VhniG__calSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes calendrier-module-scss-module__2VhniG__spin{to{transform:rotate(360deg)}}@keyframes calendrier-module-scss-module__2VhniG__formReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.calendrier-module-scss-module__2VhniG__section{background:#0a0a0a;min-height:100svh;position:relative;overflow:hidden}.calendrier-module-scss-module__2VhniG__glow{filter:blur(90px);pointer-events:none;background:radial-gradient(#8b5cf624 0%,#8b5cf60a 45%,#0000 70%);border-radius:50%;width:640px;height:640px;position:absolute;top:-10%;right:-5%}.calendrier-module-scss-module__2VhniG__inner{z-index:1;padding-inline:1.5rem;flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin-inline:auto;padding-top:6rem;padding-bottom:6rem;display:flex;position:relative}.calendrier-module-scss-module__2VhniG__loader{border:3px solid #ffffff14;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;margin:5rem auto;animation:.8s linear infinite calendrier-module-scss-module__2VhniG__spin}.calendrier-module-scss-module__2VhniG__privateWrap{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:6rem 0;animation:.5s forwards calendrier-module-scss-module__2VhniG__calSlideUp;display:flex}.calendrier-module-scss-module__2VhniG__privateIcon{filter:grayscale(.3);font-size:3rem}.calendrier-module-scss-module__2VhniG__privateDesc{color:#eaeaea99;max-width:40ch;font-size:1.125rem}.calendrier-module-scss-module__2VhniG__btnPrimary{color:#fff;background:#8b5cf6;border-radius:.5rem;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .25s,box-shadow .25s;display:inline-flex}.calendrier-module-scss-module__2VhniG__btnPrimary:hover{color:#fff;background:#7c3aed;box-shadow:0 0 24px #8b5cf666}.calendrier-module-scss-module__2VhniG__header{opacity:0;animation:.5s 50ms forwards calendrier-module-scss-module__2VhniG__calSlideUp}.calendrier-module-scss-module__2VhniG__label{font-family:var(--font-mono),"Fira Code",monospace;color:#8b5cf6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.875rem;display:block}.calendrier-module-scss-module__2VhniG__title{letter-spacing:-.02em;color:#eaeaea;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.calendrier-module-scss-module__2VhniG__desc{color:#eaeaea99;max-width:52ch;font-size:1.125rem}.calendrier-module-scss-module__2VhniG__calendarCard{opacity:0;background:#111118;border:1px solid #ffffff14;border-radius:.75rem;padding:1.5rem;animation:.5s .1s forwards calendrier-module-scss-module__2VhniG__calSlideUp;box-shadow:0 1px 3px #0006,0 0 0 1px #ffffff14}.calendrier-module-scss-module__2VhniG__calendarNav{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.calendrier-module-scss-module__2VhniG__weekLabel{color:#eaeaea;text-align:center;flex:1;font-size:1rem;font-weight:500}.calendrier-module-scss-module__2VhniG__navBtn{color:#eaeaea99;cursor:pointer;background:#1b1b28;border:1px solid #ffffff14;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:background .25s,border-color .25s,color .25s;display:flex}.calendrier-module-scss-module__2VhniG__navBtn:hover{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf659}.calendrier-module-scss-module__2VhniG__navBtn:focus-visible{outline-offset:3px;border-radius:.375rem;outline:2px solid #8b5cf6}.calendrier-module-scss-module__2VhniG__weekGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}@media (max-width:767px){.calendrier-module-scss-module__2VhniG__weekGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.calendrier-module-scss-module__2VhniG__weekGrid{grid-template-columns:repeat(2,1fr)}}.calendrier-module-scss-module__2VhniG__dayCol{border:1px solid #0000;border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem .5rem;transition:border-color .25s;display:flex}.calendrier-module-scss-module__2VhniG__dayCol.calendrier-module-scss-module__2VhniG__today{background:#8b5cf60a;border-color:#8b5cf633}.calendrier-module-scss-module__2VhniG__dayCol.calendrier-module-scss-module__2VhniG__past{opacity:.4}.calendrier-module-scss-module__2VhniG__dayHeader{border-bottom:1px solid #ffffff0a;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.25rem;padding-bottom:.5rem;display:flex}.calendrier-module-scss-module__2VhniG__dayName{font-family:var(--font-mono),"Fira Code",monospace;color:#eaeaea80;letter-spacing:.06em;text-transform:uppercase;font-size:.75rem}.calendrier-module-scss-module__2VhniG__dayNum{color:#eaeaea99;font-size:.875rem;font-weight:500}.calendrier-module-scss-module__2VhniG__today .calendrier-module-scss-module__2VhniG__dayNum{color:#8b5cf6;font-weight:600}.calendrier-module-scss-module__2VhniG__slotList{flex-direction:column;align-items:stretch;gap:.25rem;display:flex}.calendrier-module-scss-module__2VhniG__noSlot{color:#eaeaea80;text-align:center;padding:.5rem 0;font-size:.875rem}.calendrier-module-scss-module__2VhniG__slotBtn{font-size:.7rem;font-family:var(--font-mono),"Fira Code",monospace;color:#8b5cf6;cursor:pointer;white-space:nowrap;background:#8b5cf614;border:1px solid #8b5cf633;border-radius:.375rem;justify-content:center;align-items:center;gap:2px;padding:.5rem .25rem;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.calendrier-module-scss-module__2VhniG__slotBtn:hover:not(:disabled){background:#8b5cf62e;border-color:#8b5cf673;transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf633}.calendrier-module-scss-module__2VhniG__slotBtn.calendrier-module-scss-module__2VhniG__slotSelected{color:#fff;background:#8b5cf6;border-color:#8b5cf6;box-shadow:0 0 14px #8b5cf666}.calendrier-module-scss-module__2VhniG__slotBtn.calendrier-module-scss-module__2VhniG__slotDisabled{opacity:.35;cursor:not-allowed;pointer-events:none}.calendrier-module-scss-module__2VhniG__slotBtn:focus-visible{outline-offset:3px;border-radius:.375rem;outline:2px solid #8b5cf6}.calendrier-module-scss-module__2VhniG__slotSep{color:currentColor;opacity:.6;margin:0 1px}.calendrier-module-scss-module__2VhniG__formCard{opacity:0;pointer-events:none;background:#111118;border:1px solid #ffffff14;border-radius:.75rem;padding:2rem;transition:opacity .25s;box-shadow:0 1px 3px #0006,0 0 0 1px #ffffff14}.calendrier-module-scss-module__2VhniG__formCard.calendrier-module-scss-module__2VhniG__formCardVisible{opacity:1;pointer-events:auto;animation:.35s forwards calendrier-module-scss-module__2VhniG__formReveal}.calendrier-module-scss-module__2VhniG__formHint{color:#eaeaea80;text-align:center;padding:1rem 0;font-size:1rem}.calendrier-module-scss-module__2VhniG__selectedInfo{background:#8b5cf614;border:1px solid #8b5cf640;border-radius:.5rem;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.calendrier-module-scss-module__2VhniG__selectedLabel{color:#8b5cf6;text-transform:uppercase;letter-spacing:.06em;font-size:.875rem;font-weight:500}.calendrier-module-scss-module__2VhniG__selectedValue{font-family:var(--font-mono),"Fira Code",monospace;color:#eaeaea;flex:1;font-size:.875rem}.calendrier-module-scss-module__2VhniG__clearSlot{color:#eaeaea80;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem;font-size:.875rem;transition:color .15s}.calendrier-module-scss-module__2VhniG__clearSlot:hover{color:#e53e3e}.calendrier-module-scss-module__2VhniG__clearSlot:focus-visible{outline-offset:3px;border-radius:.375rem;outline:2px solid #8b5cf6}.calendrier-module-scss-module__2VhniG__form{flex-direction:column;gap:1.25rem;display:flex}.calendrier-module-scss-module__2VhniG__fieldRow{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.calendrier-module-scss-module__2VhniG__fieldRow{grid-template-columns:1fr 1fr}}.calendrier-module-scss-module__2VhniG__field{flex-direction:column;gap:.5rem;display:flex}.calendrier-module-scss-module__2VhniG__fieldLabel{color:#eaeaea99;letter-spacing:.02em;font-size:.875rem;font-weight:500}.calendrier-module-scss-module__2VhniG__required{color:#8b5cf6}.calendrier-module-scss-module__2VhniG__input,.calendrier-module-scss-module__2VhniG__textarea{color:#eaeaea;width:100%;font-family:var(--font-sans),system-ui,sans-serif;background:#1b1b28;border:1px solid #ffffff14;border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:1rem;line-height:1.6;transition:border-color .25s,box-shadow .25s}.calendrier-module-scss-module__2VhniG__input::placeholder,.calendrier-module-scss-module__2VhniG__textarea::placeholder{color:#eaeaea80}.calendrier-module-scss-module__2VhniG__input:focus,.calendrier-module-scss-module__2VhniG__textarea:focus{border-color:#8b5cf699;box-shadow:0 0 0 3px #8b5cf61f}.calendrier-module-scss-module__2VhniG__textarea{resize:vertical;min-height:120px}.calendrier-module-scss-module__2VhniG__submit{color:#fff;font-family:var(--font-sans),system-ui,sans-serif;cursor:pointer;background:#8b5cf6;border:none;border-radius:.5rem;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .25s,box-shadow .25s,transform .15s;display:inline-flex}.calendrier-module-scss-module__2VhniG__submit:hover:not(:disabled){background:#7c3aed;transform:translateY(-2px);box-shadow:0 0 28px #8b5cf673}.calendrier-module-scss-module__2VhniG__submit:active:not(:disabled){transform:translateY(0)}.calendrier-module-scss-module__2VhniG__submit:disabled{opacity:.65;cursor:not-allowed}.calendrier-module-scss-module__2VhniG__submit:focus-visible{outline-offset:3px;border-radius:.375rem;outline:2px solid #8b5cf6}.calendrier-module-scss-module__2VhniG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite calendrier-module-scss-module__2VhniG__spin}.calendrier-module-scss-module__2VhniG__feedbackSuccess{color:#48bb78;background:#48bb7814;border:1px solid #48bb7840;border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:1rem;font-size:1rem;line-height:1.6;display:flex}.calendrier-module-scss-module__2VhniG__feedbackError{color:#e53e3e;background:#e53e3e14;border:1px solid #e53e3e40;border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:1rem;font-size:1rem;line-height:1.6;display:flex}@media (prefers-reduced-motion:reduce){.calendrier-module-scss-module__2VhniG__header,.calendrier-module-scss-module__2VhniG__calendarCard,.calendrier-module-scss-module__2VhniG__formCard,.calendrier-module-scss-module__2VhniG__privateWrap{opacity:1;animation:none}.calendrier-module-scss-module__2VhniG__loader,.calendrier-module-scss-module__2VhniG__spinner{animation:none}}
