.chambre {
  display: flex;
  padding: 15px;
  margin: 15px;
  border: 0.2px solid #767474;
}

.chambre > img {
  width: 400px;
  height: 250px;
  padding-right: 15px;
}

.chambre > .entete > h1 {
  text-decoration: underline;
  padding-bottom: 20px;
  font-family: "Markazi Text", serif;
  font-family: "Playfair Display", serif;
  letter-spacing: 1.3px;
  font-size: 16px;
  color: #dfe0e0;
}

.chambre > .entete > #descript {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 10px;
}

.chambre > .entete > button {
  font-family: "Roboto", sans-serif;
  background-color: #0a0909;
  color: #1ca3b4;
  border: 1px solid #660e0e;
  margin: 20px 0 10px 0;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.chambre > .entete > button:hover,
.chambre > .entete > button:focus {
  background-color: rgb(179, 12, 12);
  color: white;
}

.chambre > .entete > #prix {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0 0 0 380px;
}
