.iframe-hopreza {
    padding: 0px;
}

.hopreza-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #101626;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hopreza-loader.active {
    opacity: 1;
    pointer-events: all;
}

.formulaire-reservation-card {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.calendar-days {
    min-height: 240px;
}
