/* --- STYLE MÉTHODOLOGIE --- */

.page-methodo {
    background-color: #ffffff !important;
    color: #333;
    padding-top: 80px;
}

.methodo-header h1 {
    font-size: 2.2rem;
    letter-spacing: 6px;
    margin-top: 50px;
}

.methodo-intro {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666 !important;
}

.header-line-short {
    width: 60px;
    margin: 40px auto;
    border-top: 1px solid #000;
    opacity: 1;
}

/* --- STRUCTURE DES ÉTAPES --- */
.steps-container {
    max-width: 900px;
    margin: 0 auto;
}

.step-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    transition: all 0.3s ease;
}

.step-item:last-child {
    border-bottom: none;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 200;
    color: #ddd; /* Couleur claire qui fonce au survol */
    transition: color 0.4s ease;
}

.step-item:hover .step-number {
    color: #000;
}

.step-item h2 {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.step-item p {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0;
}

/* --- RESPONSIVITÉ --- */
@media (max-width: 767.98px) {
    .step-item {
        text-align: center;
    }
    .step-number {
        margin-bottom: 15px;
        display: block;
    }
    .step-item h2 {
        margin-bottom: 15px;
    }
}
