
.tuile{
    background:#005091;
}
.tuile p{
    color:#0075bc;
}
.tuile:hover, .tuile_active .tuile{
    background:#005091;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#000000;
}
.tuile_triangle_down:before {
    border-top: 50px solid #005091;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #005091;
}
