/* Bontoy full-width multilingual header banner */

.bon-promo-bar {
	position: relative;
	z-index: 1010;

	display: block;

	width: 100%;
	height: 40px;

	background: #a54bd9;

	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
}

.bon-promo-bar,
.bon-promo-bar * {
	box-sizing: border-box;
}

.bon-promo-bar__picture {
	display: block;

	width: 100%;
	height: 40px;
}

.bon-promo-bar__image {
	display: block;

	width: 100%;
	height: 40px;
	max-width: none;

	margin: 0;
	padding: 0;

	object-fit: cover;
	object-position: center;

	image-rendering: auto;
}


.bon-promo-bar__link {
	display: block;

	width: 100%;
	height: 40px;

	color: inherit;
	text-decoration: none;
}

.bon-promo-bar__link:hover,
.bon-promo-bar__link:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.bon-promo-bar__link:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}
