#imageContainer {
    height: 350px;
    background-image: url("./../ressources/acheterCover.jpg"), url("./../ressources/acheterCover.webp");
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: 50% 75%, 0 0;
}

#imageContainer h1 {
    font-family: sectionInfoFont;
    font-size: 40px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#acheter {
    overflow: hidden;
    position: relative;
    background:#f8f8f8;
}

#acheterTexte {
    top: 20px;
    left: 0;
    padding-bottom: 20px;
    width: 65%;
    display: block;
    margin: auto;
    text-align: justify;
    position: relative;
}

@media screen and (max-width: 500px) {
    #acheterTexte {
      width: 95%;
    }
}

#acheterDownloads {
    padding-bottom: 20px;
    width: 65%;
    display: block;
    margin: auto;
    text-align: justify;
    position: relative;
}

#acheterDownloads div {
    padding-bottom: 5px;
}

#acheterDownloads a {
    color: #808080;
    text-decoration: none;
    padding-left: 5px;
}

@media screen and (max-width: 500px) {
    #acheterDownloads {
      width: 95%;
    }
    .wp-block-file__button {
        display: none;
    }
    #documentTitle::before {
        content: "- ";
      }
}

/* Style buttons */
.btn {
    background-color: #808080;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: #A9A9A9;
  }