.honoraires {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.honoraires h1 {
    text-align: center;
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: bold;
}

.honoraires h2 {
    font-size: 1.5rem;
    color: #b68c54;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: Center; 

}

.honoraires p, .honoraires ul {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.honoraires ul {
    padding-left: 20px;
}

.honoraires li {
    margin-bottom: 10px;
}

.honoraires strong {
    color: #000;
}

@media screen and (max-width: 768px) {
    .honoraires {
        padding: 20px;
        margin: 30px 15px;
    }

    .honoraires h1 {
        font-size: 1.8rem;
    }

    .honoraires h2 {
        font-size: 1.3rem;
    }

    .honoraires p, .honoraires ul {
        font-size: 0.95rem;
    }
}
