/* Hero banner: affiche full-bleed + hotspot JE RESERVE */

.bdl-hero--banner{
	display:block;
	min-height:0;
	max-height:none;
	background:#f3f0ea;
	padding:0;
}
.bdl-hero--banner .bdl-hero__media{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
	max-width:none;
	background:#f3f0ea;
}
.bdl-hero--banner .bdl-hero__media picture{
	display:block;
	line-height:0;
}
.bdl-hero--banner .bdl-hero__media img{
	display:block;
	width:100%;
	height:auto;
	max-height:none;
	object-fit:contain;
	margin:0;
}

/* Zone cliquable JE RESERVE (bbox exacte sur affiche fw 2400x1350). */
.bdl-hero__hotspot{
	position:absolute;
	left:58.29%;
	top:72.07%;
	width:17.96%;
	height:7.93%;
	z-index:2;
	display:block;
	border:0;
	background:transparent;
	cursor:pointer;
	text-decoration:none;
	border-radius:0;
}
.bdl-hero__hotspot-label{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}
.bdl-hero__hotspot:hover{
	background:rgba(255,255,255,.06);
}
.bdl-hero__hotspot:focus-visible{
	outline:2px solid #082b55;
	outline-offset:3px;
}

@media (max-width:860px){
	.bdl-hero__hotspot{
		left:57.5%;
		top:71.5%;
		width:19.5%;
		height:9%;
	}
}
