/* #ressource-form-message{
    p{
        margin-top: 53px;
    }
}
 */
form > div {
  margin-top: 35px;
}
form .important.need {
  margin-top: 53px;
}
form fieldset legend {
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 2.7rem;
  margin-bottom: 10px;
}
form fieldset legend .label-desc {
  display: block;
}
form fieldset .legend-desc {
  display: block;
  margin-bottom: 25px;
}
form label {
  line-height: 2.7rem;
}
form label .label-titre {
  display: inline-block;
  font-weight: 900;
  font-size: 2.1rem;
  margin-bottom: 10px;
}
form label .label-desc {
  display: block;
  margin-bottom: 15px;
}
form .text,
form .password,
form textarea {
  border: #707070 solid 2px;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  padding: 18px 40px;
}
form .text:focus,
form .password:focus,
form textarea:focus {
  outline: none;
}
form input[type=file] {
  width: 100%;
  height: 60px;
  margin-top: 15px;
}
form input[type=file]::file-selector-button {
  background-color: #000000;
  text-decoration: none;
  color: #ffffff;
  border: #000000 solid 2px;
  padding: 3px 25px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
}
form input[type=file]::file-selector-button:hover, form input[type=file]::file-selector-button:focus {
  background-color: transparent;
  color: #000000;
}
form textarea {
  height: auto !important;
  resize: none;
}
form .checkbox-list label {
  display: flex;
  margin-top: 15px;
}
form .checkbox-list label input[type=checkbox] {
  appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  border-radius: 6px;
  margin-right: 15px;
  flex-shrink: 0;
}
form .checkbox-list label input[type=checkbox]:checked {
  background: url("../img/picto_check_b.svg") #FBA252;
  background-repeat: no-repeat;
  background-position: center;
}
form .div_captcha_question .captchaq .captchaq-question {
  background: #1D697F;
  color: #ffffff;
}
form .div_submit {
  text-align: center;
}
form .div_submit input {
  background-color: #000000;
  text-decoration: none;
  color: #ffffff;
  border: #000000 solid 2px;
  padding: 3px 25px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
}
form .div_submit input:hover, form .div_submit input:focus {
  background-color: transparent;
  color: #000000;
}

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