.form-moteur-dispo {
  text-align: center;
}

.moteur-dispo {
  width: auto;
  padding: 20px 0;
  display: inline-block;
}

.moteur-dispo .hidden--desktop {
  display: none;
}

.dsioCssSearchBarBloc.Dispo {
  display: none !important;
}

.moteur-dispo .dates-dispo {
  position: relative;
  float: left;
}

.moteur-dispo .dates-dispo .focused {
  border: solid 1px #a6d846;
}

.moteur-dispo select,
.moteur-dispo input {
  height: 66px;
  line-height: 66px;
  margin: 0 0px 0 0;
  padding: 0 20px;
  font-size: 15px;
  color: #585858;
  font-family: ubuntu, Arial;
  float: left;
  outline: none;
  font-weight: 400;
  text-transform: uppercase;
}

.moteur-dispo select {
  min-width: 240px;
}

.moteur-dispo select option {
  text-transform: none;
}

.moteur-dispo input::-webkit-input-placeholder {
  color: #585858;
}

.moteur-dispo input:-moz-placeholder {
  color: #585858;
}

.moteur-dispo input::-moz-placeholder {
  color: #585858;
}

.moteur-dispo input:-ms-input-placeholder {
  color: #585858;
}

.moteur-dispo input::-ms-input-placeholder {
  color: #585858;
}

.moteur-dispo input::placeholder {
  color: #585858;
}

.moteur-dispo .input-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 0px 0 0;
}

.moteur-dispo .personCount-input,
.moteur-dispo .input-wrapper.departure {
  margin: 0 0px 0 -1px;
}

.moteur-dispo .input-wrapper:after {
  content: '\f073';
  font-family: FontAwesome;
  position: absolute;
  color: #686868;
  right: 1px;
  top: 1px;
  bottom: 1px;
  line-height: 66px;
  padding: 0 15px;
  background: #FFF;
  font-size: 20px;
}

.moteur-dispo .error {
  background: #fdd0ae;
  outline: 0;
  border: solid 1px #fdd0ae;
}

.moteur-dispo.moteur-dispo button {
  border: solid 1px #6da600;
  background: #6da600;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 20px;
  margin: 0 0 0 -1px;
  height: 66px;
  line-height: 66px;
  border-radius: 0;
}

.moteur-dispo.moteur-dispo button i {
  font-size: 16px;
  margin-right: 4px;
}

/* kalendar */
.moteur-dispo .kalendarWrapper {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  display: none;
  background: #FFF;
  box-shadow: 0 0px 3px #b3b3b3;
  padding: 10px 10px 20px;
  min-width: 600px;
  overflow-y: auto;
  margin: 0px 0 0 0;
}

.moteur-dispo .kalendae {
  border: none;
  margin: 0px;
  background: none;
}

.moteur-dispo .reset {
  display: none;
}

.moteur-dispo .kalendae .k-calendar {
  /*float: left;*/
}

.moteur-dispo.moteur-dispo .kalendarWrapper .close {
  margin: auto;
  display: block;
  font-size: 15px;
  height: auto;
  line-height: 40px;
  background: transparent;
  border: none;
  color: #6ca60b;
  font-weight: 400;
  float: right;
  text-transform: none;
}

.moteur-dispo.moteur-dispo .kalendarWrapper .cancel {
  float: left;
  color: #333;
}

.moteur-dispo.moteur-dispo .kalendarWrapper .close:hover {
  color: #000;
}

.moteur-dispo .kalendae .k-calendar {
  min-width: 280px;
  border-left: solid 1px #EEE;
  padding: 0 0 0 20px;
}

.moteur-dispo .kalendae .k-calendar:first-child {
  border: none;
}

.moteur-dispo .kalendae .k-title {
  height: 34px;
  line-height: 34px;
}

.moteur-dispo .kalendae .k-title,
.moteur-dispo .kalendae .k-header,
.moteur-dispo .kalendae .k-days {
  width: 100%;
  font-weight: 400;
}

.moteur-dispo .kalendae .k-btn-previous-month,
.moteur-dispo .kalendae .k-btn-next-month,
.moteur-dispo .kalendae .k-btn-previous-year,
.moteur-dispo .kalendae .k-btn-next-year,
.moteur-dispo .kalendae .k-caption {
  height: 34px;
  line-height: 34px;
  font-size: 17px;
  color: #6da600;
  font-family: ubuntu, Arial;
  font-weight: 500;
}

.moteur-dispo .kalendae .k-btn-previous-month,
.moteur-dispo .kalendae .k-btn-next-month {
  color: #333;
  border: solid 1px #dadada;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  width: auto;
  border-radius: 2px;
  top: 0;
}

.moteur-dispo .kalendae .k-btn-previous-month:hover,
.moteur-dispo .kalendae .k-btn-next-month:hover {
  border: solid 1px #333;
  color: #333;
}

.moteur-dispo .kalendae .k-header span,
.moteur-dispo .kalendae .k-days span {
  width: 13%;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  height: 33px;
  line-height: 33px;
  font-family: ubuntu, Arial;
  font-size: 15px;
  border-radius: 0;
  font-weight: 300;
  text-decoration: none !important;
}

.moteur-dispo .kalendae .k-header span {
  font-size: 12px;
  font-weight: 400;
}

.moteur-dispo .kalendae .k-separator {
  display: none !important;
}

.moteur-dispo .kalendae .k-days span.k-selected.k-active {
  background: #6da600;
  border-color: #6da600;
}

.moteur-dispo .kalendae .k-days span.k-selected.k-active.k-out-of-month {
  background: transparent;
  border-color: transparent;
  color: #ddd;
}

.moteur-dispo .kalendae .k-days span.k-hover.k-in-month,
.moteur-dispo .kalendae .k-days span.k-range.k-in-month {
  background: #aada59;
  border-color: #aada59;
}

.moteur-dispo .kalendae .k-btn-next-month:after {
  content: '\f178';
  font-family: FontAwesome;
}

.moteur-dispo .kalendae .k-btn-previous-month:after {
  content: '\f177';
  font-family: FontAwesome;
}

/*pour les moteurs avec 1 seul input*/
.moteur-dispo.singleDateInput .arrivalDate-input {
  width: 500px;
}

@media all and (max-width: 820px) {
  .moteur-dispo select {
    width: 240px;
  }

  .moteur-dispo input {
    width: 150px;
  }
}

@media all and (max-width: 768px) {
  .moteur-dispo .reset span {
    display: none;
  }

  .moteur-dispo.moteur-dispo button {
    padding: 0 10px;
  }
  .moteur-dispo .kalendae .k-header span,
  .moteur-dispo .kalendae .k-days span {
    font-weight: 500;
  }

  .moteur-dispo .kalendarWrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    /*background: rgba(255, 255, 255, .9);*/
    background: #FFF;
  }

  .moteur-dispo .kalendarWrapper .kalendarContent {
    max-width: 320px;
    margin: auto;
    padding: 15% 0 0 0;
    width: 100%;
  }

  .moteur-dispo .kalendae .k-calendar {
    margin: auto;
    padding: 20px;
    /*background: #FFF;*/
    display: block;
    width: 100%;
  }

  .moteur-dispo.moteur-dispo .kalendarWrapper .close {
    margin: auto;
    display: block;
    font-size: 16px;
    padding: 0px 40px;
    height: 46px;
    line-height: 46px;
  }

}

@media all and (max-width: 680px) {

  .moteur-dispo .hidden--phone {
    display: none;
  }
  .moteur-dispo .hidden--desktop {
    display: block;
  }

  .form-moteur-dispo {
    padding: 0 10px !important;
  }

  .moteur-dispo .dates-dispo,
  .moteur-dispo select,
  .moteur-dispo input {
    float: none;
  }

  .moteur-dispo .dates-dispo {
    width: 100%;
  }

  .moteur-dispo .dates-dispo .input-wrapper {
    width: 50%;
  }

  .moteur-dispo.moteur-dispo .submit,
  .moteur-dispo .personCount-input,
  .moteur-dispo .dates-dispo .input-wrapper input {
    width: 100%;
  }

  .moteur-dispo .personCount-input, .moteur-dispo .input-wrapper.departure {
    margin: 0 0 0 0;
  }

  .moteur-dispo.moteur-dispo .submit,
  .moteur-dispo .personCount-input {
    margin: -1px 0 0 0;
  }

  .moteur-dispo.singleDateInput .dates-dispo .input-wrapper,
  .moteur-dispo.singleDateInput {
    width: 100%;
  }

  .moteur-dispo.singleDateInput .dates-dispo {
    width: 78%;
  }

  .moteur-dispo.singleDateInput .submit {
    width: 20%;
  }

  .moteur-dispo.singleDateInput .dates-dispo,
  .moteur-dispo.singleDateInput select,
  .moteur-dispo.singleDateInput input {
    float: left;
  }

}
