<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.avis-card .avis-card-text {
    height: 4.5rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    overflow: hidden;
    transition: height .3s ease-in-out; }
  
  .avis-card.js-more .avis-card-text {
    position: relative; }
    .avis-card.js-more .avis-card-text::after {
      display: block;
      width: 100%;
      height: 50%;
      content: '';
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      transition: height .3s ease-in-out; }
  
  .avis-card.js-more.js-show-more-height .avis-card-text {
    height: auto; }
    .avis-card.js-more.js-show-more-height .avis-card-text::after {
      height: 0%; }
  
  .avis-card .show-more[disabled] {
    visibility: hidden; }</pre></body></html>