<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/jardin-des-fees/jdf-bg-5-1500px-scolaire.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	width: 100%;
	height: 100vh;
}

a,
a:hover,
a:visited,
a:active {
	color: inherit;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	width: 100%;
}

.bold {
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.mw-65 {
	max-width: 65%;
}

.mw-80 {
	max-width: 80%;
}

.mw-40 {
	max-width: 40%;
}

p {
	padding: 0 30px;
}

.p-1rem {
	padding: 1rem 30px;
}

.f--15 {
	font-size: 15px;
}

p.intro {
	margin-top: 2rem;
}

.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%;
}

.main_container {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 5px 0px 34px 4px rgba(0, 0, 0, 0.9);
}


section,
.outer-border {
	width: 100%;
	height: 100vh;
	padding-left: 10px;
	padding-right: 10px;
}

.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;
}

section.correct,
section.incorrect {
	justify-content: center;
}

section.incorrect {
	text-align: center;
}


img.logo {
	margin-top: 50px;
}

h1 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 36px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 36px;
	padding: 0 30px;
}

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 {
	padding-bottom: 60px;
	margin-top: 10px;
}

/*RESPONSIVE*/
@media (max-width:768.99px) {
	body {
		background-image: url("/customers/websites.xxx/templates/fr_FR/medias/visuels/jardin-des-fees/jdf-bg-4-scolaire.jpg");
		background-size: 135%;
	}

	.main_container {
		background-color: transparent;
		box-shadow: unset;
	}

	/*MOBILE*/
	.logo {
		max-width: 75%;
		margin-bottom: 50px;
	}

	h1 {
		font-size: 36px;
	}

	.mw-65 {
		max-width: 65%;
		font-size: 22px;
	}

	.mw-80 {
		max-width: 80%;
		font-size: 18px;
	}

	.bg_mobile {
		background-color: rgba(0, 0, 0, 0.6);
	}

	.btn {
		background-color: rgba(0, 0, 0, 0.4);
	}

}

ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
	padding-left: 70px;
	padding-bottom: 1rem;

	a {
		cursor: pointer;
		/*text-decoration: none;*/
		color: inherit;
	}

}</pre></body></html>