.solutionCard{background:#fff;border:1px solid #0000000f;border-radius:20px;flex-direction:column;height:auto;min-height:480px;padding:30px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible;box-shadow:0 8px 30px #00000014}.cardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00cc000f 0%,#0000 50%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.solutionCard:hover .cardGlow{opacity:1}.cardBorder{-webkit-mask-composite:xor;opacity:0;pointer-events:none;background:linear-gradient(135deg,#00cc0080,#0000 40% 60%,#00cc0080);border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.solutionCard:hover .cardBorder{opacity:1}.solutionCard:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f,0 0 40px #00cc000f}.cardHeader{text-align:center;flex-shrink:0;margin-bottom:20px}.cardIconWrapper{justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex;position:relative}.cardIcon{z-index:1;background:linear-gradient(135deg,#00cc001f 0%,#00cc000a 100%);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;transition:all .4s;display:flex;position:relative}.iconRing{opacity:0;border:2px solid #0c06;border-radius:19px;transition:all .4s;position:absolute;inset:-3px;transform:scale(.8)}.solutionCard:hover .iconRing{opacity:1;transform:scale(1)}.solutionCard:hover .cardIcon{background:linear-gradient(135deg,#0c03 0%,#00cc0014 100%);transform:scale(1.05)}.cardTitle{color:#00ed40;letter-spacing:-.02em;margin-bottom:8px;font-size:1.15rem;font-weight:700;line-height:1.3}.cardDescription{color:#666;max-width:260px;margin:0 auto;font-size:.85rem;line-height:1.5}.schemaContainer{flex-direction:column;flex:1;gap:0;display:flex;overflow:visible}.schemaItem{flex-direction:column;align-items:stretch;display:flex}.schemaItem:last-child{margin-top:auto}.schemaConnector{justify-content:center;padding:4px 0;display:flex}.connectorLine{background:linear-gradient(#0c0 0%,#00cc004d 100%);border-radius:2px;width:2px;height:14px}.schemaBox{background:#f8f9fa;border:1px solid #0000000f;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;text-decoration:none;transition:all .3s;display:flex}.schemaBox:hover{background:#00cc0014;border-color:#00cc004d;transform:translate(3px)}.schemaLabel{color:#1a1a1a;flex:1;font-size:.85rem;font-weight:600}.schemaDesc{color:#888;margin-left:6px;font-size:.7rem}.schemaArrow{color:#0c0;opacity:0;font-size:1rem;transition:all .3s;transform:translate(-8px)}.schemaBox:hover .schemaArrow{opacity:1;transform:translate(0)}.schemaAction{background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border:none;flex-shrink:0;margin-top:auto}.schemaAction .schemaLabel{color:#000;font-weight:700}.schemaAction .schemaArrow{color:#000;opacity:1;transform:translate(0)}.schemaAction:hover{background:linear-gradient(135deg,#0d0 0%,#0b0 100%);transform:translate(0)scale(1.02);box-shadow:0 6px 20px #00cc0059}.schemaChildren{border-left:2px solid #00cc0040;flex-direction:column;gap:4px;margin-left:12px;padding:8px 0 8px 18px;display:flex}.childLink{color:#555;background:#f8f9fa;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:.78rem;text-decoration:none;transition:all .25s;display:flex}.childLink:hover{color:#0a0;background:#00cc001a;padding-left:14px}.childDot{opacity:.5;background:#0c0;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:all .25s}.childLink:hover .childDot{opacity:1;transform:scale(1.3)}.cardLink{color:#000;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cardLink:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0c06}.linkArrow{transition:transform .3s}.cardLink:hover .linkArrow{transform:translate(4px)}@media (max-width:768px){.solutionCard{border-radius:16px;min-height:400px;padding:22px 18px}.cardHeader{margin-bottom:14px}.cardIcon{border-radius:14px;width:48px;height:48px;font-size:1.4rem}.cardIconWrapper{margin-bottom:10px}.cardTitle{font-size:1.02rem}.cardDescription{font-size:.8rem}.schemaBox{border-radius:9px;padding:10px 12px}.schemaLabel{font-size:.8rem}.schemaChildren{gap:3px;margin-left:8px;padding-left:12px}.childLink{padding:6px 8px;font-size:.72rem}.schemaAction{padding:10px 14px}.connectorLine{height:10px}.cardLink{padding:10px 20px;font-size:.85rem}}@media (max-width:640px){.scroll-to-top{display:none!important}.solutionCard{border-radius:14px;min-height:360px;padding:18px 16px}.cardHeader{margin-bottom:12px}.cardIcon{border-radius:12px;width:44px;height:44px;font-size:1.3rem}.cardIconWrapper{margin-bottom:8px}.cardTitle{font-size:.96rem}.cardDescription{font-size:.76rem}.schemaBox{border-radius:8px;padding:9px 10px}.schemaLabel{font-size:.76rem}.schemaDesc{font-size:.66rem}.schemaChildren{gap:2px;margin-left:6px;padding:6px 0 6px 10px}.childLink{gap:6px;padding:5px 7px;font-size:.7rem}.connectorLine{height:8px}.schemaConnector{padding:3px 0}.cardLink{padding:9px 18px;font-size:.82rem}}@media (max-width:480px){.solutionCard{border-radius:12px;min-height:340px;padding:16px 14px}.cardHeader{margin-bottom:10px}.cardIcon{border-radius:10px;width:40px;height:40px;font-size:1.2rem}.cardTitle{font-size:.92rem}.cardDescription{font-size:.72rem}.schemaBox{padding:8px 9px}.schemaLabel{font-size:.73rem}.schemaDesc{font-size:.63rem}.schemaArrow{font-size:.85rem}.schemaChildren{margin-left:5px;padding:5px 0 5px 8px}.childLink{gap:5px;padding:4px 6px;font-size:.66rem}.childDot{width:4px;height:4px}.schemaAction .schemaLabel{font-size:.78rem}.connectorLine{height:7px}.cardLink{padding:8px 16px;font-size:.78rem}}@media (max-width:380px){.solutionCard{border-radius:10px;min-height:310px;padding:14px 12px}.cardIcon{border-radius:9px;width:36px;height:36px;font-size:1.1rem}.cardTitle{font-size:.88rem}.cardDescription{font-size:.68rem}.schemaBox{border-radius:7px;padding:7px 8px}.schemaLabel{font-size:.7rem}.childLink{padding:4px 5px;font-size:.63rem}.schemaAction .schemaLabel{font-size:.74rem}.connectorLine{height:6px}.cardLink{padding:7px 14px;font-size:.75rem}}.cardTitleWrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.cardTitleImage{object-fit:contain;width:100px;height:100px;margin-right:130px}
.missionTitle{color:#0c0;cursor:pointer;background:0 0;border:2px solid #0c0;border-radius:50px;justify-content:center;align-items:center;padding:5px 25px;font-size:1.3rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.missionTitle:hover{color:#000;background:#0c0;transform:translateY(-3px);box-shadow:0 8px 25px #00cc004d}.processGrid{flex-wrap:wrap;gap:40px;display:flex}.processLeft{flex:1;min-width:300px}.processLeft img{border-radius:12px;width:100%;margin-top:20px;box-shadow:0 10px 20px #00000026}.stepContent{background:#494949;border-radius:15px;padding:20px 25px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #000}.processStep:hover .stepContent{transform:translateY(-5px);box-shadow:0 15px 40px #000}.stepContent h3{color:#111;margin-bottom:10px;font-size:18px}.stepContent p{color:#555;font-size:14px;line-height:1.6}.processSection{color:#fff;background:radial-gradient(circle at top,#000,#000);padding:100px 0}.processGrid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.processLeft img{max-width:100%;margin-top:30px;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.processRight{padding-left:40px;position:relative}.processStep{opacity:0;gap:20px;margin-bottom:40px;animation:.8s forwards fadeIn;display:flex;position:relative;transform:translate(40px)}.processStep:first-child{animation-delay:.2s}.processStep:nth-child(2){animation-delay:.4s}.processStep:nth-child(3){animation-delay:.6s}.processStep:nth-child(4){animation-delay:.8s}.processStep:nth-child(5){animation-delay:1s}@keyframes fadeIn{to{opacity:1;transform:translate(0)}}.stepMarker{color:#020617;background:radial-gradient(circle,#fff,#fff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;transition:transform .3s,box-shadow .3s;display:flex}.stepContent{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border:3px solid #00ff37cd;border-left:none;border-right:none;border-radius:16px;padding:20px 25px;transition:all .3s}.processStep:hover .stepMarker{transform:scale(1.15)}.processStep:hover .stepContent{border-color:#3f0;box-shadow:0 0 60px #62ff004d}@media (max-width:900px){.processGrid{grid-template-columns:1fr;gap:40px}.processRight{padding-left:16px}.processSection{padding:60px 0}}@media (max-width:768px){.processRight{border-left:none;padding-left:0}.processSection{padding:48px 0}.processStep{gap:14px;margin-bottom:28px}.stepMarker{width:32px;height:32px;font-size:.85rem;left:-10px}.stepContent{margin-left:0;padding:16px 18px}.stepContent h3{margin-bottom:6px;font-size:16px}.stepContent p{font-size:13px}}.statsSection{background:#000;padding:80px 0;position:relative;overflow:hidden}.statsSection:before{content:"";pointer-events:none;position:absolute;inset:0}.statsTitle{text-align:center;color:#fff;margin-bottom:12px;font-size:2.5rem;font-weight:700;position:relative}.statsTitle .highlight{color:#00c853;position:relative}.statsSubtitle{text-align:center;color:#a0a0a0;margin-bottom:60px;font-size:1.1rem}.statsGrid{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid;position:relative}.statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fff;border:1px solid #00c85333;border-radius:20px;padding:50px 30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.statCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#00c853,#0000);height:4px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.statCard:hover:before{opacity:1}.statCard:hover{background:#00c8530d;border-color:#00c853;transform:translateY(-10px);box-shadow:0 20px 40px #00c85333}.statValue{margin-bottom:16px;line-height:1}.statValueText{background:#0c0;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;display:inline-block}.statLabel{color:#41e121;margin-bottom:6px;font-size:1.3rem;font-weight:600}.statSublabel{color:#888;font-size:.95rem;font-weight:400}@media (max-width:992px){.statsGrid{grid-template-columns:repeat(2,1fr);gap:24px}.statsTitle{margin-bottom:8px;font-size:1.8rem}.statsSubtitle{margin-bottom:40px;font-size:1rem}.statValueText{font-size:2.8rem}.statCard{border-radius:16px;padding:36px 24px}.statLabel{font-size:1.1rem}}@media (max-width:600px){.statsGrid{grid-template-columns:1fr;gap:16px}.statsSection{padding:40px 0}.statsTitle{font-size:1.5rem}.statsSubtitle{margin-bottom:28px;font-size:.9rem}.statCard{border-radius:14px;padding:28px 20px}.statValueText{font-size:2.8rem}.statLabel{font-size:1rem}.statSublabel{font-size:.85rem}}.processGrid{grid-template-columns:1fr 1fr;align-items:start;gap:50px;padding:60px 0;display:grid}.processLeft img{border-radius:14px;width:100%;margin-bottom:20px;box-shadow:0 12px 30px #0000001a}.processLeft p{color:#ededed;font-size:18px;line-height:1.7}.processStep h3{color:#00c853;margin-bottom:8px;font-size:20px;font-weight:700}.secteursSection{background:#000;padding:60px 0;overflow:hidden}.carouselWrapper{width:100%;padding:30px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.secteurCard{cursor:pointer;border:1px solid #0c03;border-radius:16px;flex-shrink:0;width:280px;height:180px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.secteurCard:hover{border-color:#0c0;transform:scale(1.05)translateY(-5px);box-shadow:0 20px 40px #00cc0040}.secteurBg{filter:brightness(.7);background-position:50%;background-size:cover;transition:transform .6s,filter .4s;position:absolute;inset:0}.secteurCard:hover .secteurBg{filter:brightness(.5);transform:scale(1.15)}.secteurOverlay{text-align:center;background:linear-gradient(#0003 0%,#0006 50%,#000000e6 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.secteurIcon{background:#000c;border:2px solid #0c06;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-70%)}.secteurCard:hover .secteurIcon{background:#00cc0026;border-color:#0c0;transform:translate(-50%,-70%)scale(1.1)}.secteurIcon img{object-fit:contain;width:32px;height:32px;margin:0}.secteurOverlay h3{color:#fff;margin:0;font-size:1rem;font-weight:600;transition:color .3s}.secteurCard:hover .secteurOverlay h3{color:#0c0}@media (max-width:768px){.secteursSection{padding:36px 0}.carouselWrapper{padding:20px 0}.secteurCard{border-radius:12px;width:200px;height:135px}.secteurIcon{width:44px;height:44px}.secteurIcon img{width:22px;height:22px}.secteurOverlay{padding:14px}.secteurOverlay h3{font-size:.85rem}}.processStep p{color:#000;font-size:16px;line-height:1.6}@media (max-width:900px){.processGrid{text-align:center;grid-template-columns:1fr;gap:32px;padding:40px 0}.processLeft p{margin-top:10px;font-size:16px}}.missionGrid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:60px 0;display:grid}.missionLeft p{color:#e7e7e7;font-size:18px;line-height:1.7}.missionRight img{object-fit:cover;border-radius:12px;width:100%}@media (max-width:900px){.missionGrid{text-align:center;grid-template-columns:1fr;gap:28px;padding:40px 0}.missionTitle{padding:12px 24px;font-size:22px}.missionLeft p{font-size:16px}}.aboutPage{min-height:100vh;padding-top:100px}.pageHeader{padding:var(--spacing-xxl) 0;text-align:center;background:linear-gradient(135deg,#000,#000);position:relative;overflow:hidden}.pageHeader:before{content:"";opacity:.2;z-index:-1;background-image:url(/images/hero-bg.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.pageHeader h1{font-size:var(--font-size-h1);margin-bottom:var(--spacing-sm);color:#fff}.pageHeader p{margin-bottom:var(--spacing-sm);color:#fff}.highlightChiffres{color:#0c0}.breadcrumb{gap:var(--spacing-xs);color:var(--color-text-gray);font-size:var(--font-size-small);justify-content:center;display:flex}.section{padding:var(--spacing-xxl) 0}.container{width:100%;padding:0 var(--container-padding);margin:0 auto}.missionSection{background:#000}.missionContent{text-align:center;max-width:900px;margin:0 auto}.missionContent h2{color:var(--color-primary);margin-bottom:var(--spacing-lg)}.missionContent p{color:var(--color-text-gray);font-size:var(--font-size-large);margin-bottom:var(--spacing-md);line-height:1.8}.valuesSection{background:var(--color-card-bg)}.valuesGrid{gap:var(--spacing-lg);margin-top:var(--spacing-xl);grid-template-columns:repeat(3,1fr);display:grid}.valueCard{text-align:center;padding:var(--spacing-lg);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition-normal)}.valueCard:hover{border-color:var(--color-primary);transform:translateY(-5px)}.valueIcon{margin-bottom:var(--spacing-md);font-size:48px}.valueCard h3{color:var(--color-primary);margin-bottom:var(--spacing-sm)}.valueCard p{color:var(--color-text-gray);line-height:1.6}@media (max-width:968px){.servicesGrid{grid-template-columns:1fr;gap:20px}.valuesGrid{grid-template-columns:1fr;gap:16px}.valueCard{padding:20px}.valueIcon{margin-bottom:10px;font-size:36px}}.scroll-to-top{color:#000;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 6px 25px #0c06}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-5px);box-shadow:0 10px 35px #0c09}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top svg{transition:transform .3s}.scroll-to-top:hover svg{transform:translateY(-2px)}.floating-phone{color:#fff;cursor:pointer;z-index:9999;background:linear-gradient(135deg,#0c0,#0c0);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:30px;transition:transform .3s;animation:1.8s infinite pulse-ring;display:flex;position:fixed;bottom:150px;right:25px}.floating-phone:hover{transform:scale(1.1)}@keyframes pulse-ring{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 20px #22c55e00}to{box-shadow:0 0 #22c55e00}}.phone-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#020617;border-radius:8px;padding:6px 12px;font-size:.85rem;transition:all .3s;position:absolute;right:75px;transform:translate(10px)}.floating-phone:hover .phone-tooltip{opacity:1;transform:translate(0)}@media (max-width:768px){.aboutPage{padding-top:100px}.pageHeader{padding:36px 0}.pageHeader h1{font-size:1.6rem}.pageHeader p{font-size:.92rem}.section{padding:36px 0}.container{padding:0 16px}.floating-phone{width:52px;height:52px;font-size:24px;bottom:120px;right:16px}.phone-tooltip{padding:4px 10px;font-size:.78rem;right:60px}}@media (max-width:640px){.scroll-to-top{display:none!important}.aboutPage{padding-top:80px}.pageHeader{padding:28px 0}.pageHeader h1{font-size:1.4rem}.pageHeader p{font-size:.85rem}.section{padding:28px 0}.container{padding:0 14px}.missionGrid{gap:22px;padding:28px 0}.missionTitle{padding:10px 20px;font-size:18px}.missionLeft p{font-size:15px;line-height:1.6}.missionRight img{border-radius:10px}.processSection{padding:36px 0}.processGrid{gap:24px;padding:28px 0}.processLeft p{font-size:15px}.processStep{gap:12px;margin-bottom:22px}.stepMarker{width:30px;height:30px;font-size:.8rem}.stepContent{border-radius:12px;padding:14px 16px}.stepContent h3{margin-bottom:5px;font-size:15px}.stepContent p{font-size:13px}.statsSection{padding:32px 0}.statsTitle{font-size:1.3rem}.statsSubtitle{margin-bottom:22px;font-size:.85rem}.statsGrid{gap:14px}.statCard{border-radius:12px;padding:24px 18px}.statValueText{font-size:2.5rem}.statLabel{font-size:.95rem}.statSublabel{font-size:.82rem}.secteursSection{padding:28px 0}.carouselWrapper{padding:16px 0}.secteurCard{border-radius:10px;width:180px;height:120px}.secteurIcon{width:38px;height:38px}.secteurIcon img{width:20px;height:20px}.secteurOverlay{padding:10px}.secteurOverlay h3{font-size:.8rem}.valueCard{padding:16px}.valueIcon{margin-bottom:8px;font-size:32px}.floating-phone{width:48px;height:48px;font-size:22px;bottom:100px;right:14px}}@media (max-width:480px){.aboutPage{padding-top:70px}.pageHeader{padding:22px 0}.pageHeader h1{font-size:1.25rem}.pageHeader p{font-size:.82rem}.section{padding:22px 0}.container{padding:0 12px}.missionGrid{gap:18px;padding:22px 0}.missionTitle{border-width:1.5px;padding:9px 18px;font-size:16px}.missionLeft p{font-size:14px}.processSection{padding:28px 0}.processGrid{gap:20px;padding:20px 0}.processStep{gap:10px;margin-bottom:18px}.stepMarker{width:28px;height:28px;font-size:.75rem}.stepContent{border-width:2px;border-radius:10px;padding:12px 14px}.stepContent h3{font-size:14px}.stepContent p{font-size:12px}.statsTitle{font-size:1.15rem}.statsSubtitle{margin-bottom:18px;font-size:.82rem}.statCard{padding:22px 16px}.statValueText{font-size:2.2rem}.statLabel{font-size:.9rem}.secteursSection{padding:22px 0}.carouselWrapper{padding:12px 0}.secteurCard{width:160px;height:108px}.secteurIcon{width:34px;height:34px}.secteurIcon img{width:18px;height:18px}.secteurOverlay h3{font-size:.75rem}.floating-phone{width:44px;height:44px;font-size:20px;bottom:90px;right:12px}.phone-tooltip{display:none}}@media (max-width:380px){.aboutPage{padding-top:60px}.pageHeader{padding:18px 0}.pageHeader h1{font-size:1.1rem}.pageHeader p{font-size:.78rem}.section{padding:18px 0}.container{padding:0 10px}.missionGrid{gap:14px;padding:18px 0}.missionTitle{padding:8px 16px;font-size:14px}.missionLeft p{font-size:13px}.processSection{padding:22px 0}.processGrid{gap:16px;padding:16px 0}.processStep{gap:8px;margin-bottom:14px}.stepMarker{width:26px;height:26px;font-size:.7rem}.stepContent{border-radius:8px;padding:10px 12px}.stepContent h3{font-size:13px}.stepContent p{font-size:11.5px}.statsSection{padding:24px 0}.statsTitle{font-size:1.05rem}.statsSubtitle{margin-bottom:14px;font-size:.78rem}.statsGrid{gap:12px}.statCard{border-radius:10px;padding:18px 14px}.statValueText{font-size:2rem}.statLabel{font-size:.85rem}.statSublabel{font-size:.78rem}.secteursSection{padding:18px 0}.secteurCard{border-radius:8px;width:140px;height:95px}.secteurIcon{width:30px;height:30px}.secteurIcon img{width:16px;height:16px}.secteurOverlay{padding:8px}.secteurOverlay h3{font-size:.7rem}.floating-phone{width:40px;height:40px;font-size:18px;bottom:80px;right:10px}}.newsHeader1{text-align:center;padding:64px 8%}.newsHeaderLabel1{color:var(--green);letter-spacing:.1em;font-size:4px;font-weight:450}.newsHeaderText1 h2{margin-top:100px;font-size:42px}.newsHeaderText1 p{color:#fff}.heroLogosRow{grid-template-columns:repeat(4,1fr);place-items:center;gap:30px;width:100%;max-width:1000px;margin-top:40px;margin-left:auto;margin-right:auto;display:grid;position:relative;bottom:auto}.heroLogosRow img{object-fit:contain;width:100%;max-width:150px;height:90px;display:block}
.solutionsPage{background:#000;min-height:100vh}.solutionsHero{text-align:center;background:#000;justify-content:center;align-items:flex-end;min-height:100vh;padding-bottom:1px;display:flex;position:relative;overflow:hidden}.solutionsHero .sectionHeader{max-width:900px;margin:auto}.solutionsHero h2{text-align:center;margin-bottom:15px}.solutionsHero:before,.solutionsHero:after{display:none}.heroOverlay{pointer-events:none;position:absolute;inset:0}.heroContent{z-index:10;text-align:center;max-width:800px;position:relative}.solutionsHero .heroBadge{color:#0c0;letter-spacing:.5px;background:#00cc001a;border:1px solid #00cc004d;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 24px;font-size:.85rem;font-weight:600;display:inline-flex}.solutionsHero h1{color:#fff;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.heroSubtitle{color:#fff;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}.breadcrumb{justify-content:center;align-items:center;gap:12px;font-size:.9rem;display:flex}.breadcrumb a{color:#fff9;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#0c0}.breadcrumb .separator{color:#ffffff4d}.breadcrumb .current{color:#0c0;font-weight:600}.solutionsSection{padding:80px 20px;position:relative}.container{max-width:1400px;margin:0 auto}.sectionHeader{text-align:center;margin-bottom:60px}.sectionBadge{color:#0c0;text-transform:uppercase;letter-spacing:1px;background:#00cc001a;border:1px solid #0c03;border-radius:30px;margin-bottom:20px;padding:8px 20px;font-size:.8rem;font-weight:600;display:inline-block}.sectionHeader h2{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.sectionHeader .highlight{background:linear-gradient(135deg,#0c0 0%,#0f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sectionHeader p{color:#fff;text-align:center;max-width:600px;margin:0 auto 30px;font-size:1.1rem;line-height:1.7}.solutionsHero .heroLogosRow{box-shadow:none;background:0 0;border:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;margin-top:40px;padding:0;display:flex}.solutionsHero .heroLogosRow img{object-fit:contain;width:200px;height:45px;transition:transform .3s}.solutionsHero .heroLogosRow img:hover{transform:scale(1.1)}.solutionsHero .heroLogosRow img.satelixLogo{max-width:90px;height:34px}.solutionsGrid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:32px;display:grid}.carouselWrapper{width:100%;padding:20px 0;position:relative;overflow:hidden}.carouselTrack{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;align-items:stretch;gap:24px;padding:20px 40px 40px;display:flex;overflow:scroll hidden}.carouselTrack::-webkit-scrollbar{display:none}.carouselTrack>*{flex:0 0 360px;align-self:stretch;display:flex}.carouselFadeLeft,.carouselFadeRight{pointer-events:none;z-index:5;width:80px;position:absolute;top:0;bottom:0}.carouselFadeLeft{background:linear-gradient(90deg,#000 0%,#0000 100%);left:0}.carouselFadeRight{background:linear-gradient(-90deg,#000 0%,#0000 100%);right:0}.carouselBtn{cursor:pointer;z-index:20;color:#1a1a1a;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;font-size:2rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px #0000004d}.carouselBtn span,.carouselBtn{font-family:Arial,sans-serif}.carouselBtn:hover:not(:disabled){color:#000;background:#0c0;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 30px #0c06}.carouselBtn:disabled{opacity:.25;cursor:not-allowed;box-shadow:none}.carouselBtnLeft{left:20px}.carouselBtnRight{right:20px}.scrollHint{text-align:center;color:#ffffff80;margin-top:24px;font-size:.9rem}@media (max-width:768px){.carouselBtn{width:42px;height:42px;font-size:1.4rem;box-shadow:0 3px 12px #00000040}.carouselBtnLeft{left:8px}.carouselBtnRight{right:8px}}.solutionsGrid.threeColumns{grid-template-columns:repeat(3,1fr)}.complementarySection{background:linear-gradient(#00cc0005 0%,#0000 50%,#00cc0005 100%)}.complementarySection:before{background:linear-gradient(#0000,#0c0,#0000)}.ctaSection{background:linear-gradient(135deg,#0a0a0a 0%,#111 50%,#0a0a0a 100%);padding:100px 20px;position:relative;overflow:hidden}.ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#00cc001a 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ctaContent{z-index:1;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:32px;max-width:700px;margin:0 auto;padding:60px 40px;position:relative}.ctaIcon{margin-bottom:24px;font-size:3rem;animation:3s ease-in-out infinite float;display:inline-block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ctaContent h2{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.ctaContent p{color:#fff9;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.ctaButton{color:#000;cursor:pointer;background:linear-gradient(135deg,#0c0 0%,#0a0 100%);border:none;border-radius:50px;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 30px #00cc004d}.ctaButton:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00cc0080}.ctaButton .btnArrow{font-size:1.2rem;transition:transform .3s}.ctaButton:hover .btnArrow{transform:translate(6px)}@media (max-width:1200px){.solutionsGrid.threeColumns{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.solutionsHero{min-height:auto;padding:90px 16px 40px}.solutionsSection{padding:48px 14px}.solutionsGrid{grid-template-columns:1fr;gap:20px}.solutionsGrid.threeColumns{grid-template-columns:1fr}.sectionHeader{margin-bottom:32px}.sectionBadge{margin-bottom:14px;padding:6px 16px;font-size:.75rem}.carouselWrapper{padding:8px 0}.carouselTrack{justify-content:flex-start;gap:16px;padding:12px 16px 28px}.carouselTrack>*{flex:0 0 300px}.carouselFadeLeft,.carouselFadeRight{width:24px}.ctaSection{padding:60px 16px}.ctaContent{border-radius:24px;padding:40px 28px}.ctaIcon{margin-bottom:18px;font-size:2.5rem}.ctaContent p{margin-bottom:24px}.ctaButton{padding:14px 28px;font-size:.95rem}.heroLogosRow{box-shadow:none;background:0 0;border:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:35px;margin-top:40px;padding:0;display:flex}.heroLogosRow img{object-fit:contain;width:auto;height:45px;transition:transform .3s}.heroLogosRow img:hover{transform:scale(1.1)}}@media (max-width:640px){.scroll-to-top{display:none!important}.solutionsHero{padding:80px 14px 32px}.solutionsHero h1{font-size:1.7rem}.sectionHeader h2{margin-bottom:10px;font-size:1.4rem}.sectionHeader p{padding:0 8px;font-size:.88rem}.sectionBadge{margin-bottom:12px;padding:5px 14px;font-size:.7rem}.ctaSection{padding:44px 12px}.ctaContent{border-radius:18px;padding:28px 18px}.ctaIcon{margin-bottom:14px;font-size:2rem}.ctaContent h2{margin-bottom:12px;font-size:1.15rem}.ctaContent p{margin-bottom:20px;font-size:.88rem}.ctaButton{padding:12px 24px;font-size:.88rem;box-shadow:0 6px 20px #00cc0040}.carouselWrapper{padding:6px 0}.carouselTrack{scroll-snap-type:x proximity;gap:14px;padding:12px calc(50% - 135px) 24px}.carouselTrack>*{scroll-snap-align:center;flex:0 0 270px}.carouselFadeLeft,.carouselFadeRight{display:none}.carouselBtn{width:38px;height:38px;font-size:1.2rem}.carouselBtnLeft{left:4px}.carouselBtnRight{right:4px}.scrollHint{margin-top:16px;font-size:.72rem}.breadcrumb{gap:8px;font-size:.78rem}.heroContent .heroLogosRow{gap:10px 16px;padding:10px 8px;margin-top:20px!important}.heroContent .heroLogosRow img{max-width:80px;height:24px}.heroContent .heroLogosRow img.satelixLogo{max-width:70px;height:20px}}@media (max-width:480px){.solutionsHero{padding:72px 12px 28px}.solutionsHero h1{font-size:1.45rem}.heroSubtitle{margin-bottom:18px;font-size:.82rem}.solutionsHero .heroBadge{margin-bottom:14px;padding:7px 14px;font-size:.72rem}.solutionsSection{padding:28px 10px}.solutionsGrid{gap:14px}.sectionHeader{margin-bottom:20px}.sectionHeader h2{font-size:1.25rem}.sectionHeader p{font-size:.82rem}.ctaSection{padding:32px 10px}.ctaContent{border-radius:14px;padding:22px 14px}.ctaContent h2{font-size:1.05rem}.ctaContent p{font-size:.82rem}.ctaButton{gap:8px;padding:10px 20px;font-size:.82rem}.carouselTrack{gap:12px;padding:10px calc(50% - 120px) 22px}.carouselTrack>*{flex:0 0 240px}.carouselBtn{width:34px;height:34px;font-size:1.1rem}.breadcrumb{gap:6px;font-size:.72rem}.heroContent .heroLogosRow{gap:8px 12px;padding:8px 6px;margin-top:16px!important}.heroContent .heroLogosRow img{max-width:68px;height:20px}.heroContent .heroLogosRow img.satelixLogo{max-width:60px;height:18px}}@media (max-width:380px){.solutionsHero{padding:64px 10px 24px}.solutionsHero h1{font-size:1.3rem}.heroSubtitle{font-size:.78rem}.solutionsSection{padding:24px 8px}.sectionHeader{margin-bottom:16px}.sectionHeader h2{font-size:1.15rem}.sectionHeader p{font-size:.78rem}.carouselTrack{padding:8px calc(50% - 110px) 20px}.carouselTrack>*{flex:0 0 220px}.ctaContent{border-radius:12px;padding:18px 12px}.ctaContent h2{font-size:.98rem}.ctaContent p{font-size:.78rem}.ctaButton{padding:9px 18px;font-size:.78rem}.heroContent .heroLogosRow{gap:8px 10px;margin-top:14px!important}.heroContent .heroLogosRow img{max-width:58px;height:18px}.heroContent .heroLogosRow img.satelixLogo{max-width:54px;height:16px}}.floating-phone{color:#fff;cursor:pointer;z-index:9999;background:linear-gradient(135deg,#0c0,#0c0);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:30px;transition:transform .3s;animation:1.8s infinite pulse-ring;display:flex;position:fixed;bottom:150px;right:25px}.floating-phone:hover{transform:scale(1.1)}@keyframes pulse-ring{0%{box-shadow:0 0 #0c0}70%{box-shadow:0 0 0 20px #22c55e00}to{box-shadow:0 0 #22c55e00}}.phone-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#020617;border-radius:8px;padding:6px 12px;font-size:.85rem;transition:all .3s;position:absolute;right:75px;transform:translate(10px)}.floating-phone:hover .phone-tooltip{opacity:1;transform:translate(0)}@media (max-width:768px){.floating-phone{width:52px;height:52px;font-size:24px;bottom:120px;right:16px}.phone-tooltip{padding:4px 10px;font-size:.78rem;right:60px}}@media (max-width:480px){.floating-phone{width:44px;height:44px;font-size:20px;bottom:90px;right:12px}.phone-tooltip{display:none}}@media (max-width:380px){.floating-phone{width:40px;height:40px;font-size:18px;bottom:80px;right:10px}}
