body {
	background-color: #D41318;
	color: #ffffff;
	width: 100%;
	height: 100vh;
}

p {
	margin-bottom: 10px;
}

.bold {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.mw-65 {
	max-width: 65%;
}

.mw-80 {
	max-width: 80%;
}

.btn {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-size: 21px;
	border-radius: 34px;
	padding: 4px 15px 9px 15px;
	border: 2px solid #ffffff;
	display: inline-flex;
	font-weight: 400;
	align-items: center;
}

.btnInverse {
	background-color: #423252;
	color: #ffffff;
	text-decoration: none;
	font-size: 21px;
	border-radius: 34px;
	padding: 4px 15px 9px 15px;
	border: 2px solid #ffffff;
	display: inline-flex;
	font-weight: 400;
	align-items: center;
	margin-bottom: 35px;
	cursor: pointer;
}

.container {
	margin: 0 auto;
	max-width: 700px;
	height: 100vh;
	width: 100%;
}


section,
.outer-border {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
}

.outer-border {
	position: relative;
	overflow: hidden;
}

.inner-border {
	/*position: absolute;
	left: 0;*/
	overflow-x: hidden;
	overflow-y: scroll;
}

/* Works on Firefox */
.inner-border {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Works on Chrome, Edge, and Safari */
.inner-border::-webkit-scrollbar {
	width: 12px;
}

.inner-border::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

.inner-border::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 20px;
	border: 3px solid rgba(0, 0, 0, 0);
}

.inner-border::-webkit-scrollbar {
	display: none;
}



section.questionnaire,
section.correct,
section.incorrect {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

section.correct,
section.incorrect {
	justify-content: center;
}

section.incorrect {
	text-align: center;
}


img.logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 6px;
}

img.imgResume {
	max-width: 273px;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 10px rgba(255, 252, 214, 0.839));
	margin-top: 48px;
	margin-bottom: 15px;
}

.buttons {
	margin-bottom: 60px;
	margin-top: 10px;
}

.title_form {
	text-align: center;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 35px;
	line-height: 38px;
}

.baseline_form {
	line-height: 24px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

.questions {
	max-width: 500px;
}

.title_question {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 10px;
	display: block;
	margin-top: 40px;
}

.title_question:first-child {
	margin-top: 0;
}

.formDefault {
	padding-bottom: 100px;
}

#validation-form {
	text-align: center;
}

.formDefault .questions p {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0;
	padding-left: 22px;
}

.formDefault input[type="checkbox"]+label,
.formDefault input[type="radio"]+label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
	margin-right: 15px;
	line-height: 28px;
	font-size: 24px;
}

.formDefault input[type="checkbox"]+label::before,
.formDefault input[type="radio"]+label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	position: absolute;
	top: 4px;
	left: 2px;
	border: 2px solid #FFFFFF;
	background-color: transparent;
	border-radius: 50%;
}

.formDefault input[type="checkbox"],
.formDefault input[type="radio"] {
	display: none !important
}

.formDefault input[type="checkbox"]:checked+label::after,
.formDefault input[type="radio"]:checked+label::after {
	content: ".";
	font-family: FontAwesome;
	font-size: 66px;
	font-weight: 900;
	line-height: 20px;
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: -14px;
	left: 4.4px;
	border-radius: 3px;
}

.formDefault input.defaultTxt {
	background-color: #F5F5F5;
	height: 37px;
	font-size: 18px;
	border: 0;
	border-radius: 32px;
	padding: 0 1rem 0 1rem;
	color: #A7A7A7;
	font-weight: 400;
	width: 313px;
	max-width: 100%;
	margin: 15px auto;
}

button.btnInverse {
	margin: 40px auto 35px auto;
	display: block;
	padding: 2px 35px 7px 35px;
	font-size: 24px;

}

.incorrect h2 {
	max-width: 250px;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 50px;
}

.parsley-errors-list {
	color: #ffffff;
	text-align: left;
}

/*RESPONSIVE*/
@media (max-width:768.99px) {
	body {
		background-color: #D41318;
	}

	/*MOBILE*/
	.logo {
		max-width: 75%;
	}

	h1 {
		font-size: 36px;
	}

	.mw-65 {
		max-width: 65%;
		font-size: 22px;
	}

	.mw-80 {
		max-width: 80%;
		font-size: 18px;
	}

	#questionnaire-form {
		padding: 0 24px;
	}

	.title_question {
		font-size: 24px;
		line-height: 22px;
	}

	.formDefault input[type="checkbox"]+label,
	.formDefault input[type="radio"]+label {
		font-size: 22px;
		line-height: 26px;
	}

	.formDefault input.defaultTxt {
		margin: 10px auto;
	}

	#ahrefSubmitValidation {
		margin-top: 20px;
	}
}