#contact-custom {
  max-width: 600px;
  margin: 0;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #f8f9fa;
}

#contact-custom .form-group {
  margin-bottom: 1rem;
}

#contact-custom .form-group-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}

#contact-custom .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact-custom .form-group-submit {
  padding-top: 2rem;
}



#contact-custom .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;

}

#contact-custom .btn-outline-cuivre {
  color: #AF6C00;
  border: 1px solid #AF6C00;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#contact-custom .btn-outline-cuivre:hover,
#contact-custom .btn-outline-cuivre:focus {
  color: #fff;
  background-color: #AF6C00;
  border-color: #AF6C00;
  text-decoration: none;
}