
.tuile{
    background:#81bd41;
}
.tuile p{
    color:#FFFFFF;
}
.tuile:hover, .tuile_active .tuile{
    background:#19458c;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#FFFFFF;
}
.tuile_triangle_down:before {
    border-top: 50px solid #19458c;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #19458c;
}
