/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.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: #35CBDF;
    margin-left: -10rem; }

input, textarea {
  border: none !important;
  border-bottom: 2px solid #35CBDF !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: #35CBDF;
  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; }

section.contact h2::first-letter {
  color: #35CBDF;
  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: #35CBDF;
    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: #35CBDF;
    color: #e2dedb; }

#submit {
  width: 502px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  color: #35CBDF;
  outline: none;
  cursor: pointer;
  border: solid 1px #35CBDF;
  border-top: none; }
  #submit:hover {
    color: #e2dedb; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 27%;
  position: relative;
  height: 0; }

section.phone button {
  padding: 15px 40px; }

@keyframes buttonIn {
  0% {
    transform: skew(-45deg) translateX(-150%); }
  100% {
    transform: skew(-45deg) translateX(-50%); } }
@keyframes buttonOut {
  0% {
    transform: skew(-45deg) translateX(-50%); }
  100% {
    transform: skew(-45deg) translateX(150%); } }
button.btn-objectif-reserver {
  position: relative;
  display: inline-block;
  border: 2px solid #35CBDF;
  font: inherit;
  padding: 10px 45px;
  text-transform: uppercase;
  color: #35CBDF;
  overflow: hidden;
  cursor: pointer;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: bold;
  transition: all 250ms ease;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2); }
  button.btn-objectif-reserver:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    height: 100%;
    background-color: #35CBDF;
    z-index: -1;
    transform: skew(-45deg) translateX(-150%); }
  button.btn-objectif-reserver:hover {
    font-weight: bold;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.6); }
    button.btn-objectif-reserver:hover:before {
      animation: buttonIn 300ms ease-out forwards; }

/*# sourceMappingURL=contact.css.map */
