.top-section2 {
  background: url("img/conciergerie.jpg") no-repeat center center;
  background-size: 100% auto;
  background-position: top;
}
.top-section2::before {
  background: linear-gradient(91deg, #ffffff00, #585149);
}
section.detail .section-container h4 {
  max-width: 600px;
  font-size: 16px;
  text-align: center;
}
section.detail .section-container .prestations {
  max-width: 800px;
  background-color: #afa1915e;
}
section.detail .section-container .prestations h2 {
  color: black;
}
section.detail .section-container .prestations h2::before {
  display: none;
}
body.beige header {
  background-color: #AFA191;
}
section.housing {
  margin-top: 100px;
  overflow: hidden;
}
section.housing .bg {
  background-color: #AFA191;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90px;
}
section.housing h2 {
  padding-top: 30px;
}
section.housing .section-container {
  padding-top: 0;
  align-items: initial;
}
section.housing .section-container .house {
  gap: 60px;
  display: flex;
  color: white;
  justify-content: space-between;
}
section.housing .section-container .house h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-top: 30px;
}
section.housing .section-container .house div {
  padding: 20px;
}
section.housing .section-container .house img {
  width: 60%;
  transform: translateY(-80px);
  height: fit-content;
}
section.housing .section-container .house a.button {
  text-transform: inherit;
  color: white;
  font-size: 14px;
  border-color: white;
  width: 100%;
  text-align: center;
}
section.housing .section-container .house ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .line {
    stroke: white;
  }
  .top-section2::before {
    background: linear-gradient(151deg, #ffffff00, #585149);
  }
  .top-section2 {
    background-size: cover;
  }
  section.detail .section-container .prestations {
    max-width: 100%;
    padding: 40px 10px;
    border-width: 3px;
  }
  section.detail .section-container .prestations .list {
    margin-top: 0;
  }
  section.housing {
    margin-top: 50px;
  }
  section.housing .section-container .house {
    flex-direction: column-reverse;
    gap: 5px;
  }
  section.housing .section-container .house img {
    width: 100%;
    transform: none;
    margin-top: 30px;
  }
}
