/* 
 * CSS UNIFIÉ POUR POLICE ET ICÔNES - MYVIOO EVENTS
 * Police uniforme + correction icônes et steps
 */

/* 1. POLICE UNIFORME POUR LES H2 */
.section-7 h2,
.form h2,
.contact h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
}

/* 2. POLICE UNIFORME POUR LES PARAGRAPHES */
.section-7 p,
.form p,
.contact p {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
}

/* 3. POLICE UNIFORME POUR LES LABELS - EN GRAS + PREMIÈRE LETTRE MAJUSCULE */
.section-7 label,
.form label,
.contact label {
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

/* 4. POLICE UNIFORME POUR LES INPUTS */
.section-7 input,
.section-7 select,
.section-7 textarea,
.form input,
.form select,
.form textarea,
.contact input,
.contact select,
.contact textarea {
    font-size: 1rem !important;
}

/* 5. CORRECTION ICÔNE MOT DE PASSE - POSITION CORRECTE */
.password-toggle {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    color: #6c757d !important;
    font-size: 1.1rem !important;
    transition: color 0.3s ease !important;
}

.password-toggle:hover {
    color: #28a745 !important;
}

/* 5b. CORRECTION ICÔNE STRENGTH - POSITION CORRECTE */
.password-strength-indicator {
    position: absolute !important;
    right: 50px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    z-index: 2 !important;
    opacity: 0.5 !important;
}

.password-strength-indicator i {
    font-size: 1.2rem !important;
    color: #6c757d !important;
    transition: all 0.3s ease !important;
}

/* 6. CORRECTION ICÔNES VIOOERS ET OWNERS - PLUS GRANDES */
.account-type-card i,
.account-type-card .fas,
.account-type-card .far,
.account-type-card .fab {
    font-size: 3.5rem !important;
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
}

/* 7. CORRECTION STEPS - PLUS GRANDES */
.step-circle {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 1.5rem !important;
}

.step-circle i,
.step-circle .fas,
.step-circle .far,
.step-circle .fab {
    font-size: 1.5rem !important;
}

/* 8. CORRECTION TEXTE DES CARDS */
.account-type-card h3 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-top: 1rem !important;
}

.account-type-card p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

/* 8. RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .section-7 h2,
    .form h2,
    .contact h2 {
        font-size: 2rem !important;
    }
    
    .section-7 p,
    .form p,
    .contact p {
        font-size: 1rem !important;
    }
    
    .account-type-card i {
        font-size: 2rem !important;
        width: 60px !important;
        height: 60px !important;
        line-height: 60px !important;
    }
    
    .step-circle {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 1.2rem !important;
    }
}
