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