.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;padding:0 1rem 1rem;animation:cookieSlideUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:1100px;margin:0 auto;background:#0a1628f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 -4px 40px #0003}.cookie-banner-content{display:flex;align-items:flex-start;gap:1rem;flex:1}.cookie-icon{font-size:1.5rem;color:var(--color-accent1, #2d7ff9);flex-shrink:0;margin-top:2px}.cookie-title{font-family:Outfit,sans-serif;font-weight:700;font-size:1rem;color:#fff;margin-bottom:4px}.cookie-desc{font-size:.88rem;color:#ffffffa6;line-height:1.6}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 24px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .25s ease;white-space:nowrap}.cookie-btn--decline{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.12)}.cookie-btn--decline:hover{background:#ffffff26;color:#fff}.cookie-btn--accept{background:var(--color-accent1, #2d7ff9);color:#fff;box-shadow:0 4px 16px #2d7ff94d}.cookie-btn--accept:hover{transform:translateY(-1px);box-shadow:0 6px 24px #2d7ff966}@media(max-width:768px){.cookie-banner-inner{flex-direction:column;padding:1.25rem 1.5rem;gap:1rem}.cookie-actions{width:100%}.cookie-btn{flex:1;text-align:center}}@media(max-width:480px){.cookie-banner{padding:0 .5rem .5rem}.cookie-banner-inner{border-radius:12px;padding:1rem}.cookie-icon{display:none}}.floating-contact{position:fixed;right:20px;bottom:100px;z-index:9990;display:flex;flex-direction:column;gap:12px;align-items:center}.floating-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;text-decoration:none;box-shadow:0 4px 16px #0000002e;transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.floating-btn:hover{transform:scale(1.12);box-shadow:0 6px 24px #00000040}.floating-btn:active{transform:scale(.95)}.floating-whatsapp{background:#25d366}.floating-whatsapp:hover{background:#1ebe57}.floating-phone{background:var(--color-accent1, #0077b6)}.floating-phone:hover{background:#005f8a}.floating-email{background:#1a1a2e}.floating-email:hover{background:#2a2a4e}.floating-whatsapp{animation:floatPulse 3s ease-in-out infinite}@keyframes floatPulse{0%,to{box-shadow:0 4px 16px #25d3664d}50%{box-shadow:0 4px 24px #25d3668c}}@media(max-width:768px){.floating-contact{right:14px;bottom:80px;gap:10px}.floating-btn{width:44px;height:44px;font-size:1.1rem}}@media(max-width:480px){.floating-contact{right:10px;bottom:70px}.floating-btn{width:40px;height:40px;font-size:1rem}}html,body{height:100%;margin:0}#root{display:flex;flex-direction:column;position:relative}.mp-main{display:flex;flex-direction:column;align-items:center;flex:1}.mp-topbar{background:#050a14;width:100%;font-family:Outfit,sans-serif;font-size:.78rem;color:#ffffff80;border-bottom:1px solid rgba(255,255,255,.04);transition:max-height .3s ease,opacity .3s ease,padding .3s ease;max-height:40px;overflow:hidden}.mp-topbar--hidden{max-height:0;opacity:0;padding:0}.mp-topbar-inner{max-width:1400px;margin:0 auto;padding:.45rem 2rem;display:flex;align-items:center;justify-content:space-between}.mp-topbar-left{display:flex;align-items:center;gap:1.5rem}.mp-topbar-left a,.mp-topbar-right span{display:inline-flex;align-items:center;gap:6px;color:#ffffff80;transition:color .2s ease;font-size:.78rem}.mp-topbar-left a:hover{color:var(--color-accent1)}.mp-topbar-left i,.mp-topbar-right i{font-size:.68rem;color:var(--color-accent1);opacity:.7}.mp-header{background:linear-gradient(180deg,#070e1a,#0a1628);width:100%;position:sticky;z-index:100;top:0;font-family:Outfit,sans-serif;border-bottom:1px solid rgba(255,255,255,.06);transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease}.mp-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.3),transparent)}.mp-header.scrolled{background:#070e1af5;backdrop-filter:blur(20px) saturate(200%);-webkit-backdrop-filter:blur(20px) saturate(200%);box-shadow:0 4px 32px #0000004d,0 1px #2563eb1a}.mp-header-inner{display:flex;align-items:center;justify-content:space-between;height:76px;max-width:1400px;margin:0 auto;padding:0 2rem}.mp-logo{display:flex;align-items:center;flex-shrink:0;transition:opacity .3s ease}.mp-logo:hover{opacity:.9}.mp-logo img{height:52px}.mp-nav{display:flex;align-items:center;gap:.15rem}.mp-nav a{color:#ffffffbf;font-weight:500;font-size:14px;font-family:Outfit,sans-serif;padding:.5rem .85rem;border-radius:6px;position:relative;transition:color .3s ease,background .3s ease;letter-spacing:.01em}.mp-nav a:after{content:"";position:absolute;bottom:4px;left:50%;width:0;height:2px;background:var(--color-accent1);border-radius:1px;transform:translate(-50%);transition:width .3s cubic-bezier(.25,.46,.45,.94)}.mp-nav a:hover{color:#fff;background:#ffffff0a}.mp-nav a:hover:after{width:60%}.mp-nav-dropdown{position:relative}.mp-nav-dropdown-trigger{color:#ffffffbf;font-weight:500;font-size:14px;font-family:Outfit,sans-serif;cursor:pointer;padding:.5rem .85rem;display:inline-flex;align-items:center;gap:.35rem;border-radius:6px;letter-spacing:.01em;transition:color .3s ease,background .3s ease}.mp-nav-dropdown-trigger:hover{color:#fff;background:#ffffff0a}.mp-dropdown-arrow{font-size:10px;transition:transform .25s ease;opacity:.6}.mp-nav-dropdown:hover .mp-dropdown-arrow{transform:rotate(180deg);opacity:1}.mp-nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:-10px;background:#070e1af7;backdrop-filter:blur(24px) saturate(200%);-webkit-backdrop-filter:blur(24px) saturate(200%);border:1px solid rgba(255,255,255,.06);border-radius:14px;box-shadow:0 20px 60px #00000073,0 0 0 1px #ffffff05;min-width:240px;padding:.6rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),visibility .3s;z-index:1000}.mp-nav-dropdown:hover .mp-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.mp-nav-dropdown-menu a{display:block;padding:.6rem 1rem;color:#ffffffb3;font-size:13.5px;font-weight:500;border-radius:8px;margin:0;white-space:nowrap;transition:background .2s ease,color .2s ease}.mp-nav-dropdown-menu a:hover{background:#2563eb1f;color:#fff}.mp-header-flags{display:flex;gap:4px;flex-shrink:0;align-items:center;padding-left:1rem;border-left:1px solid rgba(255,255,255,.08);margin-left:.5rem}.mp-header-flags img{width:24px;border-radius:2px}.mp-header-flags button{border:0;background:transparent;cursor:pointer;padding:5px;border-radius:6px;transition:transform .2s ease,background .2s ease;opacity:.7}.mp-header-flags button:hover{background:#ffffff14;transform:scale(1.1);opacity:1}.mp-footer{flex-shrink:0;background:linear-gradient(180deg,#0c1a30,#060d18);color:#cdd5e0;display:flex;flex-direction:column;align-items:center;position:relative}.mp-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--color-accent1),transparent)}.mp-footer-cta-band{width:100%;background:linear-gradient(135deg,#2563eb1f,#2563eb0a);border-bottom:1px solid rgba(255,255,255,.06);padding:3rem 2rem}.mp-footer-cta-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.mp-footer-cta-text h3{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.35rem}.mp-footer-cta-text p{font-size:.92rem;color:#fff9;max-width:400px}.mp-footer-cta-form{display:flex;gap:0}.mp-footer-cta-form input{height:50px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:15px;padding:0 1.25rem;min-width:280px;border-radius:8px 0 0 8px;transition:border-color .3s ease,background .3s ease}.mp-footer-cta-form input:focus{outline:none;border-color:#2563eb80;background:#ffffff1a}.mp-footer-cta-form input::placeholder{color:#ffffff59}.mp-footer-cta-form button{cursor:pointer;font-weight:600;height:50px;font-size:14px;color:#fff;border:0;background:var(--gradient-accent, linear-gradient(135deg, #2563eb, #1d4ed8));padding:0 1.5rem;border-radius:0 8px 8px 0;transition:filter .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.mp-footer-cta-form button:hover{filter:brightness(1.15);box-shadow:0 4px 20px #2563eb59}.mp-footer-main{width:100%;padding:3.5rem 2rem 2.5rem}.mp-footer-main-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem}.mp-footer-brand{display:flex;flex-direction:column;gap:1rem}.mp-footer-logo-link{display:inline-block}.mp-footer-logo-link img{height:52px;width:auto}.mp-footer-brand-desc{font-size:.88rem;line-height:1.7;color:#ffffff8c;max-width:320px}.mp-footer-socials-row{display:flex;gap:10px;margin-top:.5rem}.mp-footer-socials-row a{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffa6;font-size:15px;transition:all .3s ease}.mp-footer-socials-row a:hover{background:var(--color-accent1);border-color:var(--color-accent1);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb4d}.mp-footer-col h4{font-family:Outfit,sans-serif;color:#fff;font-size:1rem;font-weight:600;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}.mp-footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--color-accent1);border-radius:1px}.mp-footer-col ul{list-style:none;padding:0;margin:0}.mp-footer-col ul li{margin:.45rem 0}.mp-footer-col ul li a{color:#fff9;font-size:.88rem;display:inline-flex;align-items:center;gap:8px;transition:color .3s ease,transform .2s ease}.mp-footer-col ul li a .fa-chevron-right{font-size:.55rem;opacity:.5;transition:transform .3s ease,opacity .3s ease}.mp-footer-col ul li a:hover{color:var(--color-accent1);transform:translate(4px)}.mp-footer-col ul li a:hover .fa-chevron-right{opacity:1;transform:translate(2px)}.mp-footer-contact-list{display:flex;flex-direction:column;gap:.75rem}.mp-footer-contact-list li a,.mp-footer-address{display:flex;align-items:flex-start;gap:12px;color:#fff9;font-size:.88rem;transition:color .3s ease;line-height:1.5}.mp-footer-contact-list li a:hover{color:var(--color-accent1)}.mp-footer-contact-list .fa-phone,.mp-footer-contact-list .fa-envelope,.mp-footer-contact-list .fa-location-dot,.mp-footer-contact-list .fa-clock{color:var(--color-accent1);font-size:.85rem;margin-top:2px;flex-shrink:0;width:16px;text-align:center}.mp-footer-offices{margin-top:.75rem;font-size:.82rem;color:#fff6;font-style:italic}.mp-footer-bottom-bar{width:100%;border-top:1px solid rgba(255,255,255,.06);padding:1.25rem 2rem;background:#00000026}.mp-footer-bottom-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.mp-footer-copyright{font-size:.82rem;color:#fff6}.mp-footer-legal-links{display:flex;align-items:center;gap:.5rem}.mp-footer-legal-links a{font-size:.82rem;color:#ffffff73;transition:color .3s ease}.mp-footer-legal-links a:hover{color:var(--color-accent1)}.mp-footer-sep{color:#ffffff26;font-size:.82rem}.mp-footer-credit{font-size:.78rem}.mp-footer-credit a{color:#ffffff59;transition:color .3s ease}.mp-footer-credit a:hover{color:var(--color-accent1)}.mp-menu-toggle{display:none;background:none;border:none;font-size:1.75rem;cursor:pointer;color:#ffffffe6;padding:.5rem}.mp-mobile-menu{position:fixed;inset:72px 0 0;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;padding:1.5rem;overflow-y:auto;font-family:Outfit,sans-serif;animation:slideInFromRight .35s cubic-bezier(.25,.46,.45,.94) both}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.mp-mobile-menu nav{display:flex;flex-direction:column;gap:0}.mp-mobile-menu nav a{color:var(--color-text);font-size:1rem;padding:.75rem .5rem;border-bottom:1px solid var(--color-neutral2)}.mp-mobile-menu nav a:hover{color:var(--color-accent1)}@media(min-width:769px){.mp-mobile-menu{display:none}}@media(max-width:1200px){.mp-nav a,.mp-nav-dropdown-trigger{font-size:13px;padding:.4rem .5rem}}@media(max-width:1024px){.mp-footer-main-inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:768px){.mp-topbar,.mp-nav{display:none}.mp-menu-toggle{display:block}.mp-header-inner .mp-header-flags button{display:none}.mp-footer-cta-inner{flex-direction:column;text-align:center}.mp-footer-cta-text p{max-width:100%}.mp-footer-cta-form{width:100%;flex-direction:column}.mp-footer-cta-form input{min-width:unset;width:100%;border-radius:8px}.mp-footer-cta-form button{width:100%;border-radius:8px;justify-content:center}.mp-footer-main-inner{grid-template-columns:1fr;gap:2rem}.mp-footer-brand{align-items:center;text-align:center}.mp-footer-brand-desc{max-width:100%;text-align:center}.mp-footer-socials-row{justify-content:center}.mp-footer-col h4:after{left:50%;transform:translate(-50%)}.mp-footer-col{text-align:center}.mp-footer-col ul li a,.mp-footer-contact-list li a,.mp-footer-address{justify-content:center}.mp-footer-bottom-inner{flex-direction:column;text-align:center;gap:.5rem}.mp-footer-legal-links{flex-wrap:wrap;justify-content:center}}.admin-layout{display:flex;min-height:100vh;font-family:Segoe UI,sans-serif;background-color:#f5f6fa}.admin-sidebar{width:240px;background-color:#2c3e50;color:#ecf0f1;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;position:sticky;top:0}.admin-header-mobile{display:none}.admin-title{margin:0 0 2rem;font-size:1.5rem;text-align:center;color:#fff}.admin-link{text-decoration:none;color:#bdc3c7;padding:.6rem 1rem;border-radius:6px;transition:background .2s,color .2s}.admin-link:hover,.admin-link:focus{background-color:#34495e;color:#ecf0f1}.admin-logout{margin-top:auto;background-color:#e74c3c;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .2s}.admin-logout:hover{background-color:#c0392b}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-nav-link{display:block;padding:.75rem 1rem;text-decoration:none;color:#fff;border-radius:6px;transition:background .2s}.admin-nav-link:hover{background-color:#ecf0f1;color:#000}.admin-nav-link.active{background-color:#1abc9c;color:#fff;font-weight:700}.admin-logout-btn{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.admin-logout-btn:hover{background-color:#c0392b}@media(max-width:768px){.admin-sidebar{display:none}.admin-header-mobile{display:flex;align-items:center;justify-content:space-between;background-color:#2c3e50;color:#fff;padding:1rem;position:sticky;top:0;z-index:10;height:100px}.admin-menu-toggle{font-size:1.5rem;background:none;border:none;color:#fff;cursor:pointer}.admin-mobile-menu{background-color:#34495e;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;position:fixed;top:100px;width:100%}.admin-mobile-link{color:#fff;text-decoration:none;font-size:1.1rem}.admin-mobile-link:hover{color:#1abc9c}.admin-mobile-logout{background-color:#e74c3c;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem}.admin-layout{flex-direction:column}}.conseiller-layout{display:flex;min-height:100vh;font-family:Segoe UI,sans-serif;background-color:#f5f6fa}.conseiller-sidebar{width:240px;background-color:#27ae60;color:#ecf0f1;padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;position:sticky;top:0}.conseiller-header-mobile{display:none}.conseiller-sidebar-title{margin:0 0 2rem;font-size:1.5rem;text-align:center;color:#fff}.conseiller-nav-link{display:block;padding:.75rem 1rem;text-decoration:none;color:#fff;border-radius:6px;transition:background .2s}.conseiller-nav-link:hover{background-color:#ecf0f1;color:#000}.conseiller-nav-link.active{background-color:#2ecc71;color:#fff;font-weight:700}.conseiller-logout-btn{margin-top:auto;background-color:#e74c3c;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}.conseiller-logout-btn:hover{background-color:#c0392b}.conseiller-content{flex:1;padding:2rem;overflow-y:auto}@media(max-width:768px){.conseiller-sidebar{display:none}.conseiller-header-mobile{display:flex;align-items:center;justify-content:space-between;background-color:#27ae60;color:#fff;padding:1rem;position:sticky;top:0;z-index:10;height:100px}.conseiller-menu-toggle{font-size:1.5rem;background:none;border:none;color:#fff;cursor:pointer}.conseiller-mobile-menu{background-color:#2ecc71;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;position:fixed;top:100px;width:100%;z-index:9}.conseiller-mobile-link{color:#fff;text-decoration:none;font-size:1.1rem;padding:.5rem 0}.conseiller-mobile-link:hover{color:#ecf0f1;text-decoration:underline}.conseiller-mobile-logout{background-color:#e74c3c;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-size:1rem;margin-top:1rem}.conseiller-mobile-logout:hover{background-color:#c0392b}.conseiller-layout{flex-direction:column}}.accueil-page{display:flex;flex-direction:column;width:100%;overflow-x:hidden}@keyframes kenBurns{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes heroGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 20px #2563eb4d}50%{box-shadow:0 4px 32px #2563eb80,0 0 48px #2563eb26}}@keyframes scrollBounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(8px);opacity:1}}.accueil-page .hero{height:70vh;min-height:480px;max-height:760px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.accueil-page .hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:kenBurns 20s ease-in-out infinite}.accueil-page .hero-content{text-align:left;color:#fff;z-index:1;width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;position:absolute;background:linear-gradient(135deg,#0a1628d1,#0f1f3d99,#2563eb1f 60%,#0a1628c7);background-size:200% 200%;animation:heroGradientShift 12s ease-in-out infinite;padding:3rem 6%}.accueil-page .hero-content:before{content:"SmartAero Consulting";display:inline-block;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent1);background:#2d7ff91f;border:1px solid rgba(45,127,249,.25);padding:.4rem 1.1rem;border-radius:100px;margin-bottom:1.25rem}.accueil-page .hero-content h1{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.25rem;line-height:1.1;max-width:680px;letter-spacing:-.02em;text-shadow:0 2px 24px rgba(0,0,0,.3),0 1px 4px rgba(0,0,0,.2)}.accueil-page .hero-content p{font-size:clamp(1.05rem,1.6vw,1.3rem);margin-bottom:2.25rem;color:#ffffffc7;max-width:540px;line-height:1.65}.hero-cta{display:inline-block;padding:.95rem 2.6rem;background:var(--gradient-accent, linear-gradient(135deg, #2563eb, #1d4ed8));color:#fff;font-weight:600;font-size:1rem;border-radius:8px;transition:transform .3s cubic-bezier(.25,.46,.45,.94),filter .3s ease;animation:pulseGlow 3s ease-in-out infinite}.hero-cta:hover{filter:brightness(1.15);transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.hero-stat{display:flex;flex-direction:column;gap:4px}.hero-stat-number{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em}.hero-stat-label{font-size:.82rem;color:#fff9;font-weight:500}.hero-scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center}.hero-scroll-indicator span{display:block;width:24px;height:24px;border-right:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transform:rotate(45deg);animation:scrollBounce 2s ease-in-out infinite}.section-title{font-family:Outfit,sans-serif;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:700;margin-bottom:.5rem;color:var(--color-primary);text-align:center;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48px;height:3px;background:var(--gradient-accent, linear-gradient(135deg, #2563eb, #1d4ed8));border-radius:2px}.section-title--light{color:#fff}.section-title--light:after{background:#ffffff80}.section-subtitle{text-align:center;font-size:1.05rem;color:var(--color-text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.accueil-page .secteurs{padding:5rem 2rem;background:#fff;text-align:center}.secteurs .section-title{margin-bottom:.5rem}.secteurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1240px;margin:0 auto}.secteur-card{background-size:cover;background-position:center;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-end;height:340px;position:relative;overflow:hidden;cursor:pointer;transition:transform .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s ease;box-shadow:0 4px 20px #0a162814}.secteur-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(10,22,40,.45) 50%,rgba(10,22,40,.92) 100%);border-radius:16px;transition:background .5s ease}.secteur-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0a162840}.secteur-card:hover .secteur-card-overlay{background:linear-gradient(180deg,#2563eb0d,#0a162899 40%,#0a1628f2)}.secteur-card-content{position:relative;z-index:1;padding:1.75rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.secteur-card:hover .secteur-card-content{transform:translateY(-4px)}.secteur-icon-wrap{width:44px;height:44px;border-radius:12px;background:#2563eb26;border:1px solid rgba(37,99,235,.25);display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:all .4s ease;backdrop-filter:blur(8px)}.secteur-card:hover .secteur-icon-wrap{background:var(--color-accent1);border-color:var(--color-accent1);transform:scale(1.1);box-shadow:0 4px 20px #2563eb66}.secteur-icon{font-size:1.15rem;color:var(--color-accent1);transition:color .4s ease}.secteur-card:hover .secteur-icon{color:#fff}.secteur-card-content h3{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:0;line-height:1.3;transition:margin-bottom .4s ease}.secteur-card:hover .secteur-card-content h3{margin-bottom:.4rem}.secteur-desc{font-size:.85rem;color:#fffc;line-height:1.55;max-height:0;opacity:0;overflow:hidden;transition:max-height .5s cubic-bezier(.25,.46,.45,.94),opacity .4s ease .1s}.secteur-card:hover .secteur-desc{max-height:80px;opacity:1}.secteur-arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2563eb33;color:#fff;font-size:.85rem;opacity:0;transform:translate(-12px);transition:opacity .4s ease .15s,transform .4s cubic-bezier(.25,.46,.45,.94) .15s,background .3s ease;margin-top:.75rem}.secteur-card:hover .secteur-arrow{opacity:1;transform:translate(0)}.secteur-arrow:hover{background:var(--color-accent1)}.btn-decouvrir{display:none}.section-cards{padding:5rem 2rem;background:var(--color-neutral1);text-align:center}.section-cards .section-title{margin-bottom:3rem}.section-cards--alt{background:#fff}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1240px;margin:0 auto}.card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0a16280f;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.04);transition:transform .5s cubic-bezier(.25,.46,.45,.94),box-shadow .5s ease}.card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #0a162824}.card-img-wrap{overflow:hidden;position:relative}.card-img-wrap:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent,rgba(10,22,40,.04));z-index:1;pointer-events:none}.card-img{width:100%;padding-top:60%;background-size:cover;background-position:center;position:relative;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.card:hover .card-img{transform:scale(1.06)}.card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column;text-align:left;gap:.5rem}.card-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent1);background:#2563eb14;padding:.3rem .8rem;border-radius:100px;align-self:flex-start;margin-bottom:.25rem;transition:all .3s ease}.card:hover .card-badge{background:var(--color-accent1);color:#fff}.card-body h3{font-family:Outfit,sans-serif;font-size:1.1rem;margin-bottom:.25rem;font-weight:600;color:var(--color-primary);line-height:1.35}.card-body p{font-size:.9rem;color:var(--color-text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.card-date{font-size:.78rem;color:var(--color-text-light);opacity:.7;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--color-neutral2)}.btn-secondary{display:inline-block;margin-top:2.5rem;padding:.85rem 2.4rem;background:transparent;color:var(--color-primary);font-weight:600;border:2px solid var(--color-primary);border-radius:8px;transition:all .35s cubic-bezier(.25,.46,.45,.94);font-size:.95rem;position:relative}.btn-secondary:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0a162826}.accueil-page .qse{background:linear-gradient(#0a1628d1,#0a1628e0),url(/technicienne.jpg) center / cover no-repeat fixed;color:#fff;padding:5.5rem 2rem;text-align:center}.qse-inner{max-width:960px;margin:0 auto}.qse-inner .section-title{margin-bottom:3rem}.qse-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.qse-list li{display:flex;align-items:flex-start;gap:16px;padding:1.5rem 1.75rem;font-size:.95rem;line-height:1.6;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);transition:background .4s ease,border-color .4s ease,transform .4s ease;text-align:left}.qse-list li:hover{background:#ffffff1a;border-color:#2563eb40;transform:translateY(-2px)}@keyframes floatCheck{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.qse-check{color:var(--color-accent1);font-size:1.35rem;flex-shrink:0;margin-top:2px;animation:floatCheck 3s ease-in-out infinite;filter:drop-shadow(0 0 6px rgba(37,99,235,.3))}.partenaires-section{padding:5rem 2rem 5.5rem;background:var(--color-neutral1);text-align:center;overflow:hidden}.partenaires-section .section-title{margin-bottom:.5rem}@keyframes partnerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partenaires-slider{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);max-width:1200px;margin:0 auto}.partenaires-track{display:flex;animation:partnerScroll 35s linear infinite;width:max-content}.partenaires-track.paused{animation-play-state:paused}.partenaire-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 2.5rem;min-width:180px;transition:transform .3s ease;flex-shrink:0}.partenaire-card:hover{transform:scale(1.08)}.partenaire-logo{max-width:130px;max-height:60px;object-fit:contain;margin-bottom:10px;filter:grayscale(100%) opacity(.5);transition:filter .4s ease,transform .4s ease}.partenaire-card:hover .partenaire-logo{filter:grayscale(0%) opacity(1);transform:scale(1.08)}.partenaire-name{font-size:.78rem;color:var(--color-text-light);font-weight:500;text-align:center;opacity:.7}.temoignages-section{padding:5rem 2rem 6rem;background:linear-gradient(180deg,#f0f4fa,#e8edf5);text-align:center;overflow:hidden;position:relative}.temoignages-section .section-title{margin-bottom:.5rem}.temoignages-wrapper{position:relative;max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1rem}.temoignages-nav{width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px #0a16281a;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:var(--color-primary);flex-shrink:0;transition:all .3s ease;z-index:2}.temoignages-nav:hover{background:var(--color-accent1);color:#fff;border-color:var(--color-accent1);transform:scale(1.08);box-shadow:0 6px 24px #2563eb40}.temoignages-slider{overflow:hidden;flex:1;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 95%,transparent 100%)}.temoignages-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem .5rem}.temoignages-track::-webkit-scrollbar{display:none}.temoignage-card{background:#fff;border-radius:20px;padding:2rem 2rem 1.75rem;min-width:380px;max-width:420px;flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 24px #0a16280f;border:1px solid rgba(0,0,0,.04);transition:transform .4s ease,box-shadow .4s ease;text-align:left;position:relative}.temoignage-card:hover{transform:translateY(-6px);box-shadow:0 20px 56px #0a16281f}.temoignage-quote-icon{color:var(--color-accent1);font-size:1.4rem;opacity:.2;margin-bottom:-.25rem}.temoignage-stars{display:flex;gap:3px}.temoignage-stars .fa-star{color:#f59e0b;font-size:.9rem}.temoignage-stars .fa-regular.fa-star{color:#d4d4d8}.temoignage-texte{font-size:.92rem;line-height:1.75;color:var(--color-text);flex:1;position:relative}.temoignage-auteur{display:flex;align-items:center;gap:12px;padding-top:1rem;border-top:1px solid var(--color-neutral2)}.temoignage-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-accent);color:#fff;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em;box-shadow:0 4px 12px #2563eb40}.temoignage-info{display:flex;flex-direction:column;gap:1px}.temoignage-info strong{font-family:Outfit,sans-serif;font-size:.92rem;font-weight:600;color:var(--color-primary)}.temoignage-info span{font-size:.8rem;color:var(--color-text-light);line-height:1.4}.temoignage-pays{color:var(--color-accent1)!important;font-weight:500}.temoignage-pays .fa-location-dot{font-size:.7rem;margin-right:2px}.accueil-page .cta-contact{background:linear-gradient(135deg,#0a1628e0,#0f1f3dd1,#0a1628e6),url(/deal.jpg) center / cover no-repeat;color:#fff;padding:6rem 2rem;text-align:center}.cta-container{max-width:720px;margin:0 auto}.cta-title{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;color:#fff;letter-spacing:-.01em}.cta-subtitle{font-size:1.1rem;margin-bottom:2.5rem;color:#ffffffbf;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-block;padding:.95rem 2.8rem;background:var(--gradient-accent, linear-gradient(135deg, #2563eb, #1d4ed8));color:#fff;font-weight:600;font-size:1rem;border-radius:8px;transition:filter .3s ease,transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;box-shadow:0 4px 20px #2563eb4d}.cta-btn:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 8px 32px #2563eb73}.cta-btn--outline{background:transparent;border:2px solid rgba(255,255,255,.4);box-shadow:none;color:#fff}.cta-btn--outline:hover{background:#ffffff1a;border-color:#ffffffb3;box-shadow:none;transform:translateY(-1px)}.faq-section{padding:5rem 2rem;background:#fff;text-align:center}.faq-section .section-title{margin-bottom:3rem}.faq-list{max-width:800px;margin:0 auto;text-align:left}.faq-item{border:1px solid #e8ecf1;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-item:hover{border-color:#2d7ff94d}.faq-item.open{border-color:var(--color-accent1);box-shadow:0 4px 20px #2d7ff914}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;color:var(--color-primary);text-align:left;gap:16px;transition:color .2s ease}.faq-item.open .faq-question{color:var(--color-accent1)}.faq-chevron{font-size:.85rem;color:var(--color-text-light, #999);transition:transform .3s ease,color .3s ease;flex-shrink:0}.faq-chevron.rotated{transform:rotate(180deg);color:var(--color-accent1)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.75;color:var(--color-text-light, #666)}@media(max-width:900px){.secteurs-grid,.cards-grid,.qse-list{grid-template-columns:repeat(2,1fr)}.secteur-card{height:280px}.accueil-page .hero{height:60vh}.temoignage-card{min-width:300px;max-width:340px;padding:1.5rem}.temoignages-nav{width:40px;height:40px;font-size:.85rem}}@media(max-width:600px){.hero-stats{gap:1.5rem;flex-wrap:wrap}.hero-stat-number{font-size:1.5rem}.secteurs-grid,.cards-grid,.qse-list{grid-template-columns:1fr}.secteur-card{height:240px}.accueil-page .hero{height:50vh;min-height:340px}.accueil-page .hero-content{padding:2rem 5%}.accueil-page .hero-content h1{max-width:100%}.accueil-page .secteurs,.section-cards,.accueil-page .qse,.partenaires-section,.temoignages-section,.accueil-page .cta-contact{padding-left:1.25rem;padding-right:1.25rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn,.cta-btn--outline{width:100%;max-width:320px;text-align:center}.partenaire-card{min-width:140px;padding:1rem 1.5rem}.temoignage-card{min-width:280px;max-width:310px;padding:1.25rem}.temoignage-texte{font-size:.85rem}.temoignages-nav{width:36px;height:36px;font-size:.8rem}.section-subtitle{font-size:.92rem;padding:0 .5rem}.faq-question{font-size:.95rem;padding:1rem 1.25rem}.faq-answer p{padding:0 1.25rem 1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #0a1628;--color-secondary: #1a2a4a;--color-accent1: #2563eb;--color-accent2: #1d4ed8;--color-accent-warm: #f59e0b;--color-neutral1: #f8fafc;--color-neutral2: #e2e8f0;--color-text: #0f172a;--color-text-light: #64748b;--gradient-nav: linear-gradient(180deg, #0a1628 0%, #0f1f3d 100%);--gradient-accent: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%)}html{scroll-behavior:smooth}::selection{background:#2563eb26;color:var(--color-primary)}body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background:#fff;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeInPage{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mp-main{animation:fadeInPage .5s ease-out both}a{text-decoration:none;color:inherit}ul{list-style:none}img{display:block;max-width:100%;height:auto}img[loading=lazy]{content-visibility:auto}:focus-visible{outline:2px solid var(--color-accent1);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}html,body,#root{height:100%;margin:0}body{height:auto;display:flex;flex-direction:column}.btn-primary{background:var(--gradient-accent);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 8px #2563eb33}.btn-primary:hover{background:var(--gradient-accent);filter:brightness(1.1);box-shadow:0 4px 16px #2563eb4d;transform:translateY(-1px)}h1,h2,h3,button{font-family:Outfit,sans-serif}.scroll-animate,.scroll-animate.visible{opacity:1}
