html, body {
	margin: 0;
	padding: 0;
	background: #f0f0f1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #132739;
}

.bnb-extrait-header {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: baseline;
	gap: 12px;
	padding: 12px 18px;
	background: #132739;
	color: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.bnb-extrait-titre {
	font-weight: 600;
	font-size: 15px;
}

.bnb-extrait-mention {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #34a4c6;
}

#bnb-extrait-viewer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 20px 12px 60px;
}

.bnb-extrait-page {
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
	max-width: 100%;
}

.bnb-extrait-chargement,
.bnb-extrait-erreur {
	margin-top: 40px;
	color: #50575e;
	font-size: 14px;
}

.bnb-extrait-erreur {
	color: #b32d2e;
}
