<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tuile{
    background:#981C1F;
}
.tuile p{
    color:#FFF;
}
.tuile:hover, .tuile_active .tuile{
    background:#2d6c67;
}
.tuile:hover p, .tuile_active .tuile p{
    color:#FFF;
}
.tuile_triangle_down:before {
    border-top: 50px solid #2d6c67;
}
.Vtab .resp-tab-active{
    border-left: 2px solid #2d6c67;
}
</pre></body></html>