.cgv-container {
    max-width: 900px;
    width: 100%; /* Ajouté pour s'assurer que le conteneur s'adapte à la largeur de l'écran */
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-family: Arial, sans-serif;
    color: #333;
    overflow-x: hidden; /* Empêche le défilement horizontal */
}

h1 {
    text-align: center;
    font-size: 2rem;
    color: #1d3557;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    color: #457b9d;
    margin-top: 25px;
    border-bottom: 2px solid #457b9d;
    padding-bottom: 5px;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

a {
    color: #e63946;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
