body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #dddddd;
  font-family: LTMuseum;
}

header {
  position: absolute;
  top: 0;
  left: 0;
}
#mainContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid #000000; */
}

.prestation {
  position: relative;
  width: 375px;
  height: 288px;
  background-image: url("../images/livre3.png");
  background-size: contain;
  background-repeat: no-repeat;
  /* background-color: #ffeeee; */
  font-family: manuscrit;
  font-size: 26px;
  line-height: 28px;
  color: #000000;
  overflow: hidden;
  margin: 20px 40px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* border: 1px solid #000000; */
}

.livrePage1 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 14%;
  left: 11%;
  width: 35%;
  height: 64%;
  text-align: center;
  /* border: 1px solid #000000; */
}

.livrePage2 {
  position: absolute;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  top: 14%;
  right: 12%;
  width: 35%;
  height: 64%;
  text-align: center;
  /* border: 1px solid #000000; */
}

#infoInscription,
#infoTitre {
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  #mainContainer {
    width: 100%;
    margin-top: 140px;
  }
}

@media screen and (max-width: 760px) {
  #mainContainer {
    margin-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  #mainContainer {
    margin-top: 100px;
  }
  .prestation {
    width: 262px;
    height: 210px;
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0px;
  }
  .livrePage2 {
    right: 10%;
  }
  #infoInscription,
  #infoTitre {
    height: 16px;
    cursor: pointer;
  }
}
