/***********************************************************/
/*******		   MIXINS				********************/
/***********************************************************/
/* line 4, sass/contact.scss */
section.contact {
  margin-bottom: 0;
}
/* line 6, sass/contact.scss */
section.contact div.row {
  padding-top: 10px;
}
/* line 9, sass/contact.scss */
section.contact div.row div.infos > p {
  font-family: "MontserratRegular";
  font-size: 14px;
}
/* line 12, sass/contact.scss */
section.contact div.row div.infos > p:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 680px) {
  /* line 12, sass/contact.scss */
  section.contact div.row div.infos > p:first-child {
    margin-top: 0;
    text-align: center;
  }
}
/* line 20, sass/contact.scss */
section.contact div.row div.infos img {
  margin: 10% auto;
  width: 180px;
  height: auto;
  display: block;
}
/* line 26, sass/contact.scss */
section.contact div.row div.infos address {
  margin: 0 auto;
  display: block;
  width: 220px;
}
/* line 30, sass/contact.scss */
section.contact div.row div.infos address p {
  font-family: "MontserratRegular";
  font-size: 14px;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 20px;
}
/* line 36, sass/contact.scss */
section.contact div.row div.infos address p.contact {
  margin-top: 10px;
  line-height: 1.2;
}
/* line 39, sass/contact.scss */
section.contact div.row div.infos address p.contact strong {
  font-family: "Roboto",sans-serif;
  font-style: 16px;
  color: #333333;
}
@media screen and (max-width: 679px) {
  /* line 48, sass/contact.scss */
  section.contact div.row div.infos img {
    width: calc(100% - 204px);
    max-width: 250px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 55, sass/contact.scss */
  section.contact div.row div.infos address {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 680px) {
  /* line 60, sass/contact.scss */
  section.contact div.row div.infos + div {
    border-left: solid 1px rgba(165, 165, 165, 0.4);
  }
}
/* line 64, sass/contact.scss */
section.contact div.row div.infos + div form {
  max-width: 500px;
}
@media screen and (min-width: 680px) {
  /* line 64, sass/contact.scss */
  section.contact div.row div.infos + div form {
    padding-left: 50px;
  }
}
@media screen and (max-width: 679px) {
  /* line 64, sass/contact.scss */
  section.contact div.row div.infos + div form {
    max-width: 100%;
  }
}
/* line 72, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-form-control:not(.wpcf7-submit) {
  width: calc(100% - 4px);
  border: solid 1px #ebebeb;
}
/* line 75, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border: solid 1px #ebebeb;
  padding: 3px 0 !important;
  -moz-box-shadow: rgba(28, 233, 184, 0.4) 1px 1px 4px;
  -webkit-box-shadow: rgba(28, 233, 184, 0.4) 1px 1px 4px;
  box-shadow: rgba(28, 233, 184, 0.4) 1px 1px 4px;
  width: 100%;
}
/* line 81, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-form-control:not(.wpcf7-submit)#captcha {
  border: none !important;
}
/* line 85, sass/contact.scss */
section.contact div.row div.infos + div form p {
  font-family: "MontserratRegular";
}
/* line 87, sass/contact.scss */
section.contact div.row div.infos + div form p span {
  width: 100%;
  display: block;
}
/* line 92, sass/contact.scss */
section.contact div.row div.infos + div form > p:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 680px) {
  /* line 92, sass/contact.scss */
  section.contact div.row div.infos + div form > p:nth-child(2) {
    margin-top: 0;
  }
}
/* line 98, sass/contact.scss */
section.contact div.row div.infos + div form select {
  background: transparent;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: solid 1px #ebebeb;
  width: 100% !important;
  position: relative;
}
/* line 104, sass/contact.scss */
section.contact div.row div.infos + div form select option {
  font-family: "Roboto", sans-serif;
}
/* line 108, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-submit {
  float: right;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "MontserratSemiBold", sans-serif;
  line-height: 1;
  background-color: #707070;
  border: solid 1px #707070;
  padding: 12px 20px 10px;
  display: inline-block;
  margin: 10px auto;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
/* line 123, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-submit:hover, section.contact div.row div.infos + div form .wpcf7-submit:focus {
  color: #707070;
  background-color: #fff;
}
/* line 130, sass/contact.scss */
section.contact div.row div.infos + div form textarea {
  min-height: 80px;
  resize: vertical;
  padding: 0;
  width: calc(100% - 2px);
}
/* line 137, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-response-output {
  margin: 50px 0 1em;
  padding: 10px 1em;
  font-family: "MontserratRegular";
  font-size: 14px;
}
/* line 142, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ffcdd2;
  background-color: #ffcdd2;
}
/* line 146, sass/contact.scss */
section.contact div.row div.infos + div form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #b2dfdb;
  background-color: #b2dfdb;
}
/* line 154, sass/contact.scss */
section.contact div.row .bloc-text {
  margin-top: 50px;
  padding-left: 50px;
}
/* line 159, sass/contact.scss */
section.contact #map {
  height: 400px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 679px) {
  /* line 159, sass/contact.scss */
  section.contact #map {
    height: 50vh;
  }
}

/*# sourceMappingURL=contact.css.map */
