#gamme-super-clean-professionelle .RadMenu{width:100% !important;}

#gamme-super-clean-professionelle .Item{
    font-size: 1.8em;
    font-weight: 500;
    color: #323232;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    margin-left: 45px;
}
#gamme-super-clean-professionelle .Item:hover{
  color:#0e76bc !important;
}
#gamme-super-clean-professionelle .ItemSelected{
  color:#0e76bc !important;
}
#gamme-super-clean-professionelle .ItemSelected::before {
  color: #0e76bc !important;
}

#gamme-super-clean-professionelle .Item:hover::before {
  color: #0e76bc !important;
}
#gamme-super-clean-professionelle .Item::before {
    position: absolute;
    color: #323232;
    content: "○";
    font-size: 20px;
    left: -25px;
    top: -1px;
}

