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

.se-root *, .se-root *::before, .se-root *::after { box-sizing: border-box; }
.se-root h1, .se-root h2, .se-root h3, .se-root p { margin-top: 0; }
.se-root sup { font-size: .48em; vertical-align: super; }
.se-section { padding: 88px 24px; }
.se-shell { width: min(1120px, 100%); margin: 0 auto; }
.se-narrow { width: min(920px, 100%); }

.se-hero { background: var(--se-cream); padding-top: 76px; }
.se-brand { display: flex; align-items: center; gap: 16px; margin-bottom: 58px; }
.se-brand-mark {
    display: inline-grid; place-items: center; width: 68px; height: 68px;
    border-radius: 15px; background: var(--se-orange); color: #111;
    font-weight: 900; font-size: 31px; letter-spacing: -1px;
}
.se-brand-name { font-size: clamp(28px, 4vw, 47px); font-weight: 850; letter-spacing: -1.5px; }
.se-eyebrow, .se-kicker {
    color: var(--se-navy); text-transform: uppercase; font-weight: 900;
    letter-spacing: .16em; font-size: 16px; margin-bottom: 18px;
}
.se-kicker { color: var(--se-orange); }
.se-hero h1 {
    max-width: 900px; margin-bottom: 30px; font-size: clamp(48px, 7.2vw, 86px);
    line-height: .99; letter-spacing: -3.5px; font-weight: 500;
}
.se-lead { max-width: 820px; color: #40464e; font-size: clamp(21px, 2.5vw, 29px); line-height: 1.5; }
.se-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 38px 0 52px; }
.se-actions-centered { justify-content: center; }
.se-btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 58px;
    padding: 14px 28px; border: 2px solid transparent; border-radius: 13px;
    font-weight: 800; font-size: 17px; line-height: 1.2; text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.se-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(14,45,80,.13); }
.se-btn-primary { color: #161616 !important; background: var(--se-orange); }
.se-btn-primary:hover { background: #ffb427; }
.se-btn-secondary { color: var(--se-ink) !important; background: #fff; border-color: #adb7c2; }
.se-btn-light { color: #fff !important; border-color: #b7c8d8; background: transparent; }
.se-btn-wide { width: 100%; margin-top: 18px; }

.se-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.se-proof-grid > div { padding-top: 20px; border-top: 4px solid var(--se-orange); }
.se-proof-grid strong, .se-proof-grid span { display: block; }
.se-proof-grid strong { color: var(--se-navy); font-size: 19px; }
.se-proof-grid span { color: var(--se-grey); font-size: 15px; }

.se-showcase { background: var(--se-cream); padding-top: 0; }
.se-photo-card { overflow: hidden; border: 1px solid #d8d3c9; border-radius: 36px; background: #fff; }
.se-photo-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.se-photo-caption { padding: 36px 42px 40px; }
.se-photo-caption h2 { color: var(--se-navy); font-size: clamp(31px, 4vw, 48px); line-height: 1.1; margin-bottom: 12px; }
.se-photo-caption p { color: var(--se-grey); font-size: 21px; margin-bottom: 0; }

.se-centered-heading { text-align: center; margin-bottom: 46px; }
.se-centered-heading h2 { font-size: clamp(38px, 5.5vw, 63px); line-height: 1.08; letter-spacing: -2px; margin-bottom: 16px; font-weight: 500; }
.se-centered-heading p { color: var(--se-grey); font-size: 21px; max-width: 800px; margin: 0 auto; }
.se-demo { background: #fff; }
.se-demo-card { border: 1px solid var(--se-line); border-radius: 30px; padding: 30px; box-shadow: 0 18px 50px rgba(14,45,80,.07); }
.se-dropzone {
    min-height: 330px; border: 3px dashed #9ba9b5; border-radius: 24px; padding: 36px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; cursor: pointer; background: #fbfcfd; transition: border .15s ease, background .15s ease;
}
.se-dropzone:hover, .se-dropzone.is-dragging { border-color: var(--se-orange); background: #fffaf0; }
.se-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.se-upload-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: var(--se-orange); font-size: 38px; line-height: 1; margin-bottom: 16px; }
.se-dropzone strong { color: var(--se-navy); font-size: 27px; }
.se-dropzone span:not(.se-upload-icon) { color: var(--se-grey); font-size: 18px; }
.se-dropzone small { color: #78818b; margin-top: 14px; }
.se-preview { position: relative; }
.se-preview img { display: block; width: 100%; max-height: 590px; object-fit: contain; border-radius: 22px; background: #f1f2f3; }
.se-change-photo { position: absolute; right: 16px; bottom: 16px; border: 0; border-radius: 10px; padding: 11px 15px; background: rgba(9,33,59,.9); color: #fff; font-weight: 700; cursor: pointer; }
.se-analysis { margin-top: 24px; border: 1px solid var(--se-line); border-radius: 22px; padding: 32px; }
.se-analysis-loading { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; }
.se-analysis-loading strong { color: var(--se-navy); font-size: 23px; }
.se-analysis-loading span { color: var(--se-grey); }
.se-spinner { width: 42px; height: 42px; border: 4px solid #e4e8ec; border-top-color: var(--se-orange); border-radius: 50%; animation: se-spin .8s linear infinite; margin-bottom: 10px; }
@keyframes se-spin { to { transform: rotate(360deg); } }
.se-success { color: #2a773c; text-transform: uppercase; font-weight: 900; letter-spacing: .04em; }
.se-opportunities { color: var(--se-navy); font-size: clamp(34px, 5vw, 52px); line-height: 1.15; margin: 13px 0 25px; }
.se-priority { border-left: 9px solid var(--se-orange); padding: 8px 0 8px 20px; margin-bottom: 22px; }
.se-priority span, .se-priority strong { display: block; }
.se-priority span { color: #7f5c08; text-transform: uppercase; font-size: 15px; letter-spacing: .12em; font-weight: 900; }
.se-priority strong { font-size: 25px; line-height: 1.25; }
.se-analysis-result ul { padding-left: 24px; margin-bottom: 12px; }
.se-analysis-result li { margin-bottom: 10px; }
.se-privacy-note { text-align: center; color: var(--se-grey); font-size: 14px; margin: 20px 0 0; }

.se-process { background: var(--se-cream); }
.se-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.se-process-grid article { min-height: 250px; padding: 36px; border: 1px solid var(--se-line); border-radius: 26px; background: rgba(255,255,255,.36); }
.se-process-grid article > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--se-orange); font-weight: 900; }
.se-process-grid h3 { color: var(--se-navy); font-size: 30px; margin: 30px 0 8px; }
.se-process-grid p { color: var(--se-grey); margin-bottom: 0; }

.se-suite { background: #fff; padding-bottom: 0; }
.se-tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.se-tools-grid article { min-height: 255px; padding: 38px; border-top: 10px solid var(--se-orange); border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 10px 35px rgba(14,45,80,.08); }
.se-tools-grid article > span { color: #818a94; font-weight: 900; }
.se-tools-grid h3 { color: var(--se-navy); font-size: 29px; line-height: 1.15; margin: 25px 0 12px; }
.se-tools-grid p { color: var(--se-grey); margin-bottom: 0; }
.se-manifesto { margin-top: 58px; padding: 52px 30px; background: var(--se-navy); color: var(--se-yellow); text-align: center; text-transform: uppercase; font-weight: 900; letter-spacing: .14em; font-size: 20px; }

.se-final { background: var(--se-navy); color: #fff; text-align: center; }
.se-final h2 { font-size: clamp(40px, 6vw, 68px); line-height: 1.05; font-weight: 500; letter-spacing: -2px; margin-bottom: 18px; }
.se-final p { font-size: 25px; color: #d8e2eb; }
.se-signature { color: var(--se-yellow); font-size: 24px; font-weight: 900; margin-top: 45px; }
.se-contact { margin-top: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; color: #d8e2eb; }
.se-contact a { color: #fff !important; text-decoration: none; }

.se-module-hero { min-height: 85vh; display: flex; align-items: center; background: var(--se-cream); }
.se-module-number { color: var(--se-orange); font-size: 22px; font-weight: 900; letter-spacing: .15em; margin-bottom: 16px; }
.se-module-hero h1 { color: var(--se-navy); font-size: clamp(48px, 7vw, 82px); line-height: 1; margin-bottom: 20px; }
.se-module-hero h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.2; font-weight: 500; }
.se-signature-dark { color: var(--se-navy); }

[hidden] { display: none !important; }

@media (max-width: 820px) {
    .se-root { font-size: 17px; }
    .se-section { padding: 64px 18px; }
    .se-brand { margin-bottom: 42px; }
    .se-brand-mark { width: 58px; height: 58px; font-size: 27px; }
    .se-hero h1 { letter-spacing: -2px; }
    .se-proof-grid, .se-process-grid { grid-template-columns: 1fr; }
    .se-tools-grid { grid-template-columns: 1fr; }
    .se-photo-caption { padding: 28px 25px 30px; }
    .se-demo-card { padding: 18px; border-radius: 22px; }
    .se-dropzone { min-height: 270px; padding: 24px 18px; }
    .se-analysis { padding: 24px 19px; }
    .se-process-grid article { min-height: auto; }
    .se-actions .se-btn { width: 100%; }
}

@media (max-width: 480px) {
    .se-section { padding-left: 14px; padding-right: 14px; }
    .se-brand { gap: 11px; }
    .se-brand-name { font-size: 26px; }
    .se-brand-mark { width: 52px; height: 52px; border-radius: 12px; font-size: 24px; }
    .se-hero h1 { font-size: 45px; }
    .se-lead { font-size: 20px; }
    .se-proof-grid { gap: 14px; }
    .se-photo-card { border-radius: 24px; }
    .se-photo-caption h2 { font-size: 31px; }
    .se-centered-heading h2 { font-size: 38px; }
    .se-dropzone strong { font-size: 23px; }
    .se-opportunities { font-size: 35px; }
    .se-final h2 { font-size: 42px; }
}

/* V13.2 - Bloc final fiabilise contre les styles du theme et l'impression */
.se-root a[href]::before,
.se-root a[href]::after {
    content: none !important;
    display: none !important;
}

.se-final {
    background: #f4f5f6 !important;
    color: var(--se-ink) !important;
    text-align: center !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.se-final-card {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 58px 48px 50px !important;
    border: 1px solid var(--se-line) !important;
    border-top: 12px solid var(--se-orange) !important;
    border-radius: 28px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 48px rgba(14,45,80,.10) !important;
}

.se-final-kicker {
    margin: 0 0 20px !important;
    color: var(--se-navy) !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase !important;
}

.se-final .se-final-card h2 {
    margin: 0 auto 18px !important;
    max-width: 800px !important;
    color: var(--se-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(38px, 5.5vw, 62px) !important;
    font-weight: 600 !important;
    line-height: 1.08 !important;
    letter-spacing: -2px !important;
}

.se-final .se-final-card > p {
    margin: 0 !important;
    color: #4f5964 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 23px !important;
    line-height: 1.45 !important;
}

.se-final-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: min(760px, 100%) !important;
    margin: 34px auto 0 !important;
    padding: 0 !important;
}

.se-final .se-final-btn {
    all: unset !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 15px 24px !important;
    border: 2px solid transparent !important;
    border-radius: 13px !important;
    background-image: none !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;
    white-space: normal !important;
    cursor: pointer !important;
}

.se-final .se-final-btn-primary {
    color: #171717 !important;
    background: var(--se-orange) !important;
    border-color: var(--se-orange) !important;
}

.se-final .se-final-btn-secondary {
    color: var(--se-navy) !important;
    background: #ffffff !important;
    border-color: #9eacba !important;
}

.se-final .se-final-btn:hover,
.se-final .se-final-btn:focus {
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 20px rgba(14,45,80,.12) !important;
}

.se-final-signature {
    margin: 40px 0 0 !important;
    color: var(--se-navy) !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
}

.se-final-contact {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 16px 0 0 !important;
    color: #5a6470 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
}

.se-final-contact a {
    all: unset !important;
    color: var(--se-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/* La page Suite Excellence est une page d'atterrissage : suppression du pied de page du theme. */
body.se-page-active footer.site-footer,
body.se-page-active .site-footer,
body.se-page-active .site-info,
body.se-page-active footer.wp-block-template-part,
body.se-page-active .wp-site-blocks > footer {
    display: none !important;
}

@media (max-width: 700px) {
    .se-final {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .se-final-card {
        padding: 40px 20px 36px !important;
        border-radius: 22px !important;
    }

    .se-final-actions {
        grid-template-columns: 1fr !important;
    }

    .se-final .se-final-card h2 {
        font-size: clamp(34px, 10vw, 48px) !important;
        letter-spacing: -1.3px !important;
    }

    .se-final .se-final-card > p {
        font-size: 20px !important;
    }

    .se-final-signature {
        font-size: 21px !important;
    }
}

@media print {
    .se-root,
    .se-root * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .se-final {
        background: #ffffff !important;
        padding: 28px 0 !important;
        break-inside: avoid !important;
    }

    .se-final-card {
        box-shadow: none !important;
        border: 2px solid #cfd5dc !important;
        border-top: 12px solid #f5a515 !important;
        break-inside: avoid !important;
    }

    .se-final-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .se-final .se-final-btn-primary {
        background: #f5a515 !important;
        color: #171717 !important;
    }

    .se-final .se-final-btn-secondary {
        background: #ffffff !important;
        color: #0e2d50 !important;
    }
}

/* V13.2 - simplification definitive des appels a l'action */
.se-final .se-final-card h2 {
    letter-spacing: -1px !important;
    line-height: 1.12 !important;
}

.se-final-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
}

.se-final .se-final-btn-primary {
    width: min(390px, 100%) !important;
}

.se-final .se-final-text-link {
    all: unset !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px 0 5px !important;
    border: 0 !important;
    border-bottom: 2px solid var(--se-orange) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--se-navy) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.se-final .se-final-text-link:hover,
.se-final .se-final-text-link:focus {
    color: #071b31 !important;
    border-bottom-color: #071b31 !important;
}

@media print {
    .se-final-actions {
        display: flex !important;
        flex-direction: column !important;
    }
}


/* V13.3 - finition de la page d'atterrissage : aucun bloc parasite du thème */
body.se-page-active footer,
body.se-page-active #footer,
body.se-page-active .footer,
body.se-page-active .site-footer,
body.se-page-active .footer-area,
body.se-page-active .footer-top,
body.se-page-active .footer-bottom,
body.se-page-active .footer-bar,
body.se-page-active .footer-widgets,
body.se-page-active .footer-widget,
body.se-page-active .footer-widget-area,
body.se-page-active .footer-sidebar,
body.se-page-active .site-info,
body.se-page-active .copyright-area,
body.se-page-active .sharedaddy,
body.se-page-active .sd-sharing-enabled,
body.se-page-active .sd-like-enabled,
body.se-page-active #jp-post-flair,
body.se-page-active .jp-relatedposts,
body.se-page-active .post-share,
body.se-page-active .entry-footer,
body.se-page-active .post-footer,
body.se-page-active .comments-area,
body.se-page-active .comment-respond,
body.se-page-active [data-se-theme-extra-hidden="true"] {
    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;
}

/* Empêche le thème d'ajouter un espace vide après le contenu Suite Excellence. */
body.se-page-active main,
body.se-page-active .site-main,
body.se-page-active .content-area,
body.se-page-active .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Conservation du dessin validé sur ordinateur et smartphone. */
.se-root,
.se-root * {
    box-sizing: border-box !important;
}

@media print {
    body.se-page-active footer,
    body.se-page-active #footer,
    body.se-page-active .footer,
    body.se-page-active .site-footer,
    body.se-page-active .sharedaddy,
    body.se-page-active .sd-sharing-enabled,
    body.se-page-active .sd-like-enabled,
    body.se-page-active #jp-post-flair,
    body.se-page-active .jp-relatedposts,
    body.se-page-active [data-se-theme-extra-hidden="true"] {
        display: none !important;
    }
}


/* V13.4 - Les quatre outils deviennent des accès directs et entièrement cliquables. */
.se-tools-grid .se-tool-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 255px;
    padding: 38px;
    border: 0;
    border-top: 10px solid var(--se-orange);
    border-radius: 22px 22px 0 0;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(14,45,80,.08);
    color: var(--se-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.se-tools-grid .se-tool-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(14,45,80,.14);
    border-top-color: #ffb427;
}

.se-tools-grid .se-tool-card:focus-visible {
    outline: 4px solid rgba(245,165,21,.35);
    outline-offset: 4px;
}

.se-tools-grid .se-tool-number {
    color: #818a94;
    font-weight: 900;
}

.se-tools-grid .se-tool-card h3 {
    color: var(--se-navy) !important;
    font-size: 29px;
    line-height: 1.15;
    margin: 25px 0 12px;
}

.se-tools-grid .se-tool-card p {
    color: var(--se-grey) !important;
    margin-bottom: 24px;
}

.se-tools-grid .se-tool-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--se-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.se-tools-grid .se-tool-card:hover .se-tool-link {
    text-decoration: underline;
    text-decoration-color: var(--se-orange);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

@media (max-width: 480px) {
    .se-tools-grid .se-tool-card {
        min-height: 225px;
        padding: 30px 26px;
    }

    .se-tools-grid .se-tool-card h3 {
        font-size: 26px;
    }
}

@media print {
    .se-tools-grid .se-tool-card {
        transform: none !important;
        box-shadow: none !important;
        border-right: 1px solid var(--se-line);
        border-bottom: 1px solid var(--se-line);
        border-left: 1px solid var(--se-line);
    }
}
