
.tuile{
    background:#5ac6cc;
}
.tuile p{
    color:#ffffff;
}
.tuile:hover, .tuile_active .tuile{
    background:#1f419b;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#ffffff;
}
.tuile_triangle_down:before {
    border-top: 50px solid #1f419b;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #1f419b;
}
