.avisHeader {
      height: 70vh;
      background-image: url('../src/imgs/page_avis/bg_page_avis.png');
      background-size: cover;
}
header.avisHeader .fakeTitle {
      font-size: 2rem !important;
}
.avisHeader::before {
      background-image: none;
}
.avisHeader::after {
      content: '';
      background: rgb(42, 42, 42);
      background: linear-gradient(0deg, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 0.85) 100%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      backdrop-filter: none;
}

/* ---------------------------------- GRID ---------------------------------- */

#avisGrid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 15px;
      margin-top: -100px;
      z-index: 30;
}

#avisGrid .avis {
      width: auto;
}
