.elementor-1940 .elementor-element.elementor-element-75e3a1e{--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-4ddbab3 *//* ═══════════════════════════════════════════════
   PARCOURS DIRIGEANT PUISSANCE IA — CSS v2
   Préfixe : pdi-
   ═══════════════════════════════════════════════ */

/* --- Shared --- */
.pdi-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pdi-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.25;
}
.pdi-section-intro {
    font-size: 17px;
    color: #6b7280;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
    line-height: 1.6;
}
.text-blue { color: #2485C2; }
sup { font-size: 0.55em; vertical-align: super; line-height: 0; margin-left: 1px; }
h1 sup, h2 sup, h3 sup { font-size: 0.45em; }

/* --- Buttons --- */
.pdi-btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
}
.pdi-btn-ghost {
    background: transparent;
    color: #2485C2;
    border: 2px solid #2485C2;
}
.pdi-btn-ghost:hover {
    background: #2485C2;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(36, 133, 194, 0.35);
}

/* ═══ HERO ═══ */
.pdi-hero {
    padding: 80px 0 72px;
    background: #ffffff;
}
.pdi-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
}
.pdi-hero-content {
    padding-top: 8px;
}
.pdi-kicker {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(36, 133, 194, 0.1);
    color: #2485C2;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.pdi-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    max-width: 860px;
}
.pdi-hero-lede {
    font-size: 17px;
    color: #374151;
    margin-bottom: 24px;
    line-height: 1.7;
}
.pdi-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.pdi-highlight {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

/* --- Price Box --- */
.pdi-price-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px;
    text-align: center;
}
.pdi-price-amount {
    font-size: 36px;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 4px;
}
.pdi-price-ht {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}
.pdi-price-btn {
    display: block;
    width: 100%;
    background: #2485C2;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 20px rgba(36, 133, 194, 0.25);
    margin-bottom: 12px;
}
.pdi-price-btn:hover {
    background: #1d6fa3;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(36, 133, 194, 0.35);
}
.pdi-price-mensualites {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}
.pdi-price-features {
    text-align: left;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}
.pdi-price-feature {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
    font-size: 15px;
    color: #374151;
}
.pdi-price-feature:last-child {
    margin-bottom: 0;
}
.pdi-check {
    color: #2485C2;
    font-weight: 700;
    flex-shrink: 0;
}

/* ═══ PRESSE ═══ */
.pdi-proof {
    padding: 56px 0;
    background: #f8fafc;
}
.pdi-proof-title {
    text-align: center;
    color: #6b7280;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
}
.pdi-proof-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    opacity: 0.6;
    filter: grayscale(100%);
}
.pdi-proof-logos img {
    height: 36px;
    width: auto;
    object-fit: contain;
}
.pdi-proof-logos img[src*="501ea2_0f3d8079b4ca42fbaa725305a4aa21cc"] {
    height: 100px !important;
}

/* ═══ CONSTAT ═══ */
.pdi-constat {
    padding: 88px 0;
    background: #ffffff;
}
.pdi-constat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto 48px;
}
.pdi-constat-card {
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    border-left: 4px solid #2485C2;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.pdi-constat-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.pdi-constat-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}
.pdi-verdict {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 32px;
    background: #0F172A;
    color: #ffffff;
    border-radius: 16px;
}
.pdi-verdict p {
    color: #e2e8f0;
    font-size: 18px;
    margin: 0;
    font-style: italic;
    line-height: 1.7;
}
.pdi-verdict strong {
    color: #ffffff;
    font-style: normal;
}

/* ═══ COACH ═══ */
.pdi-coach {
    padding: 64px 0;
    background: #ffffff;
}
.pdi-coach-inner {
    display: flex;
    gap: 28px;
    align-items: start;
    max-width: 800px;
    margin: 0 auto;
}
.pdi-coach-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e5e7eb;
}
.pdi-coach-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pdi-coach-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.3;
}
.pdi-coach-quote {
    font-size: 17px;
    font-style: italic;
    color: #374151;
    border-left: 4px solid #2485C2;
    padding-left: 20px;
    margin: 0 0 16px 0;
    line-height: 1.7;
}
.pdi-coach-creds {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pdi-cred {
    background: #f8fafc;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

/* ═══ PROGRAMME ═══ */
.pdi-programme {
    padding: 88px 0;
    background: #f8fafc;
}
.pdi-programme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.pdi-programme-card {
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    border-top: 4px solid #2485C2;
}
.pdi-programme-num {
    font-size: 26px;
    font-weight: 800;
    color: #2485C2;
    margin-bottom: 8px;
}
.pdi-programme-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
    line-height: 1.3;
}
.pdi-programme-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 12px;
}
.pdi-programme-livrable {
    font-size: 14px;
    color: #2485C2;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

/* ═══ PÉDAGOGIE ═══ */
.pdi-pedagogie {
    padding: 88px 0;
    background: #ffffff;
}
.pdi-pedagogie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}
.pdi-pedagogie-card {
    padding: 28px;
    background: #f8fafc;
    border-radius: 16px;
    text-align: center;
}
.pdi-pedagogie-big {
    font-size: 32px;
    font-weight: 800;
    color: #2485C2;
    margin-bottom: 6px;
}
.pdi-pedagogie-label {
    font-size: 16px;
    color: #0F172A;
    font-weight: 600;
    margin-bottom: 4px;
}
.pdi-pedagogie-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

/* ═══ LIVRABLES ═══ */
.pdi-livrables {
    background: #0F172A;
    color: #ffffff;
    padding: 88px 0;
}
.pdi-livrables-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 56px;
}
.pdi-livrables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}
.pdi-livrable-card {
    padding: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pdi-livrable-name {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
.pdi-livrable-text {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ═══ TÉMOIGNAGES ═══ */
.pdi-temoignages {
    padding: 88px 0;
    background: #ffffff;
}
.pdi-temoignages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}
.pdi-temoignage {
    background: #f8fafc;
    padding: 32px;
    border-radius: 16px;
}
.pdi-temoignage-placeholder {
    border: 2px dashed #e5e7eb;
    background: #ffffff;
}
.pdi-temoignage-quote {
    font-size: 15px;
    font-style: italic;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 20px;
}
.pdi-temoignage-placeholder .pdi-temoignage-quote {
    color: #6b7280;
    font-style: normal;
}
.pdi-temoignage-author {
    font-weight: 600;
    font-size: 15px;
    color: #0F172A;
    margin-bottom: 4px;
}
.pdi-temoignage-placeholder .pdi-temoignage-author {
    color: #6b7280;
}
.pdi-temoignage-role {
    color: #6b7280;
    font-size: 14px;
}

/* ═══ MASTERCLASS CTA ═══ */
.pdi-masterclass {
    padding: 64px 0;
    background: #f8fafc;
    text-align: center;
}
.pdi-masterclass-inner {
    max-width: 680px;
    margin: 0 auto;
}
.pdi-masterclass-title {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}
.pdi-masterclass-text {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* ═══ FAQ ═══ */
.pdi-faq {
    padding: 88px 0;
    background: #ffffff;
}
.pdi-faq-list {
    max-width: 780px;
    margin: 0 auto;
}
.pdi-faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 24px 0;
}
.pdi-faq-item:first-child {
    padding-top: 0;
}
.pdi-faq-question {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.pdi-faq-answer {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* ═══ CTA FINAL ═══ */
.pdi-cta-final {
    padding: 80px 0;
    background: linear-gradient(to bottom right, #2485C2, #1e40af);
    text-align: center;
}
.pdi-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.pdi-cta-text {
    font-size: 18px;
    color: #e0f2fe;
    margin-bottom: 32px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.pdi-cta-btn {
    display: inline-block;
    background: #0F172A;
    color: #ffffff;
    padding: 18px 36px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.pdi-cta-btn:hover {
    background: #000000;
}
.pdi-cta-sub {
    margin-top: 20px;
    font-size: 16px;
    color: #e0f2fe;
}
.pdi-cta-sub a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}
.pdi-cta-sub a:hover {
    color: #e0f2fe;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .pdi-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .pdi-price-box {
        max-width: 420px;
    }
}
@media (max-width: 820px) {
    .pdi-constat-grid {
        grid-template-columns: 1fr;
    }
    .pdi-programme-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .pdi-pedagogie-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .pdi-coach-inner {
        flex-direction: column;
    }
    .pdi-temoignages-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
    .pdi-livrables-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .pdi-hero {
        padding: 48px 0 40px;
    }
    .pdi-container {
        padding: 0 20px;
    }
    .pdi-hero-title {
        font-size: 28px;
    }
    .pdi-hero-lede {
        font-size: 15px;
    }
    .pdi-section-title,
    .pdi-livrables-title {
        font-size: 28px;
    }
    .pdi-section-intro {
        font-size: 15px;
    }
    .pdi-constat,
    .pdi-programme,
    .pdi-pedagogie,
    .pdi-livrables,
    .pdi-temoignages,
    .pdi-faq {
        padding: 48px 0;
    }
    .pdi-proof-logos {
        gap: 32px;
    }
    .pdi-proof-logos img {
        height: 28px;
    }
    .pdi-proof-logos img[src*="501ea2_0f3d8079b4ca42fbaa725305a4aa21cc"] {
        height: 70px !important;
    }
    .pdi-price-amount {
        font-size: 30px;
    }
    .pdi-cta-final {
        padding: 48px 0;
    }
    .pdi-cta-title {
        font-size: 28px;
    }
    .pdi-cta-text {
        font-size: 16px;
    }
    .pdi-cta-btn {
        font-size: 16px;
        padding: 16px 28px;
        width: 100%;
    }
}/* End custom CSS */