/*
 * Contact
 */
#contact {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1092px) {
  #contact {
    flex-wrap: wrap;
  }
}
#contact > div:first-child {
  flex: 0 0 460px;
  max-width: 460px;
}
@media only screen and (max-width: 1680px) {
  #contact > div:first-child {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1092px) {
  #contact > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#contact > div:last-child {
  padding-top: 200px;
}
@media only screen and (max-width: 1092px) {
  #contact > div:last-child {
    padding-top: 30px;
  }
}
#contact > div h2 {
  font-family: 'Gotham-Medium', none;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px;
}
#contact > div ._informations {
  margin-bottom: 35px;
}
#contact > div ._socials {
  width: 417px;
  border-bottom: 1px solid #000;
  padding-bottom: 33px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 417px) {
  #contact > div ._socials {
    width: 100%;
  }
}
#contact > div ._socials ul {
  display: flex;
}
#contact > div ._socials ul li {
  list-style: none;
  margin-right: 25px;
}
#contact > div ._socials ul li a {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
#contact > div ._socials ul li a:hover {
  opacity: 0.5;
}
#contact > div ._socials ul li ._facebook {
  width: 12px;
}
#contact > div ._socials ul li ._instagram {
  width: 24px;
}
#contact > div ._socials ul li ._youtube {
  width: 30px;
}
#contact > div ._mentions {
  font-size: 14px;
  margin-bottom: 20px;
}
#contact > div ._mentions_compagnie {
  font-size: 14px;
}
#contact iframe {
  max-width: 100%;
}
/*# sourceMappingURL=contact.css.map */