#contact {
  max-width: 420px;
}
input, textarea, button {
  font-size: 16px;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
}
input, textarea {
  font-family: 'WorkSans';
  font-size: 14px;
}
input:hover, textarea:hover {
  background-color: #fff;
}
.form-field {
  width: 100%;
  padding: 0 0 1rem;
}
.pure-form {
  width: 100%;
  height: 40px;
  border: solid var(--rose);
  padding: .5rem;
}
textarea.pure-form {
  height: 200px;
  border: solid var(--vert);
}
.form-spacer, .captcha {
  font-size: 75%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.captcha.show, .form-spacer.show {
  height: auto;
  padding-bottom: 1rem;
}
.captcha .form-data {
  display: flex;
}
.form-result {
  width: 100%;
}
.button {
  position: relative;
  text-transform: uppercase;
  color: var(--rose);
  font-size: 90%;
  font-weight: bold;
  background-color: #fff;
  border: solid var(--rose);
  cursor: pointer;
  padding: 8px 1.5rem;
  text-align: center;
  transition: all .5s;
}
.button:hover {
  color: #fff;
  background-color: var(--vert);
}
.mention, .captcha {
  font-size: 75%;
  height: 0;
  padding: 0;
  overflow: hidden;
}


.partage-contact {
  display: inline-block;
  margin-top: 3rem;
}
.partage-contact a {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.partage-contact img {
  width: 30px;
  margin-right: 5px;
}