.resultat-recherche-relift__pricing__formula {
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.resultat-recherche-relift__pricing__formula:hover,
.resultat-recherche-relift__pricing__formula:focus-within {
	background-color: rgba(47, 52, 89, 0.06);
	box-shadow: inset 0 0 0 1px rgba(47, 52, 89, 0.08);
}

.resultat-recherche-relift__pricing__formula .formula-name {
	transition: color 0.2s ease;
}

.resultat-recherche-relift__pricing__formula .price-current,
.resultat-recherche-relift__pricing__formula .price-value {
	transition: color 0.2s ease;
}

.resultat-recherche-relift__pricing__formula:hover .formula-name,
.resultat-recherche-relift__pricing__formula:focus-within .formula-name {
	color: #e64427;
}

.resultat-recherche-relift__pricing__formula:hover .price-current,
.resultat-recherche-relift__pricing__formula:hover .price-value,
.resultat-recherche-relift__pricing__formula:focus-within .price-current,
.resultat-recherche-relift__pricing__formula:focus-within .price-value {
	color: #2f3459;
}

.checkbox-list .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23ffffff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}