.gravatar {
    border-radius: 50%;
}

footer .container {
    background-color: #dfdfdf;
}

.email-user-form  {
    padding-left: 24px !important;
}

#label-text-area {
    margin-left: 12px !important;
}

#banner {
    background-image: url('/storage/lyon_from_fourviere.jpeg') ;
    background-repeat: no-repeat;
    background-size: 150%;
    height: 580px;
    max-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

#banner-guest-home{
    background-image: url('/storage/banner_next_booking.jpeg') ;
    background-position-y: center;
    background-position-x: 70%;
    background-repeat: no-repeat;
    background-size: 150%;
    /* height: 580px; */
    /* max-height: 50vh; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* color: white; */
}


.center-vertical{
    position: absolute;
    bottom: 2px;
}

.img-home{
    height: 50vh;
    object-fit: cover;
}

.form-booking-home-guest{
    /* background-color: #ffc29c; */
     background-color: var(--bs-card-cap-bg);

}