#search-container{
    display: flex;
    max-width: 1144px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding-bottom: 24px;
    z-index: 2;
    osition: relative;
}

.booking-section{
    max-width: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
    min-height: calc(100vh - 81px - 32px);
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#search-calendar-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

#search-panel{
    display: flex;
    flex-direction: column;
    height:fit-content;
    max-height: 100%;
    width: 100%;
    max-width: 376px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
#calendar-panel{
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: white;
}

.ModuleDatepicker_dialog #search {
    display: none;
}
#channelChoice {
    display: none;
}

.site-catch-phrase{
    font-family: "Poppins-semibold", Inter-bold, arial, sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Ombre noire */
    z-index: 2;
    text-align: center;
}

#search-panel-form, .searchDateForm{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#search-panel-form{
    margin-top: 24px;
    padding: 0 24px;
    max-height: 477px;
    overflow-y: scroll; /* Toujours afficher la barre verticale */
    overflow-x: hidden;
    scrollbar-width: thin; /* Pour Firefox */
    scrollbar-color: var(--main-color-lighter) #ffffff; /* Couleur du thumb et de la piste */
}


#search-panel-button{
    padding: 24px;
}
#search-panel-button button{
    width: 100%;
}

#search-panel-form label.title{
    font-family: Inter-bold, arial, sans-serif;
    margin-bottom: 8px;
    color:#434B5D;
}

@media screen and (max-width: 768px) {
    #calendar-panel{
        display: none;
    }
    #search-panel-form{
        max-height: 100%;
    }
    #search-panel{
        max-width: 100%;
    }
    .inputs-container .input-component-v2-container{
        width: calc(50% - 6px);
    }

}
#booking-datepicker-mobile .duration-select-group {
    display: none;
}

#booking-datepicker-mobile .datepicker-readonly-inputs{
    display: none;
}
#booking-datepicker-mobile .duration-select-group {
    display: none;
}

#booking-datepicker-mobile .datepicker-readonly-inputs{
    display: none;
}

@media screen and (min-width: 700px) {
    .datepicker-custom-dialog.show-on-click {
        /*box-shadow: 0 0 6px 0 rgba(0,0,0,.32);*/
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
        border-radius: 0 0 2px 2px;
        padding: 0 20px 0 20px;
    }
}

