<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { font-family: Arial, sans-serif; }

.avis-delete-icon{
    text-decoration: none;
}
.avis-delete-icon{
    color: red;
}


/*=============Responsive=============*/
/*Tablettes*/
@media all  and (min-width: 601px) and (max-width: 1023px){

}

/*Smartphones*/
@media all  and (max-width: 600px){

}
</pre></body></html>