.top-section2 {
  background: url("img/jardin.jpg") no-repeat center center;
}
.top-section2::before {
  background: linear-gradient(91deg, #ffffff00, #1E3626);
}
@media screen and (max-width: 800px) {
  .line {
    stroke: white;
  }
  section.detail .section-container {
    width: 100vw;
  }
  section.detail .section-container .prestations {
    width: 100%;
    padding: 30px 10px;
    border: 5px solid white;
  }
  section.detail .section-container .prestations .list {
    flex-direction: column-reverse;
  }
  section.detail .section-container .prestations .leaf {
    display: none;
  }
  section.detail .section-container .prestations h2 {
    margin-bottom: 0;
  }
  section.detail .section-container .prestations h2::before {
    width: 100%;
    bottom: -10px;
  }
  section.detail .section-container .prestations li.last {
    margin-bottom: 0;
  }
}
