.contactSection {
  background: url('../images/home/contactSection_BG.jpg') no-repeat center center;
  background-size: cover;
  min-height: 80vh;
  margin-top: 72px;
  text-align: center;
  display: flex;
  position: relative;
  padding: 30px 0;
}



.contactContainer {
  position: relative;
  margin-top: 30px;
}

.contactContent {
  border: 2px solid #588fa3;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.74);
  padding: 0 10px 18px;
}

.contactContent .title {
  border-bottom: 1px solid #588fa3;
  margin-bottom: 15px;

}

.contactContent h1 {
  font-size: 22px;
  color: #588fa3;
  font-weight: bold;
  padding-bottom: 15px;
margin: 15px  0 0;

}

.contactContent label {
  color: #588fa3;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
}

.contactForm .form-group {
  margin-bottom: 14px;
}

.contactForm .form-control {
  border: 1px solid #94b9c7;
  min-height: 42px;
}

.contactForm .form-control:focus {
  border-color: #588fa3;
  box-shadow: 0 0 0 2px rgba(88, 143, 163, 0.18);
}

.contactForm .fieldError {
  margin: 6px 0 0;
  color: #a94442;
  font-size: 13px;
  text-align: left;
}

.contactContent .text {
  padding: 15px 20% 0;
  line-height: 2em;
  font-size: 16px;
}

.contactContent .text strong {
  color: #588fa3;
  font-weight: bold;
}

.btn.btn-default {
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 1px 2px #333333;
  font-weight: bold;
  background-image: url('../images/btnDefault.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  border: 0;
  width: 145px;
  height: 71px;
  font-family: 'source_sans_probold';
  letter-spacing: 1px;
  outline: none;
  padding: 0px 12px 6px;
}

.validationErrors {
  text-align: left;
  border: 1px solid #d7b3b3;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 10px;
}

.validationErrors.sendError {
  margin-top: 10px;
  color: #a94442;
}

.successMessage {
  margin-top: 15px;
  color: #588fa3;
  font-weight: bold;
}

.btn.btn-default:hover {
  cursor: pointer;
  color: #cbdce3;
  background-position: 0 -71px;
}

.btn.btn-default.btnEmail {
  margin-top: 15px;
  width: 180px;
  background-position: center 0;
}

.btn.btn-default.btnEmail:hover {
  background-position: center -71px;
}
.btn.btn-default.btnEmail i {
  margin-right: 5px;
}

.left-text {
  text-align: left !important;
}

.formText {
  margin: 0;
  width: 100%;
  min-height: 120px;

}


.contactInfosSection {
  border-top: 2px solid #588fa3;
  background-color: #358ebe;
  padding: 30px 30px 100px;
}

.contactInfosSection .company {
  padding: 30px 0;
}

.contactInfosSection .company h1 {
  font-family: 'gentium_book_basicbold';
  font-weight: bold;
  color: #ffffff;
  font-size: 32px;
  margin:  0 0 10px;
}

.contactInfosSection .company h2 {
  color: #b2d7e9;
  font-size: 18px;
  margin: 0;
}

.contactInfosSection .company h2 a {
  color: #b2d7e9;
  text-decoration: underline;
}

.contactInfosSection .contactInfos {
  color: #ffffff;
  font-size: 16px;
}

.contactInfosSection .contactInfos a {
  color: #ffffff;
}

.contactInfosSection .contactInfos td {
  padding-bottom: 10px;
}

.contactInfosSection .contactInfos .icon {
  padding-right: 15px;
  font-size: 1.5em;
}


.secondSection .personnalLetter h1 {
  color: #588fa3;
  font-family: 'milkshakeregular';
  margin-top: 0;
}

.secondSection .personnalLetter  p {
  margin: 30px 0;
}


.secondSection .personnalLetter .signature {
  text-align: right;
  font-style: italic;
  color: #303030;
}

.secondSection .personnalLetter .signatureName {
  text-align: right;
  font-size: 18px;
  color: #588fa3;
  font-family: 'milkshakeregular';
}



@media only screen
and (max-width : 480px) {
  /* phone */
  .contactSection {
    margin-top: 48px;
    padding: 10px 8px 20px;
  }

  .contactContainer {
    margin-top: 12px;
  }

  .contactContent {
    border-radius: 12px;
    padding: 0 8px 14px;
  }

  .contactContent .title {
    text-align: left;
    margin-bottom: 10px;
  }

  .contactContent h1 {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .contactContent .title p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .contactContent .control-label {
    text-align: left;
    margin-bottom: 5px;
  }

  .contactForm .form-group {
    margin-bottom: 10px;
  }

  .contactForm .form-control {
    min-height: 44px;
    font-size: 16px;
  }

  .contactForm .formText {
    min-height: 140px;
  }

  .btn.btn-default.btnEmail {
    width: 100%;
    max-width: none;
    min-height: 58px;
    font-size: 19px;
    margin-top: 12px;
  }
}

@media only screen
and (min-width: 481px)
 {



  .contactInfosSection .company {
    padding: 0px;
  }

}
