@charset "UTF-8";
.contact-us-banner {
  background-image: url("../images/contact-us.jpg");
  background-position-y: 20%; }

.form-group.required .form-control-label::before {
  display: none; }

.contact-form-box {
  border-bottom: 1px solid #000;
  margin-top: -25px; }

.contact-form-hero_banner {
  background-image: url("../images/contact-us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  border-right: 1px solid #000; }

textarea.form-control {
  border: 1px solid black; }

/* Suppression flèche input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.orderNumber {
  display: none; }

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