body {
    font-family: Arial, sans-serif;
    background: #111;
    color: #eee;
    margin: 0;
    padding: 0;
}

.nav {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px;
}

.nav .home {
    font-size: 1.8em;
    margin-right: 20px;
    text-decoration: none;
}

.nav a {
    color: #ddd;
    margin: 0 10px;
    text-decoration: none;
}

.nav a:hover {
    color: #fff;
}

.titre {
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
}

.image {
    text-align: center;
    margin: 20px 0;
}

.image img {
    width: 400px;
    height: auto;
}

.bloc {
    background: #1c1c1c;
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    border-radius: 10px;
}

.question {
    color: #ffcc66;
    margin-bottom: 10px;
}

.texte {
    line-height: 1.6;
}
