.see-more-button{color:#fff;padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;transition:all 2s;display:inline-block;position:relative;overflow:hidden}.see-more-button:hover{color:#2c64f2;text-underline-offset:5px;text-decoration:underline}.footer{color:#fff;background-color:#2c2c2c;margin-top:auto;padding:4rem 0 1.5rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.footer__section{flex-direction:column;display:flex}.footer__title{color:#2c64f2;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer__subtitle{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer__description{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.footer__social{gap:1rem;display:flex}.footer__social-link{color:#fff;background-color:rgba(255,255,255,.1);border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:all .15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer__bottom p{color:#95a5a6;margin:0;font-size:.875rem}.communication-layout{flex-direction:column;min-height:100vh;display:flex}.communication-layout .main-content{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1}.animate-on-scroll.fade-in-up{transform:translateY(30px)}.animate-on-scroll.fade-in-up.visible{animation:.6s ease-out forwards fadeInUp;transform:translateY(0)}.animate-on-scroll.fade-in-down{transform:translateY(-30px)}.animate-on-scroll.fade-in-down.visible{animation:.6s ease-out forwards fadeInDown;transform:translateY(0)}.animate-on-scroll.fade-in-left{transform:translate(-30px)}.animate-on-scroll.fade-in-left.visible{animation:.6s ease-out forwards fadeInLeft;transform:translate(0)}.animate-on-scroll.fade-in-right{transform:translate(30px)}.animate-on-scroll.fade-in-right.visible{animation:.6s ease-out forwards fadeInRight;transform:translate(0)}.animate-on-scroll.fade-in.visible{animation:.6s ease-out forwards fadeIn}.animate-on-scroll.scale-in{transform:scale(.9)}.animate-on-scroll.scale-in.visible{animation:.6s ease-out forwards scaleIn;transform:scale(1)}.animate-on-scroll.slide-in-bottom{transform:translateY(50px)}.animate-on-scroll.slide-in-bottom.visible{animation:.6s ease-out forwards slideInFromBottom;transform:translateY(0)}.stagger-animation .stagger-item{opacity:0;transition:all .5s ease-out;transform:translateY(20px)}.stagger-animation .stagger-item.visible{opacity:1;transform:translateY(0)}.stagger-animation .stagger-item:first-child{transition-delay:0s}.stagger-animation .stagger-item:nth-child(2){transition-delay:.1s}.stagger-animation .stagger-item:nth-child(3){transition-delay:.2s}.stagger-animation .stagger-item:nth-child(4){transition-delay:.3s}.stagger-animation .stagger-item:nth-child(5){transition-delay:.4s}.stagger-animation .stagger-item:nth-child(6){transition-delay:.5s}.stats-animation .stat-item{opacity:0;transition:all .6s ease-out;transform:translateY(30px)scale(.9)}.stats-animation .stat-item.visible{opacity:1;transform:translateY(0)scale(1)}.stats-animation .stat-item:first-child{transition-delay:0s}.stats-animation .stat-item:nth-child(2){transition-delay:.15s}.stats-animation .stat-item:nth-child(3){transition-delay:.3s}.stats-animation .stat-item:nth-child(4){transition-delay:.45s}.section-header.animate-on-scroll.fade-in-up .section-title{opacity:0;transition:all .6s ease-out;transform:translateY(20px)}.section-header.animate-on-scroll.fade-in-up .section-subtitle{opacity:0;transition:all .6s ease-out .2s;transform:translateY(20px)}.section-header.animate-on-scroll.fade-in-up.visible .section-title,.section-header.animate-on-scroll.fade-in-up.visible .section-subtitle{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.animate-on-scroll,.stagger-animation .stagger-item,.stats-animation .stat-item{transition:opacity .3s ease-out!important;animation:none!important;transform:none!important}}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background-color:#1a1a1a;max-width:100vw;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.container{padding:0 2rem}}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.btn-primary{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.btn-primary:hover{transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary{color:#fff;background-color:#2c64f2}.btn-primary:hover{background-color:#0e48dd}.btn-secondary{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-secondary{color:#fff;background-color:transparent;border:2px solid #2c64f2}.btn-secondary:hover{color:#000;background-color:#2c64f2}.text-center{text-align:center}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:.6s ease-out fadeInUp}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-slide-in-right{animation:.6s ease-out slideInRight}.form-group{flex-direction:column;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:flex}.form-group:last-child{margin-bottom:0}.form-group__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.form-group__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.input-group{flex-direction:column;gap:1rem;width:100%;display:flex}.input-group--horizontal{flex-direction:row;align-items:flex-start;gap:1rem}@media (max-width:768px){.input-group--horizontal{flex-direction:column}}.input-group--separated>:not(:last-child){border-bottom:1px solid var(--border);padding-bottom:1rem}.input-group--sm{gap:.5rem}.input-group--lg{gap:1.5rem}.input-group--center{align-items:center}.input-group--end{align-items:flex-end}.input-group__label{color:#ecf0f1;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.input-group__helper-text{color:var(--text-secondary);margin-top:.25rem;font-size:.75rem}.input-group__helper-text--error{color:var(--error)}.input-group--grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.input-wrapper{flex-direction:column;gap:.5rem;display:flex}.input__label{color:#ecf0f1;font-size:.875rem;font-weight:500;position:relative}label.required:after{content:"*";color:#e74c3c;margin-left:.25rem;font-size:1rem}.input__container{align-items:center;width:100%;display:inline-flex;position:relative}.input{font-family:var(--font-family);background-color:var(--background);border-radius:var(--border-radius);color:var(--text-primary);border:1px solid #ecf0f1;outline:none;width:100%;transition:all .2s}.input::placeholder{color:var(--text-secondary)}.input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.input:hover:not(:disabled){border-color:var(--primary)}.input--default{background-color:var(--background)}.input--filled{background-color:var(--background-alt);border-color:transparent}.input--filled:focus{background-color:var(--background)}.input--outline{border-color:var(--border);background-color:transparent}.input--sm{padding:.5rem;font-size:.875rem}.input--md{padding:.75rem;font-size:1rem}.input--lg{padding:1rem;font-size:1.125rem}.input--has-icon-left{padding-left:2.5rem}.input--has-icon-right{padding-right:2.5rem}.input--full-width{width:100%}.input--error{border-color:#e74c3c}.input--error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(239,108,93,.2)}.input--disabled{background-color:var(--background-disabled);border-color:var(--border);color:var(--text-disabled);cursor:not-allowed}.input--disabled:hover{border-color:var(--border)}.input__icon{color:var(--text-secondary);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.input__icon--left{left:.75rem}.input__icon--right{right:.75rem}.input__helper-text{color:var(--text-secondary);font-size:.75rem}.input__helper-text--error{color:#e74c3c}
.see-more-button{color:#fff;padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;transition:all 2s;display:inline-block;position:relative;overflow:hidden}.see-more-button:hover{color:#2c64f2;text-underline-offset:5px;text-decoration:underline}.footer{color:#fff;background-color:#2c2c2c;margin-top:auto;padding:4rem 0 1.5rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.footer__section{flex-direction:column;display:flex}.footer__title{color:#2c64f2;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer__subtitle{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer__description{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.footer__social{gap:1rem;display:flex}.footer__social-link{color:#fff;background-color:rgba(255,255,255,.1);border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:all .15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer__bottom p{color:#95a5a6;margin:0;font-size:.875rem}.communication-layout{flex-direction:column;min-height:100vh;display:flex}.communication-layout .main-content{flex:1}.erreurs{margin:15px 20px;list-style:decimal}.erreurs li,.erreur{color:#e74c3c;font-size:12px;font-weight:600}
.see-more-button{color:#fff;padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;transition:all 2s;display:inline-block;position:relative;overflow:hidden}.see-more-button:hover{color:#2c64f2;text-underline-offset:5px;text-decoration:underline}.footer{color:#fff;background-color:#2c2c2c;margin-top:auto;padding:4rem 0 1.5rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.footer__section{flex-direction:column;display:flex}.footer__title{color:#2c64f2;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer__subtitle{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer__description{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.footer__social{gap:1rem;display:flex}.footer__social-link{color:#fff;background-color:rgba(255,255,255,.1);border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:all .15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer__bottom p{color:#95a5a6;margin:0;font-size:.875rem}.communication-layout{flex-direction:column;min-height:100vh;display:flex}.communication-layout .main-content{flex:1}.textarea-wrapper{flex-direction:column;gap:.5rem;display:flex}.textarea-wrapper.fullWidth{width:100%}.textarea-wrapper .textarea-label{font-size:1rem;font-weight:500}.textarea-wrapper .textarea{resize:vertical;color:#f8f9fa;border-radius:.25rem;min-height:120px;padding:.75rem;font-family:inherit;transition:all .2s ease-in-out}.textarea-wrapper .textarea.outline{background:0 0;border:2px solid #95a5a6}.textarea-wrapper .textarea.outline:focus{border-color:#2c64f2;outline:none;box-shadow:0 0 0 2px rgba(44,100,242,.2)}.textarea-wrapper .textarea.filled{background:#f8f9fa;border:none}.textarea-wrapper .textarea.filled:focus{outline:none;box-shadow:0 0 0 2px #2c64f2}.textarea-wrapper .textarea.sm{padding:.5rem;font-size:.875rem}.textarea-wrapper .textarea.md{padding:.75rem;font-size:1rem}.textarea-wrapper .textarea.lg{padding:1rem;font-size:1.125rem}.textarea-wrapper .textarea.error{border-color:#e74c3c}.textarea-wrapper .textarea.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.2)}.textarea-wrapper .error-message{color:#e74c3c;font-size:.875rem}
