.feuille-style {
    max-width: 1140px;
    margin: 50px auto;
    text-align: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.feuille-style a {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #f39c12;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.feuille-style a:hover {
    color: #f39c12;
    border-bottom: 2px solid #333;
}
