/*
	Theme Name: Starter-theme by Diadao©
	Theme URI: https://www.diadao.fr/
	Description: Agence digitale & marketing dédiée aux hôtels, restaurants & spas
	Version: 1.0
	Author: Agence Diadao©
	Author URI: http://diadao.fr/
	Tags: hôtel, spa, restaurant, marketing, digital, solution
	License:
	License URI:
*/

.container-backyou {
	display: flex; 
	width: 100%; 
	height: 100vh;
}

.iframe-backyou {
	display: flex; 
	width: 90%;
	border: 0px;
	overflow: hidden;
	padding: 10px;
	background: white;
	margin-bottom: 100px;
}

.booking-panel-text{
	font-size: 36px; 
	margin-bottom: 35px; 
	color:#8CA58F; 
	line-height:1.2; 
	font-weight: normal; 
	margin: 0px;padding: 0px; 
	font-family: new-order, sans-serif; 
	margin-bottom: 36px;
}
@media (max-width: 992px) {
	.container-backyou {
		width: 85%;
	}

}

@media (max-width: 768px) {
	.text-events {
		font-size: 20px !important;
	}
	.container-backyou {
		height: calc(65vh - 250px);
		width: 100%;
	}
	.iframe-backyou {
		width: 100%;
		margin-bottom: 0;
	}
}