
.tuile{
    background:#e3e3e3;
}
.tuile p{
    color:#113b79;
}
.tuile:hover, .tuile_active .tuile{
    background:#9ab7db;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#e9e9e9;
}
.tuile_triangle_down:before {
    border-top: 50px solid #9ab7db;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #9ab7db;
}
