.facette-prix-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	margin-bottom: 10px;
}

.facette-prix-input label {
	margin-bottom: 0;
}

.facette-prix-input label,
.facette-prix-input span {
	width: 100%;
}

.facette-prix-input span {
	position: relative;
}

.facette-prix-input span::after {
	content: '€';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.facette-prix-input input {
	width: 100%;
	text-align: center!important;
	padding-right: 25px!important;
}

.facette-prix-button {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

#submitPrice {
	text-align: right;
	color: #fff;
}
