.elementor-1922 .elementor-element.elementor-element-20b807b{--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-d2ead0a *//* ═══════════════════════════════════════════════
   DIRIGEANT À TEMPS PARTAGÉ PUISSANCE IA — CSS v2
   Préfixe : dtp-
   ═══════════════════════════════════════════════ */

/* --- Shared --- */
.dtp-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.dtp-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.25;
}
.dtp-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 --- */
.dtp-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;
}
.dtp-btn-white {
    background: #ffffff;
    color: #0F172A;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.dtp-btn-white:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.dtp-btn-ghost-white {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.dtp-btn-ghost-white:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* ═══ HERO ═══ */
.dtp-hero {
    padding: 80px 0 64px;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}
.dtp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.dtp-hero-content {
    padding-top: 8px;
}
.dtp-hero-calendar {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
.dtp-calendar-title {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 16px;
}
.dtp-hero-calendar iframe {
    min-height: 500px;
}
.dtp-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;
}
.dtp-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    max-width: 860px;
}
.dtp-hero-lede {
    font-size: 18px;
    color: #374151;
    max-width: 750px;
    margin-bottom: 28px;
    line-height: 1.7;
}
.dtp-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.dtp-highlight {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

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

/* ═══ CONSTAT ═══ */
.dtp-constat {
    padding: 88px 0;
    background: #ffffff;
}
.dtp-constat-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}
.dtp-constat-title {
    font-size: 30px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
    line-height: 1.25;
}
.dtp-constat-text p {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px;
}
.dtp-constat-text p:last-child {
    margin-bottom: 0;
}
.dtp-stat-box {
    background: #0F172A;
    color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
}
.dtp-stat-big {
    font-size: 56px;
    font-weight: 800;
    color: #2485C2;
    line-height: 1;
    margin-bottom: 8px;
}
.dtp-stat-label {
    color: #cbd5e1;
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 1.5;
}
.dtp-stat-detail {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
}

/* ═══ MODÈLE ═══ */
.dtp-modele {
    padding: 88px 0;
    background: #f8fafc;
}
.dtp-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.dtp-pillar-card {
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    border-top: 3px solid #2485C2;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.dtp-pillar-num {
    font-size: 22px;
    font-weight: 800;
    color: #2485C2;
    margin-bottom: 12px;
}
.dtp-pillar-name {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.dtp-pillar-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* ═══ COMPARAISON ═══ */
.dtp-compare {
    padding: 88px 0;
    background: #ffffff;
}
.dtp-compare-table {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}
.dtp-compare-table table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}
.dtp-compare-table thead th {
    background: #0F172A;
    color: #ffffff;
    padding: 16px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.dtp-compare-table thead th:first-child {
    width: 30%;
}
.dtp-th-old {
    opacity: 0.7;
}
.dtp-th-new {
    color: #60a5fa !important;
}
.dtp-compare-table td {
    padding: 14px 20px;
    font-size: 15px;
    border-bottom: 1px solid #f3f4f6;
    line-height: 1.5;
}
.dtp-compare-table tr:last-child td {
    border-bottom: none;
}
.dtp-compare-table td:nth-child(2) {
    color: #6b7280;
}
.dtp-compare-table td:nth-child(3) {
    font-weight: 600;
    color: #0F172A;
}

/* ═══ FONCTIONS ═══ */
.dtp-fonctions {
    background: #0F172A;
    color: #ffffff;
    padding: 88px 0;
}
.dtp-fonctions-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.25;
}
.dtp-fonctions-intro {
    color: #94a3b8;
    font-size: 17px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
    line-height: 1.6;
}
.dtp-fonctions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.dtp-fonction-card {
    padding: 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.dtp-fonction-name {
    font-weight: 700;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 6px;
}
.dtp-fonction-sub {
    color: #2485C2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}
.dtp-fonction-text {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ═══ SCÉNARIO ═══ */
.dtp-scenario {
    padding: 88px 0;
    background: #f8fafc;
}
.dtp-scenario-box {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    align-items: start;
}
.dtp-scenario-heading {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 14px;
    line-height: 1.3;
}
.dtp-scenario-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 14px;
}
.dtp-scenario-text strong {
    color: #2485C2;
}
.dtp-scenario-result {
    margin-top: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #2485C2;
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
}
.dtp-scenario-result strong {
    color: #2485C2;
}

/* ═══ PROCESS ═══ */
.dtp-process {
    padding: 88px 0;
    background: #ffffff;
}
.dtp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.dtp-process-step {
    text-align: center;
    padding: 28px;
}
.dtp-process-num {
    width: 48px;
    height: 48px;
    background: #2485C2;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 14px;
}
.dtp-process-name {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.dtp-process-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ═══ POURQUOI ═══ */
.dtp-why {
    padding: 88px 0;
    background: #f8fafc;
}
.dtp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}
.dtp-why-card {
    padding: 28px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    text-align: center;
}
.dtp-why-num {
    font-size: 22px;
    font-weight: 800;
    color: #2485C2;
    margin-bottom: 10px;
}
.dtp-why-name {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.dtp-why-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ═══ CONSULTANTS ═══ */
.dtp-consultants {
    background: #0F172A;
    color: #ffffff;
    padding: 88px 0;
    text-align: center;
}
.dtp-consultants-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.dtp-consultants-intro {
    color: #94a3b8;
    font-size: 17px;
    max-width: 720px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.dtp-consultants-photos {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.dtp-consul-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s, border-color 0.2s;
}
.dtp-consul-circle:hover {
    transform: scale(1.1);
    border-color: #2485C2;
}
.dtp-consul-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dtp-consul-initials {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 700;
}
.dtp-consul-loading {
    animation: dtpPulse 1.5s ease-in-out infinite;
}
@keyframes dtpPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.8; }
}
.dtp-consultants-text {
    color: #cbd5e1;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 32px;
    line-height: 1.7;
    text-align: center;
}
.dtp-consultants-ctas {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ═══ ET APRÈS ═══ */
.dtp-etapres {
    padding: 88px 0;
    background: #ffffff;
}
.dtp-etapres-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}
.dtp-etapres-card {
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.dtp-etapres-tag {
    display: inline-block;
    background: #2485C2;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}
.dtp-etapres-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.dtp-etapres-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 16px;
}
.dtp-etapres-link {
    font-size: 15px;
    font-weight: 600;
    color: #2485C2;
    text-decoration: none;
    transition: color 0.2s;
}
.dtp-etapres-link:hover {
    color: #1d6fa3;
}

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

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .dtp-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .dtp-constat-inner {
        grid-template-columns: 1fr;
    }
    .dtp-scenario-box {
        grid-template-columns: 1fr;
    }
    .dtp-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 820px) {
    .dtp-pillar-grid {
        grid-template-columns: 1fr;
    }
    .dtp-fonctions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dtp-why-grid {
        grid-template-columns: 1fr;
    }
    .dtp-etapres-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .dtp-hero {
        padding: 48px 0 40px;
    }
    .dtp-container {
        padding: 0 20px;
    }
    .dtp-hero-title {
        font-size: 28px;
    }
    .dtp-hero-lede {
        font-size: 16px;
    }
    .dtp-section-title,
    .dtp-fonctions-title,
    .dtp-consultants-title {
        font-size: 28px;
    }
    .dtp-section-intro,
    .dtp-fonctions-intro {
        font-size: 15px;
    }
    .dtp-constat,
    .dtp-modele,
    .dtp-compare,
    .dtp-fonctions,
    .dtp-scenario,
    .dtp-process,
    .dtp-why,
    .dtp-consultants,
    .dtp-etapres {
        padding: 48px 0;
    }
    .dtp-proof-logos {
        gap: 32px;
    }
    .dtp-proof-logos img {
        height: 28px;
    }
    .dtp-proof-logos img[src*="501ea2_0f3d8079b4ca42fbaa725305a4aa21cc"] {
        height: 70px !important;
    }
    .dtp-constat-title {
        font-size: 24px;
    }
    .dtp-stat-big {
        font-size: 42px;
    }
    .dtp-fonctions-grid {
        grid-template-columns: 1fr;
    }
    .dtp-process-grid {
        grid-template-columns: 1fr;
    }
    .dtp-scenario-box {
        padding: 24px;
    }
    .dtp-compare-table th,
    .dtp-compare-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
    .dtp-consul-circle {
        width: 60px;
        height: 60px;
    }
    .dtp-cta-final {
        padding: 48px 0;
    }
    .dtp-cta-title {
        font-size: 28px;
    }
    .dtp-cta-text {
        font-size: 16px;
    }
    .dtp-cta-btn {
        font-size: 16px;
        padding: 16px 28px;
        width: 100%;
    }
    .dtp-btn {
        width: 100%;
        text-align: center;
    }
    .dtp-consultants-ctas {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */