* {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
}

header {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.500);
}

a {
    color: white;
}

h1 {
    color: white;
    margin: 20px 0;
}

.container {
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#playersOnline {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
}

#serverStatus {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ip {
    color: white;
    text-align: right;
}

p {
    font-weight: bold;
}

.wallpaper {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    object-fit: cover;
}

footer {
    background-color: #4E8430;
    padding: 10px 0;
}

#id_1 {
    cursor: pointer;
    font-weight: lighter;
}

.carte_interactive {
    background-color: rgba(0, 0, 0, 0.600);
    border-radius: 8px;
}

.evenement {
    padding-top: 20px;
}

/* Nouvelle classe pour la bande blanche */
.bande-blanche {
    background-color: white;
    width: 90%;  /* Couvre presque toute la largeur de la page */
    margin: 0 auto; /* Centre la bande horizontalement */
    height: 200px;  /* Ajustez la hauteur de la bande */
    border-radius: 8px; /* Ajoute un léger arrondi aux coins */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre sous la bande */
    margin-top: 30px; /* Espace au-dessus de la bande */
}
