/*@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);*/
/*@import "variables";*/
/*@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";*/
/**
 My custom css
*/
.has-error {
  border: 1px solid red;
}

.help-block {
  font-style: italic;
  font-size: 12px;
}

.help-block strong {
  color: red !important;
}

form.form-contact textarea {
  width: 100% !important;
}

.newsletter .envoyer {
  position: relative;
  border: none;
  width: 32px;
  background-image: url(../img/email.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #117DC2 !important;
}

.page-content.parallax.section-title-container {
  margin-bottom: 40px !important;
}

.wpcf7 .wpcf7-form-control-wrap.telephone:before {
  content: "\f095";
}

#top-bar-wrapper #top-bar #quick-links {
  max-width: 70% !important;
}

.pt-bkg-image-6 {
  background-image: url(../img/layouts/title-services.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

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