.bdl-forfait-sejour-block-hotel-reservation-v2 {
    max-width: 420px;
    margin: 40px auto;
    transition: .2s;
}

.bdl-forfait-sejour-block-hotel-reservation-v2.horizontal {
    width: 100%;
    max-width: 100%;
}

.bdl-forfait-sejour-block-hotel-reservation-float {
    position: fixed!important;
    right: -315px;
    z-index: 105!important;
    top: calc(50% - 220px);
    margin: 0;
}

.bdl-forfait-sejour-block-hotel-reservation-float.open {
    right: 0;
}

.bdl-forfait-sejour-block-hotel-reservation-float .bdl-forfait-sejour-block-hotel-reservation-action {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    display: flex;
    top: 160px;
    left: -220px;
    width: 382px;
    height: 60px;
    background: #9e7e28;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.bdl-forfait-sejour-block-hotel-reservation-float .bdl-forfait-sejour-block-hotel-reservation-action span {
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.09em;
    width: 100%;
}

.bdl-forfait-sejour-block-hotel-reservation-float .bdl-forfait-sejour-block-hotel-reservation-action span .fa {
    display: inline-block;
    color: #ffffff;
    padding-left: 15px;
}

.bdl-forfait-sejour-block-hotel-reservation-float.open .bdl-forfait-sejour-block-hotel-reservation-action span .fa {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -ms-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    padding-left: 0;
    padding-right: 15px;
}

.bdl-forfait-sejour-block-hotel-reservation-v2 .bdl-form-hotel-reservation {
    background: #e8f0f5;
    border: 1px solid #21699e;
    padding: 20px 20px 50px 20px;
    max-width: 315px;
    border-radius: 3px;
}

.bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.bdl-forfait-sejour-block-hotel-reservation-float .bdl-form-hotel-reservation {
    border: 1px solid #e8f0f5;
    border-radius: 0;
}

.bdl-form-hotel-reservation-label {
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
}

.bdl-form-hotel-reservation-date-block {
    margin-bottom: 20px;
}

.bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-date-block {
    width: 170px;
}

.bdl-form-hotel-reservation-date {
    width: 100%;
    text-align: center;
    border: 1px solid #21699e;
    font-size: 1.2em;
    border-radius: 3px;
}

.bdl-form-hotel-reservation-search {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.bdl-form-hotel-reservation-search-button {
    width: 100%;
    background: #21699e;
    color: white;
    border: 1px solid #21699e;
    border-radius: 0 0 3px 3px;
    padding: 5px;
    transition: .2s;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
}

.bdl-forfait-sejour-block-hotel-reservation-float .bdl-form-hotel-reservation-search-button {
    border-radius: 0;
}


.bdl-form-hotel-reservation-search-button i {
    margin-right: 10px;
}

.bdl-form-hotel-reservation-search-button:hover {
    background: #9e7e28;
    border: 1px solid #9e7e28;
}

.bdl-form-hotel-reservation-double-col {
    display: flex;
    justify-content: space-between;
}

.bdl-form-hotel-reservation-counter-block {
    width: calc(50% - 10px);
}

.bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-counter-block {
    width: 140px;
    margin: 0 20px;
}

.bdl-form-hotel-reservation-counter {
    display: flex;
}

.bdl-form-hotel-reservation-counter-inner {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #21699e;
    background: #21699e;
    color: white;
    transition: .2s;
}

.bdl-form-hotel-reservation-counter-inner:hover {
    padding: 5px 10px;
    border: 1px solid #9e7e28;
    background: #9e7e28;
    color: white;
}

.bdl-form-hotel-reservation-counter-inner.none {
    cursor: default;
    border: 1px solid white;
    background: #e8f0f5;
}

.bdl-form-hotel-reservation-counter-inner.none:hover {
    border: 1px solid white;
    background: #e8f0f5;
}

.bdl-form-hotel-reservation-counter-inner.l {
    border-radius: 3px 0 0 3px;
    margin-right: -3px;
}

.bdl-form-hotel-reservation-counter-inner.r {
    border-radius: 0 3px 3px 0;
    margin-left: -3px;
}

.bdl-form-hotel-reservation-counter-input {
    text-align: center;
    font-size: 1.2em;
    padding-left: 15px;
    border: 1px solid #21699e;
    width: 100%;
    border-radius: 0;
}

.bdl-form-hotel-reservation-info {
    font-size: 0.9em;
    text-align: right;
    padding-right: 45px;
}

.bdl-form-hotel-reservation-filter {
    cursor: pointer;
    font-weight: bold;
    margin: 20px 0;
}

.bdl-form-hotel-reservation-filter i {
    margin: 10px;
    transition: .2s;
}

.bdl-form-hotel-reservation-filter.active i {
    transform: rotate(90deg);
}

.bdl-form-hotel-reservation-part-filter {
    height: 0px;
    overflow: hidden;
    transition: .2s;
}

.bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-part-filter {
    display: flex;
}

.bdl-form-hotel-reservation-part-filter.active {
    height: auto;
    overflow: hidden;
}
/* 
.ui-datepicker .ui-datepicker-header {
    background: none;
    border: 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: 1px solid #6666!important;
} */

@media screen and (max-width: 820px) {
    .bdl-form-hotel-reservation-counter-input {
        padding-left: 1px;
    }
    .bdl-forfait-sejour-block-hotel-reservation-float {
        min-width: 100vw;
        width: 100%;
        z-index: 1000 !important;
        padding-top: 60px;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .bdl-forfait-sejour-block-hotel-reservation-float.open {
        top: calc(100vh + -60px)!important;
    }
    .bdl-forfait-sejour-block-hotel-reservation-float .bdl-forfait-sejour-block-hotel-reservation-action {
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
    }
    .bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation {
        display: block;
    }
    .bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-date-block {
        width: 100%;
    }
    .bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-counter-block {
        margin: 0px;
    }
    .bdl-forfait-sejour-block-hotel-reservation-v2.horizontal .bdl-form-hotel-reservation-part-filter {
        display: block;
    }
    .SuperWidget-root {
        display: none!important;
    }
    .ta_certificate_block {
        display: block!important;
    }
    .bdl-forfait-sejour-block-hotel-reservation-v2 .bdl-form-hotel-reservation {
        max-width: 100%;
    }
}