section.cover_land_bottom {
  min-height: 600px !important;
}


input[type='number'] {
    background: transparent;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-number-input input:focus {
  outline: none !important;
}

.custom-number-input button:focus {
  outline: none !important;
}

.type-billet label, .type-voyage label {
    padding: 5px 15px 5px 8px;
}

.adulte-enfant .btn-plus-moin {
    background: #0A8BE6;
    color: #fff;
    border-radius: 8px;
    padding: 3px 10px;
    cursor: pointer;
}


.info-ab {
    line-height: normal;
    box-sizing: border-box;
    color: #999C9E;
    font-family: 'Poppins-400';
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}

.custom-number-input {

}

.bg-passage {
    background-color: rgba(156, 163, 175, 0.08);
    padding: 6px;
}

.position-hidden {
    position: absolute;
    background-color: transparent;
    width: 94px;
    height: 30px;
    right: 38px;
}


.booking_land .success {
  background: white;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  color: gray;
  margin-top: 2em;
  border-left: 10px solid #50CE65;
  box-shadow: 0px 0px 5px #00000030;
}

.booking_land .error {
  background: white;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  color: gray;
  margin-top: 2em;
  border-left: 10px solid #FB5858;
  box-shadow: 0px 0px 5px #00000030;
}