.wrapper-contact{
  min-height: 400px;
  padding: 70px 0 50px;
}
.wrapper-forms{
  min-height: 447px;
  padding: 50px 19px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
}
.wrapper-forms .h3{
  text-align: center;
  margin-bottom: 21px;
}
.contact .wrapper-forms .btn:not(.dropdown-toggle){
  margin-top: 24px;
}
.contact .btn:not(.dropdown-toggle){
  width: 100%;
  height:  48px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
}
.form-contact{
  display: none;
}
.form-contact.active{
  display: inherit;
}
.input-file .help-block{
  position: initial;
}

.wrapper-contact .form-group label{
  font-size: 14px;
  font-weight: 500;
  color: #00aeef;
}
.wrapper-contact .form-group label a{
  text-decoration: underline;
}
.wrapper-contact .custom-input label.active{
  font-weight: 300;
  font-size: 12px;
  color: #31363b;
}
.custom-select-wrapper .custom-input .btn-default,
.form-group .form-control{
  margin-bottom: 10px;
  border-bottom: 1px solid #00aeef;
  color: #00aeef;
  font-weight:  500;
  font-size: 14px;
}
.custom-select-wrapper .custom-input.has-error .btn-default{
  border-bottom: 1px solid #a94442;  
}
.contact .custom-select-wrapper label.active.focusIn + .btn-group .btn-default{
  border-bottom: 1px solid #00aeef;
  overflow: hidden;
  margin: 0;
}
.btn-default{
  background-color: transparent !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
  display: block;
  width: auto;
  margin-right: 15px;
  float: none !important;
}
.form-group textarea.form-control{
  margin-bottom: 25px;
  border: 1px solid #00aeef;
}
.bootstrap-select.btn-group .dropdown-toggle .caret,
.contact .custom-select-wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  color: #00aeef;
}
.custom-input{
  padding-top: 11px;
  margin-bottom: 16px;
}
.custom-input.custom-textarea{
  padding-top: 24px;
  margin-bottom: 16px;
}
.alert-success{
  background: none;
  border: none;
}

.form-checkbox{
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
fieldset legend,
.wrapper-contact .form-group.input-file label:not(.file-name){
  display: block;
  margin-bottom: 13px;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #31363b;
}
fieldset input{
  display: inline-block;  
}
fieldset label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
  cursor: pointer;
  font-size: 14px;
  color: #00aeef;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.recaptcha-wrapper,
.custom-checkbox,
.fieldset-wrapper{
  position: relative;
  padding-top: 18px;
}
.recaptcha-wrapper{
  margin-bottom: 16px;
}
fieldset legend{
  margin-bottom: 0;
}

.form-checkbox ~ label:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #00aeef;
}
.form-checkbox:checked ~ label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 11px;
  border: solid #00aeef;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.input-file .file-name{
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-file .file-name:before{
  content: '\e906';
  position: absolute;
  top: -3px;
  right: 0;
  display: block;
  width: 20px;
  height: 21px;
  font-family: 'stef' !important;
  speak: none;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-file .description{
  font-size: 12px;
  color: #31363b;
}
.input-file.has-error .description{
  color: #a94442;
}
.input-file .js-hide{
  display: none;
}

/*** call center ***/
.wrapper-call-center{
  padding: 66px 20px 72px;
  margin-bottom: 40px;
  background-color: #eaeaea;
  text-align: center;
}
.wrapper-call-center .h4{
  margin-bottom: 36px;
}
.wrapper-call-center .icon{
  display: block;
  margin-bottom:  17px;
  font-size: 43px;
}
.wrapper-call-center a{
  font-family: 'Roboto Slab';
  font-size: 20px;
  font-weight: 700;
  color: #00aeef;
}
.wrapper-call-center a:hover{
  text-decoration: none;
}
.wrapper-call-center .info{
  margin-top:  15px;
  font-size: 14px;
  line-height: 25px;
}
.sidebar-contact a.btn .icon{
  margin: -6px 0 0 14px;
  font-size: 23px;
  vertical-align: middle;
}

.help-block ul li{
  display: none;
}
.help-block ul li:first-child{
  display: block;
}
/*.contact_devis input[name='telephone'] + .help-block,
.contact_devis input[name='portable'] + .help-block{
  max-width:  250px;
  pointer-events:  none;
  direction: rtl;
}*/
.text-contact{
  padding: 30px 20px 0;
}

@media (max-width: 991px){
  .wrapper-forms{
    min-height: auto;
  }
  .text-contact{
    padding: 30px 0 0;
  }
}