.elementor-1949 .elementor-element.elementor-element-5ba7900{--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-5127933 *//* ═══════════════════════════════════════════════
   MISSIONS DE TRANSFORMATION PUISSANCE IA — CSS v2
   Préfixe : tia-
   ═══════════════════════════════════════════════ */

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

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

/* ═══ PRESSE ═══ */
.tia-proof {
    padding: 48px 0;
    background: #f8fafc;
}
.tia-proof-title {
    text-align: center;
    color: #6b7280;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 28px;
}
.tia-proof-logos {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0.7;
}
.tia-proof-logos img {
    height: 28px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
}
.tia-proof-logos img:hover { filter: grayscale(0%); }
.tia-proof-logos img[alt="BFM Business"] { height: 100px !important; }

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

/* ═══ MISSIONS ═══ */
.tia-missions {
    padding: 88px 0;
    background: #f8fafc;
}
.tia-mission-block {
    max-width: 960px;
    margin: 0 auto 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
    padding: 40px;
    border-radius: 16px;
}
.tia-mission-block:last-of-type { margin-bottom: 0; }

/* Mission Adoption — white + blue border */
.tia-mission-adoption {
    background: #ffffff;
    border: 2px solid #2485C2;
}
.tia-mission-adoption .tia-mission-name { color: #0F172A; }
.tia-mission-adoption .tia-mission-content p { color: #374151; }
.tia-mission-adoption .tia-mission-livrables { border-top: 2px solid rgba(36, 133, 194, 0.2); }

/* Mission Déploiement — gray bg */
.tia-mission-deploiement {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}
.tia-mission-deploiement .tia-mission-name { color: #0F172A; }
.tia-mission-deploiement .tia-mission-content p { color: #374151; }
.tia-mission-deploiement .tia-mission-livrables { border-top: 1px solid #e5e7eb; }

.tia-mission-tag {
    display: inline-block;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}
.tia-tag-blue { background: #2485C2; }
.tia-tag-charcoal { background: #374151; }

.tia-mission-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.3;
}
.tia-mission-content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
}
.tia-mission-content p:last-child { margin-bottom: 0; }

.tia-mission-livrables {
    padding-top: 20px;
}
.tia-livrable {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}
.tia-livrable:last-child { margin-bottom: 0; }
.tia-check {
    font-weight: 700;
    flex-shrink: 0;
    color: #2485C2;
}

/* ═══ PROGRESSION ═══ */
.tia-progression {
    padding: 88px 0;
}
.tia-progression-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.tia-progression-step {
    text-align: center;
    padding: 32px 24px;
    position: relative;
}
.tia-progression-step::after {
    content: "→";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 800;
    color: #2485C2;
}
.tia-progression-step:last-child::after { display: none; }

.tia-progression-num {
    width: 56px;
    height: 56px;
    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;
}
.tia-progression-name {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.tia-progression-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}
.tia-progression-note {
    text-align: center;
    margin-top: 36px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
}
.tia-progression-note a {
    color: #2485C2;
    font-weight: 600;
    text-decoration: none;
}
.tia-progression-note a:hover { color: #1d6fa3; }

/* ═══ DIFFÉRENCE ═══ */
.tia-difference {
    padding: 88px 0;
    background: #f8fafc;
}
.tia-diff-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.tia-diff-card {
    padding: 28px;
    background: #ffffff;
    border-radius: 16px;
    text-align: center;
    border-top: 3px solid #2485C2;
}
.tia-diff-num {
    width: 40px;
    height: 40px;
    background: #2485C2;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 12px;
}
.tia-diff-name {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.tia-diff-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
    margin-bottom: 0;
}

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

/* ═══ CONSULTANTS ═══ */
.tia-consultants {
    background: #0F172A;
    color: #ffffff;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tia-consultants-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.25;
}
.tia-consultants-intro {
    font-size: 17px;
    color: #cbd5e1;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
    line-height: 1.6;
}
.tia-consultants-photos {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tia-consul-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.tia-consul-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 3px #2485C2;
}
.tia-consul-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tia-consul-initials {
    color: #94a3b8;
    font-weight: 700;
    font-size: 14px;
}
.tia-consul-loading {
    background: #334155;
    animation: tia-pulse 1.5s ease-in-out infinite;
}
@keyframes tia-pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}
.tia-consultants-text {
    text-align: center;
    color: #e2e8f0;
    font-size: 16px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
}
.tia-consultants-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.tia-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}
.tia-btn-white {
    background: #ffffff;
    color: #0F172A;
}
.tia-btn-white:hover {
    background: #2485C2;
    color: #ffffff;
}
.tia-btn-ghost-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.tia-btn-ghost-white:hover {
    background: #ffffff;
    color: #0F172A;
}

/* ═══ ET APRÈS ═══ */
.tia-etapres {
    padding: 88px 0;
    background: #f8fafc;
}
.tia-etapres-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}
.tia-etapres-card {
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}
.tia-etapres-tag {
    display: inline-block;
    background: #2485C2;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}
.tia-etapres-name {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}
.tia-etapres-text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}
.tia-etapres-link {
    font-size: 15px;
    font-weight: 600;
    color: #2485C2;
    text-decoration: none;
}
.tia-etapres-link:hover { color: #1d6fa3; }

/* ═══ CTA FINAL ═══ */
.tia-cta-final {
    background: #2485C2;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}
.tia-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.25;
}
.tia-cta-text {
    color: #e0f2fe;
    font-size: 17px;
    max-width: 620px;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.tia-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0F172A;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.2s;
}
.tia-cta-btn:hover { background: #000000; color: #ffffff; }
.tia-cta-sub {
    display: block;
    margin-top: 20px;
    color: #e0f2fe;
    font-size: 15px;
    text-decoration: none;
}
.tia-cta-sub:hover { color: #ffffff; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */

@media (max-width: 1024px) {
    .tia-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .tia-hero-title { font-size: 36px; }
    .tia-diff-grid { grid-template-columns: repeat(2, 1fr); }
    .tia-clients-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .tia-constat-inner { grid-template-columns: 1fr; }
    .tia-mission-block { grid-template-columns: 1fr; }
    .tia-progression-flow {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .tia-progression-step::after {
        content: "↓";
        right: auto;
        bottom: -16px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .tia-diff-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .tia-container { padding: 0 20px; }
    .tia-hero { padding: 56px 0 48px; }
    .tia-hero-title { font-size: 28px; }
    .tia-section-title { font-size: 28px; }
    .tia-constat-title { font-size: 24px; }
    .tia-clients-title { font-size: 28px; }
    .tia-consultants-title { font-size: 28px; }
    .tia-cta-title { font-size: 28px; }
    .tia-diff-grid { grid-template-columns: 1fr; }
    .tia-etapres-grid { grid-template-columns: 1fr; }
    .tia-mission-block { padding: 24px; }
    .tia-stat-big { font-size: 44px; }
    .tia-proof-logos { gap: 24px; }
    .tia-proof-logos img { height: 22px; }
    .tia-proof-logos img[alt="BFM Business"] { height: 80px !important; }
    .tia-consultants-ctas { flex-direction: column; align-items: center; }
}/* End custom CSS */