:root {
  --container       : 1270px;
  --bg-dark         : #333;      
  --bg-button       : #444; 
  --bg-button2      : grey;
  --bg-button3      : #f76e0d;                     
}

/* resize for different screen sizes */
@media screen and ( max-width: 1820px) { html {font-size: 70%;} .container { max-width:890px;}}
@media screen and ( max-width: 1106px) { html {font-size: 100%;}}

.Searchfeature button,.Searchfeature button span { color: white;}
.Searchfeature .icon { filter:invert(90%);}
.Filter .item.detail {width: 100%;}
/* Bandeau "Choisir véhicule" : texte blanc sur fond dark */
.Filter.left a.choose-moto { color: white; }
