/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact .first {
  position: relative; }
  .contact .first:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: #001826;
    opacity: .15; }
  .contact .first img {
    max-width: 100%; }
  .contact .first h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
.contact .container-contact {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .contact .container-contact h2 {
    margin-bottom: 3.5rem;
    margin-top: 1rem; }
  .contact .container-contact .p-2 {
    margin-bottom: 3rem;
    color: #807e79; }
    .contact .container-contact .p-2 a {
      color: #807e79; }
  .contact .container-contact .link-souligne {
    color: #a19044;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: solid 2px #e8e5e2;
    font-size: 1rem;
    font-family: "FreightSansProSemibold-Regular", Arial;
    line-height: 1.55;
    letter-spacing: 1.7px;
    margin-bottom: 1rem;
    -webkit-transition: .3s;
    transition: .3s; }
    .contact .container-contact .link-souligne:hover {
      border-bottom-color: #a19044; }
  .contact .container-contact .form-group {
    margin-bottom: 1rem; }
    .contact .container-contact .form-group input,
    .contact .container-contact .form-group textarea {
      padding: 1rem;
      border: 0px;
      height: auto;
      background: rgba(232, 229, 226, 0.33);
      border-radius: 1px;
      font-size: 1.2rem;
      font-family: "Hind", sans-serif;
      line-height: 1.67;
      letter-spacing: 0.8px;
      color: #807e79; }
    .contact .container-contact .form-group ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      text-transform: uppercase;
      text-align: center; }
    .contact .container-contact .form-group ::-moz-placeholder {
      /* Firefox 19+ */
      text-transform: uppercase;
      text-align: center; }
    .contact .container-contact .form-group :-ms-input-placeholder {
      /* IE 10+ */
      text-transform: uppercase;
      text-align: center; }
    .contact .container-contact .form-group :-moz-placeholder {
      /* Firefox 18- */
      text-transform: uppercase;
      text-align: center; }
    .contact .container-contact .form-group textarea {
      min-height: 8rem; }
    .contact .container-contact .form-group select {
      display: none; }
    .contact .container-contact .form-group .select-subject {
      position: relative; }
      .contact .container-contact .form-group .select-subject .selected-subject {
        text-transform: uppercase;
        padding: .5rem 1rem;
        border: 0px;
        height: auto;
        background: rgba(232, 229, 226, 0.33);
        border-radius: 1px;
        font-size: 1.2rem;
        font-family: "Hind", sans-serif;
        line-height: 1.67;
        letter-spacing: 0.8px;
        color: #807e79;
        cursor: pointer;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s; }
        .contact .container-contact .form-group .select-subject .selected-subject:before {
          content: '\f107';
          font-family: 'FontAwesome';
          position: absolute;
          top: 50%;
          right: 15px;
          font-size: 1.5rem;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .contact .container-contact .form-group .select-subject ul {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 55;
        display: none;
        background: #fff; }
        .contact .container-contact .form-group .select-subject ul li {
          padding: .5rem 1rem;
          border: 0px;
          height: auto;
          background: rgba(232, 229, 226, 0.33);
          border-radius: 1px;
          font-size: 1rem;
          font-family: "Hind", sans-serif;
          line-height: 1.67;
          letter-spacing: 0.8px;
          color: #807e79;
          cursor: pointer;
          -webkit-transition: .3s;
          transition: .3s; }
          .contact .container-contact .form-group .select-subject ul li:hover {
            background: #001826;
            color: #a19044; }
      .contact .container-contact .form-group .select-subject:hover .selected-subject, .contact .container-contact .form-group .select-subject.active .selected-subject {
        background: #001826;
        color: #a19044; }
  .contact .container-contact button {
    border: solid 2px #e8e5e2;
    border-radius: 1px;
    padding: .5rem 2.5rem;
    color: #a19044;
    text-transform: uppercase;
    font-family: "FreightSansProSemibold-Regular", Arial;
    font-size: 1.2rem;
    line-height: 1.46;
    letter-spacing: 1.9px;
    background: #fff;
    margin-top: 1rem;
    -webkit-transition: .3s;
    transition: .3s; }
    .contact .container-contact button:hover {
      border-color: #a19044; }

.contact-title {
  margin: -5px 0 0px 0;
  line-height: 23px; }
  .contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0; }

.contact-form-box {
  padding: 23px 0 0 0;
  margin: 0 0 30px 0;
  background: url(../img/contact-form.png) repeat-x #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px; }
  .contact-form-box fieldset {
    padding: 0 19px 21px 19px;
    background: url(../img/form-contact-shadow.png) center bottom no-repeat;
    background-size: contain; }
  .contact-form-box label {
    margin: 0 0 6px 0; }
  .contact-form-box .page-subheading {
    padding-left: 0px;
    border: none;
    margin-bottom: 0; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 1345px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 1345px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 7px; }
  .contact-form-box textarea {
    height: 257px; }
  .contact-form-box .submit {
    margin-top: 13px; }
  .contact-form-box select.form-control {
    max-width: 270px;
    width: 100%; }
  .contact-form-box input.form-control {
    max-width: 270px; }
  @media (min-width: 1346px) and (max-width: 1791px) {
    .contact-form-box div.uploader span.filename {
      width: 114px; } }

/*# sourceMappingURL=contact-form.css.map */
