body {
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    background-image: url("https://c.wallhere.com/photos/72/76/Hytale_RPG_video_games_video_game_art-1757337.jpg!d");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
}

/* Barre réseau */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.sidebar a {
    margin: 10px 0;
}

.sidebar img {
    width: 30px;
    height: 30px;
}

/* Bouton retour */
.back-button {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 10px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.back-button:hover {
    background-color: #808080;
}

/* ARTICLE POPPY */
.article-container {
    margin-left: 80px;
    margin-top: 60px;
    padding: 30px;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.75); 
    color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}

.article-container h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #ff6666;
}

.article-container img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.article-container p {
    line-height: 1.4;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.article-container strong {
    color: #ffffff;
}

/* chap 1 */
.article-container {
    margin-right: 80px;
    margin-top: 60px;
    padding: 30px;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.75); 
    color: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}
.article-container img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}