main {
      height: 100vh;
      background-image: url('../src/imgs/page_avis/bg_page_avis.png');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      text-align: center;
}
main::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.734);
      z-index: 1;
}
.mainContent {
      z-index: 5;
}

main h1.fakeTitle {
      font-size: 5rem !important;
}
.mainContent p {
      font-size: 1.3rem;
}

footer {
      margin-top: 0 !important;
      padding-top: 50px;
}
