      /* TOP INFO BAR */
#mx-top-info-bar {
width: 100%;
position: relative;
left: 0;
right: 0;
z-index: 1050;
background: linear-gradient(90deg, rgba(11, 28, 44, 0.98), rgba(20, 50, 100, 0.96));
backdrop-filter: blur(8px);
box-shadow: 0 4px 12px rgba(11, 28, 44, 0.15);
padding: 8px 0;
}
#mx-top-info-content {
display: flex;
justify-content: center;
align-items: center;
gap: 24px;
padding: 8px 0;
flex-wrap: wrap;
}
.mx-top-info-item {
display: flex;
align-items: center;
gap: 8px;
color: #fff;
font-size: 0.85rem;
font-weight: 600;
}
.mx-top-info-item svg {
width: 16px;
height: 16px;
flex: 0 0 16px;
fill: currentColor;
}
@media (max-width: 768px) {
#zone-moteur-generale1 ul li a img {
    display: flex;
    margin: 0 10px;
}
#zone-moteur-generale1 ul li a{
border: none!important;
}
#zone-moteur-generale1 ul li a.active{
background: transparent!important;
}
.slider-version div #zone-moteur-generale1 ul
{
    justify-content: space-between;
}
#mx-top-info-bar{
    display: none;
}
.bravo_wrap .bravo_header{
    z-index: 9;;
}
}
