b{font-weight:700 !important;}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
        background-color: #1e3a5f;
        color: #fff;
}

#header-menu{box-shadow: 0 1px 2px 0 rgba(23, 106, 161, 0.10);
backdrop-filter: blur(12px);}

/* ─── DNC Switch ON/OFF ─────────────────────────────────────────────────── */
.dnc-pill-container {
	display: inline-flex;
	align-items: center;
	border-radius: 12px;
	gap: 2px;
}

.dnc-pill-btn {
	all: unset;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 8px;
	padding: 10px 24px;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	opacity: 0.4;
	transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.dnc-pill-btn:hover {
	background-color: #fff  ;
	color: #333;
}

.dnc-pill-btn.dnc-active {
	opacity: 1;
}



.tarifs-bridge.dnc-switch-active,
.tarifs-bridge-web.dnc-switch-active{opacity:1; height:auto;transition: opacity 0.3s ease, height 0.3s ease;}
.tarifs-bridge, .tarifs-bridge-web{opacity:0; height:1px;transition: opacity 0.3s ease, height 0.3s ease;}



/* ─── DNC Avant / Après ─────────────────────────────────────────────────── */
.dnc-ba-wrapper {
	width: 100%;
	user-select: none;
	-webkit-user-select: none;
}
.dnc-ba-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: col-resize;
}
.dnc-ba-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}
.dnc-ba-after {
	position: absolute;
	inset: 0;
}
.dnc-ba-before {
	position: absolute;
	inset: 0;
}
.dnc-ba-label {
	position: absolute;
	z-index: 3;
	pointer-events: none;
	white-space: nowrap;
}
.dnc-ba-label-before { left: 16px; }
.dnc-ba-label-after  { right: 16px; }

/* Positions verticales des étiquettes */
.dnc-ba-labels-center .dnc-ba-label { top: 50%; transform: translateY(-50%); }
.dnc-ba-labels-top    .dnc-ba-label { top: 16px; }
.dnc-ba-labels-bottom .dnc-ba-label { bottom: 16px; }

.dnc-ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	transform: translateX(-50%);
}
.dnc-ba-handle-line {
	flex: 1;
	width: 2px;
	background-color: #ffffff;
}
.dnc-ba-handle-btn {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.dnc-ba-handle-btn svg {
	width: 22px;
	height: 22px;
	fill: #333333;
}