/* Formulaire opérationnel ReluPourVous
   Fichier séparé afin de ne pas modifier styles.css. */

.contact-form-status {
  margin: 0 0 24px;
  padding: 20px 22px;
  border-radius: 11px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 760;
}

.contact-form-status[hidden] {
  display: none !important;
}

.contact-form-status.is-success {
  color: #184f2a;
  border: 2px solid #a8d8b4;
  background: linear-gradient(180deg, #edf9f0 0%, #e5f5e9 100%);
  box-shadow: 0 12px 28px rgba(31, 101, 52, 0.10);
}

.contact-form-status.is-error {
  color: #922f2f;
  border: 1px solid #efc3c3;
  background: #fff0f0;
}

.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none !important;
}

.contact-form-note {
  margin: 13px 0 0;
  color: #647388;
  font-size: 11.5px;
  line-height: 1.5;
}

.contact-field input:invalid:not(:placeholder-shown),
.contact-field textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(183, 53, 53, 0.62);
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible,
.contact-consent input:focus-visible,
.contact-submit:focus-visible {
  outline: 3px solid rgba(27, 100, 188, 0.23);
  outline-offset: 2px;
}
