<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tuile{
    background:#96FFF8;
}
.tuile p{
    color:#525252;
}
.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;
}
</pre></body></html>