/*********************************************/
/******************Contact********************/
/*********************************************/
.contact .container {
  align-items: flex-end;
}
.contact article {
  width: 38%;
  align-self: center;
}
.contact h3 {
  margin: 10px 0;
}
.contact ul {
  padding: 20px 0;
  font-size: 1.6rem;
}
.contact li.bold {
  padding: 5px 0;
}
.contact li span {
  display: block;
  font-weight: normal;
}
.contact article a {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.contact article a:hover {
  -webkit-animation: beat 0.9s ease-in-out infinite;
  animation: beat 0.9s ease-in-out infinite;
}
.title-contact {
  z-index: 4;
  position: absolute;
  top: 15%;
  left: 44%;
  width: 260px;
  margin: 0 auto;
  padding: 10px 20px 10px 30px;
  background-color: #fff;
}
.title-contact ul {
  text-transform: uppercase;
}
.title-contact h2 {
  font-size: 3.5rem;
  margin: 0;
}
#google-map {
  width: 52%;
}
#map {
  width: 100%;
  height: 550px;
  border-radius: 8px;
  z-index: 0;
}
#btn-contact-show {
  width: 30%;
  align-self: center;
  padding: 10px 0;
  color: #000;
  border: none;
  background: none;

  cursor: pointer;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#btn-contact-show i {
  font-size: 5rem;
  padding: 5px 0;
  cursor: pointer;
}
#btn-contact-show div {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
/******Form*/
#contact-infos {
  max-width: 60%;
  padding: 2%;
  margin: 0 auto;
}
.contact-wrapper h3 {
  margin: 0;
  font-size: 3rem;
}
.contact-wrapper i {
  z-index: 9999;
  font-size: 2.5rem;
  cursor: pointer;
}
.contact-form {
  width: 60%;
  margin-right: 30px;
  align-self: flex-end;
  text-align: right;
}
.contact-wrapper h3::after {
  content: none;
}
.contact-wrapper {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 1px solid black;
  margin-top: 46vh;
  transform: translateY(-50%);
}

input[type="submit"] {
  width: 100%;
  text-align: right;
  border: none;
  background: none;
  font-family: "Edo";
  font-size: 2.5rem;
  padding: 0;
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.beat {
  -webkit-animation: beat 0.9s ease-in-out infinite;
  animation: beat 0.9s ease-in-out infinite;
}

@keyframes beat {
  0% {
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: 100%;
  vertical-align: top;
}
.field {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  border: none;
  border-radius: 0;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  -webkit-appearance: none;
  z-index: 10;
  padding: 0.75em 0.1em 0.25em;
  background: transparent;
  color: #808080;
  resize: none;
}
.field:focus {
  outline: none;
}
.label {
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 1.2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  color: #808080;
  text-align: left;
}
.label-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75em 0.15em;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: #808080;
  -webkit-transform: scale3d(1, 0.4, 1);
  transform: scale3d(1, 0.4, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition:
    -webkit-transform 0.3s,
    background-color 0.3s;
  transition:
    transform 0.3s,
    background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.label::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.75em 0.15em;
  color: #373a47;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  pointer-events: none;
}
.field:focus + .label::before {
  background-color: #373a47;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.field:focus + .label {
  pointer-events: none;
}
.field:focus + .label::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.field:focus + .label .label-content {
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
#return-error span {
  display: block;
  margin: 15px 0;
  font-size: 1.5rem;
}
#return-error span i {
  font-size: 1.5rem;
  margin-right: 10px;
}
#return-success span {
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
