<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@media (max-width: 1000px) {
    .tuile{
     	min-height: 60px;
    }
    .tuile p{
        margin: 10px 0 8 px 0px !important;
    }

    .responsive_table{
        border-collapse: collapse;
    }
    #menu_secondaire_search{
        background: #155084;
    }
    #header{
        background: none !important;
    }
    #search_form_trigger{
        padding: 11px 0 0 15px !important;
    }

}

#boutique_create_account_form_table tbody tr:nth-last-child(1), #boutique_create_account_form_table tbody tr:nth-last-child(2) {
    display: none;
}
</pre></body></html>