    :root {
        --timeline-card-dark: #1C1C1C;
        --timeline-card-light: #FFFFFF;
        --timeline-text-on-dark: #FFFFFF;
        --timeline-text-on-light: #212529;
        --timeline-accent-active: #1C1C1C;
        --timeline-line: #e0e0e0;
        --page-bg: #f8f9fa;
    }



    .objective-card.selected {
        border: 2px solid #4f46e5; 
        box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        transform: translateY(-0.25rem);
    }

    .success-panel-card {
        width: 100%;
        max-width: 400px;
        background-color: #fff;
        border-radius: 1.25rem;
        padding: 2.5rem;
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        text-align: center;
        overflow: hidden;
    }

    .success-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #374151;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .success-message {
        font-size: 1rem;
        color: #4b5563;
        margin-bottom: 1.5rem;
    }

    .success-panel-ok {
        border: none;
        border-radius: 0.5rem;
        width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.15s ease;
        /* --- COULEURS CHANGÉES --- */
        background: #FFD9C9;
        color: #FF6525;
    }

    .success-panel-ok:hover {
        /* --- COULEUR CHANGÉE --- */
        background-color: #ffcbb6;
    }

    .success-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .checkmark-circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        /* --- COULEUR CHANGÉE --- */
        stroke: #FF6525;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .checkmark {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
        stroke-width: 3;
        stroke: #fff;
        stroke-miterlimit: 10;
        /* --- COULEUR CHANGÉE --- */
        box-shadow: inset 0px 0px 0px #FF6525;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    }

    .checkmark-check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
        /* La coche reste blanche pour un bon contraste sur le fond orange */
        stroke: #fff; 
    }

    @keyframes stroke {
        100% { stroke-dashoffset: 0; }
    }

    @keyframes scale {
        0%, 100% { transform: none; }
        50% { transform: scale3d(1.1, 1.1, 1); }
    }

    @keyframes fill {
        /* --- COULEUR CHANGÉE --- */
        100% { box-shadow: inset 0px 0px 0px 40px #FF6525; }
    }



    .modal-panel {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        justify-content: center;
        align-items: center;
        z-index: 1000000;
        padding: 1rem;
        box-sizing: border-box;
    }

    .contact-panel-card {
        width: 100%;
        max-width: 480px;
        background-color: #fff;
        border: 1px solid rgba(219, 234, 254, 1);
        border-radius: 1.25rem;
        padding: 2rem;
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        max-height: 95vh;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .contact-panel-header {
        display: flex;
        align-items: center;
        justify-content: center; /* centre horizontalement */
        gap: 1rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .contact-panel-logo img {
        width: 52px;
        height: 52px;
        object-fit: contain;
        display: block;
    }

    .contact-panel-title {
        font-weight: 600;
        font-size: 1.25rem;
        color: #374151;
        margin: 0;
    }

    /* Body */
    .contact-panel-body {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        color: #374151;
    }

    .contact-panel-body label {
        font-size: 0.95rem;
        font-weight: 500;
        margin-bottom: 0.25rem;
        display: block;
    }

    .contact-panel-body .form-control {
        width: 100%;
        padding: 0.65rem 1rem;
        border: 1px solid #d1d5db;
        border-radius: 0.5rem;
        font-size: 0.95rem;
        box-sizing: border-box;
    }

    /* Actions */
    .contact-panel-actions {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .contact-panel-save,
    .contact-panel-cancel {
        border: none;
        border-radius: 0.5rem;
        width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 0.95rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.15s ease;
    }

    .contact-panel-save {
        background: #FFD9C9;
        color: #FF6525;
    }

    .contact-panel-save:hover {
        background-color: #ffcbb6;
    }
    .contact-panel-cancel {
        background-color: #f3f4f6;
        color: #4b5563;
    }

    .contact-panel-cancel:hover {
        background-color: #e5e7eb;
    }




    .sidebar-nav .sidebar-item.active .sidebar-link.primary-hover-bg::before,
    .sidebar-nav .sidebar-item.active .sidebar-link.success-hover-bg::before,
    .sidebar-nav .sidebar-item.active .sidebar-link.indigo-hover-bg::before,
    .sidebar-nav .sidebar-item.active .sidebar-link.danger-hover-bg::before,
    .sidebar-nav .sidebar-item.active .sidebar-link.warning-hover-bg::before,
    .sidebar-nav .sidebar-item.active .sidebar-link.info-hover-bg::before {
        width: calc(100% + 16px);
    }

    /* Règle pour colorer le texte et l'icône de manière permanente */
    .sidebar-nav .sidebar-item.active .sidebar-link.primary-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.primary-hover-bg .hide-menu {
        color: var(--bs-primary);
    }

    .sidebar-nav .sidebar-item.active .sidebar-link.success-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.success-hover-bg .hide-menu {
        color: var(--bs-success);
    }

    .sidebar-nav .sidebar-item.active .sidebar-link.indigo-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.indigo-hover-bg .hide-menu {
        color: var(--bs-indigo);
    }

    .sidebar-nav .sidebar-item.active .sidebar-link.danger-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.danger-hover-bg .hide-menu {
        color: var(--bs-danger);
    }

    .sidebar-nav .sidebar-item.active .sidebar-link.warning-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.warning-hover-bg .hide-menu {
        color: var(--bs-warning);
    }

    .sidebar-nav .sidebar-item.active .sidebar-link.info-hover-bg .aside-icon,
    .sidebar-nav .sidebar-item.active .sidebar-link.info-hover-bg .hide-menu {
        color: var(--bs-info);
    }


    .sidebar-nav .sidebar-item.active .sidebar-link {
        margin-right: 20px !important; /* Ajuste la valeur selon l'espace désiré */
    }


    .section-underline-end {
        display: block;
        width: 50px;
        height: 4px;
        background: linear-gradient(90deg, #a78bfa, #fb7185);
        border-radius: 2px;
        margin-top: 4px;
        margin-left: auto;
    }



    .countdown-title {
        font-size: 0.75rem;
        font-weight: 700;
        color: #6c757d; /* Gris neutre pour le sous-titre */
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0.75rem;
    }

    .badge-countdown {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem; /* Espace entre l'icône et le texte */
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        font-weight: 600;
        border-radius: 50px; /* Forme de "pilule" */
        
        /* Couleurs alignées sur le thème "warning" de la deadline */
        background-color: #fffbe6; 
        color: #b45309;
        border: 1px solid #ffe58f;
    }

    .countdown-item {
        position: relative;
        width: 90px; /* Largeur de chaque cercle */
        height: 90px;
        margin: 0 5px;
    }

    .countdown-svg {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg); /* Fait commencer le cercle en haut */
    }

    .countdown-bg {
        fill: none;
        stroke: #e9ecef; /* Couleur de fond du cercle */
        stroke-width: 8;
    }

    .countdown-progress {
        fill: none;
        stroke: #2196f3; /* Couleur de la progression (bleu par défaut) */
        stroke-width: 8;
        stroke-linecap: round; /* Extrémités arrondies */
        transition: stroke-dashoffset 0.2s linear;
    }

    #days-progress { stroke: #263238; }    
    #hours-progress { stroke: #546e7a; }  
    #minutes-progress { stroke: #90a4ae; } 
    #seconds-progress { stroke: #EA580C; } 

    .countdown-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .countdown-number {
        font-size: 1.6rem;
        font-weight: 700;
        color: #1c1c1c;
    }

    .countdown-label {
        font-size: 0.65rem;
        text-transform: uppercase;
        color: #6c757d;
        margin-top: 4px;
    }


    .timeline-title {
        text-align: center;
        margin-bottom: 4rem;
        line-height: 1;
    }
    .title-main {
        font-size: clamp(2.5rem, 12vw, 5rem);
        font-weight: 800;
        color: transparent;
        -webkit-text-stroke: 2px #1C1C1C;
        text-stroke: 2px #1C1C1C;
        text-transform: uppercase;
    }


    .title-subtitle {
        font-size: 1rem;
        font-weight: 700;
        color: #FFFFFF;
        background: linear-gradient(135deg, #000000, #EA580C);
        padding: 8px 15px;
        margin-top: -15px; /* Chevauchement */
        display: inline-block;
    }

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

    .floating-date {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.9rem;
        font-weight: 600;
        color: #1c1c1c;
        background-color: #fff;
        padding: 4px 10px;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

    .timeline-container-carousel {
        width: 100%;
        max-width: 1200px;
        margin: 2rem auto;
        font-family: 'Poppins', sans-serif;
    }


    .timeline-viewport {
        position: relative;
        overflow: hidden;
        padding: 30px 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
        mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    }

    .timeline-track {
        display: flex;
        align-items: flex-start;
        padding-left: 50%;
        padding-right: 50%;
        box-sizing: content-box;
    }

    .timeline-step {
        flex: 0 0 280px;
        box-sizing: border-box;
        padding: 0 15px;
        position: relative;
        padding-top: 50px;
        cursor: pointer;
        transition: opacity 0.4s ease, transform 0.4s ease;
        opacity: 0.5;
        transform: scale(0.95);
        margin-right: 70px;
    }

    .timeline-step.is-active {
        opacity: 1;
        transform: scale(1);
    }

    .card-content {
        background-color: var(--timeline-card-light);
        border-radius: 16px;
        border: 1px solid #e9ecef;
        padding: 20px;
        text-align: left;
        position: relative;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
        min-height: 180px;
        display: flex;
        flex-direction: column;
        transition: all 0.4s ease;
    }

    .card-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 5px;
        color: var(--timeline-text-on-light);
    }

    .card-date {
        font-size: 0.8rem;
        color: #6c757d;
        margin-bottom: 1rem;
    }

    .card-description {
        font-size: 0.85rem;
        color: #6c757d;
        line-height: 1.5;
        flex-grow: 1;
    }

    .badge {
        margin-top: 1rem;
        align-self: flex-start;
    }

    .timeline-step.is-active .card-content {
        background: linear-gradient(135deg, #000000, #EA580C);

        
        color: #FFFFFF;
        border: none;
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(45, 127, 148, 0.25);
    }

    .timeline-step.is-active .card-title,
    .timeline-step.is-active .card-date,
    .timeline-step.is-active .card-description {
        color: var(--timeline-text-on-dark);
    }

    .timeline-step.is-active .badge {
        color: #1c1f24 !important;
    }

    .badge {
        display: inline-block;
        padding: .35em .65em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
    }

    .bg-success-subtle { background-color: #d1e7dd; }
    .text-success { color: #0f5132 !important; }
    .bg-primary-subtle { background-color: #cfe2ff; }
    .text-primary { color: #0a58ca !important; }
    .bg-light-subtle { background-color: #f3f4f6; }
    .text-dark { color: #1c1f24 !important; }

    .timeline-nav {
        text-align: center;
        margin-top: 2rem;
    }

    .timeline-nav button {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 10px 25px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 1rem;
        margin: 0 10px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .timeline-nav button:hover:not(:disabled) {
        background-color: #1C1C1C;
        color: #fff;
        border-color: #1C1C1C;
    }

    .timeline-nav button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background-color: #e9ecef;
    }


    .context-bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 0.85em;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .context-bar > span,
    .context-bar > strong {
        padding: 3px 9px;
        border-radius: 7px;
        font-weight: 700;
        border: none;
    }

    .context-bar .label-custom {
        background-color: #ede9fe;
        color: #5b21b6;
    }

    .context-bar .id-instance {
        background-color: #ffe4b5;
        color: #b45309;
    }

    .context-bar .hunt-title {
        background-color: #fee2e2;
        color: #991b1b;
    }

    .context-bar .hunt-statut {
        background-color: #d1fae5;
        color: #065f46;
    }

    .highlight-badge-cible {
        background-color: #ffe0ec;  
        color: #c2185b;            
        padding: 5px 12px;
        border-radius: 16px;
        font-weight: 500;
        display: inline-block;
    }

    ul.list-unstyled li p.text-muted {
        display: inline-block;
        background-color: #f1f3f5;
        color: #495057;
        font-size: 0.75rem;
        padding: 4px 10px;
        border-radius: 12px;
        font-weight: 500;
    }


    ul.list-unstyled li {
        padding: 12px 0;
        border-bottom: 1px solid #eaeaea;
    }

    ul.list-unstyled li:last-child {
        border-bottom: none;
    }

    .title-with-bar {
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 24px;
    }

    .title-with-bar::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #2196f3;/* Choisis la couleur que tu veux */
        border-radius: 2px;
    }

    .data-list-item {
        display: flex;
        justify-content: space-between; 
        align-items: center;
        padding: 0.85rem 0; 
        border-bottom: 1px solid #f0f0f0;
    }
    .data-list-pro li:last-child {
        border-bottom: none; 
    }

    .details-icon-container {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: var(--theme-primary-bg, #f1f5fe);
        margin-right: 1rem;
    }

    .highlight-badge {
        background-color: #f3e5f5;
        color: #8e24aa;
        padding: 5px 12px;
        border-radius: 16px;
        font-weight: 500;
        display: inline-block;
    }

    .card-objectif {
        border: 1px solid #e9ecef;
        background-color: #ffffff;
    }

    .icon-objectif-container {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
    }

    .icon-objectif-container iconify-icon {
        font-size: 2.5rem; 
    }

    .card-objectif hr {
        width: 100%; 
        margin-left: auto;
        margin-right: auto;
        border-color: #dee2e6;
        opacity: 0.5;
    }

    .card-icon-focus {
        position: relative;
        overflow: hidden;
        border: none;
        background-color: #f1f5fe; 
    }

    .card-icon-focus .background-icon {
        position: absolute;
        right: -30px;
        bottom: -40px;
        font-size: 180px;
        line-height: 1;
        color: #60a5fa;
        opacity: 0.1;
        transform: rotate(-15deg);
    }


    .extra-space {
        margin-right: 600px; /* ⇦ Plus d’espace entre les groupes */
    }


    .roi-gauge {
        position: relative;
        width: 250px;
        height: 250px;
        margin: 1rem auto;
    }

    .roi-gauge-svg {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .roi-gauge-bg {
        fill: none;
        stroke: #f3f4f6; /* Fond de cercle très clair */
        stroke-width: 12;
    }

    .roi-gauge-progress {
        fill: none;
        stroke-width: 12;
        stroke-linecap: round;
        transition: stroke-dashoffset 0.8s ease-out;
    }

    .roi-gauge-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Inter', -apple-system, sans-serif; /* Police moderne pour tout le bloc */
    }

    /* === LE MÉLANGE EST ICI === */

    /* 1. L'écriture du premier code, mais "un peu moins grande" */
    .roi-gauge-value-modern {
        font-size: 3.5rem; /* Plus grand que l'original (2.6rem), plus petit que ma proposition (4.5rem) */
        font-weight: 800;
        color: #111827;
        line-height: 1;
    }

    .roi-multiplier-modern {
        font-size: 1.5rem;
        vertical-align: super;
        font-weight: 600;
        color: #4b5563;
        margin-left: 4px;
    }

    /* J'ai aussi simplifié le label pour qu'il aille avec la nouvelle police */
    .roi-gauge-label-modern {
        margin-top: 0.75rem;
        font-size: 1rem;
        font-weight: 500;
        color: #6b7280;
    }

    .stepper-wrapper {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .stepper-wrapper::before {
        content: '';
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        height: 4px;
        background-color: #e9ecef;
        z-index: 0;
    }

    .stepper-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 18%; 
        text-align: center;
        position: relative;
        z-index: 1; 
    }

    /* Règle .stepper-icon nettoyée pour accueillir vos images */
    .stepper-icon {
        width: 45px;
        height: 45px;
        background-color: transparent;
        border: none;
        border-radius: 50%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .stepper-content {
        padding: 0 5px; 
    }

    .step-number {
        font-size: 0.7rem;
        font-weight: 700;
        color: #6c757d;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .step-title {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 1.3;
        color: #212529;
    }


    .section-title-badge {
        display: inline-block;
        padding: 0.5rem 1.2rem;
        font-size: 0.95rem;
        font-weight: 600;
        color: #1a3c70; /* Bleu foncé pour le texte */
        background-color: #f8f9fa; /* Fond gris très clair */
        border: 1px solid #dee2e6; /* Bordure discrète */
        border-radius: 50px;       /* Pour un effet "pilule" */
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        transition: all 0.2s ease-in-out;
    }

    .section-title-badge:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
    }

    .strategy-block .card-title {
        font-weight: 600;
        color: #343a40;
    }

    .strategy-block .strategy-icon {
        font-size: 1.8rem;
    }

    /* Accordion Customization */
    .accordion-item {
        border: 1px solid #e9ecef !important;
        border-radius: 0.5rem !important;
        margin-bottom: 0.75rem;
        overflow: hidden; /* Pour que le border-radius s'applique aux enfants */
    }

    .accordion-item:first-of-type, .accordion-item:last-of-type {
        border-radius: 0.5rem !important;
    }

    .accordion-button {
        background-color: #f8f9fa;
        font-weight: 500;
        color: #495057;
    }

    .accordion-button:not(.collapsed) {
        background-color: #e7f1fb;
        color: #1a3c70;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
        border-color: #80bdff;
    }

    .accordion-body {
        font-size: 0.9rem;
        line-height: 1.6;
        background-color: #ffffff;
    }

    .message-content {
        color: #343a40;
    }

    /* Boîte pour la note stratégique */
    .strategy-note-box {
        background-color: #f8f9fa;
        border-left: 4px solid #0d6efd; /* Utilise la couleur primaire de Bootstrap */
        padding: 1rem;
        border-radius: 0.25rem;
    }

    .strategy-note-box h6 {
        font-weight: 700;
        color: #1a3c70;
        margin-bottom: 0.5rem;
    }

    .strategy-note-box p {
        margin-bottom: 0;
        font-size: 0.85rem;
        color: #495057;
    }

    .guarantee-badge {
        display: inline-block;
        padding: 0.35rem 0.9rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: #087f5b;
        background-color: #e7f1fb;
        border-radius: 999px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: 1px solid #dee2e6;
        color: #1a3c70;
    }


    .badge-performance {
        text-align: center;
        margin-bottom: 20px;
    }

    .badge-performance-label {
        display: inline-block;
        font-size: 0.84rem;
        font-weight: 600;
        padding: 4px 12px;
        font-family: 'Inter', sans-serif;
        letter-spacing: 0px;
        color: #7b5800;
        background-color: #f9f2d2;
        border: 1px solid #e8d59b;
        border-radius: 999px;
        box-shadow: inset 0 0 0 1px #e8d59b;
    }


    .badge-performance-label {
        display: inline-block;
        font-size: 0.84rem;
        font-weight: 600;
        padding: 4px 12px;
        font-family: 'Inter', sans-serif;
        letter-spacing: 0px;
        color: #1f2937;
        background: linear-gradient(180deg, #f9fafb, #f3f4f6);
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .vertical-blocks-list {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
    }

    .block-item {
        display: flex;
        align-items: center;
        border-radius: 12px;
        border: 1px solid;
        background-color: #fff;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .block-item .icon-container {
        width: 38px;
        height: 38px;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-right: 0.75rem;
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .block-item .text-container {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        align-items: center;
    }

    .block-item .name {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 500;
        color: #555;
        line-height: 1.4;
    }

    .block-item .value {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.2;
        color: #111;
    }

    .block-item.theme-bronze {
        border-color: #F3EEE8;
    }
    .block-item.theme-bronze .icon-container {
        background-color: #FBF9F6;
        color: #B9915F;
    }

    .block-item.theme-silver {
        border-color: #F1F3F5;
    }
    .block-item.theme-silver .icon-container {
        background-color: #F8F9FA;
        color: #868E96;
    }

    .block-item.theme-gold {
        border-color: #FFF9E6;
    }
    .block-item.theme-gold .icon-container {
        background-color: #FFFDF5;
        color: #FAB005;
    }

    .btn-details {
        font-size: 0.75rem;
        font-weight: 500;
        color: #6c757d;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        margin-top: 0.5rem;
        padding: 0.2rem 0.5rem;
        border-radius: 8px;
        transition: all 0.2s ease;
    }
    .btn-details:hover {
        background-color: #e9ecef;
        color: #212529;
    }

    .popover-body ul {
        margin: 0;
        padding-left: 1.2rem;
    }

    .summary-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.3rem 0.8rem;
        font-size: 0.72rem;
        font-weight: 500;
        color: #495057;
        background: linear-gradient(135deg, #ffffff, #ffffff);
        border: 1px solid #dee2e6;
        border-radius: 999px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        transition: background 0.3s ease;

    }



    .summary-pill:hover {
        background: linear-gradient(135deg, #e9ecef, #dee2e6);
    }

    .summary-pill strong {
        color: #212529;
        font-weight: 600;
    }

    .summary-pill iconify-icon {
        font-size: 1.1em;
        color: #adb5bd;
        flex-shrink: 0;
    }

    .summary-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.35rem 0.9rem;
        font-size: 0.7rem;
        font-weight: 500;
        color: #343a40;
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 999px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), inset 0 0 0 1px #f1f3f5;
        backdrop-filter: blur(2px);
        transition: all 0.2s ease-in-out;
    }

    .summary-pill:hover {
        background-color: #f8f9fa;
        border-color: #adb5bd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    }

    .summary-pill strong {
        color: #212529;
        font-weight: 600;
    }

    .summary-pill iconify-icon {
        font-size: 1.1em;
        color: #868e96;
        flex-shrink: 0;
    }


    .guarantee-icon iconify-icon {
        font-size: 2.2rem;
        color: #198754;
    }

    .guarantee-description {
        font-size: 0.9rem;
        color: #212529;
        font-weight: 400;
        line-height: 1.5;
        max-width: 600px;
        margin: 0 auto;
    }




    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

    .actions-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin-top: 60px;      
        margin-bottom: 10px;
    }

    .action-button {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 28px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        font-family: 'Inter', sans-serif;
        transition: all 0.2s ease;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        border: 1px solid transparent;
        cursor: pointer;
    }

    .action-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .action-icon {
        font-size: 20px;
    }

    .action-button {
        background-color: #eef2ff;
        color: #4338ca;
    }

    .action-button:hover {
        background-color: #c7d2fe;     
        transform: translateY(-2px);
    }

    .action-button.secondary {
        background-color: #f9fafb;
        color: #374151;
        border: 1px solid #d1d5db;
    }

    .action-button.secondary:hover {
        background-color: #f3f4f6;
        border-color: #9ca3af;
    }

    @media (max-width: 600px) {
        .actions-container {
            flex-direction: column;
            gap: 16px;
            margin-top: 40px;
        }
        .action-button {
            width: 100%;
            max-width: 320px;
            justify-content: center;
        }
    }


    .discount-section {
        width: 100%;
        margin-top: -10px;
    }

    .discount-input-group {
        display: flex;
        gap: 0.75rem;
    }

    .discount-input-group input {
        flex-grow: 1; 
        padding: 0.75rem 1rem;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 0.95rem;
        outline: none;
        transition: border-color 0.2s ease;
    }

    .discount-input-group input:focus {
        border-color: #4338ca;
    }

    .discount-input-group button {
        padding: 0.75rem 1.25rem;
        border: 1px solid #d1d5db;
        background-color: #f9fafb;
        color: #374151;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .discount-input-group button:hover {
        background-color: #f3f4f6;
        border-color: #9ca3af;
    }

    .discount-message {
        margin-top: 8px;
        font-size: 0.85rem;
        height: 15px;
    }

    .discount-message.success {
        color: #047857;
    }

    .discount-message.error {
        color: #be123c;
    }

    .payment-column-flat {
        width: 45%;
    }

    .plan-total-line {
        padding: 0.25rem 0 !important;
    }

    .badge-plan-total {
        display: inline-block !important;
        background-color: #ecfdf5 !important;
        color: #047857 !important;
        padding: 0.15rem 0.6rem !important;
        border-radius: 9999px !important;
        font-size: 0.65rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.3px !important;
    }

    .amount-plan-total {
        display: flex !important;
        align-items: center !important;
        gap: 0.25rem !important;
    }

    .amount-plan-total-number {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
    }

    .amount-plan-total-currency {
        font-size: 0.7rem !important;
        color: #6b7280 !important;
    }

    .payment-card {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 2rem;
        box-shadow: 0 4px 20px rgba(17, 24, 39, 0.06);
        display: flex;
        flex-direction: column;
        gap: 1.75rem;
    }

    .price-line-flat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #6b7280;
        font-size: 0.95rem;
    }

    .subtle-divider {
        border: none;
        height: 1px;
        background-color: #e5e7eb;
        margin: 1rem 0;
    }

    .price-line-main-flat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0;
    }

    .price-line-main-flat .label {
        font-size: 1.2rem;
        font-weight: 600;
        color: #111827;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .label-badge-amount {
        display: inline-block;
        background-color: #eef2ff;
        color: #4338ca;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .amount-block .amount {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .guarantee-section {
        background-color: #f0fdf4;
        border: 1px solid #bbf7d0;
        border-radius: 10px;
        padding: 1rem;
    }

    .guarantee-flat {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .guarantee-icon-flat {
        font-size: 1.25rem;
        color: #16a34a;
        margin-top: 3px;
    }

    .guarantee-flat p {
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.5;
        color: #3f6212;
    }

    .guarantee-flat p strong {
        color: #1a4704;
    }

    .cta-button-flat {
        background-color: #1f2937;
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 1rem;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        width: 100%;
        transition: all 0.2s ease;
    }

    .cta-button-flat:hover {
        background-color: #374151;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .trust-seal-flat {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        color: #6b7280;
        font-size: 0.9rem;
    }

    .trust-seal-flat iconify-icon {
        font-size: 1.1rem;
    }

    .main-panel {
        background-color: #ffffff;
        max-width: 1400px;
        margin: 3rem auto;
        padding: 4rem 5rem;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(17, 24, 39, 0.08);
    }

    .page-header-flat {
        text-align: center;
        margin-bottom: 4.5rem;
    }

    .page-header-flat h1 {
        font-size: 2.75rem;
        font-weight: 700;
    }

    .page-header-flat p {
        font-size: 1.1rem;
        color: #6b7280;
        margin-top: 0.5rem;
    }

    .content-columns {
        display: flex;
        justify-content: center;
        gap: 6rem;
    }

    .summary-column-flat {
        width: 55%;
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    .feature-item-flat {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .feature-icon-flat {
        width: 38px;
        height: 38px;
        margin-top: 4px;
    }

    .feature-icon-flat-2 {
        width: 65px;
        height: 65px;
        margin-top: 4px;
    }

    .feature-text-flat strong {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .feature-text-flat span {
        display: block;
        font-size: 0.95rem;
        color: #6b7280;
        margin-top: 0.25rem;
        line-height: 1.5;
    }

    @media (max-width: 1100px) {
        .content-columns {
            flex-direction: column;
            gap: 4rem;
        }
        .summary-column-flat,
        .payment-column-flat {
            width: 100%;
            max-width: 600px;
            margin: auto;
        }
        .main-panel {
            padding: 2.5rem;
        }
    }


    .profile-section-no-card {
        border-radius: 0.75rem;
        transition: background-color 0.2s ease-in-out;
    }
    .profile-section-no-card:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }



    .title-with-accent {
        border-left: 3px solid var(--bs-primary);
        padding-left: 1rem; 
    }

    .btn-add-note {
        background: none;
        border: none;
        padding: 0.25rem 0.5rem;
        display: inline-flex;
        align-items: center;
        color: var(--bs-primary);
        font-weight: 600;
        font-size: 0.9rem;
        border-radius: 0.375rem;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    .btn-add-note:hover {
        background-color: rgba(var(--bs-primary-rgb), 0.1);
        color: var(--bs-primary);
        cursor: pointer;
    }

    #notesMinimalist .accordion-item {
        background: none;
        border: none;
        border-bottom: 1px solid #e9ecef;
    }

    #notesMinimalist .accordion-item:last-child {
        border-bottom: none;
    }

    #notesMinimalist .accordion-button {
        background: none !important;
        box-shadow: none !important;
        padding: 0.65rem 0; /* MODIFIÉ : Encore plus réduit */
        font-weight: 600;
        color: #212529;
        font-size: 0.9rem; /* MODIFIÉ : Taille du texte réduite */
    }

    #notesMinimalist .accordion-button:not(.collapsed) {
        color: var(--bs-primary);
    }

    #notesMinimalist .accordion-body {
        padding-left: 2rem; /* Ajusté pour la nouvelle taille d'icône */
        padding-bottom: 1.25rem;
        color: #5a6a85;
    }



    #text_detail_modal .large-panel {
        max-width: 800px;
        width: 95%;
        text-align: center;
    }

    .large-text {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
        padding: 10px 20px;
    }

    .card-text.text-muted {
        max-height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .toggle-text {
        display: block;
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .script-buttons button {
        background: linear-gradient(90deg, #3b82f6, #2563eb);
        color: #fff;
        border: none;
        border-radius: 25px;
        padding: 10px 25px;
        font-weight: 600;
        margin: 7px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .script-buttons button:hover {
        background: linear-gradient(90deg, #2563eb, #1d4ed8);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

    #roi_detail_modal .large-panel {
        max-width: 950px;
        width: 95%;
        text-align: center;
        padding: 20px 30px;
    }

    .large-text {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
        padding: 10px 20px;
    }

    #ca_detail_modal .large-panel {
        max-width: 900px;
        width: 95%;
        text-align: center;
        padding: 20px 30px;
    }

    .large-text {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
        padding: 10px 20px;
    }

    #performance_detail_modal .large-panel {
        max-width: 900px;
        width: 95%;
        padding: 30px 40px;
        text-align: center;
    }

    #performance_detail_modal .large-text {
        font-size: 1.1rem;
        line-height: 1.8;
        text-align: left;
        padding: 15px 25px;
    }

    .script-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .script-buttons .btn {
        flex: 0 0 auto;
    }

    #script_detail_modal .large-panel {
        max-width: 800px;
        width: 95%;
        text-align: center;
    }

    .large-text {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
        padding: 10px 20px;
    }

    .strategy-note-box {
        background: #f8f9fa;
        border-left: 4px solid #0d6efd;
        padding: 10px 15px;
        text-align: left;
    }



    .badge-counter {
        position: absolute;
        top: -5px;
        right: -5px;
        background-color: #dc3545;
        color: white;
        border-radius: 50%;
        padding: 2px 6px;
        font-size: 0.7rem;
        min-width: 18px;
        text-align: center;
    }

    .large-panel {
        max-width: 800px;
        width: 95%;
        text-align: center;
    }

    .large-text {
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: left;
        padding: 10px 20px;
    }


    .selection-pills-container {
        display: flex;
        width: 100%;
        background-color: #f3f4f6; 
        border-radius: 24px;
        padding: 5px;
        border: 1px solid #e5e7eb; 
    }

    .action-pill {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background-color: transparent;
        color: #4b5563;
        padding: 8px 10px;
        font-size: 0.85rem; 
        font-weight: 600;
        border: none; 
        border-radius: 20px; 
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .action-pill > iconify-icon {
        font-size: 1.1rem;
        color: #6b7280;
        transition: color 0.3s ease;
    }

    .action-pill:hover {
        background-color: #ffffff;
        color: #111827; 
        box-shadow: 0 2px 8px -1px rgba(0,0,0,0.1); 
    }

    .action-pill:hover > iconify-icon {
        color: #4f46e5; 
    }

    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

    .card-container-overlap {
        font-family: 'Inter', sans-serif;
        padding-top: 50px;
        max-width: 500px;
        margin: auto; 
    }

    .strategist-card-overlap {
        position: relative;
        border-radius: 16px;
        padding: 20px;
        text-align: center;
        border: 1px solid #e7e7e7;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    }

    .strategist-photo-overlap {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 5px solid #ffffff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .card-content-overlap {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .strategist-name {
        font-family: 'Inter', sans-serif;
        font-size: 1.1rem;
        font-weight: 700;
        color: #444;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .strategist-title {
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-size: 0.75rem;
        font-weight: 700;
        color: #fff; 
        margin: 0;
        padding: 4px 12px;
        background-color: #4f46e5;
        border-radius: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .strategist-quote {
        font-size: 1rem;
        color: #555; 
        line-height: 1.7;
        margin: 0;
        max-width: 1000px;
        text-align: left; 
        font-style: italic;
        padding-left: 20px; 
        border-left: 3px solid #e5e5e5;
    }

    .strategist-contacts {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .contact-link {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #555;
        font-weight: 500;
    }
    .contact-link:hover { color: #000; }
    .contact-link iconify-icon { font-size: 1.3rem; color: #888; }

    .contact-separator { /* Style du séparateur vertical */
        height: 20px;
        width: 1px;
        background-color: #e5e5e5;
    }


    .strategist-actions {
        display: flex;
        gap: 12px;
        width: 100%;
    }

    #campaign_detail_modal .large-panel {
        max-width: 900px;
        width: 95%;
        text-align: center;
    }



    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:wght@300;400&display=swap');

    .cinematic-countdown {
        text-align: center;
        margin: 0 auto 20px auto;
        font-family: 'Bebas Neue', sans-serif;
    }

    .cinematic-title {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 1000;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 25px;
        background: linear-gradient(90deg, #2E7D32, #1A237E);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #2E7D32;
    }

    .cinematic-caption {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.1rem;
        font-weight: 300;
        color: #95a5a6;
        line-height: 1.6;
        max-width: 500px;
        margin: 0 auto;
    }

    .details-icon-container img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .timer-wrapper {
        display: flex;
        justify-content: center;
        gap: 40px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .bloc-gauche {
        text-align: center;
        max-width: 500px;
    }

    .bloc-droit {
        display: flex;
        gap: 40px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .time-block span {
        display: block;
        font-size: 7rem;
        font-weight: 400;
        color: #2c3e50;
        line-height: 1;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .time-block label {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1rem;
        font-weight: 300;
        color: #bdc3c7;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .time-block span.is-changing {
        opacity: 0;
        transform: translateY(20px);
    }

    @media (max-width: 768px) {
        .timer-wrapper {
            flex-direction: column;
            align-items: center;
        }

        .bloc-droit {
            gap: 20px;
            margin-top: 20px;
        }

        .time-block {
            flex-basis: 40%;
        }

        .time-block span {
            font-size: 4.5rem;
        }
    }

    .subtle-buttons-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
        flex-wrap: wrap;
        padding: 2rem 0;
    }

    .subtle-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.85rem;
        background-color: #f8f9fa;
        color: #4a5568;
        border: 1px solid #e2e8f0;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.25s ease-in-out;
        padding: 8px 12px !important;  
        font-size: 11px !important;   
        border-radius: 18px !important;  
    }

    .subtle-btn img {
        height: 20px !important;
        width: 20px !important;
    }

    .subtle-btn:hover {
        transform: translateY(-3px);
        background-color: #ffffff;
        border-color: #cbd5e0;
        color: #14b8a6;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    }

    .creative-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 1.5rem; 
    }

    .promise-card-creative {
        position: relative; 
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        border-radius: 16px;
        text-align: center;
        padding: 24px;
        padding-top: 48px; 
        display: flex;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .promise-card-creative:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .promise-icon-overlap {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 68px;
        height: 68px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .promise-icon-overlap img {
        width: 34px;
        height: 34px;
    }

    .promise-creative-content {
        flex-grow: 1; 
    }

    .promise-creative-content strong {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
        color: #374151;
        margin-bottom: 0.5rem;
    }

    .promise-creative-content span {
        display: block;
        font-size: 0.9rem;
        color: #6b7280;
        line-height: 1.6;
    }

    .promise-creative-footer {
        margin-top: 1.5rem;
        padding-top: 1rem;
        border-top: 1px solid #f1f5f9;
    }

    .status-badge-creative {
        display: inline-block;
        padding: 5px 14px;
        border-radius: 8px;
        font-size: 0.8rem;
        font-weight: 600;
        border: 1px solid transparent;
    }

    .status-badge-creative.completed {
        background-color: #f0fdf4;
        color: #16a34a;
        border-color: #bbf7d0;
    }
    
    .status-badge-creative.in-progress {
        background-color: #f1f5f9;
        color: #4b5563;
        border-color: #e5e7eb;
    }

    @media (max-width: 1024px) {
        .creative-grid-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 640px) {
        .creative-grid-container {
            grid-template-columns: 1fr;
        }
    }

    .is-hidden {
        display: none;
    }

    #home.page-section:not(.is-hidden) {
        display: flex;
        gap: 24px;
    }

    .content-container {
        padding-bottom: 100px;
    }

    .objectif-container {
        background: transparent;
        border: none;
        border-radius: 8px;
        padding: 16px;
    }

    .objectif-title h5 {
        font-size: 1rem;
        color: #111827;
    }

    .objectif-title .highlight-badge {
        background-color: #f3e8ff;
        color: #7c3aed;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 500;
    }

    .objectif-kpi-grid {
        display: flex;
        justify-content: space-around;
        margin-top: 15px;
    }

    .objectif-kpi-block {
        text-align: center;
    }

    .details-icon-container img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .kpi-label {
        font-size: 0.8rem;
        color: #6b7280;
        margin-top: 5px;
    }

    .kpi-value {
        font-size: 1.1rem;
        font-weight: 600;
        color: #111827;
        margin-top: 3px;
    }

    .objectif-result .badge {
        padding: 6px 12px;
        font-size: 0.85rem;
        border-radius: 20px;
    }

    .badge-success {
        background-color: #d1fae5;
        color: #047857;
    }

    .badge-warning {
        background-color: #fef9c3;
        color: #92400e;
    }

    .hunt-stats-grid.soft-mode {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .hunt-stat-block {
        display: flex;
        flex-direction: column;
        padding: 8px 10px;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        background-color: #fff;
    }

    .hunt-stat-block .label {
        font-size: 0.75rem;
        color: #6b7280;
        margin-bottom: 2px;
        font-weight: 500;
    }

    .hunt-stat-block .small-info {
        font-size: 0.95rem;
        font-weight: 500;
        color: #111827;
    }

    .progress-bar-clean.small {
        margin-top: 4px;
        width: 100%;
        height: 4px;
        background-color: #f3f4f6;
        border-radius: 2px;
        overflow: hidden;
    }

    .progress-bar-inner {
        height: 100%;
        background-color: #3b82f6;
        transition: width 0.3s ease-in-out;
    }

    .summary-badge {
        display: inline-block;
        padding: 5px 12px;
        font-size: 0.9em;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 50rem;
    }

    .badge-promise {
        color: #475569;
        background-color: #e2e8f0;
    }

    .badge-delivered {
        color: #1d4ed8;
        background-color: #dbeafe;
    }

    .table-title-container {
        text-align: center;
        margin-bottom: 10px;
    }

    .summary-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 7px;
        margin-bottom: 20px;
    }

    .summary-container p {
        margin-bottom: 0;
    }

    .btn-excel-download {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.2s ease-in-out;
        line-height: 1;
    }

    .btn-excel-download:hover {
        opacity: 1;
    }

    .btn-excel-download img {
        height: 24px;
        width: 24px;
        vertical-align: middle;
    }

    .professional-layout.success-panel-card {
        padding: 25px 30px;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: 90vh;
    }

    .professional-layout .panel-profile-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e9ecef;
        flex-shrink: 0;
    }
    
    .professional-layout .profile-pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 20px;
        object-fit: cover;
    }
    .professional-layout .profile-info h4 {
        margin: 0 0 5px 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #212529;
    }
    .professional-layout .profile-info p {
        margin: 0;
        color: #6c757d;
    }
    .professional-layout #contact_detail_content {
        flex-grow: 1;
        overflow-y: auto;
    }
    .professional-layout .info-grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        width: 100%;
    }
    .professional-layout .info-section {
        padding-right: 25px;
        border-right: 1px solid #f1f1f1;
    }
    .professional-layout .info-section:last-child {
        border-right: none;
        padding-right: 0;
    }
    .professional-layout .section-header {
        font-size: 1.05rem;
        font-weight: 600;
        color: #343a40;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .professional-layout .section-header img {
        height: 24px;
        width: 24px;
        margin-right: 12px;
    }
    .professional-layout .info-body {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .professional-layout .info-line {
        font-size: 0.85rem;
        display: flex;
        flex-direction: column;
    }
    .professional-layout .info-label {
        color: #6c757d;
        font-weight: 400;
        margin-bottom: 4px;
    }
    .professional-layout .info-value {
        font-weight: 500;
        color: #212529;
    }
    .professional-layout .history-section-container {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e9ecef;
    }
    .professional-layout .history-timeline {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .professional-layout .history-item {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        padding: 12px 15px;
        border-radius: 8px;
    }
    .professional-layout .history-item-header {
        font-weight: bold;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    .professional-layout .history-item-content {
        font-size: 0.85rem;
        color: #495057;
        margin-bottom: 8px;
        white-space: pre-wrap;
    }
    .professional-layout .history-item-date {
        font-size: 0.75rem;
        color: #6c757d;
        text-align: right;
    }
    .professional-layout .empty-history {
        color: #6c757d;
        font-style: italic;
        font-size: 0.9rem;
        text-align: center;
    }
    .professional-layout .panel-footer {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        padding-top: 20px;
        margin-top: 25px;
        border-top: 1px solid #e9ecef;
        flex-shrink: 0;
    }
    .professional-layout .btn {
        padding: 8px 16px;
        border: 1px solid transparent;
        border-radius: 6px;
        font-size: 0.9rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .professional-layout .btn-secondary {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        color: #495057;
    }
    .professional-layout .btn-secondary:hover {
        background-color: #e9ecef;
    }
    .professional-layout .btn-primary {
        background-color: #8A2BE2;
        color: #ffffff;
    }
    .professional-layout .btn-primary:hover {
        background-color: #7b25c9;
    }

    .titre-souligne-centre {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .titre-souligne-centre::after {
        content: "";
        width: 60%;
        height: 3px;
        background-color: #2196f3;
        background-color: #d4cfc9;
        background-color: #dbeafe;
        background-color: #2196f3;

        border-radius: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .badge-strategist {
        display: inline-block;
        padding: 2px 8px;       /* Padding minimal */
        font-size: 0.7rem;      /* Police très petite */
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #854d0e;
        background-color: #fefce8;
        border: none;           /* Aucune bordure */
        border-radius: 50rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    :root {
        --duo-icon-color: #555;
        --duo-text-color: #111;
        --duo-copied-color: #28a745; /* Couleur pour le texte "Copié !" */
    }

    .contact-duo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        padding: 4px;
        border-radius: 50px;
    }

    .contact-duo-item {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: var(--duo-icon-color);
        margin: 0 8px;
        cursor: pointer;
    }

    .contact-duo-item .text-label {
        display: inline-block;
        white-space: nowrap;
        max-width: 0;
        opacity: 0;
        margin-left: 0;
        transition: max-width 0.4s ease-in-out, opacity 0.3s ease-in, margin-left 0.4s ease-in-out;
        overflow: hidden;
        font-size: 0.9rem;
        font-weight: 500;
        color: var(--duo-text-color);
        vertical-align: middle;
    }

    .contact-duo-item:hover .text-label {
        max-width: 200px;
        opacity: 1;
        margin-left: 8px;
    }

    /* Style pour le label quand le texte est copié */
    .contact-duo-item .text-label.is-copied {
        color: var(--duo-copied-color);
        font-weight: bold;
    }

    .strategist-card__contact-link img {
        height: 16px;
        width: 16px;
        margin-right: 8px;
    }



    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

    /* La carte principale en mode 3 colonnes */
    .bilan-card-v2.three-column {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
        border: 1px solid #EAF0F6;
        border-radius: 24px;
        padding: 24px 32px; /* Padding vertical légèrement réduit */
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        max-width: 960px;
        margin: 40px auto;
        
        /* -- DISPOSITION EN 3 COLONNES -- */
        display: flex;
        /* Aligne verticalement au centre, comme demandé */
        align-items: center; 
        gap: 32px;
    }

    /* Colonne 1 : Icône */
    .bilan-icon-header {
        flex-shrink: 0; /* Empêche l'icône de se réduire */
    }
    
    /* Colonne 2 : Texte */
    .bilan-text-content {
        flex-grow: 1; /* Le texte prend l'espace central disponible */
        text-align: left;
    }

    .bilan-header .bilan-title {
        font-size: 22px;
        font-weight: 600;
        color: #1A202C;
        margin: 0 0 8px 0;
    }

    .bilan-header .bilan-subtitle {
        font-size: 15px;
        color: #718096;
        line-height: 1.6;
        margin: 0;
    }
    
    .bilan-footer-note {
        margin-top: 16px;
    }

    .bilan-footer-note p {
        font-size: 13px;
        color: #A0AEC0;
        margin: 0;
    }

    /* Colonne 3 : Détails */
    .refund-status-details {
        background-color: #F8F9FA;
        border: 1px solid #EAF0F6;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column; 
        gap: 16px;
        width: 320px;
        flex-shrink: 0;
    }

    .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail-item span:first-child {
        font-size: 14px;
        color: #4A5568;
        font-weight: 500;
    }

    .detail-item strong {
        font-size: 14px;
        font-weight: 600;
        color: #1A202C;
    }

    /* Styles des Badges */
    .status-badge {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 999px;
    }

    .status-badge.completed {
        background-color: #D1FAE5;
        color: #065F46;
        border: 1px solid #A7F3D0;
    }
    
    @media (max-width: 860px) {
        .bilan-card-v2.three-column {
            flex-direction: column;
            align-items: stretch;
            gap: 24px;
        }
        .bilan-text-content {
            text-align: center;
        }
        .refund-status-details {
            width: 100%;
        }
    }

    .bilan-card-v2.three-column {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
        border: 1px solid #EAF0F6;
        border-radius: 24px;
        padding: 24px 32px;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        max-width: 960px;
        margin: 40px auto;
        display: flex;
        align-items: center; 
        gap: 32px;
    }

    /* Colonne 1 : Icône */
    .bilan-icon-header {
        flex-shrink: 0;
    }
    
    /* Colonne 2 : Texte */
    .bilan-text-content {
        flex-grow: 1;
        text-align: left;
    }

    .bilan-header .bilan-title {
        font-size: 22px;
        font-weight: 600;
        color: #1A202C;
        margin: 0 0 8px 0;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .bilan-header .bilan-subtitle {
        font-size: 15px;
        color: #718096;
        line-height: 1.6;
        margin: 0;
    }
    
    /* Colonne 3 : Détails */
    .refund-status-details {
        background-color: #F8F9FA;
        border: 1px solid #EAF0F6;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column; 
        gap: 16px;
        width: 320px;
        flex-shrink: 0;
    }

    .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .detail-item span:first-child {
        font-size: 14px;
        color: #4A5568;
        font-weight: 500;
    }

    .detail-item strong {
        font-size: 14px;
        font-weight: 600;
        color: #1A202C;
    }

    /* Styles des Badges */
    .status-badge {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 999px;
    }
    
    .status-badge.processing {
        background-color: #FEF3C7;
        color: #9A3412;
        border: 1px solid #FDE68A;
    }

    .status-badge.completed {
        background-color: #D1FAE5;
        color: #065F46;
        border: 1px solid #A7F3D0;
    }
    
    /* Bouton admin */
    .admin-toggle-btn {
        background: #F1F3F5;
        border: 1px solid #E0E6ED;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Responsive */
    @media (max-width: 860px) {
        .bilan-card-v2.three-column {
            flex-direction: column;
            align-items: stretch;
            gap: 24px;
        }
        .bilan-text-content {
            text-align: center;
        }
        .bilan-header .bilan-title {
            justify-content: center;
        }
        .refund-status-details {
            width: 100%;
        }
    }

    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

    .bilan-banner {
        background-color: #ffffff;
        border: 1px solid #EAF0F6;
        border-radius: 20px;
        padding: 32px; 
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        display: flex;
        align-items: center;
        justify-content: center; 
        gap: 64px; 
        max-width: 960px;
        margin: 40px auto;
        flex-wrap: wrap;
    }

    .bilan-banner-info {
        display: flex;
        align-items: center;
        gap: 24px; 
    }

    .bilan-banner-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }

    .bilan-banner-text {
        text-align: center;
    }

    .bilan-banner-text .title {
        font-size: 18px;
        font-weight: 600;
        color: #1A202C;
        margin: 0 0 4px 0;
    }

    .bilan-banner-text .subtitle {
        font-size: 14px;
        color: #718096;
        margin: 0;
        max-width: 320px;
        line-height: 1.5;
    }

    .bilan-banner-text .action-wrapper {
        margin-top: 16px;
    }


    
    .bilan-banner-stats {
        display: flex;
        gap: 16px;
        flex-shrink: 0;
    }

    .stat-block {
        padding: 20px;
        border-radius: 16px;
        text-align: center;
        width: 190px;
    }

    .stat-block.result {
        background-color: #F8F9FA;
        border: 1px solid #F3F4F6;
    }

    .stat-block.guarantee {
        background-color: #F0FFF4;
        border: 1px solid #C6F6D5;
    }
    
    .stat-block .icon-wrapper {
        margin-bottom: 16px;
        height: 36px;
    }

    .stat-block .label {
        font-size: 13px;
        font-weight: 500;
        color: #4A5568;
        margin-bottom: 8px;
        display: block;
    }

    .stat-block .value {
        font-size: 22px;
        font-weight: 700;
        color: #1A202C;
    }

    .stat-block .value .ttc {
        font-size: 14px;
        font-weight: 500;
        color: #718096;
    }

    .stat-block .sub-value {
        font-size: 13px;
        color: #718096;
        margin-top: 4px;
    }

    .progress-bar-h {
        width: 100%;
        background-color: #e9ecef;
        height: 6px;
        border-radius: 3px;
        overflow: hidden;
        margin: 12px 0 4px 0;
    }

    .progress-bar-fill-h {
        height: 100%;
        background-color: #e53e3e;
        border-radius: 3px;
    }
    
    @media (max-width: 860px) {
        .bilan-banner {
            flex-direction: column;
            align-items: stretch;
            gap: 24px;
        }
        .bilan-banner-stats {
            width: 100%;
        }
        .stat-block {
            flex-grow: 1;
        }
    }


    .payment-card-final {
        background-color: #ffffff;
        border: 1px solid #EAF0F6;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 10px 25px -5px rgba(0,0,0,0.04), 0 8px 10px -6px rgba(0,0,0,0.04);
        width: 340px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .payment-card-title {
        font-size: 16px; 
        font-weight: 600;
        text-align: center;
        color: #374151; 
    }

    .price-section-final {
        display: flex;
        flex-direction: column;
        gap: 16px; 
    }

    .price-line-final {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .price-line-final .label-final {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 8px;
        background-color: #f3f4f6; 
        color: #374151; 
    }

    .price-line-final .label-paid {
        background-color: #dcfce7; 
        color: #166534; 
    }

    .price-line-final .amount-final {
        color: #1A202C;
        font-weight: 600;
        font-size: 14px;
    }
    
    .total-due-final .label-final {
        font-size: 13px; 
        padding: 5px 10px;
        background-color: #dbeafe; 
        color: #1e40af; 
    }

    .total-due-final .amount-final {
        font-size: 16px; 
        font-weight: 600; 
        color: #1A202C;
    }

    .cta-section-final, .stripe-input-field, .stripe-error-message, .cta-button-final-black {
        width: 100%;
    }

    .stripe-input-field { padding: 12px; background-color: white; border: 1px solid #D1D5DB; border-radius: 8px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.05); }
    .stripe-error-message { color: #b91c1c; margin-top: 8px; font-size: 13px; }
    .cta-button-final-black { padding: 12px; margin-top: 12px; font-size: 16px; font-weight: 600; color: white; background-color: #111827; border: none; border-radius: 8px; cursor: pointer; transition: background-color 0.2s, transform 0.1s; }
    .cta-button-final-black:hover { background-color: #000000; }
    .cta-button-final-black:active { transform: scale(0.98); }

    .bilan-card-v2.three-column {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
        border: 1px solid #EAF0F6;
        border-radius: 24px;
        padding: 24px 32px;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        max-width: 960px;
        margin: 40px auto;
        display: flex;
        align-items: center; 
        gap: 32px;
    }
    .bilan-icon-header {
        flex-shrink: 0;
    }
    .bilan-text-content {
        flex-grow: 1;
        text-align: left;
    }
    .bilan-header .bilan-title {
        font-size: 22px;
        font-weight: 600;
        color: #1A202C;
        margin: 0 0 8px 0;
    }
    .bilan-header .bilan-subtitle {
        font-size: 15px;
        color: #718096;
        line-height: 1.6;
        margin: 0;
    }

    /* --- NOUVEAUX styles pour la carte de paiement (colonne 3) --- */
    .payment-summary-card {
        background-color: #F8F9FA;
        border: 1px solid #EAF0F6;
        border-radius: 16px;
        padding: 24px;
        width: 340px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .payment-summary-card h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: #1A202C;
        margin: 0 0 8px 0;
    }
    .price-breakdown {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .price-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }
    .price-line span {
        color: #718096;
    }
    .price-line strong {
        color: #1A202C;
        font-weight: 600;
    }
    .price-line.paid strong, .price-line.paid span {
        color: #059669; /* Vert */
    }
    .price-line.total-due strong {
        font-size: 16px;
        font-weight: 700;
        color: #1d4ed8; /* Bleu */
    }
    .payment-summary-card hr {
        border: none;
        height: 1px;
        background-color: #EAF0F6;
        margin: 8px 0;
    }
    .cta-button-final {
        background-color: #2563eb;
        color: white;
        width: 100%;
        padding: 12px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    .cta-button-final:hover {
        background-color: #1d4ed8;
    }




    @import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css");

    .seq-title-container {
        position: relative;
        background: linear-gradient(45deg, #081c15, #1b4332); /* Dégradé de vert foncé */
        padding: 0.5rem 1rem;
        margin: -1.5rem -1.5rem 1.5rem; 
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .seq-title-container::after {
        content: '';
        position: absolute;
        bottom: -8px; 
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 8px solid #1b4332; /* Pointe assortie au dégradé */
    }


    .seq-title {
        color: #fff;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.8rem;
        margin: 0;
        padding: 0;
    }

    .seq-badge.badge-violet-amethyste {
        color: #9966CC;
        border-color: rgba(153, 102, 204, 0.3);
        background-color: rgba(153, 102, 204, 0.1);
    }


    .seq-badge.bg-warning-subtle { border-color: rgba(var(--bs-warning-rgb), 0.4); }
    .seq-container {
        max-width: 800px;
        margin: auto;
    }

    .seq-step {
        display: flex;
        position: relative;
        gap: 1.25rem;
        transition: transform 0.2s ease-out;
    }
    .seq-step:not(:last-child) {
        margin-bottom: 2rem;
    }

    .seq-gutter {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        width: 40px;
    }
    .seq-number {
        font-size: 1.25rem;
        font-weight: 600;
        color: #ced4da;
        line-height: 1;
        margin-bottom: 0.5rem;
    }
    .seq-connector {
        flex-grow: 1;
        width: 2px;
        background-image: linear-gradient(to bottom, #e9ecef 70%, transparent 30%);
        background-size: 2px 8px;
        background-repeat: repeat-y;
        border: none;
        background-color: transparent;
    }
    .seq-channel-icon {
        font-size: 1.25rem;
        color: #6c757d;
        margin-top: 0.5rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
    }

    .seq-content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        background-color: #ffffff;
        border: none;
        border-radius: 1rem;
        padding: 1.5rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
    }
    .seq-content:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .seq-body {
        color: #495057;
        font-size: 1rem;
        line-height: 1.7;
    }

    .seq-footer {
        margin-top: auto;
        padding-top: 1.5rem;
    }

    .seq-badge {
        font-size: 0.8rem;
        padding: 0.4em 0.8em;
        border-radius: 50px;
        font-weight: 600;
        border: 1px solid transparent;
    }
    .seq-badge.bg-success-subtle { border-color: rgba(var(--bs-success-rgb), 0.3); }
    .seq-badge.bg-primary-subtle { border-color: rgba(var(--bs-primary-rgb), 0.3); }
    .seq-badge.bg-danger-subtle { border-color: rgba(var(--bs-danger-rgb), 0.3); }

    .seq-step.status-envoye .seq-number { 
        color: var(--bs-success); 
    }
    .seq-step.status-envoye .seq-channel-icon { 
        color: var(--bs-success);
        background-color: var(--bs-success-bg-subtle);
        border-color: rgba(var(--bs-success-rgb), 0.2);
    }
    .seq-step.status-a_envoyer .seq-channel-icon {
        color: var(--bs-primary);
        background-color: var(--bs-primary-bg-subtle);
        border-color: rgba(var(--bs-primary-rgb), 0.2);
    }
    .seq-step.status-erreur .seq-channel-icon {
        color: var(--bs-danger);
        background-color: var(--bs-danger-bg-subtle);
        border-color: rgba(var(--bs-danger-rgb), 0.2);
    }

    .seq-step.status-a_envoyer .seq-content {
        box-shadow: 0 0 25px rgba(var(--bs-primary-rgb), 0.15), 0 4px 15px rgba(0, 0, 0, 0.07);
    }

    .summary-banner {
        display: flex;
        gap: 1.5rem; 
        margin-bottom: 1.5rem; 
        align-items: stretch; 
    }

    .summary-card {
        flex: 1;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        background-color: #ffffff;
        padding: 1.25rem;
        border-radius: 1rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
    }

    .summary-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .summary-icon-container {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem; 
    }

    .icon-bg-violet { background-color: rgba(153, 102, 204, 0.1); color: #9966CC; }
    .icon-bg-success { background-color: rgba(var(--bs-success-rgb), 0.1); color: var(--bs-success); }
    .icon-bg-warning { background-color: rgba(var(--bs-warning-rgb), 0.1); color: var(--bs-warning); }

    .summary-content {
        flex-grow: 1;
    }

    .summary-title {
        font-size: 0.8rem;
        color: #6c757d; 
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .summary-data {
        font-size: 1rem;
        font-weight: 600;
        color: #212529; 
        margin: 0;
        line-height: 1.2;
    }

    .summary-stats-container {
        display: flex;
        gap: 1.5rem;
        align-items: center;
        margin-top: 4px; 
    }

    .summary-stat-number {
        font-size: 1rem;
        font-weight: 600;
        color: #212529;
    }

    .summary-stat-label {
        font-size: 0.8rem;
        color: #6c757d;
        margin-left: 0.25rem;
    }

    .summary-button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 4px;
    }

    .loading-animation-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .action-card {
        transition: all 0.2s ease-in-out;
        border: 0;
        box-shadow: var(--bs-card-box-shadow);
    }
    
    .action-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)!important;
    }

    .icon-container {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
    }

    .badge-custom-font {
        font-size: 0.875rem;
    }

    .bg-custom-red-subtle {
        background-color: #FDEBEB !important;
    }

    .text-custom-red-emphasis {
        color: #D62929 !important;
    }

    .btn-custom-red {
        background-color: #D62929;
        border-color: #D62929;
        color: #fff;
    }

    .btn-custom-red:hover {
        background-color: #B02121;
        border-color: #A31F1F;
        color: #fff;
    }




    /**ALI Seg*/
