.elementor-1905 .elementor-element.elementor-element-2c194fb{--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-fe54326 *//* ═══════════════════════════════════════════════
   CERCLE ENTREPRISE PUISSANCE IA — CSS v2
   Préfixe : cei-
   ═══════════════════════════════════════════════ */

/* --- Shared --- */
.cei-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.cei-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0F172A;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.25;
}
.cei-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.6em; vertical-align: super; line-height: 0; }

/* --- Buttons --- */
.cei-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;
}
.cei-btn-ghost {
    background: transparent;
    color: #2485C2;
    border: 2px solid #2485C2;
}
.cei-btn-ghost:hover {
    background: #2485C2;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(36, 133, 194, 0.35);
}
.cei-btn-white {
    background: #ffffff;
    color: #0F172A;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.cei-btn-white:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.cei-btn-ghost-white {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.cei-btn-ghost-white:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

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

/* ═══ CONSTAT ═══ */
.cei-constat {
    padding: 88px 0;
    background: #ffffff;
}
.cei-constat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.cei-constat-card {
    padding: 28px;
    background: #fff7ed;
    border-radius: 16px;
    border-left: 4px solid #f59e0b;
}
.cei-constat-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.cei-constat-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* ═══ OFFRES PRICING ═══ */
.cei-offres {
    padding: 88px 0;
    background: #f8fafc;
}
.cei-offres-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 960px;
    margin: 0 auto;
}
.cei-offre-card {
    padding: 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.cei-offre-standard {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.cei-offre-premium {
    background: #0F172A;
    color: #ffffff;
    position: relative;
    box-shadow: 0 8px 40px rgba(15, 23, 42, 0.2);
}
.cei-badge-reco {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #2485C2;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.cei-offre-name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}
.cei-offre-standard .cei-offre-name {
    color: #0F172A;
}
.cei-offre-premium .cei-offre-name {
    color: #ffffff;
}
.cei-prix {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 4px;
}
.cei-offre-standard .cei-prix {
    color: #2485C2;
}
.cei-offre-premium .cei-prix {
    color: #60a5fa;
}
.cei-prix-unit {
    font-size: 16px;
    font-weight: 500;
}
.cei-offre-standard .cei-prix-unit {
    color: #6b7280;
}
.cei-offre-premium .cei-prix-unit {
    color: #94a3b8;
}
.cei-prix-detail {
    font-size: 14px;
    margin-bottom: 24px;
}
.cei-offre-standard .cei-prix-detail {
    color: #6b7280;
}
.cei-offre-premium .cei-prix-detail {
    color: #94a3b8;
}
.cei-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    flex-grow: 1;
}
.cei-features li {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.6;
}
.cei-offre-standard .cei-features li {
    color: #374151;
}
.cei-offre-premium .cei-features li {
    color: #e2e8f0;
}
.cei-check {
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.cei-offre-standard .cei-check {
    color: #2485C2;
}
.cei-offre-premium .cei-check {
    color: #60a5fa;
}
.cei-feature-text strong {
    font-weight: 700;
}
.cei-offre-card .cei-btn {
    margin-top: auto;
    width: 100%;
}

/* ═══ DÉTAIL STANDARD ═══ */
.cei-detail {
    padding: 88px 0;
    background: #ffffff;
}
.cei-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.cei-detail-card {
    padding: 28px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    border-top: 3px solid #2485C2;
}
.cei-detail-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.cei-detail-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* ═══ PREMIUM DÉTAIL ═══ */
.cei-premium {
    padding: 88px 0;
    background: #f8fafc;
}
.cei-premium-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1060px;
    margin: 0 auto;
    align-items: start;
}
.cei-premium-left {
    background: #0F172A;
    border-radius: 16px;
    padding: 36px;
    color: #ffffff;
}
.cei-scenario-label {
    display: inline-block;
    background: #2485C2;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}
.cei-premium-left-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}
.cei-premium-left-text {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 14px;
}
.cei-premium-left-text:last-child {
    margin-bottom: 0;
}
.cei-premium-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cei-step {
    display: flex;
    gap: 16px;
    align-items: start;
}
.cei-step-num {
    width: 48px;
    height: 48px;
    background: #2485C2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    flex-shrink: 0;
}
.cei-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}
.cei-step-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ═══ POUR QUI ═══ */
.cei-pourqui {
    padding: 88px 0;
    background: #ffffff;
}
.cei-pourqui-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.cei-pourqui-card {
    padding: 28px;
    background: #f8fafc;
    border-radius: 16px;
    border-left: 4px solid #2485C2;
}
.cei-pourqui-tag {
    display: inline-block;
    background: rgba(36, 133, 194, 0.1);
    color: #2485C2;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}
.cei-pourqui-name {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 10px;
}
.cei-pourqui-text {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* ═══ CONSULTANTS ═══ */
.cei-consultants {
    background: #0F172A;
    color: #ffffff;
    padding: 88px 0;
    text-align: center;
}
.cei-consultants-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.cei-consultants-intro {
    color: #94a3b8;
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.cei-consultants-photos {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.cei-consul-circle {
    width: 72px;
    height: 72px;
    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;
}
.cei-consul-circle:hover {
    transform: scale(1.1);
    border-color: #2485C2;
}
.cei-consul-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cei-consul-initials {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 700;
}
.cei-consul-loading {
    animation: ceiPulse 1.5s ease-in-out infinite;
}
@keyframes ceiPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.8; }
}
.cei-consultants-text {
    color: #cbd5e1;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 32px;
    line-height: 1.7;
    text-align: center;
}
.cei-consultants-ctas {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

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

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

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .cei-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .cei-premium-cols {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .cei-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 820px) {
    .cei-offres-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
    .cei-constat-grid {
        grid-template-columns: 1fr;
    }
    .cei-pourqui-grid {
        grid-template-columns: 1fr;
    }
    .cei-etapres-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .cei-hero {
        padding: 48px 0 40px;
    }
    .cei-container {
        padding: 0 20px;
    }
    .cei-hero-title {
        font-size: 28px;
    }
    .cei-hero-lede {
        font-size: 16px;
    }
    .cei-section-title {
        font-size: 28px;
    }
    .cei-section-intro {
        font-size: 15px;
    }
    .cei-constat,
    .cei-offres,
    .cei-detail,
    .cei-premium,
    .cei-pourqui,
    .cei-consultants,
    .cei-etapres {
        padding: 48px 0;
    }
    .cei-detail-grid {
        grid-template-columns: 1fr;
    }
    .cei-offre-card {
        padding: 28px;
    }
    .cei-prix {
        font-size: 26px;
    }
    .cei-consultants-title {
        font-size: 28px;
    }
    .cei-consul-circle {
        width: 56px;
        height: 56px;
    }
    .cei-cta-final {
        padding: 48px 0;
    }
    .cei-cta-title {
        font-size: 28px;
    }
    .cei-cta-text {
        font-size: 16px;
    }
    .cei-cta-btn {
        font-size: 16px;
        padding: 16px 28px;
        width: 100%;
    }
    .cei-btn {
        width: 100%;
    }
    .cei-consultants-ctas {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */