.contact-info-card {
  background: #e9ecef;
  border-radius: 16px;
  padding: 1.75rem 1.5rem !important;
  box-shadow: 0 4px 16px rgba(33, 33, 33, 0.06); }

.contact-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(33, 33, 33, 0.1); }

.contact-map-wrap {
  margin-bottom: 3rem; }

.map-responsive {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.14); }

input, textarea {
  border: none !important;
  border-bottom: 2px solid #455370 !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-radius: 0.5em;
  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-radius: 0.5em;
  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: #25c583;
  color: #fff !important;
  border-color: #fff !important; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 42%;
  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: #25c583;
    margin-left: -8rem; }

section.contact h2::first-letter {
  color: #455370;
  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; }

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: #455370;
    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: #455370;
    color: #e2dedb; }

#submit {
  width: auto;
  min-width: 220px;
  height: auto;
  padding: 14px 40px !important;
  margin: 1.5rem auto 0 auto;
  display: block;
  color: #fff !important;
  outline: none;
  cursor: pointer;
  background: #25c583;
  border: none !important;
  border-radius: 30px;
  box-shadow: 0 10px 24px rgba(37, 197, 131, 0.35);
  transition: transform 0.2s ease-in-out; }
  #submit:hover {
    color: #fff !important;
    background-color: #25c583;
    transform: translateY(-2px); }

@media (min-width: 1025px) {
  .map-responsive {
    padding-bottom: 28%; }
}
