body {
    background-color: #f4f4f4; /* Fond gris clair comme King Jouet */
    font-family: Arial, sans-serif;
}
.container {
    margin-top: 10px;
}
.page-header {
    font-size: 2rem;
    color: #0b4643; /* Couleur orange vive comme King Jouet */
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.table {
    background-color: #fff; /* Fond blanc pour le tableau */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.table th, .table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 0.4rem;
    font-size: 0.8rem;
}
.table th {
    background-color: #f5f5f5; /* Gris clair pour les en-têtes */
    color: #333;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; /* Fond gris très clair pour les lignes impaires */
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #ff5733; /* Couleur orange pour la page active */
    border-color: #ff5733;
}
.page-link {
    color: #0b4643;
}
.page-link:hover {
    background-color: #ff5733;
    color: #fff;
}
.footer {
    margin-top: 50px;
    padding: 20px;
    background-color: #0b4643;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.text-footer {
    margin: auto;
}
.logo {
    margin: 5px;
}
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
}
.loader img {
    width: 80px; /* Taille de l'animation */
}
.table-container {
    display: none; /* Cache le tableau au départ */
}

#konami-img {
    position: fixed;
    top: 50px;
    left: 50px;
    width: 100px;
    display: none;
    z-index: 9999;
}
