
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.container a {
    text-decoration: none;
}

#game-legend .rounded-circle {
    width: 20px; 
    height: 20px;
}

#game-container {
    margin: 0 auto; max-height: 768px;
}


/* Sidebar pour mobile */
#mobileMenu.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    transition: 0.3s;
}
#mobileMenu.sidebar.open {
    left: 0;
}
.menu-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

#game-presentation .img-fluid {
    max-width: 300px;
}

#game-presentation .list-unstyled {
    max-width: 600px;
}