.elementor-kit-7{--e-global-color-primary:#0691FF;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#404040;--e-global-color-87c5fe5:#007CDF;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.conteneur-etapes {
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        /* Ligne de connexion entre les cercles */
        .conteneur-etapes::before {
            content: '';
            position: absolute;
            top: 35%;
            left: 50px;
            right: 50px;
            height: 3px;
            background: #e0e0e0;
            transform: translateY(-50%);
            z-index: 0;
        }

        .etape {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            position: relative;
            z-index: 1;
        }

        .cercle-etape {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        /* Étape non active - cercle blanc avec numéro bleu */
        .cercle-etape {
            background: white;
            color: #0691FF;
            border: 3px solid #0691FF;
        }

        /* Étape active - cercle bleu avec numéro blanc */
        .etape.actif .cercle-etape {
            background: #0691FF;
            color: white;
            border: 3px solid #0691FF;
        }

        .label-etape {
            font-size: 14px;
            font-weight: 600;
            color: #6b7280;
            text-align: center;
        }

        .etape.actif .label-etape {
            color: #0691FF;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .conteneur-etapes {
                max-width: 250px;
            }

            .conteneur-etapes::before {
                left: 35px;
                right: 35px;
            }

            .cercle-etape {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .label-etape {
                font-size: 12px;
            }
        }
        
.checkout-step {
    display: none;
}
.checkout-step.active {
    display: block;
}

/* Ocultamos las columnas de WooCommerce al inicio */
.e-checkout__column-start,
.e-checkout__column-end {
    display: none;
}
.e-checkout__column-start.active,
.e-checkout__column-end.active {
    display: block;
}/* End custom CSS */