.contact-us {
  padding: 30px 2.5rem;
}

.contact-us .icon svg {
  width: 40px;
  height: auto;
  fill: #1c7b33;
  margin: 0 auto;
}

.contact-us .address p {
  font-size: 13px;
}

.contact-us .separator:before {
  content: "";
  display: block;
  width: 40%;
  background: rgba(0, 0, 0, 0.05);
  height: 1px;
  margin: 14px auto 20px;
}

.contact-us .telephone p {
  font-size: 13px;
}

.contact-us .telephone .txt-green {
  font-size: 16px;
  color: #1c7b33;
  font-weight: 100;
}

.contact-us .calendar-date p,
.contact-us .calendar-date b {
  font-size: 13px;
  margin-bottom: 5px;
}

.contact-us .form h2 {
  text-align: center;
  color: #333;
  font-size: 40px;
  letter-spacing: -0.3px;
  margin: 0 auto 20px;
  font-weight: 200;
}

.contact-us .form .form-control {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-us .form .btn-demande {
  cursor: not-allowed;
  opacity: 0.65;
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 13px;
  font-family: "GilRoy", sans-serif;
  letter-spacing: 0.6px;
  border-radius: 50px;
  padding: 11px 30px;
}

