
#prequote .libelle {
	margin-bottom: 10px;
}

#prequote .libelle a {
	display: block;
	text-decoration: underline
}

#prequote .space {
	margin-top: 10px;
}

#prequote .elementor-field-option {
	width: calc(50% - 10px);
	padding: 0 !important;
	display: flex;
}

#prequote .elementor-field-subgroup {
	gap: 20px;
}

#prequote input[type="radio"],
#prequote input[type="checkbox"] {
	appearance: none !important;
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 29px 0 0 20px;
}

#prequote input[type="radio"]:checked,
#prequote input[type="checkbox"]:checked {
	background-color: var(--e-global-color-fd187ef) !important;
}

#prequote input[type="radio"]:checked::before,
#prequote input[type="checkbox"]:checked::before {
	content: "✓";
	position: absolute;
	top: -10px;
	font-size: 25px;
	font-family: var(--e-global-typography-primary-font-family);
}

#prequote input,
#prequote textarea {
	border-radius: 30px !important;
	border: 0.5px solid var(--e-global-color-text) !important;
}

#prequote label {
	cursor: default !important;
}

#prequote .elementor-field-option label {
	flex: 1;
	cursor: pointer !important;
	padding: 30px 20px 20px 20px;
	border: 0.5px solid var(--e-global-color-text);
	border-radius: 30px;
	transition: box-shadow 0.2s ease;
	position: relative;
}

#prequote .elementor-field-option label:hover {
	box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.25);
}

#prequote .elementor-field-group-gender input {
	margin-top: 3px !important;
	margin-left: 0 !important;
}

#prequote .elementor-field-group-gender label {
	padding-top : 5px !important;
	padding-bottom : 5px !important;
	padding-left : 30px !important;
	border: none !important;
}

#prequote .elementor-field-option label:hover {
	box-shadow: none !important;
}

#prequote .radio,
#prequote .description,
#prequote .target {
	display: block;
}

#prequote .radio {
	font-size: 18px;
	font-weight: 700;
	padding-left: 30px;
	padding-bottom: 15px;
}

#prequote .description {
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
	line-height: 18px;
}

#prequote .target {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 18px;
}

#prequote svg{
	position: absolute;
	width: 40px;
	right: 30px;
	bottom: 15px;
	opacity: .6;
	fill:  var(--e-global-color-fd187ef) !important;
	z-index: -1;

}

#prequote .elementor-field-option a::before {
	content: 'En savoir plus';
	display: block;
	font-size: 14px;
	text-decoration: underline;
}

#prequote .e-form__buttons {
	margin-top: 20px;
	justify-content: end !important;
}

#prequote .e-form__indicators__indicator--state-inactive, #prequote .e-form__indicators__indicator__label {
	font-weight: 300;
}

#prequote .e-form__indicators__indicator__number {
	border-width: .5px;
}

#prequote .e-form__indicators__indicator--state-active .e-form__indicators__indicator__number, #prequote .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__number {
	border-width: 1.5px;
}

#prequote .e-form__indicators__indicator--state-active,
#prequote .e-form__indicators__indicator--state-active .e-form__indicators__indicator__label, 
#prequote .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
	font-weight: 600 !important;
}

#prequote .elementor-upload-field {
	border: none !important;
	border-radius: unset !important;
}

#prequote u {
	position: relative;
	color: inherit;
	text-decoration: none;
}

#prequote u::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: var(--e-global-color-fd187ef);
	z-index: -1;
}