.descriptif-contact {
  font-size: 2.5em !important;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121;
  font-style: italic; }
  .descriptif-contact:after {
    content: "";
    display: block;
    width: 600px;
    height: 4px;
    margin-top: 0.5rem;
    background-color: #f6a22e;
    margin-left: -10rem; }

input, textarea {
  border: none !important;
  border-bottom: 2px solid #3d3a31 !important;
  outline: none !important;
  resize: none !important;
  width: 100% !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Buttons */
input[type="submit"], input[type="reset"], input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: solid 1px rgba(144, 144, 144, 0.25) !important;
  color: #545454 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  overflow: hidden;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: solid 1px rgba(144, 144, 144, 0.25) !important;
  color: #545454 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  overflow: hidden;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: rgba(144, 144, 144, 0.075);
  color: #545454 !important; }

.button:hover {
  background-color: rgba(144, 144, 144, 0.075);
  color: #545454 !important; }

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color: rgba(144, 144, 144, 0.2); }

.button:active {
  background-color: rgba(144, 144, 144, 0.2); }

input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon {
  padding-left: 1.35em; }

.button.icon {
  padding-left: 1.35em; }

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before {
  margin-right: 0.5em; }

.button.icon:before {
  margin-right: 0.5em; }

#submit {
  background: #f6a22e;
  color: #fff !important;
  border-color: #fff !important; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 23.25%;
  position: relative;
  height: 0; }
  .map-responsive iframe {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute; }

.page-contact-titre {
  font-size: 2.5em !important;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #212121;
  font-style: italic; }
  .page-contact-titre:after {
    content: "";
    display: block;
    width: 300px;
    height: 4px;
    margin-top: .5rem;
    background-color: #f6a22e;
    margin-left: -8rem; }

section.contact h2::first-letter {
  color: #3d3a31;
  font-size: 1.8em !important; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af; }

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af; }

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em; }

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af; }

/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1; }

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1; }

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1; }

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em; }

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1; }

#form {
  position: relative;
  width: 500px;
  margin: 50px auto 100px auto; }

input {
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  input:hover {
    background: #3d3a31;
    color: #e2dedb; }

textarea {
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-size: 0.875em;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }
  textarea:hover {
    background: #3d3a31;
    color: #e2dedb; }

#submit {
  width: 502px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  color: #3d3a31;
  outline: none;
  cursor: pointer;
  border: solid 1px #3d3a31;
  border-top: none; }
  #submit:hover {
    color: #e2dedb; }

/*# sourceMappingURL=contact.css.map */
