.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em
		rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.heading {
	border: solid rgba(0, 0, 0, .5);
	border-width: 2px 0;
}

.heading-text {
	font-size: 1.5rem;
}

.page-link {
	font-size: 0.80rem;
	text-align: center;
}

.page-pay {
	padding: 0;
	box-sizing: content-box;
}

.page-legend {
	font-size: 0.60rem;
}

.eventNotification {
	text-align: center;
	font-weight: bold;
}

.eventNotificationWhite {
	color: white;
	text-align: center;
	font-weight: bold;
}

.product-bloc {
	padding-top: 100px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.product-header {
	background-color: white;
	color: black;
}

.product-row {
	border: solid black;
	border-width: 1px 0;
	background-color: white;
	color: black;
}

.command-row {
	border: solid black;
	border-width: 2px 0;
	background-color: white;
	color: black;
}

.command-detail-row {
	color: blue;
}

.basket-row {
	border: solid black;
	border-width: 1px 0;
	background-color: white;
	color: black;
}

.badge {
	margin: 4px 0px 4px 0px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	width: 100%;
	height: 1000px;
}