.bdl-home-block-hotel-reservation {
    padding: 0!important;
    margin-top: -10px!important;
    position: relative;
    z-index: 1;
}

.bdl-forfait-sejour-block-hotel-reservation {
    /* padding: 0!important;
    margin-top: -45px!important;
    height: 220px; */
    position: relative;
    z-index: 1;
}

.bdl-page-hotel-reservation-iframe {
    position: relative;
    z-index: 1;
    border: none;
    margin-top: 40px;
    margin-bottom: -120px;
    padding: 0 20px;
    width: 100%;
    max-width: 800px;
    height: 240px;
}

/* .bdl-forfait-sejour-block-hotel-reservation .bdl-page-hotel-reservation-iframe {
    padding: 0 0 0 70px;
    max-width: 100%;
} */

@media only screen and (max-width: 840px) {
    .bdl-home-block-hotel-reservation {
        margin-top: 30px!important;
    }
	.bdl-page-hotel-reservation-iframe {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 500px) {
	.bdl-page-hotel-reservation-iframe {
        padding: 0;
        margin-bottom: -145px;
    }
}

@media only screen and (max-width: 440px) {
	.bdl-page-hotel-reservation-iframe {
        padding: 0;
        margin-bottom: 0;
    }
}