#odx-page{--brand:#2563eb;--brand-dark:#1d4ed8;--brand-light:#dbeafe;--dark:#0f172a;--dark-mid:#1e293b;--text:#1e293b;--text-secondary:#475569;--muted:#64748b;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--heading:'Plus Jakarta Sans' , sans-serif;--body:'DM Sans' , sans-serif;font-family: var(--body);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#odx-page *,#odx-page *::before,#odx-page *::after{box-sizing:border-box;margin:0;padding:0}#odx-page img{max-width:100%;display:block}#odx-page a{text-decoration:none;color:inherit}#odx-page ul,#odx-page ol{list-style:none}#odx-page .container{max-width:1200px;margin:0 auto;padding:0 24px}#odx-page .reveal{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.16,1,.3,1) , transform .7s cubic-bezier(.16,1,.3,1)}#odx-page .reveal.visible{opacity:1;transform:translateY(0)}#odx-page .reveal-delay-1{transition-delay:.1s}#odx-page .reveal-delay-2{transition-delay:.2s}#odx-page .reveal-delay-3{transition-delay:.3s}#odx-page .reveal-delay-4{transition-delay:.4s}#odx-page .btn{display:inline-flex;align-items:center;gap:10px;font-family: var(--heading);font-weight:700;font-size:14px;letter-spacing:.02em;padding:16px 32px;border-radius:6px;transition:all .3s ease;border:none;cursor:pointer}#odx-page .btn-primary{background:var(--brand);color:var(--white)}#odx-page .btn-primary:hover{background:var(--brand-dark);box-shadow:0 8px 24px rgba(37,99,235,.25);transform:translateY(-1px)}#odx-page .btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.25)}#odx-page .btn-outline:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.05)}#odx-page .btn-dark-outline{background:transparent;color:var(--text);border:1px solid var(--border)}#odx-page .btn-dark-outline:hover{border-color:var(--brand);color:var(--brand)}#odx-page .btn-arrow::after{content:'';width:18px;height:18px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M17 8l4 4m0 0l-4 4m4-4H3'/%3E%3C/svg%3E") no-repeat center/contain;filter:brightness(0) invert(1);transition:transform .3s ease}#odx-page .btn-arrow:hover::after{transform:translateX(4px)}#odx-page .btn-dark-outline.btn-arrow::after{filter:none}#odx-page .btn-dark-outline:hover.btn-arrow::after{filter:brightness(0) saturate(100%) invert(30%) sepia(93%) saturate(1700%) hue-rotate(213deg) brightness(96%) contrast(91%)}#odx-page .hero{position:relative;background:var(--dark);padding:140px 0 100px;overflow:hidden}#odx-page .hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.97) 0%,rgba(30,41,59,.85) 50%,rgba(37,99,235,.15) 100%);z-index:1}#odx-page .hero::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px) , linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;z-index:1}#odx-page .hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}#odx-page .hero-kicker{font-family: var(--heading);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin-bottom:20px;display:flex;align-items:center;gap:12px}#odx-page .hero-kicker::before{content:'';width:32px;height:2px;background:var(--brand)}#odx-page .hero h1{font-family: var(--heading);font-size:clamp(36px,4vw,52px);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:20px;letter-spacing:-.02em}#odx-page .hero-lead{font-size:17px;color:rgba(255,255,255,.65);max-width:480px;margin-bottom:32px;line-height:1.7}#odx-page .hero-actions{display:flex;gap:12px;flex-wrap:wrap}#odx-page .hero-visual{display:flex;justify-content:flex-end}#odx-page .hero-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;backdrop-filter:blur(12px);width:100%;max-width:420px}#odx-page .hero-card-item{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}#odx-page .hero-card-item:last-child{border-bottom:none}#odx-page .hero-card-icon{flex:0 0 40px;width:40px;height:40px;border-radius:8px;background:rgba(37,99,235,.12);display:flex;align-items:center;justify-content:center}#odx-page .hero-card-icon svg{width:20px;height:20px;color:var(--brand)}#odx-page .hero-card-item h4{font-family: var(--heading);font-size:14px;font-weight:700;color:var(--white);margin-bottom:2px}#odx-page .hero-card-item p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.5}#odx-page .stats{background:var(--dark-mid);padding:48px 0;border-bottom:1px solid rgba(255,255,255,.05)}#odx-page .stats .container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}#odx-page .stat{text-align:center;position:relative}#odx-page .stat:not(:last-child)::after {content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:48px;background:rgba(255,255,255,.08)}#odx-page .stat-number{font-family: var(--heading);font-size:44px;font-weight:800;color:var(--white);line-height:1;margin-bottom:6px}#odx-page .stat-number span{color:var(--brand)}#odx-page .stat-label{font-size:13px;color:rgba(255,255,255,.5);font-weight:500}#odx-page .services{padding:96px 0;background:var(--white)}#odx-page .section-header{margin-bottom:56px}#odx-page .section-kicker{font-family: var(--heading);font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin-bottom:12px;display:flex;align-items:center;gap:12px}#odx-page .section-kicker::before{content:'';width:24px;height:2px;background:var(--brand)}#odx-page .section-title{font-family: var(--heading);font-size:clamp(28px,3vw,38px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--dark);margin-bottom:12px}#odx-page .section-subtitle{font-size:16px;color:var(--muted);max-width:560px}#odx-page .services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}#odx-page .service-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:32px 28px;transition:all .35s ease;position:relative}#odx-page .service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--brand);border-radius:10px 10px 0 0;transform:scaleX(0);transition:transform .35s ease;transform-origin:left}#odx-page .service-card:hover{border-color:rgba(37,99,235,.15);box-shadow:0 16px 48px rgba(15,23,42,.08);transform:translateY(-2px)}#odx-page .service-card:hover::before{transform:scaleX(1)}#odx-page .service-icon{width:48px;height:48px;border-radius:10px;background:var(--bg);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .3s ease}#odx-page .service-icon svg{width:24px;height:24px;color:var(--brand)}#odx-page .service-card:hover .service-icon{background:var(--brand-light)}#odx-page .service-card h3{font-family: var(--heading);font-size:17px;font-weight:700;margin-bottom:8px;color:var(--dark)}#odx-page .service-card p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:20px}#odx-page .service-link{font-family: var(--heading);font-size:13px;font-weight:700;color:var(--brand);display:inline-flex;align-items:center;gap:6px;transition:gap .3s ease}#odx-page .service-link:hover{gap:10px}#odx-page .service-link svg{width:14px;height:14px}#odx-page .why-us{padding:96px 0;background:var(--bg)}#odx-page .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}#odx-page .why-content .section-title{max-width:440px}#odx-page .why-text{font-size:16px;color:var(--text-secondary);margin-bottom:32px;max-width:480px;line-height:1.7}#odx-page .why-list{display:flex;flex-direction:column;gap:20px}#odx-page .why-item{display:flex;gap:16px;align-items:flex-start}#odx-page .why-check{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;margin-top:2px}#odx-page .why-check svg{width:14px;height:14px;color:var(--brand)}#odx-page .why-item h4{font-family: var(--heading);font-size:15px;font-weight:700;margin-bottom:2px;color:var(--dark)}#odx-page .why-item p{font-size:14px;color:var(--muted);line-height:1.6}#odx-page .why-visual{position:relative}#odx-page .why-visual-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:40px;box-shadow:0 16px 48px rgba(15,23,42,.06)}#odx-page .why-metric{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}#odx-page .why-metric-value{font-family: var(--heading);font-size:56px;font-weight:800;color:var(--brand);line-height:1}#odx-page .why-metric-unit{font-family: var(--heading);font-size:24px;font-weight:700;color:var(--brand)}#odx-page .why-metric-label{font-size:15px;color:var(--muted);margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}#odx-page .why-features{display:grid;grid-template-columns:1fr 1fr;gap:24px}#odx-page .why-feat{display:flex;gap:12px;align-items:flex-start}#odx-page .why-feat-icon{flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center}#odx-page .why-feat-icon svg{width:18px;height:18px;color:var(--brand)}#odx-page .why-feat h5{font-family: var(--heading);font-size:13px;font-weight:700;color:var(--dark);margin-bottom:2px}#odx-page .why-feat p{font-size:12px;color:var(--muted);line-height:1.5}#odx-page .testimonials{padding:96px 0;background:var(--white)}#odx-page .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}#odx-page .testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:32px;transition:all .3s ease}#odx-page .testimonial-card:hover{box-shadow:0 12px 32px rgba(15,23,42,.06);border-color:rgba(37,99,235,.15)}#odx-page .testimonial-stars{display:flex;gap:2px;margin-bottom:16px}#odx-page .testimonial-stars svg{width:16px;height:16px;color:#f59e0b}#odx-page .testimonial-quote{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:24px;font-style:italic}#odx-page .testimonial-author{display:flex;align-items:center;gap:12px}#odx-page .testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;font-family: var(--heading);font-size:14px;font-weight:700;color:var(--white)}#odx-page .testimonial-name{font-family: var(--heading);font-size:14px;font-weight:700;color:var(--dark)}#odx-page .testimonial-role{font-size:12px;color:var(--muted)}#odx-page .faq{padding:96px 0;background:var(--bg)}#odx-page .faq-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start}#odx-page .faq-list{display:flex;flex-direction:column;gap:8px}#odx-page .faq-item{border:1px solid var(--border);border-radius:8px;background:var(--white);overflow:hidden;transition:border-color .3s ease}#odx-page .faq-item:hover{border-color:rgba(37,99,235,.2)}#odx-page .faq-item summary{padding:20px 24px;font-family: var(--heading);font-size:15px;font-weight:600;color:var(--dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .3s ease}#odx-page .faq-item summary:hover{color:var(--brand)}#odx-page .faq-item summary::-webkit-details-marker{display:none}#odx-page .faq-toggle{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:all .3s ease}#odx-page .faq-item[open] .faq-toggle{background:var(--brand);transform:rotate(45deg)}#odx-page .faq-toggle svg{width:12px;height:12px;color:var(--muted)}#odx-page .faq-item[open] .faq-toggle svg{color:var(--white)}#odx-page .faq-answer{padding:0 24px 20px;font-size:14px;color:var(--text-secondary);line-height:1.7}#odx-page .cta-final{background:var(--dark);padding:80px 0;position:relative;overflow:hidden}#odx-page .cta-final::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);border-radius:50%}#odx-page .cta-final .container{position:relative;z-index:1;text-align:center}#odx-page .cta-final h2{font-family: var(--heading);font-size:clamp(28px,3vw,38px);font-weight:800;color:var(--white);margin-bottom:12px;letter-spacing:-.02em}#odx-page .cta-final p{font-size:16px;color:rgba(255,255,255,.6);margin-bottom:32px;max-width:520px;margin-left:auto;margin-right:auto}#odx-page .cta-final .hero-actions{justify-content:center}@media (max-width:1024px){#odx-page .hero .container{grid-template-columns:1fr;gap:40px}#odx-page .hero-visual{justify-content:flex-start}#odx-page .hero-card{max-width:100%}#odx-page .services-grid{grid-template-columns:repeat(2,1fr)}#odx-page .why-grid{grid-template-columns:1fr;gap:48px}#odx-page .faq-grid{grid-template-columns:1fr}#odx-page .testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){#odx-page .hero{padding:100px 0 64px}#odx-page .stats .container{grid-template-columns:repeat(2,1fr);gap:24px}#odx-page .stat:not(:last-child)::after {display:none}#odx-page .services-grid{grid-template-columns:1fr}#odx-page .why-features{grid-template-columns:1fr}#odx-page .hero-actions{flex-direction:column}#odx-page .btn{width:100%;justify-content:center}}#odx-page .btn-outline{white-space:nowrap}#odx-page .btn{white-space:nowrap}#odx-page .comparison,#odx-page .comp-section{padding:96px 0;background:#f8fafc}#odx-page .comp-grid,#odx-page .comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}#odx-page .comp-col,#odx-page .comparison-col{padding:32px;border-radius:12px}#odx-page .comp-col-bad,#odx-page .comparison-sans{background:#fef2f2;border:1px solid #fecaca}#odx-page .comp-col-good,#odx-page .comparison-avec{background:#f0fdf4;border:1px solid #bbf7d0}#odx-page .comp-col h3,#odx-page .comparison-col h3{font-family: var(--heading);font-size:18px;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:8px}#odx-page .comp-col-bad h3{color:#dc2626}#odx-page .comp-col-good h3{color:#16a34a}#odx-page .comp-item,#odx-page .comparison-item{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#475569;line-height:1.5;margin-bottom:12px}#odx-page .comp-item svg,#odx-page .comparison-item svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}#odx-page .comp-table{width:100%;border-collapse:collapse;margin-top:24px}#odx-page .comp-table th,#odx-page .comp-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:14px}#odx-page .comp-table th{font-family: var(--heading);font-weight:700;background:#f8fafc;color:#0f172a}#odx-page .comp-table td{color:#475569}#odx-page .comp-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700}#odx-page .process-section,#odx-page .proc-section{padding:96px 0;background:#f8fafc}#odx-page .process-steps,#odx-page .proc-steps{display:flex;flex-direction:column;gap:24px;max-width:700px;margin:0 auto;position:relative}#odx-page .process-steps::before{content:'';position:absolute;left:24px;top:0;bottom:0;width:2px;background:#e2e8f0}#odx-page .process-step,#odx-page .proc-step{display:flex;gap:20px;align-items:flex-start;position:relative}#odx-page .process-step-num,#odx-page .proc-num{flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center;font-family: var(--heading);font-size:16px;font-weight:800;color:#2563eb;z-index:1}#odx-page .process-step-content,#odx-page .proc-content{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:24px}#odx-page .process-step-tag,#odx-page .proc-tag{font-family: var(--heading);font-size:11px;font-weight:700;color:#2563eb;background:#dbeafe;display:inline-block;padding:3px 10px;border-radius:4px;margin-bottom:8px}#odx-page .process-step-content h4,#odx-page .proc-content h4{font-family: var(--heading);font-size:16px;font-weight:700;color:#0f172a;margin-bottom:6px}#odx-page .process-step-content p,#odx-page .proc-content p{font-size:14px;color:#64748b;line-height:1.6}#odx-page .numbered-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}#odx-page .num-step{padding:32px 24px;position:relative;overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#fff}#odx-page .num-step::after{content:attr(data-num);position:absolute;top:-8px;right:-4px;font-family: var(--heading);font-size:96px;font-weight:800;color:rgba(37,99,235,.04);line-height:1;pointer-events:none}#odx-page .num-step-num{font-family: var(--heading);font-size:14px;font-weight:800;color:#2563eb;margin-bottom:16px}#odx-page .num-step h4{font-family: var(--heading);font-size:17px;font-weight:700;color:#0f172a;margin-bottom:8px}#odx-page .num-step p{font-size:14px;color:#64748b;line-height:1.6}#odx-page .num-step ul{margin-top:12px;display:flex;flex-direction:column;gap:6px}#odx-page .num-step li{font-size:13px;color:#475569;padding-left:16px;position:relative}#odx-page .num-step li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#2563eb}#odx-page .ba-section,#odx-page .metrics-section{padding:96px 0;background:#fff}#odx-page .ba-grid,#odx-page .metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto}#odx-page .ba-card,#odx-page .metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:24px;text-align:center}#odx-page .ba-label,#odx-page .metric-label{font-family: var(--heading);font-size:13px;font-weight:600;color:#64748b;margin-bottom:12px}#odx-page .ba-values,#odx-page .metric-values{display:flex;align-items:center;justify-content:center;gap:12px}#odx-page .ba-old,#odx-page .metric-old{font-family: var(--heading);font-size:20px;font-weight:800;color:#94a3b8;text-decoration:line-through}#odx-page .ba-new,#odx-page .metric-new{font-family: var(--heading);font-size:20px;font-weight:800;color:#2563eb}#odx-page .ba-arrow svg{width:20px;height:20px;color:#2563eb}#odx-page .ba-delta,#odx-page .metric-delta{font-size:12px;font-weight:700;color:#16a34a;margin-top:8px}#odx-page .ba-header{padding:16px 24px;border-radius:10px 10px 0 0;text-align:center}#odx-page .ba-header-red{background:#fef2f2;color:#dc2626}#odx-page .ba-header-green{background:#f0fdf4;color:#16a34a}#odx-page .ba-header-blue{background:#eff6ff;color:#2563eb}#odx-page .feat-grid,#odx-page .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}#odx-page .feat-card,#odx-page .feat-tile{display:flex;gap:12px;align-items:flex-start;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .3s}#odx-page .feat-card:hover{border-color:rgba(37,99,235,.15);box-shadow:0 4px 12px rgba(15,23,42,.04)}#odx-page .feat-icon{flex:0 0 36px;width:36px;height:36px;border-radius:8px;background:#dbeafe;display:flex;align-items:center;justify-content:center}#odx-page .feat-icon svg{width:18px;height:18px;color:#2563eb}#odx-page .feat-card h5,#odx-page .feat-tile h5{font-family: var(--heading);font-size:13px;font-weight:700;color:#0f172a;margin-bottom:2px}#odx-page .feat-card p,#odx-page .feat-tile p{font-size:12px;color:#64748b;line-height:1.4}#odx-page .tabs-nav,#odx-page .processus-nav{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}#odx-page .tab-btn,#odx-page .processus-tab{padding:12px 20px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-family: var(--heading);font-size:13px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}#odx-page .tab-btn.active,#odx-page .processus-tab.active,#odx-page .tab-btn[aria-selected="true"]{background:#2563eb;color:#fff;border-color:#2563eb}#odx-page .tab-panel,#odx-page .processus-panel{display:none}#odx-page .tab-panel.active,#odx-page .processus-panel.active{display:block}#odx-page .funnel{display:flex;flex-direction:column;gap:0;max-width:600px;margin:0 auto}#odx-page .funnel-step{padding:20px 24px;text-align:center;color:#fff;font-family: var(--heading);font-weight:700}#odx-page .funnel-step:first-child{border-radius:10px 10px 0 0}#odx-page .funnel-step:last-child{border-radius:0 0 10px 10px}#odx-page .browser-mockup{border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 16px 48px rgba(15,23,42,.08)}#odx-page .browser-chrome{background:#0f172a;padding:8px 12px;display:flex;align-items:center;gap:6px}#odx-page .browser-dot{width:8px;height:8px;border-radius:50%}#odx-page .browser-url{font-size:11px;color:rgba(255,255,255,.5);margin-left:8px;background:rgba(255,255,255,.08);padding:3px 10px;border-radius:4px;flex:1}#odx-page .browser-body{height:200px;background:linear-gradient(135deg,#0f172a,#1e293b);padding:16px}@media (max-width:1024px){#odx-page .comp-grid,#odx-page .comparison-grid{grid-template-columns:1fr}#odx-page .numbered-steps{grid-template-columns:repeat(2,1fr)}#odx-page .feat-grid,#odx-page .features-grid{grid-template-columns:repeat(2,1fr)}#odx-page .ba-grid,#odx-page .metrics-grid{grid-template-columns:1fr}}@media (max-width:768px){#odx-page .numbered-steps{grid-template-columns:1fr}#odx-page .feat-grid,#odx-page .features-grid{grid-template-columns:1fr}#odx-page .process-steps::before{left:24px}}#odx-page .stats{display:flex;justify-content:center;align-items:center;gap:40px;padding:50px 0;flex-wrap:wrap;background:#0d1b2e}#odx-page .stat{text-align:center;min-width:150px}#odx-page .stat-number{font-size:42px;font-weight:800;color:var(--brand,#3b82f6);line-height:1.1}#odx-page .stat-label{font-size:14px;color:#94a3b8;margin-top:6px}#odx-page .qualiopi{padding:80px 0;background:#fff}#odx-page .qualiopi-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}#odx-page .qualiopi-seal{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#eff6ff;margin-bottom:16px}#odx-page .qualiopi-seal svg{width:28px;height:28px;color:#3b82f6}#odx-page .qualiopi-badge-visual{display:flex;flex-direction:column;align-items:flex-start}#odx-page .qualiopi-badge-visual svg{width:36px;height:36px;color:var(--brand,#3b82f6)}#odx-page .qualiopi-badge-title{font-size:20px;font-weight:700;color:#102039}#odx-page .qualiopi-badge-sub{font-size:14px;color:#64748b;margin-bottom:16px}#odx-page .qualiopi-badge-detail{text-align:left}#odx-page .qualiopi-detail-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:15px;color:#374151}#odx-page .qualiopi-detail-row svg{width:18px;height:18px;color:var(--brand,#3b82f6);flex-shrink:0;margin-top:3px}#odx-page .why-list{display:flex;flex-direction:column;gap:20px}#odx-page .why-item{display:flex;align-items:flex-start;gap:14px}#odx-page .why-check{width:32px;height:32px;min-width:32px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center}#odx-page .why-check svg{width:16px;height:16px;color:var(--brand,#3b82f6)}#odx-page .why-text h4{font-size:16px;font-weight:700;color:#102039;margin-bottom:4px}#odx-page .why-text p{font-size:14px;color:#64748b;line-height:1.6}#odx-page .financement{padding:80px 0;background:#f8f9fb}#odx-page .financement-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}#odx-page .financement-cards{display:flex;flex-direction:column;gap:24px}#odx-page .financement-card{display:flex;gap:16px;align-items:flex-start}#odx-page .financement-card-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:#eff6ff;display:flex;align-items:center;justify-content:center}#odx-page .financement-card-icon svg{width:22px;height:22px;color:var(--brand,#3b82f6)}#odx-page .financement-card h4{font-size:16px;font-weight:700;color:#102039;margin-bottom:4px}#odx-page .financement-card p{font-size:14px;color:#64748b;line-height:1.6}#odx-page .cert-badges{display:flex;flex-direction:column;gap:20px;margin-top:30px}#odx-page .cert-badge{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px}#odx-page .cert-badge-icon{width:40px;height:40px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}#odx-page .cert-badge-icon.blue{background:#eff6ff;color:#3b82f6}#odx-page .cert-badge-icon.green{background:#f0fdf4;color:#22c55e}#odx-page .cert-badge-icon.amber{background:#fffbeb;color:#f59e0b}#odx-page .cert-badge-name{font-size:15px;font-weight:700;color:#102039}#odx-page .cert-badge-sub{font-size:13px;color:#64748b}#odx-page .training-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;transition:all .3s ease}#odx-page .training-card:hover{border-color:var(--brand,#3b82f6);box-shadow:0 8px 25px rgba(59,130,246,.1);transform:translateY(-3px)}#odx-page .training-card-title{font-size:18px;font-weight:700;color:#102039}#odx-page .services{padding:80px 0;background:#fff}#odx-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:30px}#odx-page .service-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;transition:all .3s ease}#odx-page .service-card:hover{border-color:var(--brand,#3b82f6);box-shadow:0 8px 25px rgba(59,130,246,.1);transform:translateY(-3px)}#odx-page .section-header{margin-bottom:40px}#odx-page .section-kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--brand,#3b82f6);margin-bottom:12px}#odx-page .section-title{font-size:36px;font-weight:800;color:#102039;line-height:1.2;margin-bottom:12px}#odx-page .section-subtitle{font-size:16px;color:#64748b;line-height:1.6;max-width:600px}#odx-page .cta-final{padding:80px 0;background:linear-gradient(135deg,#0d1b2e,#1a3a5c);text-align:center}#odx-page .cta-final .section-title{color:#fff}#odx-page .cta-final .section-subtitle{color:rgba(255,255,255,.7);margin:0 auto 30px}#odx-page .faq{padding:80px 0;background:#f8f9fb}#odx-page .faq-grid,#odx-page .faq-list{display:flex;flex-direction:column;gap:12px;max-width:800px;margin:30px auto 0}#odx-page .faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}#odx-page .faq-toggle{width:100%;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:600;color:#102039;display:flex;justify-content:space-between;align-items:center}#odx-page .faq-answer{padding:0 24px 18px;font-size:15px;color:#64748b;line-height:1.7;display:none}#odx-page .faq-item.open .faq-answer{display:block}@media (max-width:768px){#odx-page .qualiopi-grid,#odx-page .financement-grid{grid-template-columns:1fr;gap:30px}#odx-page .stats{gap:20px}#odx-page .section-title{font-size:28px}}@media (max-width:1200px){#odx-page .container{padding:0 24px}#odx-page .hero .container{gap:32px}#odx-page .hero-card{padding:14px 18px}#odx-page .section-title{font-size:32px}#odx-page .qualiopi-grid,#odx-page .financement-grid{gap:40px}#odx-page .why-grid{gap:40px}}@media (max-width:1024px){#odx-page .hero .container{grid-template-columns:1fr;gap:32px}#odx-page .hero-visual{justify-content:flex-start}#odx-page .hero-card{max-width:100%}#odx-page .hero h1{font-size:36px}#odx-page .services-grid{grid-template-columns:repeat(2,1fr)}#odx-page .why-grid{grid-template-columns:1fr;gap:40px}#odx-page .why-visual{display:none}#odx-page .why-features{grid-template-columns:repeat(2,1fr)}#odx-page .faq-grid{grid-template-columns:1fr}#odx-page .testimonials-grid{grid-template-columns:repeat(2,1fr)}#odx-page .qualiopi-grid{grid-template-columns:1fr;gap:32px}#odx-page .financement-grid{grid-template-columns:1fr;gap:32px}#odx-page .comp-grid,#odx-page .comparison-grid{grid-template-columns:1fr}#odx-page .numbered-steps{grid-template-columns:repeat(2,1fr)}#odx-page .feat-grid,#odx-page .features-grid{grid-template-columns:repeat(2,1fr)}#odx-page .ba-grid,#odx-page .metrics-grid{grid-template-columns:1fr}#odx-page .calc-comparison{flex-direction:column}}@media (max-width:768px){#odx-page section{padding:56px 0}#odx-page .container{padding:0 16px}#odx-page .hero{padding:80px 0 48px}#odx-page .hero h1{font-size:28px;line-height:1.2}#odx-page .hero-lead{font-size:15px}#odx-page .hero-kicker{font-size:11px}#odx-page .hero-actions{flex-direction:column;gap:12px}#odx-page .btn{width:100%;justify-content:center;padding:14px 24px;font-size:15px}#odx-page .hero-card{flex-direction:column;gap:8px;padding:16px}#odx-page .hero-card-item{font-size:13px}#odx-page .stats{padding:36px 0;gap:16px}#odx-page .stats .container{grid-template-columns:repeat(2,1fr);gap:20px}#odx-page .stat{min-width:auto}#odx-page .stat-number{font-size:32px}#odx-page .stat-label{font-size:12px}#odx-page .stat:not(:last-child)::after {display:none}#odx-page .section-title{font-size:26px}#odx-page .section-kicker{font-size:11px;letter-spacing:1.5px}#odx-page .section-subtitle{font-size:14px}#odx-page .section-header{margin-bottom:28px}#odx-page .services-grid{grid-template-columns:1fr;gap:16px}#odx-page .service-card{padding:20px}#odx-page .why-features{grid-template-columns:1fr}#odx-page .why-item{gap:12px}#odx-page .why-check{width:28px;height:28px;min-width:28px}#odx-page .why-text h4{font-size:15px}#odx-page .why-text p{font-size:13px}#odx-page .why-feat{padding:16px}#odx-page .why-feat-icon{width:40px;height:40px}#odx-page .why-feat h4{font-size:14px}#odx-page .qualiopi{padding:56px 0}#odx-page .qualiopi-grid{grid-template-columns:1fr;gap:24px}#odx-page .qualiopi-badge-visual{align-items:center;text-align:center}#odx-page .qualiopi-badge-title{font-size:18px}#odx-page .qualiopi-detail-row{font-size:14px}#odx-page .qualiopi-detail-row svg{width:16px;height:16px}#odx-page .financement{padding:56px 0}#odx-page .financement-grid{grid-template-columns:1fr;gap:24px}#odx-page .financement-card{gap:12px}#odx-page .financement-card-icon{width:38px;height:38px;min-width:38px}#odx-page .financement-card h4{font-size:15px}#odx-page .financement-card p{font-size:13px}#odx-page .cert-badges{gap:12px}#odx-page .cert-badge{padding:12px 16px;gap:12px}#odx-page .cert-badge-icon{width:36px;height:36px;min-width:36px}#odx-page .training-card{padding:20px}#odx-page .training-card-title{font-size:16px}#odx-page .testimonials-grid{grid-template-columns:1fr;gap:16px}#odx-page .testimonial-card{padding:20px}#odx-page .testimonial-quote{font-size:14px}#odx-page .testimonial-stars svg{width:14px;height:14px}#odx-page .faq{padding:56px 0}#odx-page .faq-toggle{padding:14px 18px;font-size:15px}#odx-page .faq-answer{padding:0 18px 14px;font-size:14px}#odx-page .cta-final{padding:56px 0}#odx-page .cta-final .btn{width:auto}#odx-page .numbered-steps{grid-template-columns:1fr}#odx-page .process-steps::before{left:24px}#odx-page .feat-grid,#odx-page .features-grid{grid-template-columns:1fr}#odx-page .comp-card{padding:24px}#odx-page .calc-card{padding:20px}#odx-page .economies-layout{flex-direction:column}#odx-page .eco-point{padding:16px}}@media (max-width:480px){#odx-page .hero{padding:64px 0 40px}#odx-page .hero h1{font-size:24px}#odx-page .hero-lead{font-size:14px}#odx-page .stats .container{grid-template-columns:1fr}#odx-page .stat-number{font-size:28px}#odx-page .section-title{font-size:22px}#odx-page .service-card{padding:16px}#odx-page .service-icon{width:40px;height:40px}#odx-page .why-check{width:24px;height:24px;min-width:24px}#odx-page .why-check svg{width:12px;height:12px}#odx-page .testimonial-avatar{width:36px;height:36px}#odx-page .testimonial-name{font-size:13px}#odx-page .testimonial-role{font-size:11px}#odx-page .faq-toggle{padding:12px 14px;font-size:14px}#odx-page .faq-answer{padding:0 14px 12px;font-size:13px}#odx-page .qualiopi-seal{width:44px;height:44px}#odx-page .qualiopi-seal svg{width:22px;height:22px}#odx-page .cta-final .section-title{font-size:22px}#odx-page .btn{font-size:14px;padding:12px 20px}#odx-page .hero-visual{display:none}}@media print{#odx-page .hero{padding:20px 0;background:none!important}#odx-page .hero h1{color:#000!important}#odx-page .btn{display:none}#odx-page .cta-final{display:none}#odx-page .testimonials{display:none}#odx-page .faq{page-break-before:always}}#odx-page .steps{padding:80px 0;background:#f8fafc}#odx-page .steps-list{display:flex;flex-direction:column;gap:48px;max-width:700px;margin:40px auto 0;position:relative}#odx-page .steps-list::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#3b82f6,#93c5fd)}#odx-page .step-center{display:flex;gap:24px;align-items:flex-start;position:relative}#odx-page .step-number-ring{width:56px;height:56px;min-width:56px;border-radius:50%;background:#fff;border:2px solid #3b82f6;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}#odx-page .step-number{font-size:20px;font-weight:800;color:#3b82f6}#odx-page .step-content{flex:1}#odx-page .step-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#3b82f6;margin-bottom:6px}#odx-page .step-content h3{font-size:20px;font-weight:700;color:#102039;margin-bottom:8px}#odx-page .step-content p{font-size:14px;color:#64748b;line-height:1.7}#odx-page .step-pill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}#odx-page .step-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;background:#eff6ff;font-size:13px;color:#1e40af;font-weight:500}#odx-page .step-pill-icon{width:16px;height:16px}#odx-page .step-visual{display:none}#odx-page .step-connector{display:none}#odx-page .transform-toggle{display:flex;flex-direction:column;gap:20px;margin-top:40px}#odx-page .transform-item{background:#fff;border-radius:14px;padding:24px;border:1px solid #e5e7eb}#odx-page .transform-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}#odx-page .transform-item-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}#odx-page .transform-item-icon.icon-avant{background:#fef2f2}#odx-page .transform-item-icon.icon-apres{background:#f0fdf4}#odx-page .transform-item-icon svg{width:18px;height:18px}#odx-page .transform-badge{font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px}#odx-page .transform-states{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}#odx-page .transform-state{padding:16px;border-radius:10px}#odx-page .state-avant{background:#fef2f2}#odx-page .state-apres{background:#f0fdf4}#odx-page .transform-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}#odx-page .label-avant{color:#dc2626}#odx-page .label-apres{color:#16a34a}#odx-page .transform-pills{display:flex;flex-wrap:wrap;gap:6px}#odx-page .transform-pill{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}#odx-page .avant-pill{background:#fecaca;color:#991b1b}#odx-page .apres-pill{background:#bbf7d0;color:#166534}#odx-page .processus{padding:80px 0;background:#fff}#odx-page .processus-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}#odx-page .processus-tab{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}#odx-page .processus-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}#odx-page .processus-tab-num{font-size:11px;font-weight:800;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:rgba(0,0,0,.06)}#odx-page .processus-tab.active .processus-tab-num{background:rgba(255,255,255,.2)}#odx-page .processus-tab-icon svg{width:18px;height:18px}#odx-page .processus-panels{min-height:300px}#odx-page .processus-panel{display:none}#odx-page .processus-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}#odx-page .processus-panel-content h3{font-size:22px;font-weight:700;color:#102039;margin-bottom:8px}#odx-page .processus-duration{font-size:13px;color:#3b82f6;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:6px}#odx-page .processus-duration svg{width:16px;height:16px}#odx-page .processus-panel-content p{font-size:14px;color:#64748b;line-height:1.7;margin-bottom:16px}#odx-page .processus-checklist{display:flex;flex-direction:column;gap:10px}#odx-page .processus-check-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}#odx-page .processus-check-dot{width:20px;height:20px;min-width:20px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center}#odx-page .processus-check-dot svg{width:12px;height:12px;color:#3b82f6}#odx-page .processus-panel-visual{display:flex;align-items:center;justify-content:center}#odx-page .browser-mockup{background:#1e293b;border-radius:12px;overflow:hidden;width:100%;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.15)}#odx-page .browser-topbar{background:#0f172a;padding:10px 14px;display:flex;align-items:center;gap:10px}#odx-page .browser-dots{display:flex;gap:6px}#odx-page .browser-dot{width:10px;height:10px;border-radius:50%;background:#334155}#odx-page .browser-dot:first-child{background:#ef4444}#odx-page .browser-dot:nth-child(2) {background:#eab308}#odx-page .browser-dot:nth-child(3) {background:#22c55e}#odx-page .browser-urlbar{flex:1;background:#1e293b;border-radius:6px;padding:6px 12px;display:flex;align-items:center;gap:6px}#odx-page .browser-lock{color:#22c55e;font-size:11px}#odx-page .browser-lock svg{width:12px;height:12px}#odx-page .browser-url-text{font-size:12px;color:#94a3b8}#odx-page .typed-url{color:#e2e8f0}#odx-page .browser-cursor{display:inline-block;width:1px;height:14px;background:#3b82f6;animation:blink 1s infinite}@keyframes blink { 0%,50% { opacity: 1 } 51%,100% { opacity: 0 } }#odx-page .browser-body{padding:20px}#odx-page .site-preview{font-size:0}#odx-page .site-preview-nav{display:flex;align-items:center;justify-content:space-between;padding:8px 0;margin-bottom:16px;border-bottom:1px solid #334155}#odx-page .site-preview-logo{width:40px;height:12px;background:#3b82f6;border-radius:3px}#odx-page .site-preview-nav-links{display:flex;gap:8px}#odx-page .site-preview-nav-link{width:32px;height:6px;background:#475569;border-radius:3px}#odx-page .site-preview-hero{margin-bottom:16px}#odx-page .site-preview-h1-line{width:80%;height:10px;background:#e2e8f0;border-radius:3px;margin-bottom:6px}#odx-page .site-preview-lead-line{width:60%;height:6px;background:#64748b;border-radius:3px}#odx-page .site-preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}#odx-page .site-preview-card{background:#334155;border-radius:6px;padding:10px;display:flex;flex-direction:column;align-items:center;gap:6px}#odx-page .site-preview-card-icon{width:20px;height:20px;border-radius:50%;background:#3b82f6}#odx-page .site-preview-card-line{width:100%;height:4px;background:#475569;border-radius:2px}#odx-page .site-preview-footer{display:flex;gap:8px}#odx-page .site-preview-footer-line{flex:1;height:4px;background:#334155;border-radius:2px}#odx-page .case-study{padding:80px 0;background:#fff}#odx-page .case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:40px;align-items:start}#odx-page .case-study-text h3{font-size:22px;font-weight:700;color:#102039;margin-bottom:8px}#odx-page .case-study-client{font-size:14px;color:#3b82f6;font-weight:600;margin-bottom:4px}#odx-page .case-study-sector{font-size:13px;color:#94a3b8;margin-bottom:16px}#odx-page .case-study-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin-bottom:8px}#odx-page .case-results{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}#odx-page .case-result-item{text-align:center}#odx-page .case-result-value{font-size:28px;font-weight:800;color:#3b82f6}#odx-page .case-result-label{font-size:12px;color:#64748b}#odx-page .chart-card{background:#0f172a;border-radius:16px;padding:24px;color:#e2e8f0}#odx-page .chart-header{margin-bottom:20px}#odx-page .chart-title{font-size:16px;font-weight:700;color:#fff}#odx-page .chart-subtitle{font-size:13px;color:#94a3b8}#odx-page .chart-bars{display:flex;align-items:flex-end;gap:12px;height:160px;padding:0 8px}#odx-page .chart-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}#odx-page .chart-bar{width:100%;border-radius:4px 4px 0 0;min-height:8px;transition:height 1s ease}#odx-page .bar-before{background:#334155}#odx-page .bar-after{background:linear-gradient(180deg,#3b82f6,#2563eb)}#odx-page .chart-month{font-size:10px;color:#64748b;margin-top:4px}#odx-page .chart-months{display:flex;justify-content:space-around}#odx-page .chart-legend{display:flex;gap:16px;margin-top:16px}#odx-page .chart-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8}#odx-page .chart-legend-dot{width:10px;height:10px;border-radius:3px}#odx-page .chart-legend-dot.before{background:#334155}#odx-page .chart-legend-dot.after{background:#3b82f6}#odx-page .chart-kpi-row{display:flex;gap:12px;margin-top:16px}#odx-page .chart-kpi{flex:1;background:#1e293b;border-radius:10px;padding:12px;display:flex;align-items:center;gap:10px}#odx-page .chart-kpi-icon{width:32px;height:32px;border-radius:8px;background:rgba(59,130,246,.15);display:flex;align-items:center;justify-content:center}#odx-page .chart-kpi-icon svg{width:16px;height:16px;color:#3b82f6}#odx-page .chart-kpi-val{font-size:18px;font-weight:800;color:#fff}#odx-page .chart-kpi-lbl{font-size:11px;color:#94a3b8}#odx-page .serp-mockup{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e5e7eb}#odx-page .serp-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border-radius:24px;border:1px solid #e5e7eb;margin-bottom:20px}#odx-page .serp-bar-icon svg{width:18px;height:18px;color:#94a3b8}#odx-page .serp-bar-url{font-size:13px;color:#374151;flex:1}#odx-page .serp-bar-dots{display:flex;gap:2px}#odx-page .serp-bar-dots span{width:4px;height:4px;border-radius:50%;background:#94a3b8}#odx-page .serp-result{padding:14px 0;border-bottom:1px solid #f1f5f9}#odx-page .serp-result:last-child{border-bottom:none}#odx-page .serp-site-url{display:flex;align-items:center;gap:8px;margin-bottom:4px}#odx-page .serp-site-favicon{width:16px;height:16px;border-radius:50%;background:#3b82f6}#odx-page .serp-site-url span{font-size:12px;color:#64748b}#odx-page .serp-title{font-size:16px;font-weight:600;color:#1a0dab;margin-bottom:4px}#odx-page .serp-desc{font-size:13px;color:#4d5156;line-height:1.5}#odx-page .serp-highlight-bar{height:3px;background:#3b82f6;border-radius:2px;margin-top:4px}#odx-page .serp-pos-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;background:#dcfce7;color:#166534;margin-left:8px}#odx-page .serp-result-muted{opacity:.5}#odx-page .serp-position-1{background:#f0f9ff;border-radius:8px;padding:14px;border:1px solid #bfdbfe}@media (max-width:1024px){#odx-page .processus-panel.active{grid-template-columns:1fr}#odx-page .case-study-grid{grid-template-columns:1fr}#odx-page .transform-states{grid-template-columns:1fr}}@media (max-width:768px){#odx-page .steps{padding:56px 0}#odx-page .steps-list::before{left:20px}#odx-page .step-number-ring{width:42px;height:42px;min-width:42px}#odx-page .step-number{font-size:16px}#odx-page .step-content h3{font-size:18px}#odx-page .processus{padding:56px 0}#odx-page .processus-tabs{gap:6px}#odx-page .processus-tab{padding:10px 14px;font-size:13px}#odx-page .processus-panel.active{gap:24px}#odx-page .processus-panel-visual{display:none}#odx-page .case-study{padding:56px 0}#odx-page .chart-bars{height:120px}#odx-page .chart-kpi-row{flex-direction:column}#odx-page .case-results{gap:12px}#odx-page .case-result-value{font-size:22px}}@media (max-width:480px){#odx-page .processus-tab{width:100%;justify-content:center}#odx-page .step-pill{font-size:11px;padding:4px 10px}}#odx-page .hero-content{display:flex;flex-direction:column;gap:1.5rem;max-width:680px}#odx-page .hero-content h1,#odx-page .hero-content h2{color:#fff;line-height:1.15}#odx-page .hero-content p{color:#94a3b8;font-size:1.125rem;line-height:1.7}#odx-page .comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-radius:10px;background:#fff;border:1px solid #e2e8f0;transition:box-shadow .2s ease}#odx-page .comparison-row:hover{box-shadow:0 4px 16px rgba(59,130,246,.1)}#odx-page .comparison-row-text{display:flex;flex-direction:column;gap:.25rem}#odx-page .comparison-row-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#eff6ff;color:#3b82f6;font-size:1rem;flex-shrink:0}#odx-page .comparison-row-label{font-weight:600;font-size:.9375rem;color:#102039}#odx-page .comparison-row-desc{font-size:.8125rem;color:#64748b;line-height:1.5}#odx-page .comparison-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#3b82f6;font-size:1.125rem;flex-shrink:0}#odx-page .compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}#odx-page .compare-row:last-child{border-bottom:none}#odx-page .compare-cell{display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#374151;text-align:center}#odx-page .col-label{font-weight:700;font-size:.875rem;color:#102039;text-transform:uppercase;letter-spacing:.04em;text-align:center}#odx-page .comp-cell{display:flex;align-items:center;justify-content:center;padding:.5rem;font-size:.9rem;color:#374151}#odx-page .comp-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#cbd5e1;flex-shrink:0}#odx-page .comp-dot.filled,#odx-page .comp-dot.active{background:#3b82f6}#odx-page .without{background:#fff1f2;border-left:3px solid #f87171;border-radius:0 8px 8px 0;padding:.75rem 1rem;color:#991b1b}#odx-page .with{background:#f0fdf4;border-left:3px solid #4ade80;border-radius:0 8px 8px 0;padding:.75rem 1rem;color:#166534}#odx-page .col-bad{color:#ef4444;font-weight:600}#odx-page .col-bad svg,#odx-page .col-bad i{color:#ef4444}#odx-page .col-good{color:#22c55e;font-weight:600}#odx-page .col-good svg,#odx-page .col-good i{color:#22c55e}#odx-page .badge-winner{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:99px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 2px 8px rgba(59,130,246,.35)}#odx-page .ba-divider-line{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#94a3b8;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}#odx-page .ba-divider-line::before,#odx-page .ba-divider-line::after{content:"";flex:1;height:1px;background:#e2e8f0}#odx-page .funnel-steps{display:flex;flex-direction:column;gap:0;position:relative}#odx-page .funnel-steps::before{content:"";position:absolute;left:18px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#3b82f6,#2563eb);opacity:.25}#odx-page .funnel-step-dot{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 0 4px rgba(59,130,246,.15)}#odx-page .funnel-step-num{font-size:.75rem;font-weight:800;color:#fff;line-height:1}#odx-page .funnel-step-label{font-weight:600;font-size:.9375rem;color:#102039;line-height:1.4}#odx-page .funnel-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;border-radius:99px;background:#eff6ff;color:#2563eb;font-size:.8125rem;font-weight:600;border:1px solid #bfdbfe}#odx-page .funnel-bar-item{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}#odx-page .funnel-bar-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem}#odx-page .funnel-bar-name{font-size:.875rem;font-weight:500;color:#374151}#odx-page .funnel-bar-val{font-size:.875rem;font-weight:700;color:#2563eb}#odx-page .funnel-bar-track{width:100%;height:10px;border-radius:99px;background:#e2e8f0;overflow:hidden}#odx-page .funnel-bar-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#2563eb 0%,#3b82f6 100%);transition:width .6s cubic-bezier(.4,0,.2,1)}#odx-page .processus-visual-row{display:flex;align-items:center;gap:1rem;padding:.625rem 0;border-bottom:1px solid #e2e8f0}#odx-page .processus-visual-row:last-child{border-bottom:none}#odx-page .processus-visual-row-label{min-width:140px;font-size:.875rem;font-weight:500;color:#374151;flex-shrink:0}#odx-page .processus-visual-bar-track{flex:1;height:8px;border-radius:99px;background:#e2e8f0;overflow:hidden}#odx-page .processus-visual-bar-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%);transition:width .6s cubic-bezier(.4,0,.2,1)}#odx-page .processus-visual-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.02em}#odx-page .tag-blue{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}#odx-page .tag-green{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}#odx-page .tag-orange{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}#odx-page .plateforme-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .7rem;border-radius:8px;background:#f1f5f9;color:#1e293b;font-size:.8125rem;font-weight:600;border:1px solid #e2e8f0;transition:background .2s , border-color .2s}#odx-page .plateforme-tag:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}#odx-page .plateforme-tag img{width:18px;height:18px;object-fit:contain}#odx-page .config-step-bullet{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border:2px solid #3b82f6;color:#60a5fa;font-size:.75rem;font-weight:800;flex-shrink:0;line-height:1}#odx-page .process-step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#1e3a6e 0%,#2563eb 100%);color:#fff;font-size:1.125rem;font-weight:800;flex-shrink:0;box-shadow:0 4px 14px rgba(37,99,235,.3)}#odx-page .process-step-body{display:flex;flex-direction:column;gap:.5rem;flex:1}#odx-page .process-step-body h3,#odx-page .process-step-body h4{margin:0;font-size:1rem;font-weight:700;color:#102039}#odx-page .process-step-body p{margin:0;font-size:.875rem;color:#64748b;line-height:1.6}#odx-page .process-deliverable{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#374151;line-height:1.5}#odx-page .process-deliverable-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;flex-shrink:0;margin-top:.375rem}#odx-page .icon-feat-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:14px;background:#fff;border:1px solid #e2e8f0;transition:box-shadow .25s ease , transform .25s ease}#odx-page .icon-feat-card:hover{box-shadow:0 8px 28px rgba(59,130,246,.12);transform:translateY(-2px)}#odx-page .icon-feat-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);color:#2563eb;font-size:1.25rem;flex-shrink:0;border:1px solid #bfdbfe}#odx-page .feat-icon-item{display:flex;align-items:flex-start;gap:.875rem}#odx-page .feat-icon-wrap{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#2563eb;font-size:1rem;flex-shrink:0;border:1px solid #dbeafe}#odx-page .feat-tile-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#1e3a6e 0%,#2563eb 100%);color:#fff;font-size:1.375rem;flex-shrink:0;box-shadow:0 4px 16px rgba(37,99,235,.3)}#odx-page .metric-ba-col{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;padding:1rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}#odx-page .metric-ba-col-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}#odx-page .metric-ba-col-val{font-size:1.75rem;font-weight:800;line-height:1;color:#102039}#odx-page .metric-ba-col.bad,#odx-page .bad .metric-ba-col-val{color:#ef4444}#odx-page .metric-ba-col.bad{background:#fff1f2;border-color:#fecaca}#odx-page .metric-ba-col.good,#odx-page .good .metric-ba-col-val{color:#16a34a}#odx-page .metric-ba-col.good{background:#f0fdf4;border-color:#bbf7d0}#odx-page .bad{color:#ef4444}#odx-page .good{color:#22c55e}#odx-page .metric-bar-wrap{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.875rem}#odx-page .metric-bar-label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#374151;font-weight:500}#odx-page .metric-bar-track{width:100%;height:12px;border-radius:99px;background:#e2e8f0;overflow:hidden}#odx-page .metric-bar-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#2563eb 0%,#60a5fa 100%);transition:width .7s cubic-bezier(.4,0,.2,1)}#odx-page .metric-bar-fill.bad{background:linear-gradient(90deg,#ef4444 0%,#f87171 100%)}#odx-page .metric-bar-fill.good{background:linear-gradient(90deg,#16a34a 0%,#4ade80 100%)}#odx-page .chart-bar-wrap{display:flex;align-items:flex-end;gap:.5rem;height:160px;padding:0 .5rem}#odx-page .chart-col{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1}#odx-page .chart-col .bar{width:100%;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#3b82f6 0%,#2563eb 100%);transition:height .6s cubic-bezier(.4,0,.2,1);min-height:4px}#odx-page .chart-col .bar-label{font-size:.75rem;color:#64748b;font-weight:500;text-align:center}#odx-page .chart-col .bar-val{font-size:.75rem;font-weight:700;color:#3b82f6}#odx-page .threat-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:10px;background:#fff1f2;border:1px solid #fecaca;transition:border-color .2s}#odx-page .threat-item::before{content:"⚠";font-size:1rem;color:#ef4444;flex-shrink:0;margin-top:.05rem}#odx-page .threat-item.secure,#odx-page .secure{background:#f0fdf4;border-color:#bbf7d0}#odx-page .threat-item.secure::before,#odx-page .secure::before{content:"✓";color:#16a34a}#odx-page .threat-item p,#odx-page .threat-item span{font-size:.9rem;color:#374151;line-height:1.5;margin:0}#odx-page .li-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:.7rem;flex-shrink:0;margin-right:.5rem;vertical-align:middle}#odx-page li .li-icon{margin-top:.15rem}#odx-page .local-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;border-radius:99px;background:#f0fdf4;color:#16a34a;font-size:.8125rem;font-weight:600;border:1px solid #bbf7d0}#odx-page .local-tag::before{content:"📍";font-size:.875rem;line-height:1}#odx-page .dark-section .comparison-row,#odx-page [class*="bg-dark"] .comparison-row,#odx-page [style*="background:#0d1b2e"] .comparison-row,#odx-page [style*="background: #0d1b2e"] .comparison-row{background:#1e293b;border-color:rgba(255,255,255,.08)}#odx-page .dark-section .comparison-row-label{color:#f1f5f9}#odx-page .dark-section .comparison-row-desc{color:#94a3b8}#odx-page .dark-section .compare-row{border-bottom-color:rgba(255,255,255,.07)}#odx-page .dark-section .compare-cell,#odx-page .dark-section .col-label{color:#cbd5e1}#odx-page .dark-section .funnel-bar-track,#odx-page .dark-section .processus-visual-bar-track,#odx-page .dark-section .metric-bar-track{background:rgba(255,255,255,.1)}#odx-page .dark-section .icon-feat-card{background:#1e293b;border-color:rgba(255,255,255,.08)}#odx-page .dark-section .icon-feat-card:hover{box-shadow:0 8px 28px rgba(59,130,246,.2)}#odx-page .dark-section .icon-feat-badge{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.25)}#odx-page .dark-section .metric-ba-col{background:#1e293b;border-color:rgba(255,255,255,.08)}#odx-page .dark-section .metric-ba-col-label{color:#94a3b8}#odx-page .dark-section .metric-ba-col-val{color:#f1f5f9}#odx-page .dark-section .processus-visual-row{border-bottom-color:rgba(255,255,255,.07)}#odx-page .dark-section .processus-visual-row-label{color:#cbd5e1}#odx-page .dark-section .funnel-step-label{color:#f1f5f9}#odx-page .dark-section .plateforme-tag{background:#1e293b;border-color:rgba(255,255,255,.1);color:#cbd5e1}#odx-page .dark-section .plateforme-tag:hover{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.3);color:#93c5fd}#odx-page .dark-section .process-step-body h3,#odx-page .dark-section .process-step-body h4{color:#f1f5f9}#odx-page .dark-section .process-step-body p{color:#94a3b8}#odx-page .dark-section .process-deliverable{color:#cbd5e1}#odx-page .dark-section .tag-blue{background:rgba(59,130,246,.15);color:#93c5fd;border-color:rgba(59,130,246,.25)}#odx-page .dark-section .tag-green{background:rgba(22,163,74,.15);color:#86efac;border-color:rgba(22,163,74,.25)}#odx-page .dark-section .tag-orange{background:rgba(234,88,12,.15);color:#fdba74;border-color:rgba(234,88,12,.25)}#odx-page .dark-section .ba-divider-line{color:#64748b}#odx-page .dark-section .ba-divider-line::before,#odx-page .dark-section .ba-divider-line::after{background:rgba(255,255,255,.1)}#odx-page .dark-section .funnel-chip{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.25);color:#93c5fd}#odx-page .dark-section .li-icon{background:rgba(59,130,246,.15);color:#60a5fa}#odx-page .dark-section .threat-item{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.25)}#odx-page .dark-section .threat-item.secure,#odx-page .dark-section .secure{background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.25)}@media (max-width:1024px){#odx-page .hero-content{max-width:100%}#odx-page .comparison-row,#odx-page .compare-row{grid-template-columns:2fr 1fr 1fr;gap:.625rem;padding:.75rem 1rem}#odx-page .processus-visual-row-label{min-width:110px}#odx-page .metric-ba-col-val{font-size:1.5rem}#odx-page .chart-bar-wrap{height:130px}#odx-page .feat-tile-icon{width:44px;height:44px;font-size:1.125rem;border-radius:12px}#odx-page .process-step-number{width:42px;height:42px;font-size:1rem;border-radius:10px}}@media (max-width:768px){#odx-page .hero-content{gap:1rem}#odx-page .hero-content p{font-size:1rem}#odx-page .comparison-row,#odx-page .compare-row{grid-template-columns:1fr;gap:.5rem}#odx-page .col-label{display:none}#odx-page .compare-cell{justify-content:flex-start;font-size:.875rem}#odx-page .without,#odx-page .with{padding:.625rem .875rem;font-size:.875rem}#odx-page .funnel-steps::before{left:14px}#odx-page .funnel-step-dot{width:30px;height:30px;font-size:.75rem}#odx-page .funnel-bar-track,#odx-page .processus-visual-bar-track,#odx-page .metric-bar-track{height:8px}#odx-page .processus-visual-row{flex-wrap:wrap;gap:.5rem}#odx-page .processus-visual-row-label{min-width:100%;font-size:.8125rem}#odx-page .processus-visual-bar-track{flex:1 1 100%}#odx-page .metric-ba-col{padding:.75rem}#odx-page .metric-ba-col-val{font-size:1.25rem}#odx-page .chart-bar-wrap{height:100px;gap:.25rem}#odx-page .icon-feat-card{padding:1.25rem;border-radius:12px}#odx-page .icon-feat-badge{width:42px;height:42px;font-size:1.1rem;border-radius:10px}#odx-page .feat-tile-icon{width:40px;height:40px;font-size:1rem;border-radius:10px}#odx-page .process-step-number{width:38px;height:38px;font-size:.9375rem;border-radius:8px}#odx-page .config-step-bullet{width:24px;height:24px;font-size:.6875rem}#odx-page .badge-winner{font-size:.6875rem;padding:.2rem .625rem}#odx-page .plateforme-tag{font-size:.75rem;padding:.25rem .6rem}#odx-page .funnel-chip{font-size:.75rem;padding:.25rem .625rem}#odx-page .local-tag{font-size:.75rem;padding:.25rem .625rem}#odx-page .processus-visual-tag{font-size:.6875rem;padding:.2rem .5rem}#odx-page .threat-item{padding:.75rem .875rem}#odx-page .threat-item p,#odx-page .threat-item span{font-size:.875rem}#odx-page .process-deliverable{font-size:.8125rem}#odx-page .ba-divider-line{margin:1rem 0;font-size:.75rem}#odx-page .funnel-bar-item{margin-bottom:.75rem}#odx-page .metric-bar-wrap{margin-bottom:.625rem}}#odx-page .programme{padding:80px 0;background:#f8fafc}#odx-page .programme-grid{max-width:800px;margin:40px auto 0}#odx-page .timeline{display:flex;flex-direction:column;gap:32px;position:relative;padding-left:32px}#odx-page .timeline::before{content:"";position:absolute;left:11px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#3b82f6,#93c5fd)}#odx-page .timeline-dot{width:24px;height:24px;min-width:24px;border-radius:50%;border:2px solid #3b82f6;background:#fff;position:absolute;left:-32px;z-index:2}#odx-page .timeline-dot.active{background:#3b82f6}#odx-page .timeline-body{position:relative}#odx-page .timeline-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#3b82f6;margin-bottom:6px}#odx-page .timeline-body h3{font-size:20px;font-weight:700;color:#102039;margin-bottom:4px}#odx-page .timeline-body p{font-size:14px;color:#64748b;line-height:1.7;margin-bottom:8px}#odx-page .sst-info-row,#odx-page .epi-info-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;color:#475569}#odx-page .sst-info-row svg,#odx-page .epi-info-row svg{width:18px;height:18px;color:#3b82f6;flex-shrink:0}#odx-page .sst-info-label,#odx-page .epi-info-label{font-weight:600;color:#102039}#odx-page .sst-info-value,#odx-page .epi-info-value{color:#64748b}#odx-page .sst-cert-badge,#odx-page .epi-cert-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;margin-top:16px}#odx-page .sst-cert-badge svg,#odx-page .epi-cert-badge svg{width:20px;height:20px;color:#3b82f6}#odx-page .deroulé{padding:80px 0;background:#f8fafc}#odx-page .deroulé-grid{max-width:800px;margin:40px auto 0;display:flex;flex-direction:column;gap:40px}#odx-page .day-schedule{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}#odx-page .day-header{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid #e2e8f0}#odx-page .day-header-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}#odx-page .day-header-icon.morning{background:#fef3c7}#odx-page .day-header-icon.afternoon{background:#dbeafe}#odx-page .day-header-icon svg{width:24px;height:24px}#odx-page .day-header-info{flex:1}#odx-page .day-period{font-size:13px;color:#64748b}#odx-page .day-title{font-size:18px;font-weight:700;color:#102039}#odx-page .day-duration{font-size:13px;color:#3b82f6;font-weight:600}#odx-page .day-content{padding:20px 24px}#odx-page .day-content ul{display:flex;flex-direction:column;gap:8px}#odx-page .day-content li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#374151;line-height:1.6}#odx-page .day-content li svg{width:18px;height:18px;color:#22c55e;flex-shrink:0;margin-top:2px}#odx-page .day-tag{display:inline-block;padding:4px 12px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}#odx-page .day-tag.theory{background:#eff6ff;color:#1d4ed8}#odx-page .day-tag.practice{background:#f0fdf4;color:#15803d}#odx-page .info-card,#odx-page [class*="-info-card"]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-bottom:24px}#odx-page .info-card-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:#64748b;margin-bottom:16px}#odx-page .recycling-callout,#odx-page [class*="recyclage"]{display:flex;align-items:flex-start;gap:14px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:16px 20px;margin-top:24px}#odx-page .recycling-callout svg{width:20px;height:20px;color:#0284c7;flex-shrink:0;margin-top:2px}#odx-page .recycling-callout h4{font-size:15px;font-weight:700;color:#0c4a6e;margin-bottom:4px}#odx-page .recycling-callout p{font-size:13px;color:#475569;line-height:1.6}@media (max-width:768px){#odx-page .programme,#odx-page .deroulé{padding:56px 0}#odx-page .timeline{padding-left:24px}#odx-page .timeline::before{left:7px}#odx-page .timeline-dot{left:-24px;width:18px;height:18px;min-width:18px}#odx-page .day-header{flex-direction:column;align-items:flex-start;gap:10px}#odx-page .day-header-icon{width:40px;height:40px;min-width:40px}#odx-page .day-title{font-size:16px}}#odx-page .config-step-icon{width:64px;height:64px;min-width:64px;background:rgba(59,130,246,.08);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}#odx-page .config-step-icon svg{width:28px;height:28px;color:var(--brand,#3b82f6)}#odx-page .config-step{display:flex;flex-direction:column;position:relative;padding:32px 0;border-bottom:1px solid rgba(0,0,0,.06)}#odx-page .config-step-num{font-size:13px;font-weight:800;color:var(--brand,#3b82f6);letter-spacing:1px;margin-bottom:12px}#odx-page .config-step-detail{display:flex;flex-direction:column;gap:8px}#odx-page .config-steps{max-width:900px;margin:0 auto;padding:80px 0}#odx-page .config-step{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:0 24px;padding:32px 0;border-bottom:1px solid rgba(0,0,0,.06);position:relative}#odx-page .config-step:last-child{border-bottom:none}#odx-page .config-step-num{grid-column:1;grid-row:1;font-size:13px;font-weight:800;color:var(--brand,#3b82f6);letter-spacing:1px;margin-bottom:4px}#odx-page .config-step-icon{grid-column:1;grid-row:2;width:56px;height:56px;min-width:56px;background:rgba(59,130,246,.06);border-radius:14px;display:flex;align-items:center;justify-content:center}#odx-page .config-step-icon svg{width:24px;height:24px;color:var(--brand,#3b82f6)}#odx-page .config-step h3{grid-column:2;grid-row:1;font-size:20px;font-weight:700;color:var(--dark,#0f172a);margin:0 0 8px}#odx-page .config-step p{grid-column:2;grid-row:2;font-size:15px;line-height:1.7;color:var(--muted,#64748b);margin:0 0 12px}#odx-page .config-step-detail{grid-column:2;grid-row:3;display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}#odx-page .config-step-bullet{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--brand,#3b82f6);color:#fff;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}@media (max-width:768px){#odx-page .config-step{grid-template-columns:1fr;gap:8px}#odx-page .config-step-num{grid-column:1;grid-row:auto}#odx-page .config-step-icon{grid-column:1;grid-row:auto;width:48px;height:48px}#odx-page .config-step h3{grid-column:1;grid-row:auto;font-size:18px}#odx-page .config-step p{grid-column:1;grid-row:auto}#odx-page .config-step-detail{grid-column:1;grid-row:auto}}