
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

.page-header {
    text-align: center;
    padding: 60px 20px 20px 20px;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.page-header hr {
    width: 80px;
    border: 2px solid #ff1b1b;
    margin: 0 auto;
    margin-bottom: 40px;
}

.content-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 1.8rem;
    color: #02048d;
    margin-top: 30px;
    margin-bottom: 15px;
}

.section-content p, 
.section-content li {
    font-size: 16px;
    margin-bottom: 10px;
}

.section-content ul {
    padding-left: 20px;
}

.honoraires-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.honoraires-table th,
.honoraires-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.honoraires-table th {
    background-color: #02048d;
    color: #fff;
}

a {
    color: #02048d;
    text-decoration: underline;
}

a:hover {
    color: #ff1b1b;
}

.btn-bareme {
    background-color: #d42020;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-bareme:hover {
    background-color: #02048d;
    color: #ffffff;
}


@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
}