.elementor-454 .elementor-element.elementor-element-bb94bee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bf469ed */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root {
    --blue: #2485C2;
    --blue-hover: #1D6FA3;
    --blue-light: #EFF6FF;
    --dark: #0F172A;
    --text: #374151;
    --text-muted: #9CA3AF;
    --bg-white: #FFFFFF;
    --bg-light: #F8FAFC;
    --bg-alt: #F3F4F6;
    --border: #F3F4F6;
    --border-med: #E5E7EB;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text);
    line-height: 1.7;
    font-size: 16px;
    background: var(--bg-white);
}
/* ─── UTILITIES ─── */
.container { max-width: 960px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
section { padding: 80px 0; }
.section-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--blue);
    margin-bottom: 12px;
}
.section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-intro {
    font-size: 18px;
    color: var(--text);
    max-width: 680px;
    line-height: 1.7;
}
.btn-primary {
    display: inline-block;
    background: var(--blue);
    color: var(--bg-white);
    padding: 14px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.btn-primary:hover { background: var(--blue-hover); }
.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--blue);
    padding: 14px 36px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    transition: all 0.2s;
    margin-left: 16px;
}
.btn-secondary:hover { background: var(--blue-light); }
/* ─── HERO ─── */
.hero {
    background: linear-gradient(to bottom right, #f8fafc, #ecfeff);
    padding: 80px 0 60px;
    border-bottom: 1px solid var(--border);
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.hero-inner {
    max-width: 780px;
}
.hero-form {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid var(--border-med);
}
.hero-form iframe {
    width: 100%;
    min-height: 552px;
    border: none;
    border-radius: 3px;
}
.hero-badge {
    display: inline-block;
    background: var(--blue-light);
    color: var(--blue);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.hero-badge sup {
    font-size: 9px;
    font-weight: 800;
    vertical-align: super;
    letter-spacing: 0.5px;
}
.hero-badge-offert {
    display: inline-block;
    background: #FEF3C7;
    color: #92400E;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 24px;
}
.hero h1 em {
    font-style: normal;
    color: var(--blue);
}
.hero-sub {
    font-size: 20px;
    color: var(--text);
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 660px;
}
.hero-actions { margin-bottom: 32px; }
.hero-meta {
    display: flex;
    gap: 32px;
    font-size: 15px;
    color: var(--dark);
    font-weight: 600;
    flex-wrap: wrap;
}
.hero-meta span { display: flex; align-items: center; gap: 6px; }
/* ─── CONSTAT ─── */
.constat { background: var(--bg-light); border-bottom: 1px solid var(--border); }
.constat-text {
    max-width: 720px;
    margin-top: 24px;
}
.constat-text p {
    font-size: 17px;
    margin-bottom: 16px;
    line-height: 1.8;
}
/* ─── TIMELINE / EVOLUTION IA ─── */
.evolution { background: var(--bg-white); }
.evo-track {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
}
.evo-track::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: var(--border-med);
    z-index: 0;
}
.evo-stage {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 16px;
}
.evo-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: 800;
    color: var(--bg-white);
}
.evo-stage:nth-child(1) .evo-dot { background: var(--text-muted); }
.evo-stage:nth-child(2) .evo-dot { background: #6B7280; }
.evo-stage:nth-child(3) .evo-dot { background: var(--blue); box-shadow: 0 0 0 8px rgba(36,133,194,0.15); }
.evo-stage h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
}
.evo-stage .year {
    font-size: 13px;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.evo-stage p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}
.evo-stage:nth-child(3) h4 { color: var(--blue); }
/* ─── COMPARISON GRID ─── */
.compare { background: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.compare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.compare-card {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 32px 24px;
    border: 1px solid var(--border-med);
}
.compare-card.highlight {
    border-color: var(--blue);
    box-shadow: 0 4px 24px rgba(36,133,194,0.1);
}
.compare-card .card-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.compare-card:nth-child(1) .card-label { color: var(--text-muted); }
.compare-card:nth-child(2) .card-label { color: #6B7280; }
.compare-card:nth-child(3) .card-label { color: var(--blue); }
.compare-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 16px;
}
.compare-card ul { list-style: none; }
.compare-card ul li {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}
.compare-card ul li:last-child { border: none; }
/* ─── L'EXPÉRIENCE ─── */
.experience { background: var(--bg-white); }
.exp-steps { margin-top: 48px; }
.exp-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid var(--border);
}
.exp-step:last-child { border: none; }
.step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: var(--bg-white);
    background: var(--blue);
}
.step-num.accent { background: var(--dark); }
.exp-step h3 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.exp-step .duration {
    display: inline-block;
    background: var(--blue-light);
    color: var(--blue);
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}
.exp-step p { color: var(--text); font-size: 15px; }
/* ─── 4 DILEMMES ─── */
.dilemmes { background: var(--bg-light); border-top: 1px solid var(--border); }
.q-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.q-card {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid var(--border-med);
    position: relative;
}
.q-num {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--blue);
    color: var(--bg-white);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
}
.q-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
    margin-top: 4px;
}
.q-card p { font-size: 14px; color: var(--text); line-height: 1.6; }
.q-card .tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.q-card .tag {
    background: var(--blue-light);
    color: var(--blue);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.q-card.wide {
    grid-column: 1 / -1;
    border-color: var(--blue);
    background: linear-gradient(135deg, var(--bg-white) 0%, var(--blue-light) 100%);
}
/* ─── REVEAL ─── */
.reveal { background: var(--bg-white); }
.reveal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.reveal-card {
    padding: 28px;
    border-left: 3px solid var(--blue);
    background: var(--bg-light);
    border-radius: 0 8px 8px 0;
}
.reveal-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}
.reveal-card p {
    font-size: 14px;
    color: var(--text);
    line-height: 1.6;
}
/* ─── BÉNÉFICES ─── */
.benefices { background: var(--bg-light); border-top: 1px solid var(--border); }
.ben-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.ben-card {
    background: var(--bg-white);
    padding: 28px;
    border-radius: 12px;
    border: 1px solid var(--border-med);
}
.ben-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}
.ben-card p { font-size: 15px; color: var(--text); line-height: 1.6; }
/* ─── AUDIENCE ─── */
.audience { background: var(--bg-white); }
.aud-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.aud-card {
    background: var(--bg-light);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid var(--border);
}
.aud-card h4 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.aud-card p { font-size: 14px; color: var(--text); line-height: 1.6; }
/* ─── QUOTE ─── */
.quote-section {
    background: var(--bg-light);
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.quote-section blockquote {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
    font-style: italic;
}
.quote-section cite {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: var(--text-muted);
    font-style: normal;
}
/* ─── CTA FINAL ─── */
.cta-final {
    background: var(--bg-white);
    text-align: center;
    padding: 80px 0;
    border-top: 1px solid var(--border);
}
.cta-final h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
}
.cta-final h2 em {
    font-style: normal;
    color: var(--blue);
}
.cta-final p {
    color: var(--text);
    font-size: 18px;
    max-width: 580px;
    margin: 0 auto 32px;
}
.cta-details {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 14px;
    color: var(--text-muted);
}
/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 28px; }
    .section-title { font-size: 26px; }
    .hero-meta { flex-direction: column; gap: 8px; }
    .evo-track { grid-template-columns: 1fr; gap: 32px; }
    .evo-track::before { display: none; }
    .compare-grid { grid-template-columns: 1fr; }
    .q-grid, .ben-grid { grid-template-columns: 1fr; }
    .q-card.wide { grid-column: auto; }
    .reveal-grid, .aud-grid { grid-template-columns: 1fr; }
    .cta-details { flex-direction: column; gap: 8px; align-items: center; }
    .btn-secondary { margin-left: 0; margin-top: 12px; }
    .container, .container-wide { padding: 0 20px; }
}/* End custom CSS */