.tooltip {
    display: none;
    position: absolute;
    width: 170px;
    min-height: 170px;
    max-width: 170px;
    max-height: 350px;
    background-color: yellow;
    border: 1px solid black;
    padding: 5px;
    z-index: 10;
    pointer-events: none;
    white-space: pre-line;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.hover-cell:hover .tooltip {
    display: block;
}

.resamob {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 10px;
    width: 360px;
    height: 350px;
    text-align: left;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8);
    display: block;
}

.inputvehicule {
    width: 150px;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input,
select {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"],
input[type="button"] {
    background-color: #007bff;
    color: #ffffff;
    border: none;
    cursor: pointer;
    width: 100%;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #0056b3;
}

.reserved {
    position: absolute;
    background-color: #ff0000;
    padding: 0px;
    padding: 50px;
    padding-top: 100px;
    border-radius: 10px;
    width: 280px;
    height: 350px;
    max-height: 380px;
    min-height: 350px;
    left: 50%;
    text-align: center;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8);
    transform: translate(-50%, 22%);
    display: block;    
}
