.imr-root {
    --imr-navy: #0e2d50;
    --imr-navy-deep: #09213b;
    --imr-orange: #f5a515;
    --imr-yellow: #ffd65a;
    --imr-ink: #181b20;
    --imr-grey: #5f6771;
    --imr-line: #d7dce2;
    --imr-cream: #faf7ef;
    --imr-soft: #f3f5f7;
    --imr-white: #ffffff;
    width: 100%;
    overflow: hidden;
    background: var(--imr-white);
    color: var(--imr-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

.imr-root,
.imr-root *,
.imr-root *::before,
.imr-root *::after { box-sizing: border-box !important; }
.imr-root h1,
.imr-root h2,
.imr-root h3,
.imr-root p { margin-top: 0; }
.imr-root sup { font-size: .48em; vertical-align: super; }
.imr-root a[href]::before,
.imr-root a[href]::after { content: none !important; display: none !important; }
.imr-section { padding: 88px 24px; }
.imr-shell { width: min(1120px, 100%); margin: 0 auto; }
.imr-eyebrow {
    margin-bottom: 18px;
    color: var(--imr-navy);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.imr-heading { max-width: 890px; margin: 0 auto 48px; text-align: center; }
.imr-heading h2 {
    margin-bottom: 18px;
    color: var(--imr-navy);
    font-size: clamp(38px, 5.4vw, 64px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -2px;
}
.imr-heading p { max-width: 820px; margin: 0 auto; color: var(--imr-grey); font-size: 21px; }
.imr-heading-light h2 { color: #fff; }
.imr-heading-light p { color: #dbe5ee; }
.imr-heading-light .imr-eyebrow { color: var(--imr-yellow); }

.imr-hero { padding-top: 72px; background: var(--imr-cream); }
.imr-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 56px; }
.imr-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 15px;
    background: var(--imr-orange);
    color: #111;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: -1px;
}
.imr-brand-name { font-size: clamp(28px, 4vw, 47px); font-weight: 850; letter-spacing: -1.5px; }
.imr-hero h1 {
    max-width: 970px;
    margin-bottom: 28px;
    color: var(--imr-ink);
    font-size: clamp(51px, 7.5vw, 88px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -4px;
}
.imr-hero h1 strong { color: var(--imr-navy); font-weight: 800; }
.imr-lead { max-width: 900px; color: #40464e; font-size: clamp(21px, 2.45vw, 28px); line-height: 1.5; }
.imr-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 38px 0 54px; }
.imr-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 14px 28px !important;
    border: 2px solid transparent !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease !important;
}
.imr-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(14,45,80,.13) !important; }
.imr-btn-primary { background: var(--imr-orange) !important; color: #161616 !important; }
.imr-btn-primary:hover { background: #ffb427 !important; }
.imr-btn-secondary { border-color: #aab6c2 !important; background: #fff !important; color: var(--imr-navy) !important; }
.imr-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.imr-proof-grid article { padding-top: 22px; border-top: 5px solid var(--imr-orange); }
.imr-proof-grid strong,
.imr-proof-grid span { display: block; }
.imr-proof-grid strong { margin-bottom: 5px; color: var(--imr-navy); font-size: 20px; }
.imr-proof-grid span { color: var(--imr-grey); font-size: 15px; }

.imr-problem { background: #fff; }
.imr-problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.imr-problem-grid article {
    min-height: 245px;
    padding: 34px;
    border: 1px solid var(--imr-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(14,45,80,.06);
}
.imr-problem-grid article > span { color: var(--imr-orange); font-weight: 900; letter-spacing: .12em; }
.imr-problem-grid h3 { margin: 25px 0 10px; color: var(--imr-navy); font-size: 30px; line-height: 1.15; }
.imr-problem-grid p { margin-bottom: 0; color: var(--imr-grey); }

.imr-demo-section { background: var(--imr-navy); color: #fff; }
.imr-demo { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 24px; align-items: stretch; }
.imr-idea-list { display: flex; flex-direction: column; gap: 13px; }
.imr-idea-button {
    all: unset;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    min-height: 94px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    color: #fff;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, border .16s ease;
}
.imr-idea-button:hover { transform: translateX(3px); background: rgba(255,255,255,.12); }
.imr-idea-button.is-active { border-color: var(--imr-yellow); background: #fff; color: var(--imr-navy); }
.imr-idea-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 47px;
    height: 47px;
    border-radius: 13px;
    background: var(--imr-orange);
    color: #111;
    font-weight: 900;
}
.imr-idea-button strong,
.imr-idea-button small { display: block; }
.imr-idea-button strong { font-size: 18px; }
.imr-idea-button small { margin-top: 3px; color: inherit; opacity: .72; font-size: 13px; }
.imr-decision-card {
    padding: 34px;
    border-top: 10px solid var(--imr-orange);
    border-radius: 24px;
    background: #fff;
    color: var(--imr-ink);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.imr-card-topline { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 20px; }
.imr-status { padding: 7px 12px; border-radius: 999px; background: #fff3d7; color: #775006; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.imr-id { color: #7c8792; font-size: 13px; font-weight: 800; }
.imr-decision-card h3 { max-width: 760px; margin-bottom: 11px; color: var(--imr-navy); font-size: clamp(30px, 4vw, 45px); line-height: 1.12; }
.imr-idea-summary { color: var(--imr-grey); font-size: 18px; }
.imr-score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 26px 0; }
.imr-score-grid > div { padding: 16px; border-radius: 15px; background: var(--imr-soft); }
.imr-score-grid span,
.imr-score-grid strong { display: block; }
.imr-score-grid span { color: #707a84; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.imr-score-grid strong { margin-top: 5px; color: var(--imr-navy); font-size: 18px; }
.imr-ai-alert { display: flex; gap: 15px; padding: 20px; border: 1px solid #efd184; border-radius: 17px; background: #fffaf0; }
.imr-ai-badge { display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--imr-orange); color: #111; font-weight: 900; }
.imr-ai-alert strong { color: var(--imr-navy); font-size: 18px; }
.imr-ai-alert p { margin: 3px 0 0; color: var(--imr-grey); font-size: 15px; }
.imr-next-decision { margin: 22px 0; padding: 4px 0 4px 19px; border-left: 8px solid var(--imr-orange); }
.imr-next-decision span,
.imr-next-decision strong { display: block; }
.imr-next-decision span { color: #775006; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.imr-next-decision strong { margin-top: 4px; color: var(--imr-navy); font-size: 20px; line-height: 1.3; }
.imr-progress-line { height: 9px; overflow: hidden; border-radius: 999px; background: #e3e7eb; }
.imr-progress-line span { display: block; height: 100%; border-radius: inherit; background: var(--imr-orange); transition: width .3s ease; }
.imr-progress ol { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 0; margin: 9px 0 0; list-style: none; }
.imr-progress li { color: #9099a2; font-size: 11px; font-weight: 800; text-align: center; }
.imr-progress li.is-done,
.imr-progress li.is-current { color: var(--imr-navy); }
.imr-demo-note { margin: 20px 0 0; color: #c9d5df; font-size: 13px; text-align: center; }

.imr-journey { background: var(--imr-cream); }
.imr-journey-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.imr-journey-grid article { position: relative; min-height: 265px; padding: 27px 22px; border: 1px solid #dcd8cf; border-radius: 20px; background: rgba(255,255,255,.68); }
.imr-journey-grid article > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--imr-orange); font-weight: 900; }
.imr-journey-grid h3 { margin: 26px 0 9px; color: var(--imr-navy); font-size: 23px; line-height: 1.15; }
.imr-journey-grid p { margin-bottom: 0; color: var(--imr-grey); font-size: 15px; }

.imr-ai-section { background: #fff; }
.imr-two-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 66px; align-items: start; }
.imr-two-columns h2 { color: var(--imr-navy); font-size: clamp(39px, 5vw, 62px); font-weight: 500; line-height: 1.07; letter-spacing: -2px; }
.imr-section-lead { color: var(--imr-grey); font-size: 21px; }
.imr-ai-features { display: grid; gap: 14px; }
.imr-ai-features article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--imr-line); border-radius: 19px; background: #fff; }
.imr-ai-features article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--imr-orange); color: #111; font-weight: 900; }
.imr-ai-features h3 { margin-bottom: 5px; color: var(--imr-navy); font-size: 22px; }
.imr-ai-features p { margin-bottom: 0; color: var(--imr-grey); font-size: 15px; }

.imr-human { padding-top: 0; background: #fff; }
.imr-human-card { display: grid; grid-template-columns: 190px 1fr; gap: 42px; align-items: center; padding: 48px; border-radius: 28px; background: var(--imr-navy); color: #fff; }
.imr-human-mark { display: grid; place-items: center; width: 170px; height: 170px; border-radius: 50%; background: var(--imr-orange); color: #111; font-size: 47px; font-weight: 900; letter-spacing: -3px; }
.imr-human-card .imr-eyebrow { color: var(--imr-yellow); }
.imr-human-card h2 { margin-bottom: 16px; color: #fff; font-size: clamp(36px, 4.5vw, 57px); font-weight: 500; line-height: 1.08; letter-spacing: -1.5px; }
.imr-human-card p { color: #d9e4ed; font-size: 20px; }
.imr-human-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 23px 0; }
.imr-human-points span { padding: 8px 12px; border: 1px solid #56718a; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; }
.imr-human-card .imr-formula { margin-bottom: 0; color: var(--imr-yellow); font-weight: 900; }

.imr-objection { background: var(--imr-soft); }
.imr-objection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.imr-objection-grid > div { padding: 35px; border-radius: 25px; }
.imr-alone { border: 1px solid #cfd5db; background: #fff; }
.imr-complete { border-top: 10px solid var(--imr-orange); background: var(--imr-navy); color: #fff; }
.imr-objection-grid h3 { margin-bottom: 20px; font-size: 28px; }
.imr-alone h3 { color: var(--imr-navy); }
.imr-objection-grid ul { padding-left: 23px; margin: 0; }
.imr-objection-grid li { margin-bottom: 12px; }
.imr-alone li { color: var(--imr-grey); }
.imr-complete li { color: #e5edf4; }
.imr-conclusion { margin: 34px 0 0; color: var(--imr-navy); font-size: 25px; text-align: center; }

.imr-performance { background: var(--imr-navy); color: #fff; }
.imr-performance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.imr-performance-grid article { min-height: 205px; padding: 26px 20px; border: 1px solid #4d6780; border-radius: 20px; background: rgba(255,255,255,.06); text-align: center; }
.imr-performance-grid strong,
.imr-performance-grid span { display: block; }
.imr-performance-grid strong { color: var(--imr-yellow); font-size: clamp(35px, 4vw, 52px); line-height: 1.08; }
.imr-performance-grid span { margin-top: 14px; color: #e1e9f0; font-size: 15px; }
.imr-proof-example { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 30px; padding: 20px; border-radius: 16px; background: #fff; color: var(--imr-navy); text-align: center; }
.imr-proof-example span { color: var(--imr-grey); }

.imr-pilot { background: var(--imr-cream); }
.imr-pilot-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px; align-items: center; padding: 48px; border: 1px solid #ded8cc; border-top: 12px solid var(--imr-orange); border-radius: 28px; background: #fff; box-shadow: 0 18px 45px rgba(14,45,80,.08); }
.imr-pilot-card h2 { margin-bottom: 17px; color: var(--imr-navy); font-size: clamp(37px, 4.7vw, 58px); font-weight: 500; line-height: 1.08; letter-spacing: -1.7px; }
.imr-pilot-card p { margin-bottom: 0; color: var(--imr-grey); font-size: 20px; }
.imr-pilot-steps { display: grid; gap: 11px; }
.imr-pilot-steps span { display: flex; align-items: center; gap: 12px; padding: 13px; border-radius: 14px; background: var(--imr-soft); color: var(--imr-navy); font-weight: 800; }
.imr-pilot-steps b { display: grid; flex: 0 0 auto; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--imr-orange); color: #111; }

.imr-final { padding-top: 72px; padding-bottom: 72px; background: #f4f5f6; text-align: center; }
.imr-final-card { padding: 56px 46px 48px; border: 1px solid var(--imr-line); border-top: 12px solid var(--imr-orange); border-radius: 28px; background: #fff; box-shadow: 0 18px 48px rgba(14,45,80,.10); }
.imr-final-kicker { margin-bottom: 18px; color: var(--imr-navy); font-size: 16px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.imr-final h2 { max-width: 820px; margin: 0 auto 18px; color: var(--imr-navy); font-size: clamp(40px, 5.5vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -1px; }
.imr-final p { max-width: 820px; margin: 0 auto; color: #4f5964; font-size: 22px; }
.imr-final-actions { display: flex; flex-direction: column; align-items: center; gap: 19px; margin-top: 32px; }
.imr-final-actions .imr-btn { width: min(390px, 100%); }
.imr-text-link {
    display: inline-block !important;
    padding: 2px 0 5px !important;
    border-bottom: 2px solid var(--imr-orange) !important;
    color: var(--imr-navy) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
.imr-signature { margin-top: 42px; color: var(--imr-navy); font-size: 23px; font-weight: 900; }
.imr-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 14px; color: var(--imr-grey); }
.imr-contact a { color: var(--imr-navy) !important; font-weight: 700; text-decoration: none !important; }

/* Cette page est une page d’atterrissage : suppression des blocs parasites du thème. */
body.imr-page-active footer,
body.imr-page-active #footer,
body.imr-page-active .footer,
body.imr-page-active .site-footer,
body.imr-page-active .footer-area,
body.imr-page-active .footer-top,
body.imr-page-active .footer-bottom,
body.imr-page-active .footer-bar,
body.imr-page-active .footer-widgets,
body.imr-page-active .footer-widget,
body.imr-page-active .footer-widget-area,
body.imr-page-active .footer-sidebar,
body.imr-page-active .site-info,
body.imr-page-active .copyright-area,
body.imr-page-active .sharedaddy,
body.imr-page-active .sd-sharing-enabled,
body.imr-page-active .sd-like-enabled,
body.imr-page-active #jp-post-flair,
body.imr-page-active .jp-relatedposts,
body.imr-page-active .post-share,
body.imr-page-active .entry-footer,
body.imr-page-active .post-footer,
body.imr-page-active .comments-area,
body.imr-page-active .comment-respond,
body.imr-page-active .entry-header,
body.imr-page-active .page-header,
body.imr-page-active .post-thumbnail {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}
body.imr-page-active main,
body.imr-page-active .site-main,
body.imr-page-active .content-area,
body.imr-page-active .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.imr-page-active main,
body.imr-page-active .site-main,
body.imr-page-active .content-area {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 980px) {
    .imr-demo { grid-template-columns: 1fr; }
    .imr-idea-list { display: grid; grid-template-columns: repeat(3, 1fr); }
    .imr-idea-button { min-height: 116px; align-items: flex-start; }
    .imr-journey-grid { grid-template-columns: repeat(2, 1fr); }
    .imr-journey-grid article:last-child { grid-column: 1 / -1; }
    .imr-two-columns { grid-template-columns: 1fr; gap: 38px; }
    .imr-performance-grid { grid-template-columns: repeat(2, 1fr); }
    .imr-pilot-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .imr-root { font-size: 17px; }
    .imr-section { padding: 64px 18px; }
    .imr-brand { margin-bottom: 42px; }
    .imr-brand-mark { width: 58px; height: 58px; font-size: 27px; }
    .imr-hero h1 { letter-spacing: -2.5px; }
    .imr-actions .imr-btn { width: 100%; }
    .imr-proof-grid,
    .imr-problem-grid,
    .imr-objection-grid { grid-template-columns: 1fr; }
    .imr-idea-list { grid-template-columns: 1fr; }
    .imr-idea-button { min-height: 84px; align-items: center; }
    .imr-score-grid { grid-template-columns: 1fr; }
    .imr-progress ol { grid-template-columns: repeat(5, minmax(58px, 1fr)); overflow-x: auto; padding-bottom: 5px; }
    .imr-journey-grid { grid-template-columns: 1fr; }
    .imr-journey-grid article:last-child { grid-column: auto; }
    .imr-journey-grid article { min-height: auto; }
    .imr-human-card { grid-template-columns: 1fr; padding: 36px 24px; }
    .imr-human-mark { width: 126px; height: 126px; font-size: 37px; }
    .imr-pilot-card { padding: 36px 24px; }
    .imr-final-card { padding: 42px 22px 38px; }
}

@media (max-width: 480px) {
    .imr-section { padding-left: 14px; padding-right: 14px; }
    .imr-brand { gap: 11px; }
    .imr-brand-name { font-size: 25px; }
    .imr-brand-mark { width: 52px; height: 52px; border-radius: 12px; font-size: 24px; }
    .imr-hero h1 { font-size: 45px; }
    .imr-lead { font-size: 20px; }
    .imr-heading h2 { font-size: 38px; }
    .imr-decision-card { padding: 25px 19px; }
    .imr-ai-alert { align-items: flex-start; }
    .imr-performance-grid { grid-template-columns: 1fr; }
    .imr-performance-grid article { min-height: 170px; }
    .imr-final h2 { font-size: 41px; }
}

@media print {
    .imr-root,
    .imr-root * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
    body.imr-page-active footer,
    body.imr-page-active .sharedaddy,
    body.imr-page-active #jp-post-flair { display: none !important; }
    .imr-section { padding: 34px 18px; }
    .imr-btn { border: 1px solid #777 !important; }
    .imr-demo-section,
    .imr-performance,
    .imr-human-card { break-inside: avoid; }
}
