body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.site-header{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:10}.logo-img{height:50px;object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#333;font-weight:500;text-decoration:none}.login-btn{border-radius:5px;color:#fff;cursor:pointer;padding:.6rem 1.2rem;transition:.3s}.login-btn:hover{background-color:#e65c00}.burger{cursor:pointer;display:none;flex-direction:column;gap:5px}.burger .bar{background-color:#333;border-radius:2px;height:3px;transition:.3s;width:25px}.rotate-top{transform:rotate(45deg) translate(5px,5px)}.rotate-bottom{transform:rotate(-45deg) translate(5px,-5px)}.fade-out{opacity:0}@media (max-width:768px){.nav-links{background-color:#fff;box-shadow:0 4px 8px #0000001a;display:none;flex-direction:column;gap:1rem;padding:1rem 2rem;position:absolute;right:0;top:100%;width:100%}.burger,.nav-links.open{display:flex}}body,html{background-color:#fff;font-family:Poppins,sans-serif;margin:0;overflow-x:hidden;padding:0;scroll-behavior:smooth}*{box-sizing:border-box;max-width:100vw}#root{overflow-x:hidden;width:100%}section{transition:all .9s ease-in-out}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero-section{background:linear-gradient(90deg,#e0f7fa,#fff);box-sizing:border-box;font-family:Poppins,sans-serif;justify-content:center;min-height:90vh;padding:2rem}.hero-content,.hero-section{align-items:center;display:flex}.hero-content{flex-wrap:wrap;gap:2rem;max-width:1200px}.hero-text{flex:1 1;min-width:300px}.hero-text h1{color:#07c;font-size:2.5rem;margin-bottom:1rem}.hero-text h1 span{color:#f60}.hero-text p{color:#444;font-size:1.1rem;margin-bottom:1.5rem}.hero-btn{background-color:#f60;border:none;border-radius:8px;color:#fff;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background .3s ease}.hero-btn:hover{background-color:#e65c00}.hero-image{flex:1 1;min-width:300px;text-align:center}.hero-image img{max-width:450px;width:100%}.how-section{background:linear-gradient(90deg,#f0f8ff,#fff);font-family:Poppins,sans-serif;padding:5rem 3rem;text-align:center}.how-title{color:#000;font-size:3rem;font-weight:700;margin-bottom:4rem}.how-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.how-card{background-color:#fff;border:2px solid #f60;border-radius:15px;box-shadow:10px 10px 25px #ff660026,-10px -10px 25px #0077cc12;padding:3rem 2.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.how-card:hover{box-shadow:18px 18px 35px #f603,-18px -18px 35px #0077cc1a;transform:translateY(-10px)}.step-number{align-items:center;background-color:#f60;border-radius:50%;box-shadow:0 0 10px #ff6600b3;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:42px;justify-content:center;left:-14px;position:absolute;top:-14px;-webkit-user-select:none;user-select:none;width:42px;z-index:10}.how-icon{color:#f60;font-size:3.5rem;margin-bottom:1.5rem}.how-card h3{color:#07c;font-size:1.6rem;font-weight:600;margin-bottom:1rem}.how-card p{color:#444;font-size:1.15rem;line-height:1.8;margin:0}@media (max-width:768px){.how-section{padding:3rem 1.5rem}.how-title{font-size:2.2rem;margin-bottom:2rem}.how-card{padding:2rem 1.5rem}.how-card h3{font-size:1.4rem}.how-card p{font-size:1rem}.how-icon{font-size:2.8rem}.step-number{font-size:1rem;height:36px;left:-10px;top:-10px;width:36px}}@media (max-width:480px){.how-title{font-size:1.8rem}.how-card h3{font-size:1.2rem}.how-card p{font-size:.95rem}.how-icon{font-size:2.2rem}.step-number{font-size:.9rem;height:32px;width:32px}}.demande-section{background:linear-gradient(90deg,#f0f8ff,#fff);color:#222;font-family:Poppins,sans-serif;padding:5rem 2rem}.demande-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;margin:0 auto;max-width:1100px}.demande-form-wrapper{background:#fff;border-radius:15px;box-shadow:8px 8px 20px #0077cc1a,-8px -8px 20px #ff66000d;flex:1 1 400px;padding:2.5rem 2rem}.demande-form-wrapper h2{color:#07c;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.demande-form{gap:1.3rem}.demande-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#004a99;font-weight:600;margin-bottom:.4rem}.form-group input{border:2px solid #ccc;border-radius:8px;font-size:1rem;padding:.7rem 1rem;transition:border-color .3s ease}.form-group input:focus{border-color:#f60;outline:none}.submit-btn{background-color:#f60;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1.5rem;padding:.85rem 0;transition:background-color .3s ease}.submit-btn:hover{background-color:#e65500}.demande-info{color:#05a;flex:1 1 400px;padding:1rem 1.5rem}.demande-info h3{font-size:1.9rem;font-weight:700;margin-bottom:1rem}.demande-info p{color:#333;font-size:1.15rem;line-height:1.6}.confirmation-modal .ant-modal-content{border-radius:12px;padding:2rem;text-align:center}.modal-content{align-items:center;display:flex;flex-direction:column}.modal-title{color:#07c;font-size:1.5rem;margin-top:1rem}@media (max-width:768px){.demande-container{flex-direction:column}.demande-form-wrapper,.demande-info{flex:1 1 100%}}.cibles-section{background:linear-gradient(90deg,#e0f7fa,#fff);color:#222;font-family:Poppins,sans-serif;padding:5rem 2rem;text-align:center}.cibles-title{color:#07c;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.cibles-title .highlight{color:#f60}.cibles-intro{color:#444;font-size:1.2rem;line-height:1.7;margin:0 auto 3rem;max-width:800px}.cibles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1100px}.cible-card{background:#fff;border:2px solid #f60;border-radius:15px;box-shadow:8px 8px 20px #ff66001a,-8px -8px 20px #0077cc0d;padding:2rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.cible-card:hover{box-shadow:12px 12px 25px #f603,-12px -12px 25px #0077cc1a;transform:translateY(-6px)}.cible-icon{color:#f60;font-size:2.5rem;margin-bottom:1rem}.cible-card h3{color:#07c;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.cible-card p{color:#555;font-size:1.05rem;line-height:1.6}.cibles-outro{color:#444;font-size:1.1rem;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:800px}@media (max-width:768px){.cibles-title{font-size:2.2rem}.cible-card{padding:2rem 1.2rem}.cibles-grid{gap:1.5rem}}.site-footer{background:linear-gradient(90deg,#07c,#005fa3);color:#fff;font-family:Poppins,sans-serif;padding-top:3rem}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem 2rem}.footer-brand{flex:1 1 250px}.footer-brand h2{font-size:2rem;margin-bottom:.5rem}.footer-brand .dot{color:#f60}.footer-brand p{color:#e0e0e0;font-size:1rem;max-width:300px}.footer-contact,.footer-links,.footer-social{flex:1 1 200px}.footer-contact h4,.footer-links h4,.footer-social h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-contact ul,.footer-links ul{list-style:none;margin:0;padding:0}.footer-contact li,.footer-links li{align-items:center;color:#e0e0e0;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.5rem}.footer-links a{color:#e0e0e0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fc0}.footer-contact .icon{color:#f60;font-size:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{color:#fff;font-size:1.4rem;transition:transform .3s,color .3s}.social-icons a:hover{color:#f60;transform:scale(1.2)}.footer-bottom{border-top:1px solid #fff3;color:#ccc;font-size:.95rem;padding:1rem 0;text-align:center}@media (max-width:768px){.footer-container{align-items:center;flex-direction:column;text-align:center}.footer-contact,.footer-links,.footer-social{margin-top:1.5rem}}.login-container{align-items:center;background:url(/static/media/ispatec_logo.99007c05ef6bdb58d6ac.png);display:flex;justify-content:center;min-height:100vh;position:relative}.overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0ab3;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.login-row{width:100%;z-index:2}.login-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e5eaef;border-radius:12px;box-shadow:0 8px 32px #00000080;color:#fff;padding:2rem}.login-title{color:#fff;margin-bottom:1rem;text-align:center}.login-btn{background:#1890ff;border:none;font-weight:700;transition:background .3s ease}.login-btn:hover{background:#40a9ff}.logo-container{margin-bottom:1.5rem;text-align:center}.logo-image{filter:drop-shadow(0 0 10px rgba(255,255,255,.4));height:auto;width:100px}.welcome-message{color:#000;margin-top:2rem;text-align:center}.main-header{background:#fff;border-bottom:2px solid #f60;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.logo-section,.main-header{align-items:center;display:flex}.header-logo{height:45px}.nav-menu{display:flex;font-weight:500;gap:2rem;list-style:none;margin:0;padding:0}.nav-user{color:#07c;font-weight:700}.nav-menu li{cursor:pointer}.desktop-menu{display:flex}.mobile-menu-button{display:none}@media (max-width:768px){.desktop-menu{display:none}.mobile-menu-button{display:inline-block}.mobile-drawer .nav-menu{display:flex;flex-direction:column;gap:1.5rem}}
/*# sourceMappingURL=main.28443eba.css.map*/