body {
  font-family: "Playfair Display", serif;
}
.container {
  display: block;
}
@counter-style thumbs {
  system: cyclic;
  symbols: "❖";
  suffix: " ";
}

ul.prestation-liste {
  list-style: thumbs;
  font-size: 2em;
  line-height: 50px;
  letter-spacing: 1px;
}
.list_btn {
  display: block;
  border: 1px solid #000;
  margin-bottom: 1em;
}
.list {
  background-color: transparent !important;
  padding: 1.5em 2em 1.5em 2em;
  border: none !important;
  box-shadow: none !important;
}

.list:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

.list a {
  color: #000;
  font-size: 2em;
}

.titre {
  text-align: center;
  margin-top: 5rem;
}
.cadre {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50%;
  margin: auto;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}
.cadre p {
  text-align: center;
  font-size: 1.5em;
  width: 30%;
  margin-bottom: 1em;
  margin-top: 3em;
  font-family: "Playfair Display", serif;
  line-height: 30px;
  letter-spacing: 1px;
}

.cadre img.img-cadre {
  margin-left: 5rem;
}
.cadre img.imag2 {
  margin-right: 5em;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .cadre p {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 3em;
    font-family: "Playfair Display", serif;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}

.temoignage {
  text-align: center;
  position: relative;
  width: 250px;
  height: 350px;
  cursor: pointer;
  transform-style: preserve-3d;
  transform: perspective(2500px);
  transition: 0.4s;
}
.temoignage:hover {
  transform: perspective(2500px);
  box-shadow:
    inset 100px 20px 100px rgba(0, 0, 0, 0.15),
    0 10px 100px rgba(0, 0, 0, 0.3);
}
.temoignage:hover .cardFront {
  transform: rotateY(-160deg);
}
.temoignage:hover .front-text {
  display: none;
}

.cardFront {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 350px;
  overflow: hidden;
  transform-origin: left;
  box-shadow:
    inset 100px 20px 100px rgba(0, 0, 0, 0.13),
    30px 0 50px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.front-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 350px;
}
.cardInside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  width: 250px;
  height: 350px;
  left: 0;
  top: 0;
  box-shadow: inset 100px 20px 100px rgba(0, 0, 0, 0.2);
}
.inside-text {
  position: relative;
  top: -160px;
  transform: scale(0.7);
}
.text-description {
  padding: 1.5rem;
}
.rdv {
  width: 100%;
  margin: 0;
  text-align: center;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.tableau-prestations {
  margin-top: 7rem;
}
tr.prestations {
  border: solid 1px #000;
}
.prestations th {
  background-color: #fff;
  text-align: left;
  border: none;
}
.prestations td {
  text-align: right;
  border: none;
}
.prestations td button {
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem;
}
a.lien_prestations {
  color: #000;
}
table td::before {
  display: none;
}

.libelle {
  margin-top: 3rem;
  text-align: center;
  border-bottom: #000 solid 2px;
  border-top: #000 solid 2px;
}
.prestation_descriptif {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -4rem;
}
.prestation_descriptif .text {
  display: none;
}
h5 {
  font-family: "Playfair Display", serif;
}

.description_text h5:hover {
  cursor: pointer;
  border-bottom: #000 1px solid;
  display: block;
}
.description_text h5:hover + .text {
  display: block;
}
.fournis_text h5:hover {
  cursor: pointer;
  border-bottom: #000 1px solid;
  display: block;
}
.fournis_text h5:hover + .text {
  display: block;
}
.condition_text h5:hover {
  cursor: pointer;
  border-bottom: #000 1px solid;
  display: block;
}
.condition_text h5:hover + .text {
  display: block;
}
.room-gallerie {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.produit-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  margin-top: 8rem;
}
button.prestation_text {
  border-radius: 10px;
  background-color: #d1bc92;
  border: none;
  padding: 5px;
  margin-right: 5px;
}
.coiffure {
  margin-top: 200px;
}
.prix {
  margin-top: 24rem;
}

.rendez-vous {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 0;
}
.description_text {
  margin-right: 20px;
}
.fournis_text {
  margin-right: 20px;
}
.list_commandes {
  width: 350px;
}
