
.tuile{
    background:#005898;
}
.tuile p{
    color:#FFFFFF;
}
.tuile:hover, .tuile_active .tuile{
    background:#3EA2EE;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#292929;
}
.tuile_triangle_down:before {
    border-top: 50px solid #3EA2EE;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #3EA2EE;
}
