/* Selecteurs Contenance / Millesime construits sur les produits connexes Vitisoft. */

.ldr-cv {
	margin: 12px 0;
}

.ldr-cv__row {
	margin-bottom: 18px;
}

.ldr-cv__row:last-child {
	margin-bottom: 0;
}

.ldr-cv__label {
	margin: 0 0 8px;
	font-size: 15px;
	color: #000;
}

.ldr-cv__label strong {
	font-weight: 700;
}

.ldr-cv__current {
	color: #9b9b9b;
}

.ldr-cv__options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ldr-cv__btn {
	display: inline-block;
	min-width: 86px;
	padding: 9px 18px;
	border: 1px solid #e2001a;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ldr-cv__btn:hover:not(.is-active):not(.is-disabled) {
	background: #fdf0f1;
}

.ldr-cv__btn.is-active {
	background: #000;
	border-color: #000;
	color: #fff;
}

.ldr-cv__btn.is-disabled {
	border-color: #cfcfcf;
	color: #b5b5b5;
	background: #f5f5f5;
	cursor: not-allowed;
}

/* Widgets Elementor "dynamic" en cours de re-rendu. */
.ldr-cv-updating {
	opacity: 0.45;
	pointer-events: none;
	transition: opacity 0.15s ease;
}
