/* line 12, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
/****************
COULEURS
orange:-------->   #f06d39 rgb(240, 108, 56)
orange-clair:-->   #fbbd6a
vert-fonce:---->   #5bb959
vert-clair:---->   #bbd556
Bleu:---------->   #047991
jaune-moutarde:>   #F8C96D , #f6c262  <-- this one

****************/

textarea {
  min-height: 200px;
  resize: vertical;
}

/* line 16, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
body {<
  margin: 0;
  padding: 0;
  font-family: Arial;
  background-color: #F9F9F9;
}

/* line 22, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.container {
  width: 100%;
  height: 100vh;
}

/* line 27, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.row {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/* line 33, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.row h1 {
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 400;
  padding: 110px 0 20px 0;
  color: #f06d39;
}

/* line 41, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content {
  width: 100%;
  height: auto;
}

/* line 46, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .form {
  width: 70%;
  margin: 0 auto;
}

/* line 51, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .form-label {
  font-size: 1.3em;
  color: #047991;
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}

/* line 61, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .form-control {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #F9F9F9;
}

/* line 74, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .form-control:focus {
  box-shadow: none;
  border-color: #047991;
}

/* line 79, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .text-submit {
  width: 187px;
  margin: 0 auto;
}

/* line 84, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .js-hide-label {
  opacity: 0;
}

/* line 87, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .js-unhighlight-label {
  color: #7A7A7A;
}

/* line 90, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .btn-start-order {
  background: white;
  border: 1px solid #2f323a;
  border-radius: 3px;
  color: #7A7A7A;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}

/* line 102, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .btn-start-order:hover {
  border-color: #047991;
  color: #047991;
}

/* line 106, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .btn-start-order:active {
  border-color: #047991;
  color: #047991;
}

/* line 110, C:/Users/made in takos/ownCloud/WEB/FMLJ/scss/contact_style.scss */
.contact_content .btn-start-order:focus {
  border-color: #047991;
  color: #047991;
}

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