.taux-du-jour-container {
    max-width: 800px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
    color: #19248d;
    text-align: center;
}

.taux-title {
    font-size: 28px;
    color: #ff492b;
    margin-bottom: 20px;
}

.taux-subtitle {
    font-size: 20px;
    color: #19248d;
    margin-bottom: 15px;
    text-decoration: underline;
}

.taux-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 30px auto;
    text-align: center;
}

.taux-table th, 
.taux-table td {
    border: 1px solid #19248d;
    padding: 10px;
    font-size: 16px;
}

.taux-table th {
    background-color: #ff492b;
    color: white;
    font-weight: bold;
}

.taux-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.taux-table tr:hover {
    background-color: #ffe0d6;
}

.taux-section {
    margin-bottom: 40px;
}
