.msw-pl-bandeau {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
}

.msw-pl-bandeau__inner {
	max-width: 1140px;
	margin: 0 auto;
}

.msw-pl-bandeau__prefixe {
	font-weight: 700;
}

/* Le bandeau occupe le flux : un header absolu ou fixe doit être décalé d'autant */
body.home.msw-pl-has-bandeau .elementor-sticky--effects {
	top: var(--msw-pl-bandeau-hauteur, 0px);
}

.msw-pl-indisponible {
	margin: 0 0 15px;
	padding: 10px 12px;
	border-left: 3px solid #b32d2e;
	background: #fdf3f3;
	font-size: 14px;
}

@media (max-width: 767px) {
	.msw-pl-bandeau {
		font-size: 13px;
		padding: 8px 12px;
	}
}
