/*v-5.2*/
#ReservarionPage {
    background-color: #ffffff;
}

.container-datepicker {
    margin: 150px auto;
    max-width: 960px;
    margin-left: -3px;
}

.t-input-check-in {
    border: none;
    width: 0px;
    float: left;
    margin-top: -22px;
    margin-left: 13px;
}

.t-input-check-out {
    border: none;
    width: 0px;
    width: 0px;
    float: left;
    margin-top: -22px;
    margin-left: 13px;
}

#VehiculesID {
    margin-top: 4px;
    margin-left: -13px;
    float: left;
    border: none;
    width: 1px;
}

#LigneID {
    display: none;
}

#VehiculeNbr1 {
    width: 1px;
    float: left;
    /* margin-top: -38px; */
}

#Passagers1 {
    height: 45px;
    position: absolute;
    width: 210px;
    float: left;
    /* background: red; */
    z-index: 0;
}
/**-------------mobile-----------*/
@media only screen and (max-width: 600px) {
    #PassagersNbr1 {
        margin-top: 2px;
    }

    #VehiculeNbr1 {
        margin-top: 2px;
    }

    .t-input-check-in {
        margin-top: -35px;
    }

    .t-input-check-out {
        margin-top: -35px;
    }
}
