ludo974
So you want to change background for mainnav only, I change the .t3-header class to .t3-mainnav in above code for you, kindly check.
But with the dark background like this, you may need to change the color for hover, active:
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > span:focus {
color: your_desired_color_here;
}