/* Un peu de CSS spécifique pour cette page texte */
body {
    background-color: #1E90FF; /* Votre bleu de fond */
    color: #333;
    font-family: Arial, sans-serif;
    padding-bottom: 50px;
}
.policy-container {
    background-color: #f8f9fa; /* Fond clair lisible */
    border-radius: 15px;
    padding: 40px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
h1 {
    color: #1E90FF;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    color: #444;
    font-size: 1.4rem;
    margin-top: 25px;
    border-bottom: 2px solid #1E90FF;
    padding-bottom: 10px;
}
p, ul {
    font-size: 1rem;
    line-height: 1.6;
}
.btn-retour {
    margin-top: 30px;
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}