.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a>span {
    text-transform: uppercase;
}

a.stylizedButton.buttonStyle003 {
    background: #fbbb38;
}

a.stylizedButton.buttonStyle003:hover {
    background: #1f1d4f;
    color: white;
}

.zoneFooter2 {
    background: #f6f6f6;
}

.zoneFooter3 {
    background: #f6f6f6;
}

@media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner .menuButton {
color: black; 
    }
}
@media only screen and (max-width: 616px) {
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li.sel>.item>a {
        color: black;
    }
}