.top-section2 {
  background: url("img/menage.jpg") no-repeat center center;
}
.top-section2::before {
  background: linear-gradient(91deg, #ffffff00, #1d345d);
}
section.detail .section-container .prestations {
  background-color: #E7EEFB;
}
section.detail .section-container .prestations h2 {
  color: #1d345d;
}
section.detail .section-container .prestations h2::before {
  display: none;
}
section.detail .section-container .prestations .list {
  align-items: center;
}
section.detail .section-container .prestations .list img {
  width: 230px;
  height: fit-content;
  margin-top: -10%;
}
section.banner-credits {
  background-color: #E7EEFB;
  color: #264884;
}
body.blue header {
  background-color: #264884;
}
@media screen and (max-width: 800px) {
  .line {
    stroke: white;
  }
  section.detail .section-container .prestations {
    border-width: 3px;
    max-width: 100%;
  }
  section.detail .section-container .prestations .list {
    flex-direction: column;
    margin-top: 0;
    gap: 50px;
  }
  section.detail .section-container .prestations {
    padding: 40px 10px;
  }
}
