@charset 'UTF-8';
@import url('https://fonts.cdnfonts.com/css/roobert');

:root {
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;
    --max-width: 480px;
}

.Kx9mP4 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding: var(--spacing-lg) var(--spacing-md);
}

.Zt3nL8 {
    width: 100%;
    max-width: 600px;
    padding: 0 var(--spacing-sm);
}

.Hj7wQ2 {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.Nm5kR9 {
    color: #fff;
    font-size: clamp(1.75rem, 5vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -.03em;
    margin-bottom: var(--spacing-xs);
    line-height: 1;
}

.Fy8vB3 {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.875rem, 2.5vw, 1.125rem);
    font-weight: 450;
    letter-spacing: -.02em;
    line-height: 1;
}

.Qp2xT6 {
    display: flex;
    gap: 0.5rem;
    margin-bottom: calc(var(--spacing-xl) + 20px);
    justify-content: center;
}

.Lw4sD7 {
    width: clamp(60px, 10vw, 100px);
    height: 6.5px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.Lw4sD7::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    transition: color 0.3s ease;
}

.Lw4sD7[data-step="1"]::after {
    content: "Adresse e-mail";
}

.Lw4sD7[data-step="2"]::after {
    content: "Confirmation";
}

.Lw4sD7[data-step="3"]::after {
    content: "Synthèse";
}

.Lw4sD7[data-step="4"]::after {
    content: "Synthèse";
}

.Lw4sD7.Rt6mK2::after {
    content: "A2F";
}

.Lw4sD7.Cx3mK5::after {
    color: rgba(255, 255, 255, 0.9);
}

.Lw4sD7.Bv9yJ1::after {
    color: rgba(255, 255, 255, 0.9);
}

.Lw4sD7.Rt6mK2.Cx3mK5::after,
.Lw4sD7.Rt6mK2.Bv9yJ1::after {
    color: rgba(255, 255, 255, 0.9);
}

.Lw4sD7.Bv9yJ1 {
    background: rgba(255, 255, 255, 0.5);
}

.Lw4sD7.Cx3mK5 {
    background: #2aaa6a;
}

.Lw4sD7.Rt6mK2 {
    width: clamp(40px, 8vw, 60px);
    height: 6.5px;
    background: rgba(255, 255, 255, 0.1);
    animation: slideIn 0.3s ease;
}

.Lw4sD7.Rt6mK2.Bv9yJ1 {
    background: rgba(255, 255, 255, 0.5);
}

.Lw4sD7.Rt6mK2.Cx3mK5 {
    background: #2aaa6a;
}

@keyframes slideIn {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: clamp(40px, 8vw, 60px);
        opacity: 1;
    }
}

.Lw4sD7[data-step="4"].Bv9yJ1 {
    background: rgba(255, 255, 255, 0.5);
    width: clamp(100px, 15vw, 140px);
}

.Lw4sD7[data-step="4"].Bv9yJ1::after {
    content: "Synthèse";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.Rg6hN2 {
    margin-bottom: var(--spacing-xl);
}

.Mp8kL4 {
    animation: fadeIn 0.3s ease;
    max-width: var(--max-width);
    margin: 0 auto;
}

.Uw7pQ3 {
    color: #fff;
    font-size: clamp(1rem, 3vw, 1.25rem);
    margin-bottom: var(--spacing-md);
    text-align: center;
    font-weight: 400;
    letter-spacing: -.03em;
}

.Jk2xR8 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    text-align: center;
    margin-top: calc(var(--spacing-md) * -1);
    margin-bottom: var(--spacing-lg);
}

.Vn5mT9 {
    color: #2aaa6a;
}

.Ey4wK6 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.Hq8zL2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.Zp3yN7 {
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.2s ease;
    outline: none;
}

.Zp3yN7:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.Zp3yN7::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.Tx5bR9 {
    display: flex;
    gap: var(--spacing-xs);
    justify-content: center;
    margin-bottom: var(--spacing-md);
    flex-wrap: wrap;
}

.Kf7nM3 {
    width: clamp(40px, 8vw, 50px);
    height: clamp(50px, 10vw, 60px);
    text-align: center;
    font-size: clamp(1.125rem, 4vw, 1.5rem);
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    transition: all 0.2s ease;
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.Kf7nM3:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #2aaa6a;
}

.Kf7nM3.Wm9pL5 {
    border-color: rgba(255, 255, 255, 0.3);
}

.Nh6vK8 {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin-bottom: var(--spacing-sm);
}

#Dt4xG2 {
    color: #2aaa6a;
    font-weight: 500;
}

.Sq8jP6 {
    min-width: 120px;
    width: auto;
    padding: 10px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 550;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
    border: none;
    outline: none;
    margin: 0 auto;
}

.Sq8jP6.Yp3nH7 {
    background: #2aaa6a;
    color: #ffffff;
}

.Sq8jP6.Yp3nH7:hover:not(:disabled) {
    background: #00d688;
    transform: translateY(-1px);
}

.Sq8jP6.Yp3nH7:disabled {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
}

.Sq8jP6.Lx5mW2 {
    background: transparent;
    color: #2aaa6a;
    border: 1px solid #2aaa6a;
}

.Sq8jP6.Lx5mW2:hover {
    background: rgba(0, 236, 151, 0.1);
}

.Vx3kM8 {
    margin-top: var(--spacing-2xl);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-sm);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.Qn7tR4 {
    display: flex;
    flex-direction: column;
    padding: var(--spacing-md) var(--spacing-sm);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.Qn7tR4:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.Qn7tR4-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(42, 170, 106, 0.1);
    border-radius: 10px;
    color: #2aaa6a;
    margin-bottom: var(--spacing-sm);
}

.Qn7tR4-title {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 550;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}

.Qn7tR4-desc {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6875rem;
    line-height: 1.5;
    margin: 0;
}

.Jt9mK2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.Sq8jP6.Wz4xP8 span {
    display: none;
}

.Sq8jP6.Wz4xP8 .Jt9mK2 {
    display: inline-block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    :root {
        --spacing-xs: 0.375rem;
        --spacing-sm: 0.75rem;
        --spacing-md: 1.125rem;
        --spacing-lg: 1.5rem;
        --spacing-xl: 2.25rem;
        --spacing-2xl: 3rem;
    }
    
    .Kx9mP4 {
        min-height: calc(100vh - 60px);
        align-items: flex-start;
        padding-top: var(--spacing-xl);
    }

    .Zt3nL8 {
        max-width: 480px;
    }

    .Nm5kR9 {
        font-size: clamp(1.5rem, 5vw, 1.875rem);
    }

    .Vx3kM8 {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.625rem;
    }

    .Qn7tR4-title {
        font-size: 0.75rem;
    }

    .Qn7tR4-desc {
        font-size: 0.625rem;
    }
}

@media (max-width: 480px) {
    :root {
        --spacing-xs: 0.25rem;
        --spacing-sm: 0.5rem;
        --spacing-md: 0.75rem;
        --spacing-lg: 1rem;
        --spacing-xl: 1.5rem;
        --spacing-2xl: 2rem;
    }
    
    .Kx9mP4 {
        min-height: calc(100vh - 52px);
        padding: var(--spacing-md) var(--spacing-sm);
    }

    .Zt3nL8 {
        padding: 0;
    }
    
    .Lw4sD7 {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .Lw4sD7::after {
        display: none;
    }
    
    .Sq8jP6 {
        width: 100%;
        font-size: 0.9375rem;
    }
    
    .Tx5bR9 {
        gap: 6px;
    }

    .Kf7nM3 {
        width: 38px;
        height: 48px;
        font-size: 1.125rem;
        border-radius: 10px;
    }

    .Vx3kM8 {
        grid-template-columns: 1fr;
        margin-top: var(--spacing-xl);
        gap: 0.5rem;
    }

    .Qn7tR4 {
        flex-direction: row;
        align-items: center;
        padding: var(--spacing-sm);
        gap: var(--spacing-sm);
    }

    .Qn7tR4-icon {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
    }

    .Qn7tR4-title {
        font-size: 0.75rem;
        margin-bottom: 2px;
    }

    .Qn7tR4-desc {
        font-size: 0.5625rem;
    }
}