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

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* hq-liste-donnees
-------------------------------------------- */

@media (min-width: 768px) {
  ul.hq-liste-donnees li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.hq-liste-donnees li &gt; span.nbr {
  text-align: left;
}

@media (min-width: 768px) {
  ul.hq-liste-donnees li &gt; span.nbr {
    width: 60%;
  }
}

ul.hq-liste-donnees li &gt; span.txt {
  text-align: left;
}

@media (min-width: 768px) {
  ul.hq-liste-donnees li &gt; span.txt {
    width: 40%;
    text-align: right;
  }
}
</pre></body></html>