#header-banner {
    background-color: #EDF0F4;
    /*background: linear-gradient(to right, rgba(90, 200, 250, 0.75), rgba(175, 82, 222, 0.45), rgba(255, 45, 85, 0.45), rgba(255, 149, 0, 0.75));
    */background: linear-gradient(to right, rgba(90, 200, 250, 0.40), rgba(175, 82, 222, 0.25), rgba(255, 45, 85, 0.25), rgba(255, 149, 0, 0.40));
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    margin: 0;
    padding: 0;
    }

#header-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #000000;
    /*color: #2b2b2b;*/
    text-align: center;
    margin: 0;
    margin-top: 1px;
}

#linkedin-link {
    margin-left: 2px;
    font-size: 12px;
    color: #0073b1;
    text-decoration: none;
    font-weight: normal;
}

#linkedin-link:hover {
    text-decoration: underline;
    color: #005582;
}

.menu-wrapper-general {
    border: 0;
    }

#menu-wrapper {
    overflow-x: auto; 
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch; /* Pour un défilement fluide sur mobile */
    background-color: #f6f6f6; 
    background: linear-gradient(to right, rgba(90, 200, 250, 0.40), rgba(175, 82, 222, 0.25), rgba(255, 45, 85, 0.25), rgba(255, 149, 0, 0.40));
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border: 0;
}
#menu-wrapper::-webkit-scrollbar {
    height: 2px; 
    background: transparent;
}
#menu-wrapper::-webkit-scrollbar-thumb {
    background: rgba(78, 78, 78, 0.3);
    border-radius: 4px;  
}
#menu-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); 
}
#menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
    


#menu-jeux {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 4px 5px 4px;
    margin: 0 4px 16px 4px;
    border-top: 3px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    margin: 0;
    white-space: nowrap; 
}
@media (max-width: 740px) {
    #menu-jeux {
        justify-content: flex-start;  
    }
}


/*
#menu-jeux .menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 4px 11px;
    border-radius: 18px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid rgb(255, 255, 255);
    transition: background-color 0.3s, transform 0.3s;
}*/
/*
#menu-jeux .menu-itemL {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 4px 11px;
    border-radius: 18px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px dashed rgb(255, 255, 255);
    transition: background-color 0.3s, transform 0.3s;
}*/
#menu-jeux .menu-itemG {
    display: flex;
    align-items: center;
    text-decoration: none;
    /*color: #333; */
    color: rgb(0, 0, 0);
    padding: 3px 11px;
    border-radius: 12px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s, transform 0.3s;
}
#menu-jeux .menu-itemG1 {
    display: flex;
    align-items: center;
    text-decoration: none;
    /*color: #333; */
    color: rgb(255, 255, 255);
    padding: 3px 11px;
    border-radius: 12px;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}
#menu-jeux .menu-itemG2 {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(2, 2, 2);
    padding: 0;
    margin: 0;
    padding-right : 7px;
    border-right: 1px solid black;
    margin-right: 5px;
}

#menu-jeux .menu-item:hover,
#menu-jeux .menu-itemL:hover,
#menu-jeux .menu-itemG:hover {
    background-color: rgba(220, 220, 220, 0.8); /* Changement de fond au survol */
    background: linear-gradient(to right, rgba(90, 200, 250, 0.40), rgba(175, 82, 222, 0.25), rgba(255, 45, 85, 0.25), rgba(255, 149, 0, 0.40));
    color: white;
    transform: scale(1.05); /* Légère mise en avant au survol */
}

#menu-jeux .menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px; /* Espace entre l'icône et le titre */
    border-radius: 14px; /* Icônes légèrement arrondies */
    user-select: none; 
}
#menu-jeux .menu-iconG2 {
    width: 30px; 
    height: 30px;
    user-select: none; 
}

#menu-jeux .menu-title {
    font-family: 'Poppins', Arial, sans-serif; /* Police plus moderne */
    font-size: 0.9rem;
    /*font-weight: 400;*/
    margin-top: 2px;
    user-select: none; 
}
