@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";html,body{height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";font-optical-sizing:auto}#root,.App{display:flex;flex-direction:column;min-height:100%}body{color:#0f0f0f;background-color:#fff;line-height:1.5;font-size:16px;font-weight:400;letter-spacing:-.011em}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#0f0f0f}.display-xl{font-size:clamp(3.5rem,8vw,6rem);font-weight:800;line-height:.9;letter-spacing:-.04em}.display-lg{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1;letter-spacing:-.03em}.display-md{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.025em}.heading-xl{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.2;letter-spacing:-.02em}.heading-lg{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:600;line-height:1.25;letter-spacing:-.015em}.heading-md{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;line-height:1.3;letter-spacing:-.01em}.body-lg{font-size:1.125rem;font-weight:400;line-height:1.6;letter-spacing:-.01em}.body-md{font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:-.01em}.body-sm{font-size:.875rem;font-weight:400;line-height:1.4;letter-spacing:-.005em}.mono{font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,monospace;font-feature-settings:normal}.hero-section{background:#fff;min-height:80vh;display:flex;align-items:center;padding:4rem 1rem 2rem;position:relative;border-bottom:1px solid #f0f0f0}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative}.hero-text{color:#0f0f0f}.hero-title{margin-bottom:1rem}.gradient-text{background:linear-gradient(45deg,#1a1a1a,#2d2d2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900}.hero-description{margin-bottom:2rem;color:#525252;max-width:480px}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(45deg,#1a1a1a,#2d2d2d);color:#fff;box-shadow:0 4px 15px #1a1a1a66}.btn-primary:hover{box-shadow:0 6px 20px #1a1a1a99}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.btn-primary.large{padding:1.25rem 2.5rem;font-size:1.1rem}.hero-phones{position:relative;display:flex;justify-content:center;align-items:center;height:600px}.phone-mockup{width:280px;height:560px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:40px;padding:20px;box-shadow:0 20px 40px #0000004d;position:relative}.phone-mockup:before{content:"";position:absolute;top:15px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#7f8c8d;border-radius:2px}.phone-mockup:after{content:"";position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:40px;height:40px;border:2px solid #7f8c8d;border-radius:50%}.phone-screen{width:100%;height:100%;background:#000;border-radius:30px;overflow:hidden;position:relative}.screenshot-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;color:#666;font-weight:600;text-align:center;font-size:14px}.phone-1{transform:translate(-20px);z-index:2}.phone-2{transform:translate(20px);z-index:1}.features-section{padding:4rem 0;background:#fafafa;border-bottom:1px solid #f0f0f0}.section{padding:4rem 0}.section+.section{border-top:1px solid #f0f0f0}.section-title{text-align:center;margin-bottom:2rem;color:#0f0f0f}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1rem}.feature-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;border:1px solid #f0f0f0;transition:all .2s ease}.feature-card:hover{border-color:#e0e0e0;box-shadow:0 8px 32px #00000014}.feature-icon{font-size:2.5rem;margin-bottom:.75rem}.feature-card h3{margin-bottom:.75rem;color:#0f0f0f}.feature-card p{color:#525252;max-width:280px;margin:0 auto}.how-it-works{padding:4rem 1rem;background:#fff}.steps-container{display:grid;gap:2rem}.step{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center}.step:nth-child(2n){direction:rtl}.step:nth-child(2n)>*{direction:ltr}.step-number{width:60px;height:60px;background:linear-gradient(45deg,#1a1a1a,#2d2d2d);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.step-content p{color:#718096;line-height:1.6}.phone-mockup-small{width:150px;height:300px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:25px;padding:12px;box-shadow:0 10px 20px #0003;position:relative}.phone-mockup-small:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:30px;height:2px;background:#7f8c8d;border-radius:1px}.phone-screen-small{width:100%;height:100%;background:#000;border-radius:18px;overflow:hidden}.screenshot-placeholder-small{width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;color:#666;font-weight:600;text-align:center;font-size:12px}.cta-section{padding:4rem 1rem;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.cta-section .container{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-phones .phone-mockup{transform:none}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-phones{height:400px}.phone-mockup{width:200px;height:400px}.phone-1,.phone-2{transform:none}.phone-2{display:none}.cta-buttons{justify-content:center}.step{grid-template-columns:1fr;text-align:center;gap:1rem}.step:nth-child(2n){direction:ltr}.cta-section .container{grid-template-columns:1fr;text-align:center}.cta-phones .phone-mockup{transform:none}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:250px}.social-feature{flex-direction:column;text-align:center;gap:1rem}.feature-icon-large{width:45px;height:45px;font-size:1.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.pulse-animation,.float-animation,.phone-mockup{animation:none}.phone-1{animation-delay:0s}.phone-2{animation-delay:1s}.btn-primary,.btn-secondary{position:relative;overflow:hidden}.btn-primary:before,.btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover:before,.btn-secondary:hover:before{left:100%}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}html{scroll-behavior:smooth}.screenshot-placeholder{transition:all .3s ease;cursor:pointer}.screenshot-placeholder:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);transform:scale(.98)}.social-section{padding:6rem 1rem;background:#f8fafc}.social-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.section-subtitle{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.section-description{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.social-features{display:flex;flex-direction:column;gap:2rem}.social-feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon-large{font-size:2.5rem;width:60px;height:60px;background:#1a1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-content h4{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.6;margin:0}.social-visual{display:flex;justify-content:center;align-items:center}.social-phone-group{position:relative;display:flex;gap:2rem}.social-phone-1{transform:translateY(-20px);z-index:2}.social-phone-2{transform:translateY(20px);z-index:1}.moments-section{padding:4rem 0;background:radial-gradient(circle at 20% 50%,rgba(26,26,26,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(45,45,45,.1) 0%,transparent 50%),linear-gradient(135deg,#f8f8f8,#e8e8e8,#f8f8f8);color:#1a1a1a;position:relative;overflow:hidden}.moments-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:1}.moments-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.moments-header{text-align:center;max-width:900px;margin:0 auto 3rem}.header-badge{display:inline-flex;padding:.5rem 1.5rem;background:#2d2d2d1a;border:1px solid rgba(45,45,45,.3);border-radius:50px;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-badge span{color:#2d2d2d;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.moments-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a;line-height:1.2}.moments-subtitle{font-size:1.25rem;color:#2d2d2d;margin-bottom:1rem;font-weight:600}.moments-description{font-size:1rem;color:#1a1a1acc;line-height:1.6;max-width:600px;margin:0 auto}.moments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.moment-card{position:relative;padding:0;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;border:1px solid rgba(255,255,255,.1)}.moment-card:hover{box-shadow:0 25px 50px #0006,0 0 0 1px #1a1a1a4d}.card-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1a1a,#2d2d2d0d),#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .4s ease}.moment-card:hover .card-background{background:linear-gradient(135deg,#1a1a1a33,#2d2d2d1a),#ffffff1a}.card-content{position:relative;padding:2rem 1.5rem;text-align:center;z-index:2}.moment-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 25px #1a1a1a4d;transition:all .3s ease}.moment-card:hover .moment-icon{box-shadow:0 15px 40px #1a1a1a80}.moment-icon svg{width:32px;height:32px}.card-title{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3}.card-description{color:#1a1a1acc;line-height:1.6;margin:0;font-size:1rem}.moments-features{margin-bottom:3rem}.features-header{text-align:center;margin-bottom:2rem}.features-title{font-size:2rem;font-weight:700;color:#c3cfe2;margin-bottom:.75rem}.features-subtitle{font-size:1.1rem;color:#c3cfe2;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;max-width:900px;margin:0 auto}.feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-item:hover{background:#ffffff14;border-color:#1a1a1a4d;box-shadow:0 8px 25px #0000001a}.feature-icon{width:35px;height:35px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 3px 12px #1a1a1a4d}.feature-icon svg{width:20px;height:20px}.feature-text{color:#c3cfe2;line-height:1.5;font-weight:500}.moments-cta{background:#1a1a1a08;border:1px solid rgba(26,26,26,.1);border-radius:16px;padding:2.5rem 2rem;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:700px;margin:0 auto}.cta-content{margin-bottom:2.5rem}.cta-content h3{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.cta-content p{color:#1a1a1acc;font-size:1.1rem;line-height:1.6;max-width:500px;margin:0 auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary.premium,.btn-secondary.premium{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary.premium{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;box-shadow:0 8px 25px #1a1a1a66}.btn-primary.premium:hover{box-shadow:0 15px 35px #1a1a1a99}.btn-secondary.premium{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary.premium:hover{background:#fff3;border-color:#ffffff80}@media (max-width: 768px){.social-content{grid-template-columns:1fr;gap:3rem;text-align:center}.social-phone-group{gap:1rem}.social-phone-1,.social-phone-2{transform:none}.social-phone-2{display:none}.social-feature{align-items:center;text-align:left}.feature-icon-large{width:50px;height:50px;font-size:2rem;flex-shrink:0}.feature-content{flex:1}}.moments-section{padding:4rem 0}.moments-container{padding:0 1rem}.moments-title{font-size:2.5rem}.moments-subtitle{font-size:1.2rem}.moments-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}.features-grid{grid-template-columns:1fr;gap:1rem}.features-title{font-size:2rem;color:#c3cfe2}.moments-cta{padding:3rem 2rem}.cta-content h3{font-size:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary.premium,.btn-secondary.premium{width:100%;max-width:280px}.modern-footer{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:2.5rem 2rem 1.5rem}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:2rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.footer-logo img{height:40px;width:auto;margin-right:.75rem;filter:brightness(0) invert(1)}.footer-brand-text{background:linear-gradient(45deg,#1a1a1a,#2d2d2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.5rem}.footer-description{color:#0a0a0acc;line-height:1.6;margin-bottom:2rem}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fffc;transition:all .3s ease}.social-link:hover{background:#fff3;color:#fff}.footer-links-section{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-weight:600;margin-bottom:1rem;color:#fff;font-size:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(135deg,#2d3748,#1a202c)}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;font-size:.95rem}.footer-links a:hover{color:#1a1a1a}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright p{color:#fff9;margin:0;font-size:.9rem}.footer-app-links{display:flex;gap:1rem}.app-store-link img,.google-play-link img{height:40px;width:auto;transition:all .3s ease;opacity:.8}.app-store-link:hover img,.google-play-link:hover img{opacity:1;transform:translateY(-2px)}@media (max-width: 768px){.footer-container{padding:3rem 1rem 2rem}.footer-main{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-links-section{grid-template-columns:1fr;gap:2rem;text-align:left}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-app-links{justify-content:center}}@media (max-width: 480px){.footer-container{padding:2rem 1rem}.footer-main{gap:2rem}.footer-links-section{gap:1.5rem}.footer-logo img{height:35px}.footer-brand-text{font-size:1.25rem}}.container{padding:25px;margin:15px 4%;background-color:#fff;box-shadow:0 8px 25px #0000000f;background-size:cover;background-position:center;color:#111;flex:1 0 auto;border-radius:4px;position:relative;overflow:hidden;transition:all .3s ease}.container:hover{box-shadow:0 15px 40px #0000001f}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}p{margin-bottom:1.5rem}@media (max-width: 1024px){.container{padding:30px}}@media (max-width: 768px){.container{margin:15px 3%;padding:25px}.image-text{padding:15px}h1{font-size:2.2rem}h2{font-size:1.8rem}}@media (max-width: 480px){.container{margin:10px 2%;padding:20px}.footer-logo img{width:80px}h1{font-size:1.8rem}h2{font-size:1.5rem}}.container-1{background-color:#000;color:#fff}.container-3{background-color:#f0f0f0;color:#111;position:relative}.container-3:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000,transparent);opacity:.05;z-index:1}.container-3>*{position:relative;z-index:2}.container-4{background-color:#000;color:#fff}footer{background-color:#000;color:#fff;text-align:center;padding:40px 0;margin-top:30px;width:100%;flex-shrink:0;box-shadow:0 -5px 10px #0000000d}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.footer-logo{margin-bottom:20px}.footer-logo img{filter:brightness(0) invert(1);transition:transform .3s ease}.footer-logo img:hover{transform:scale(1.05)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.footer-links a{color:#fff;margin:0 15px;padding:5px 0;font-size:14px;position:relative}.footer-links a:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#fff;transition:width .3s ease}.footer-links a:hover{color:#fff}.footer-links a:hover:after{width:100%}.copyright{font-size:14px;color:#aaa;margin-top:10px}@media (max-width: 768px){.footer-links{flex-direction:column;align-items:center}.footer-links a{margin:5px 0}}.image-text{position:relative;z-index:2;padding:30px}.visible{display:block}.hidden{display:none}.arrow-buttons{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;z-index:10;pointer-events:none}.arrow-buttons button{background-color:#00000080;border:none;cursor:pointer;font-size:40px;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin:0 20px;pointer-events:auto;opacity:.7}.arrow-buttons button:hover{background-color:#000c;opacity:1}button,.btn{background-color:#000;color:#fff;border:none;padding:12px 25px;font-family:Montserrat,sans-serif;font-weight:500;font-size:16px;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}button:hover,.btn:hover{background-color:#333;box-shadow:0 5px 15px #0000001a}a{color:#000;text-decoration:none;transition:all .3s ease;font-weight:500}a:hover{color:#555}.phone-screen{position:relative;width:100%;height:100%;overflow:hidden}.phone-screen .screenshot{width:100%;height:100%;object-fit:cover;display:block}.projets-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.projets-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);min-height:50vh;display:flex;align-items:center;padding:2.5rem 2rem;position:relative;overflow:hidden}.projets-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.hero-content{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2;color:#fff}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1.5rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem;font-weight:500;letter-spacing:.5px}.projets-hero .hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;color:#fff}.projets-hero .hero-subtitle{font-size:1.25rem;font-weight:400;margin-bottom:1rem;opacity:.9;color:#fff}.projets-hero .hero-description{font-size:1rem;margin-bottom:1.5rem;opacity:.8;max-width:700px;margin-left:auto;margin-right:auto;color:#fff}.projets-hero .feature-title{color:#fff;font-weight:600}.projets-hero .feature-description{color:#ffffffd9}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#1a1a1a}.solutions-section{padding:3rem 0;background:linear-gradient(180deg,#f5f5f5,#e8e8e8)}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.solution-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 30px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.solution-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(45deg,#1a1a1a,#2d2d2d)}.solution-card:hover{box-shadow:0 20px 60px #00000026}.card-header{margin-bottom:1.5rem}.card-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.card-description{color:#4a4a4a;line-height:1.6;font-size:1rem}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;margin-bottom:.75rem;font-size:.95rem;color:#333}.feature-icon{background:linear-gradient(45deg,#1a1a1a,#2d2d2d);color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:12px;font-weight:700}.technical-features{padding:6rem 0;background:linear-gradient(180deg,#fff,#f8f8f8)}.features-grid{display:grid;gap:1.5rem;margin-top:3rem}.feature-row{display:flex;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#f8f8f8,#e8e8e8);border-radius:15px;border-left:4px solid #1a1a1a;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.feature-row:hover{background:linear-gradient(135deg,#e8e8e8,#d8d8d8);box-shadow:0 4px 20px #0000001a}.feature-row .feature-icon{width:24px;height:24px;color:#1a1a1a;margin-right:1.5rem;flex-shrink:0}.feature-text{font-size:1.1rem;color:#1a1a1a;font-weight:500}.projets-cta{padding:6rem 0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#fff;text-align:center;position:relative}.projets-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm0-16c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm16 16c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm0-16c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-description{font-size:1.2rem;margin-bottom:3rem;opacity:.9;line-height:1.6}.btn-primary-enterprise{background:linear-gradient(45deg,#fff,#e8e8e8);color:#1a1a1a;padding:1rem 2.5rem;border:2px solid #1a1a1a;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003}.btn-primary-enterprise:hover{background:linear-gradient(45deg,#e8e8e8,#d8d8d8);box-shadow:0 15px 40px #0000004d;border-color:#2d2d2d}@media (max-width: 768px){.container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card{padding:2rem}.card-title{font-size:1.3rem}.projets-hero{padding:3rem 1rem;min-height:60vh}.solutions-section,.technical-features,.projets-cta{padding:4rem 0}.cta-title{font-size:2rem}.cta-description{font-size:1.1rem}.feature-row{padding:1.2rem}.feature-text{font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.solution-card{padding:1.5rem}.feature-row{padding:1rem;flex-direction:column;align-items:flex-start;text-align:left}.feature-row .feature-icon{margin-right:0;margin-bottom:.5rem}.btn-primary-enterprise{padding:.9rem 2rem;font-size:1rem}}.contact-page{max-width:700px;margin:60px auto;padding:50px;background-color:#fff;box-shadow:0 10px 30px #00000014;border-radius:4px;text-align:center;position:relative;transition:transform .3s ease}.contact-page:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.contact-page h1{font-size:2.2em;margin-bottom:30px;font-weight:600;color:#000;position:relative;display:inline-block;padding-bottom:15px}.contact-page h1:after{content:"";position:absolute;width:60px;height:3px;background-color:#000;bottom:0;left:50%;transform:translate(-50%)}.contact-page p{font-size:1.2em;color:#333;max-width:80%;margin:20px auto}.contact-page a{color:#000;text-decoration:none;font-weight:500;position:relative;transition:all .3s ease;display:inline-block;padding:2px 0}.contact-page a:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#000;transition:width .3s ease}.contact-page a:hover:after{width:100%}.contact-info{margin-top:40px;padding:30px;background-color:#f8f8f8;border-radius:4px}.contact-info h2{font-size:1.5em;margin-bottom:20px;color:#000;font-weight:500}.contact-method{margin:15px 0;display:flex;align-items:center;justify-content:center}.contact-method span{margin-right:10px;font-weight:600}@media (max-width: 768px){.contact-page{margin:40px auto;padding:40px 30px}.contact-page h1{font-size:2em}.contact-page p{max-width:100%;font-size:1.1em}}@media (max-width: 480px){.contact-page{margin:30px auto;padding:30px 20px}.contact-page h1{font-size:1.8em}.contact-info{padding:20px}}.modern-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .2s ease;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #f0f0f0}.modern-navbar.transparent{background:#fffffff2;border-bottom:1px solid rgba(255,255,255,.2)}.modern-navbar.scrolled{background:#fffffffa;box-shadow:0 1px 3px #0000000f;border-bottom:1px solid #e0e0e0}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;height:56px}.navbar-brand{display:flex;align-items:center;text-decoration:none;font-weight:600;font-size:1.25rem;color:#0f0f0f;transition:all .2s ease}.modern-navbar.transparent .navbar-brand{color:#0f0f0f}.navbar-logo{height:28px;width:auto;margin-right:.5rem;transition:all .2s ease}.modern-navbar.transparent .navbar-logo{filter:none}.modern-navbar.scrolled .navbar-logo,.modern-navbar:not(.transparent) .navbar-logo{filter:none}.brand-text{color:#0f0f0f;font-weight:600;letter-spacing:-.01em}.modern-navbar.transparent .brand-text{color:#0f0f0f}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-link{text-decoration:none;font-weight:500;font-size:.9rem;color:#525252;position:relative;padding:.5rem 0;transition:all .2s ease;letter-spacing:-.01em}.modern-navbar.transparent .navbar-link{color:#525252}.navbar-link:hover,.modern-navbar.transparent .navbar-link:hover{color:#0f0f0f}.navbar-link.active,.modern-navbar.transparent .navbar-link.active{color:#0f0f0f;font-weight:600}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#0f0f0f;transition:width .2s ease}.modern-navbar.transparent .navbar-link:after{background:#0f0f0f}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-cta{background:#0f0f0f;color:#fff;padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.8rem;transition:all .2s ease;border:1px solid transparent;letter-spacing:-.01em}.modern-navbar.transparent .navbar-cta{background:#0f0f0f;color:#fff}.navbar-cta:hover{background:#262626;transform:none}.modern-navbar.transparent .navbar-cta:hover{background:#262626}.navbar-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;width:30px;height:30px;position:relative}.navbar-toggle span{display:block;height:3px;width:100%;background:#2d3748;margin:3px 0;transition:all .3s ease;border-radius:3px}.modern-navbar.transparent .navbar-toggle span{background:#fff}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.navbar-container{padding:1rem}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.modern-navbar.transparent .navbar-menu{background:#000000f2}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-link{font-size:1.1rem;text-align:center;padding:.75rem 0}.navbar-cta{margin-top:1rem;text-align:center}.navbar-logo{height:35px}.brand-text{font-size:1.25rem}}@media (max-width: 480px){.navbar-container{padding:.75rem}.navbar-logo{height:30px;margin-right:.5rem}.brand-text{font-size:1.1rem}.navbar-menu{top:70px;padding:1.5rem}}body{padding-top:70px}@media (max-width: 768px){body{padding-top:60px}}.propos-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.about-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#fff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.about-hero .container{position:relative;z-index:2}.about-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.about-description{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-section{padding:6rem 0;background:linear-gradient(180deg,#f8f8f8,#e8e8e8)}.contact-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.contact-subtitle{font-size:1.2rem;text-align:center;margin-bottom:4rem;color:#4a4a4a;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-item{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.contact-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(45deg,#1a1a1a,#2d2d2d)}.contact-item:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.contact-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.contact-item h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.contact-item p{color:#4a4a4a;margin-bottom:1.5rem;font-size:1rem}.contact-link{display:inline-block;background:linear-gradient(45deg,#1a1a1a,#2d2d2d);color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #1a1a1a4d}.contact-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a1a1a66;background:linear-gradient(45deg,#2d2d2d,#1a1a1a)}.contact-closing{text-align:center;font-size:1.1rem;color:#2d2d2d;font-weight:500;font-style:italic}.footer-links{padding:3rem 0;background:#fff;text-align:center;border-top:1px solid rgba(0,0,0,.1)}.terms-link{color:#4a4a4a;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid rgba(0,0,0,.2);border-radius:25px;transition:all .3s ease}.terms-link:hover{color:#1a1a1a;border-color:#1a1a1a;background:#1a1a1a0d}@media (max-width: 768px){.container{padding:0 1rem}.about-title{font-size:2.5rem}.about-description{font-size:1.1rem}.contact-title{font-size:2rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-item{padding:2rem 1.5rem}.about-hero{padding:4rem 0 3rem}.contact-section{padding:4rem 0}}@media (max-width: 480px){.about-title{font-size:2rem}.contact-item{padding:1.5rem 1rem}.contact-icon{font-size:2.5rem}.contact-item h3{font-size:1.3rem}}html,body{height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#111;background-color:#fafafa;line-height:1.6}.terms-page{max-width:800px;margin:60px auto;padding:40px;background-color:#fff;box-shadow:0 10px 30px #00000014;border-radius:4px;text-align:left;position:relative}.terms-page img.map-logo{display:block;margin:0 auto 30px;width:100px;height:auto;filter:brightness(0);transition:transform .3s ease}.terms-page img.map-logo:hover{transform:scale(1.05)}.terms-page h2{font-size:2em;margin-bottom:25px;color:#000;font-weight:600;position:relative;padding-bottom:10px}.terms-page h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#000}.terms-page h3{font-size:1.4em;margin:25px 0 15px;color:#222;font-weight:500}.terms-page p{margin:0 0 20px;font-size:1.1em;line-height:1.8;color:#333}.terms-page a{color:#000;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.terms-page a:hover{border-bottom-color:#000}.terms-block{margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #eee}.terms-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (max-width: 768px){.terms-page{margin:30px auto;padding:30px}.terms-page h2{font-size:1.8em}.terms-page h3{font-size:1.3em}}@media (max-width: 480px){.terms-page{margin:20px auto;padding:25px 20px}.terms-page h2{font-size:1.6em}.terms-page img.map-logo{width:80px}}
