.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: #111;
    border-radius: 8px;
}
header {
    text-align: center;
    margin-bottom: 40px;
}
h1 {
    color: rgb(240, 156, 51);
    font-size: 3rem; /* Agrandir la taille du titre principal */
    margin-bottom: 15px;
}
h2 {
    color: rgb(240, 156, 51);
    font-size: 2rem; /* Agrandir la taille des sous-titres */
    margin-bottom: 15px;
}
h3 {
    color: rgb(240, 156, 51);
    font-size: 1.5rem;
    margin-bottom: 10px;
}
p {
    font-size: 1.1rem; /* Agrandir la taille du texte des paragraphes */
    margin-bottom: 20px;
}
a {
    color: rgb(240, 156, 51);
    text-decoration: none;
}


.legal-section {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid rgb(240, 156, 51);
    border-radius: 8px;
}
footer {
    text-align: center;
    margin-top: 40px;
    font-size: 1rem;
}

.titre-page{
font-size: 3.5rem;
margin: 0;
color: rgb(240, 156, 51);
position: relative;
top: 25px;
margin-bottom: 30px;
font-family: 'Great vibes', cursive;
}
