/* Style CSS de la page Contact inspiré des cours STUDY :) ! */ 

body {
  margin: 0;
  padding: 0;
}


form {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 36px -7px rgba(171,171,171,1);
  -moz-box-shadow: 0px 0px 36px -7px rgba(171,171,171,1);
  box-shadow: 0px 0px 36px -7px rgba(171,171,171,1);
  border-radius: 20px;
  margin-bottom: 10rem;
  margin-top: 10rem;
}


.contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10rem;
}


input, textarea, select {
  margin-bottom: 1rem;
  border-radius: 7px;
  padding: 0.3rem;
  border: solid 1px;
}


textarea {
  max-width: 400px;
  letter-spacing: 1px;
}


input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 11px -7px #bac4bf;
  -moz-box-shadow: 0px 0px 11px -7px #bac4bf;
  box-shadow: 0px 0px 11px -7px #bac4bf;
  border: solid 1px #d5e1db;
}


label {
  margin-bottom: 0.5rem;
}


.section-header {
  text-align: center;
  margin: -180px;
  margin-bottom: 50px;
  font: 300 2rem 'Oswald', sans-serif;
  letter-spacing: 6px;
  margin-bottom: 25px;
  text-align: center;
  width: 650px;
  padding-top: 173px;
}


.form-horizontal {
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
  margin-top: 0px;
}


.send-button {
  margin-top: 15px;
  height: 34px;
  width: 350px;
  background-color: #d5e1db;
  border: none;
  border-radius: 7px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px;
}


.send-button:hover {
  cursor: pointer;
  color: white;
  background-color: #bac4bf;
}


.advert-wrapper {
  color: grey;
  font-size: 0.8rem;
  margin-top: 2rem;
}