/* Structure générale */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #121212; /* Arrière-plan sombre */
    color: #e0e0e0; /* Texte clair */
}
