.top-section2 {
  background: url("img/gite-etangs-beaulieu-2.jpg");
  background-size: cover;
}
.top-section2::before {
  background: linear-gradient(91deg, #ffffff00, #1E3626);
}
section.detail .section-container form {
  width: 800px;
}
label,
textarea,
select,
input,
option {
  width: 100%;
  margin-bottom: 20px;
  border-radius: initial;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.2em;
  box-shadow: none;
  border: none;
  color: #43664E;
  border-radius: 0px;
}
input::placeholder,
textarea::placeholder {
  color: #A0B595;
  /* Change la couleur */
  font-style: italic;
  /* Assure que la couleur est bien visible */
}
input {
  background-color: transparent;
  border-bottom: 1px solid #A0B595;
  padding-left: 0;
  letter-spacing: 0.05em;
}
textarea {
  height: 300px;
  padding: 30px;
}
label {
  padding: 0;
  margin-bottom: 5px;
}
button {
  background-color: transparent;
  border: 1px solid #43664E;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #43664E;
  transition: all 0.2s ease-out;
}
button:hover {
  background-color: #43664E;
  cursor: pointer;
  color: white;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  border: 1px solid white;
  /* Ajoute une bordure visible */
  box-shadow: none;
}
@media screen and (max-width: 800px) {
  .line {
    stroke: white;
  }
  .top-section2::before {
    background: linear-gradient(164deg, #ffffff00, #1E3626);
  }
  section.detail .section-container form {
    padding: 30px 15px;
    border-width: 3px;
  }
}
