.dwl-support {
  background-image: url(/lae/public1.0/img/site/fd-dwl-support.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 5%;
  padding: 10px;
}

section.accueil .dwl-support__intro p {
  text-align: center;
  font-size: 21px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  color: #ffffff;
}
.dwl-support__form {
  background-color: rgba(255,255,255,.6);
}
.dwl-support__form input,
.dwl-support__form button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  outline: none;
}
.dwl-support label {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
}
.dwl-support__form button {
  text-transform: uppercase;
  text-align: center;
}
.dwl-support__form button:hover {
  background-color: rgba(255,255,255,.2);
}
.dwl-support__form input {
  padding: 2px 0;
  text-indent: 10px;
}
.dwl-support__result {
  min-height: 35px;
}
.dwl-support__result a,
.dwl-support__result .error {
  display: inline-block;
  padding: 3px 5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-decoration: none;
  color: #ffffff;
  background-color: #005c9c;
  margin-top: 6px;
}
.dwl-support__result a {
  padding: 3px 10px;
}
.dwl-support__result a:hover {
  background-color: #0075bb;
}
.dwl-support__result .error {
  background-color: #ff5e50;
}