/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2026 | 15:22:54 */
body .gform_wrapper .gform_required_legend {
	display: none;
}

body .gform_wrapper .gf_page_steps {
	justify-content: space-between;
	position: relative;
}
body .gform_wrapper .gf_page_steps::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 3px;
	width: 100%;
	background: #4B1740;
}
body .gform_wrapper .gf_step_number {
	background: #FFF32A;
	color: #4B1740;
	border: 2px solid #4C1740;
	font-family: "Poppins";
	font-size: 34px;
	font-weight: 700;
	height: 60px;
	width: 60px;
}
body .gform_wrapper .gf_step.gf_step_active .gf_step_number {
	background: #ffffff;
}
body .gform_wrapper .gf_step .gf_step_number::after {
	display: none!important;
}
body .gform_wrapper .gf_step_label {
	display: none;
}

body .gform_wrapper .gfield--type-quiz {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 100px;
}
/*
body .gform_wrapper .gfield--type-quiz>legend {
	display: none;
}
*/
body .gform_wrapper .gfield--type-quiz>.validation_message {
	display: none!important;
}
body .gform_wrapper .gfield--type-quiz>.ginput_container {
	position: relative;
	order: 2;
	width: 40%;
	border-radius: 0 30px 30px 0;
	background: rgba(255, 255, 255, 0.46);
	padding: 135px 40px 50px;
	margin: 30px 0;
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
}
body .gform_wrapper .gfield--type-quiz>.gfield_description {
	order: 0;
	width: 60%;
	background: #4B1740;
	padding: 80px 40px;
	border-radius: 30px 0 0 30px;
	margin: 0;
}
body .gform_wrapper .gfield--type-quiz .gfield_description {
	font-family: "Poppins";
	font-size: 15px;
	color: #000000;
	word-break: break-word;
}
body .gform_wrapper .gfield--type-quiz>.gfield_description img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

body .gform_wrapper .gfield--type-quiz>.ginput_container::before {
	content: "";
	background-image: url("/cont/uploads/2026/05/3-Pompon_Quiz.png");
	background-size: contain;
	width: 240px;
	height: 205px;
	position: absolute;
	left: 50%;
	top: -85px;
	transform: translateX(-50%);
}

body .gform_wrapper .gfield--type-quiz legend.gfield_label {
	font-family: "Poppins";
	font-size: 28px;
	font-weight: 500;
	color: #4B1740;
	line-height: 1.2em;
	margin-bottom: 25px;
}
body .gform_wrapper .gfield--type-quiz legend.gfield_label .gfield_required {
	display: none;
}


body .gform_wrapper .gfield--type-quiz .gfield_radio {
	counter-reset: choice-counter;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	width: 100% !important;
}
body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice {
	overflow: initial;
	margin: 0;
	display: flex;
	cursor: pointer;
}

body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice input[type="radio"] {
	display: none;
}
body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice label {
	list-style-type: lower-alpha;
	padding: 30px 15px 30px 30px!important;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
	background: #ffffff;
	border-radius: 20px;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	min-height: 80px;
	display: flex;
	align-items: center;
	color: #000000;
	font-family: 'Poppins', Sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
}
body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice label::before {
	content: counter(choice-counter, upper-alpha);
	counter-increment: choice-counter;
	aspect-ratio: 1 / 1;
	background: #FFF32A;
	color: #4B1740!important;
	border: 1px solid #4B1740;
	padding: 10px;
	border-radius: 100px;
	color: #ffffff;
	font-family: 'Poppins', Sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
}

body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice .gquiz-indicator {
	display: none;
}

body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice label.gquiz-correct-choice {
	background: green;
	color: #ffffff;
}
body .gform_wrapper .gfield--type-quiz .gfield_radio .gchoice label.gquiz-incorrect-choice {
	background: red;
	color: #ffffff;
}

body .gform_wrapper .gform-page-footer {
	justify-content: flex-end;
	paddingÈ 20px;
}
body .gform_wrapper .gform_page_footer input.gform-theme-button.button {
    font-size: 16px!important;
    font-weight: 800!important;
    font-family: 'Poppins', Sans-serif!important;
    letter-spacing: 1px!important;
	text-transform: uppercase!important;
	border-color: #f95c63!important;
	background-color: #f95c63!important;
	border-radius: 3px!important;
	color: #fff!important;
}
body .gform_wrapper .gform_page_footer input.gform-theme-button.button:hover {
	color: #f95c63!important;
	background-color: #212121!important;
	border-color: #212121!important;
}