.missionTitle{color:#0c0;cursor:pointer;background:0 0;border:2px solid #0c0;border-radius:50px;justify-content:center;align-items:center;padding:16px 32px;font-size:1.5rem;font-weight:700;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)}.carouselTrack{gap:24px;width:max-content;animation:35s linear infinite scroll;display:flex}.carouselTrack:hover{animation-play-state:paused}@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}.carouselTrack{gap:16px;animation-duration:25s}}.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}.carouselTrack{gap:12px}.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}.carouselTrack{gap:10px}.floating-phone{width:40px;height:40px;font-size:18px;bottom:80px;right:10px}}
