<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.device.mobile {
  display: block; }
  @media (min-width: 838px) {
    .device.mobile {
      display: none; } }

.device.desktop_tablette {
  display: block; }
  @media (max-width: 838px) {
    .device.desktop_tablette {
      display: none; } }

/*# sourceMappingURL=device.css.map*/</pre></body></html>