body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url('fondpuissance4.png') no-repeat center center fixed;
    background-size: cover;
    color: #222;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.jaune { color: #fdd835; }
.rouge { color: #e53935; }


header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 10px;
}

header h1 {
    font-size: 3rem;
    margin: 0;
}

.auteurs {
    color: #ccc;
    font-size: 1rem;
    margin-top: 5px;
}


main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-jeu a {
    display: inline-block;
}

.image-jeu img {
    width: 300px;
    max-width: 80%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-jeu img:hover {
    transform: scale(1.05);
}


footer {
    background-color: rgba(34, 34, 34, 0.8);
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

footer nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease;
}

footer nav a:hover {
    color: #fdd835;
}
