

html {
	font-size: 90%;
	line-height: 1.2;
}
body {
	overflow: hidden;
}


* {
	font-family: Arial;
}


/* ==========================================================================
	Structure
   ========================================================================== */
html, body, .content {
	position: absolute;
	top: 0;			left: 0;
	bottom: 0;		right: 0;
	width: 100%;	height: 100%;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}
header {
	flex: 0 0 auto;
	width: 100%;
}
.bal-content {
	flex: 1 0 auto;
	width: 100%;
}
footer {
	flex: 0 0 auto;
	width: 100%;
}

.content-container {
	width: 100%;
	/*max-width: 1100px;*/
	max-width: 768px;
	margin: 0 auto;
	padding: 15px;
}
.content-container .content-row {
	display: flex;
}

/* ==========================================================================
	Fonts
   ========================================================================== */




/* ==========================================================================
	Colors
   ========================================================================== */



/* ==========================================================================
	content
   ========================================================================== */
.picto {
	width: 50px;
}


.touchable {
	cursor: pointer;
}
.touchable, .touchable * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
@media (hover: hover) {
	.touchable:not(.disabled):hover {
		transform: scale3d(1.02, 1.02, 1);
		-o-transform: scale3d(1.02, 1.02, 1);
		-moz-transform: scale3d(1.02, 1.02, 1);
		-webkit-transform: scale3d(1.02, 1.02, 1);
	}
}
.touchable:not(.disabled).touched {
	transform: scale3d(0.98, 0.98, 1);
	-o-transform: scale3d(0.98, 0.98, 1);
	-moz-transform: scale3d(0.98, 0.98, 1);
	-webkit-transform: scale3d(0.98, 0.98, 1);
}



a.abcd {
	color: inherit;
	cursor: pointer;
	white-space: nowrap;
}
a.abcd::after {
	content: "";
	position: relative;
	display: inline-block;
	top: -7px;
	width: 10px;
	height: 10px;

	background: url(../img/picto-info-bis.png) no-repeat center center;
	background-size: contain;
}



/* ==========================================================================
	HOME
   ========================================================================== */
.background-home {
	position: absolute;
	top: 0;			left: 0;
	bottom: 0;		right: 0;
	width: 100%;	height: 100%;

	z-index: 1;
	opacity: 1;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
}
.background-home.hidden {
	opacity: 0;
}
.background-home img.illu {
	position: absolute;
	bottom: 0;		left: 0;
	width: auto;
	height: 75%;
}


#tpl-home header {	
	transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
}
#tpl-home header h1 {
	width: 100%;
	margin-bottom: 10px;

	color: white;

	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 1.5rem;
	font-family: Arial;
	font-weight: bolder;
}
#tpl-home header h2 {
	width: 100%;

	color: white;

	text-align: center;
	font-size: 1.4rem;
	font-family: Arial;
	font-weight: bold;
}

/*#tpl-home header .dropdown-lang {

}
#tpl-home header .dropdown-lang .flag-label {
	width: 30px;
	margin-bottom: 10px;

	cursor: pointer;
}
#tpl-home header .dropdown-lang .flag-label img {
	width: 100%;
}
#tpl-home header .dropdown-lang .dropdown {
	position: absolute;
	right: 15px;

	background: rgba(255,255,255, 0.9);
}
#tpl-home header .dropdown-lang .dropdown.hidden {
	display: none;
}
#tpl-home header .dropdown-lang .dropdown .option {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 5px;
	cursor: pointer;
}
#tpl-home header .dropdown-lang .dropdown .option img {
	width: 30px;
	margin: 0px 5px;
}
#tpl-home header .dropdown-lang .dropdown .option p {
	margin: 0;
	margin-left: 10px;
}
@media screen and (min-width: 768px) {
	#tpl-home header .dropdown-lang .flag-label {
		margin-bottom: 0;
	}
	#tpl-home header .dropdown-lang {
		position: absolute;
		right: 15px;
	}
	#tpl-home header .dropdown-lang .dropdown {
		right: 0;
	}
}*/


#tpl-home header .flags-wrapper {
	display: flex;
}
#tpl-home header .flags-wrapper .flag-label {
	width: 30px;
	margin: 0 5px;
	margin-bottom: 10px;

	cursor: pointer;
}
#tpl-home header .flags-wrapper .flag-label img {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	#tpl-home header .flags-wrapper {
		position: absolute;
		right: 15px;
	}
	#tpl-home header .flags-wrapper .flag-label {
		margin-bottom: 0;
	}
}




#tpl-home .bal-content {
	height: 1px;
}
#tpl-home .bal-content .content-container {
	width: 100%;	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: flex-end;
}
#tpl-home .bal-content .part {
	flex: 0 0 33.3%;
	width: 100%;	height: 33.3%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-height: 740px) {
	#tpl-home .bal-content .content-container {
		justify-content: space-between;
	}
	#tpl-home .bal-content .part {
		flex: 0 0 auto;
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	#tpl-home .bal-content .part.part-right {
		justify-content: flex-end;
	}
}
#tpl-home .bal-content .part h4 {
	width: 60%;

	color: white;

	text-align: center;
	font-size: 1.2rem;
	font-family: Arial;
}
@media screen and (min-width: 768px) {
	#tpl-home .bal-content .part h4 {
		font-size: 1.5rem;
	}
}
#tpl-home .bal-content .part img.logo-big {
	height: auto;
	max-width: 60%;	
	max-height: 100%;
}

#tpl-home .bal-content .part .button {
	width: 50%;
	flex: 1 1 50%;
	height: 150px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	/*background-color: rgba(0,113,188,0.77);*/

	cursor: pointer;
	text-decoration: none !important;

	transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
}

/*#tpl-home .bal-content .part .button:hover {
   transform: scale3d(1.02, 1.02, 1);
}
#tpl-home .bal-content .part .button.touched {
   transform: scale3d(0.98, 0.98, 1);
}*/
#tpl-home .bal-content .part .button:nth-of-type(1) {
	margin-right: 7.5px;
}
#tpl-home .bal-content .part .button:nth-of-type(2) {
	margin-left: 7.5px;
}
#tpl-home .bal-content .part .button p {
	margin: 10px;

	color: white;

	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: none !important;
}
@media screen and (max-height: 700px) {
	#tpl-home .bal-content .part .button {
		height: 100px;
	}
	#tpl-home .bal-content .part .button img {
		width: 30px;
	}
	#tpl-home .bal-content .part .button p {
		font-size: 1rem;	
	}
}


#tpl-home footer {
	/*background-color: rgba(0,113,188,0.77);*/
	transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
}
#tpl-home footer p {
	width: 100%;
	margin: 0;

	color: white;

	text-align: center;
	font-size: 0.9rem;
	font-family: Arial;
}
#tpl-home footer p.ml {
	margin-bottom: -10px;
	font-size: 0.7rem;
}
#tpl-home footer a p.ml,
#tpl-home footer a {
	text-decoration: none;
}



/* ==========================================================================
	BASIC
   ========================================================================== */
.basic header {
	background: #134ab6;
}
.basic header .logo {
	height: 40px;
	margin-top: -3px;
    margin-bottom: 3px;
}
.basic header p {
	margin: 0;
	margin-left: 10px;

	color: white;
	font-size: 1.1rem;
    font-weight: bold;
}
/*.basic header .logo.touched {
	transform: scale3d(0.98, 0.98, 1);
}*/

.basic .bal-content,
.abcdaire-wrapper .bal-content {
	overflow-y: scroll;
	flex: 1;
}
.basic .bal-content .content-container,
.abcdaire-wrapper .bal-content .content-container {
	height: 100%;
	padding: 0 15px;
}
.basic .bal-content .content-row,
.abcdaire-wrapper .bal-content .content-row {
	position: relative;
	display: block;
	height: 100%;
}

.basic footer,
.abcdaire-wrapper footer {
	background: #134ab6;
}
.basic footer .abcd-button,
.abcdaire-wrapper footer .abcd-button {
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 100%;

	cursor: pointer;

	transform: scale3d(1, 1, 1) !important;
	-o-transform: scale3d(1, 1, 1) !important;
	-moz-transform: scale3d(1, 1, 1) !important;
	-webkit-transform: scale3d(1, 1, 1) !important;
}

.basic footer .picto,
.abcdaire-wrapper footer .picto {
	width: 35px;
}
.basic footer p,
.abcdaire-wrapper footer p {
	margin: 0;

	color: white;
	text-align: center;
	font-size: 1.1rem;
    font-weight: bold;
}
.basic footer .abcd-button.touched p {
	transform: scale3d(0.98, 0.98, 1);
	-o-transform: scale3d(0.98, 0.98, 1);
	-moz-transform: scale3d(0.98, 0.98, 1);
	-webkit-transform: scale3d(0.98, 0.98, 1);
}
@media (hover: hover) {
	.basic footer .abcd-button:hover p {
		transform: scale3d(1.02, 1.02, 1);
		-o-transform: scale3d(1.02, 1.02, 1);
		-moz-transform: scale3d(1.02, 1.02, 1);
		-webkit-transform: scale3d(1.02, 1.02, 1);
	}
}



/* ==========================================================================
	SEE RESULT
   ========================================================================== */
.see-result-wrapper {
	display: flex;
	flex-direction: column;

	padding: 15px 0;
	min-height: 100%;
}
.see-result-wrapper h4 {
	margin-bottom: 50px;

	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #2e3192;
}
.see-result-wrapper p.intitule {
	margin-bottom: 20px;

	color: #2e3192;

	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;	
}
.see-result-wrapper input {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px;

  	border: 2px solid #577fd9;
  	background: none;

  	text-align: center;
  	line-height: 1;
}
.see-result-wrapper input:focus {
	border-color: #577fd9;
}
@media (hover: hover) {
	.see-result-wrapper input:hover {
		border-color: #577fd9;
	}
}
.see-result-wrapper p.error {
	margin-top: 5px;

	color: red;

	font-size: 1rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;	
}
.see-result-wrapper .reponse-box {
	margin: 10px 0;

	border: 2px solid #577fd9;
	background: none;

	transform: scale3d(1,1,1);
}
.see-result-wrapper .button {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 250px;
	margin: 0 auto;
	margin-top: 40px;

	border: none;
	background: #134ab6 !important;
}
.see-result-wrapper .button.disabled {
	opacity: 0.3;
}
.see-result-wrapper .button p,
.see-result-wrapper .reponse-box p {
	margin: 15px 20px;

	color: black;

	font-size: 1.2rem;
	line-height: 1.1;
	text-align: center;
}
.see-result-wrapper .button p {
	color: white;
}

.see-result-wrapper .button.touched,
.see-result-wrapper .reponse-box.touched {
	background: #ccc;
}
@media (hover: hover) {
	.see-result-wrapper .button:hover,
	.see-result-wrapper .reponse-box:hover {
		background: #ccc;		
	}
}
.see-result-wrapper .reponse-box.selected {
	border: 2px solid #7192df !important;
	background: #7192df !important;
}
.see-result-wrapper .reponse-box.selected p {
	color: white;
	font-weight: bold;
}


/* ==========================================================================
	QUESTIONS
   ========================================================================== */
.question-wrapper {
	display: flex;
	flex-direction: column;

	padding: 15px 0;
	min-height: 100%;
}
.question-wrapper > div {
	flex: 0 0 auto;
}
.question-wrapper > div.question-box {
	position: relative;

	flex: 1 0 auto;
	margin: 15px 0;
}
.question-wrapper .question-content {
	position: absolute;
	width: 100%;
	left: 0;

	transition: opacity 0.4s ease, left 0.5s ease;
	-moz-transition: opacity 0.4s ease, left 0.5s ease;
	-o-transition: opacity 0.4s ease, left 0.5s ease;
	-webkit-transition: opacity 0.4s ease, left 0.5s ease;
}
.question-wrapper .question-content.hidden {
	/*position: absolute;*/
	opacity: 0;
	left: 110%;
}
.question-wrapper .question-content.hidden.left {
	left: -110%;
}

.question-wrapper .question-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 36px;
}
.question-wrapper .question-buttons .button {
	cursor: pointer;
}
.question-wrapper .question-buttons .button .picto {
	width: 35px;
}
/*.question-wrapper .question-buttons .button:not(.disabled):hover {
   transform: scale3d(1.02, 1.02, 1);
}
.question-wrapper .question-buttons .button:not(.disabled).touched {
   transform: scale3d(0.98, 0.98, 1);
}*/
.question-wrapper .question-buttons .button.disabled {
	opacity: 0.3;
}
.question-wrapper .question-buttons .button.hidden {
	display: none;
}
.question-wrapper .question-buttons .loader-indicator {
	
}
.question-wrapper .question-buttons .loader-indicator.hidden {
	display: none;
}


.question-wrapper p.intitule {
	margin-bottom: 20px;

	color: #2e3192;

	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;	
}
.question-wrapper p.intitule a {
	color: inherit;
	text-decoration: underline;
}
.question-wrapper .reponse-box {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 10px 0;

	border: 2px solid #577fd9;
	background: none;

	transform: scale3d(1,1,1);
}
.question-wrapper .reponse-box p {
	margin: 15px 20px;

	color: black;

	font-size: 1.2rem;
	line-height: 1.1;
	text-align: center;
}
.question-wrapper .reponse-box p a {
	color: inherit;
	text-decoration: none;
}

.question-wrapper .reponse-box:not(.disabled).touched {
	background: #ccc;
}
@media (hover: hover) {
	.question-wrapper .reponse-box:not(.disabled):hover {
		background: #ccc;
	}
}
.question-wrapper .reponse-box.selected {
	border: 2px solid #7192df !important;
	background: #7192df !important;
}
.question-wrapper .reponse-box.selected p {
	color: white;
	font-weight: bold;
}
.question-wrapper .reponse-box.disabled {
	opacity: 0.5;
}


.question-wrapper .question-content.check {
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.question-wrapper .question-content.check .check-wrapper {
	width: 200px;	height: 200px;

	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;

	background: #7192df;
}


/* ==========================================================================
	QUIZ-ERROR
   ========================================================================== */
.error-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding: 15px 0;
	min-height: 100%;
	width: 100%;
}
.error-wrapper.hidden {
	display: none;
}
.error-wrapper h4 {
	margin-bottom: 20px;

	color: #2e3192;

	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;	
}
.error-wrapper .error-button {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 10px 0;

	border: 2px solid #577fd9;
	background: none;

	transform: scale3d(1,1,1);
}
.error-wrapper .error-button p {
	margin: 15px 20px;

	color: black;

	font-size: 1.2rem;
	line-height: 1.1;
	text-align: center;
}
.error-wrapper .error-button:not(.disabled).touched {
	background: #ccc;
}
@media (hover: hover) {
	.error-wrapper .error-button:not(.disabled):hover {
		background: #ccc;
	}
}
/*.error-wrapper .error-button:not(.disabled):hover {
	transform: scale3d(1.02, 1.02, 1);
}
.error-wrapper .error-button:not(.disabled).touched {
	transform: scale3d(0.98, 0.98, 1);
}*/
.error-wrapper .error-button.selected {
	border: 2px solid #7192df !important;
	background: #7192df !important;
}
.error-wrapper .error-button.selected p {
	color: white;
	font-weight: bold;
}
.error-wrapper .error-button.disabled {
	opacity: 0.5;
}

/* ==========================================================================
	QUIZ-PROGRESS
   ========================================================================== */
#quiz-progress {
	position: relative;
	width: 100%;
}
#quiz-progress .background {
	width: 100%;	height: 15px;

	background-color: #cccccc;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
#quiz-progress .progress-bar {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;

	background-color: #134ab6;

	transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-webkit-transition: width 0.5s ease;
}


/* ==========================================================================
	ABCDAIRE
   ========================================================================== */
.abcdaire-wrapper {
	position: absolute;
	left: 0;		right: 0;
	width: 100%;

	max-height: calc(100% - 70px);		/*	70px => height du header	*/

	bottom: 0;
	top: auto;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	z-index: 2;

	background: white;

	transition: max-height .5s ease;
	-o-transition: max-height .5s ease;
	-moz-transition: max-height .5s ease;
	-webkit-transition: max-height .5s ease;
}
.abcdaire-wrapper.hidden {
	max-height: 65px;				/*	65px => height du footer	*/
}
.abcdaire-wrapper.none {
	display: none;
}

.abcdaire-wrapper .content-row {
	display: block;

	overflow-y: scroll;
}

.abcdaire-wrapper footer {
	transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
}
.abcdaire-wrapper:not(.hidden) footer {
	background: #7192df;
}
.abcdaire-wrapper footer img.picto {
	transition: transform .5s ease;
	-o-transition: -o-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
}
.abcdaire-wrapper:not(.hidden) footer img.picto {
	transform: rotate(450deg);
}

.abcdaire-wrapper .abcdaire p.word {
	margin:	10px 0 5px 0;
	font-weight: bold;
	color: #134ab6;
}

.abcdaire-wrapper .abcdaire .lex-content.blink {
	-webkit-animation: blink-text 800ms linear 3;
	-moz-animation: blink-text 800ms linear 3;
	-ms-animation: blink-text 800ms linear 3;
	-o-animation: blink-text 800ms linear 3;
	animation: blink-text 800ms linear 3;
}
@-webkit-keyframes blink-text {
	0% { background-color: none; }
	50% { background-color: #d1dfff; }
	100% { background-color: none; }
}
@-moz-keyframes blink-text {
	0% { background-color: none; }
	50% { background-color: #d1dfff; }
	100% { background-color: none; }
}
@-ms-keyframes blink-text {
	0% { background-color: none; }
	50% { background-color: #d1dfff; }
	100% { background-color: none; }
}
@-o-keyframes blink-text {
	0% { background-color: none; }
	50% { background-color: #d1dfff; }
	100% { background-color: none; }
}
@keyframes blink-text {
	0% { background-color: none; }
	50% { background-color: #d1dfff; }
	100% { background-color: none; }
}



/* ==========================================================================
	PAGE RESULT
   ========================================================================== */
#tpl-result .content-row {
	/*display: flex;

	flex-direction: column;*/
}
.result-wrapper {
	flex: 1 1 auto;/*
	overflow-y: scroll;*/
}
.rdv-wrapper {
	/*flex: 0 0 60px;*/
	
	height: 60px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.rdv-wrapper p {
	margin: 0;

	text-align: center;
}


.result-wrapper.error {
	width: 100%;	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.result-wrapper.error img {
	width: 100px;
	margin-bottom: 20px;
}
.result-wrapper.error > p {
	text-align: center;
	font-size: 1.2rem;
}
.result-wrapper.error .button {
	display: flex;
	justify-content: center;
	align-items: center;

	margin: 10px 0;

	border: 2px solid #577fd9;
	background: none;

	transform: scale3d(1,1,1);
}
.result-wrapper.error .button p {
	margin: 15px 20px;

	color: black;

	font-size: 1.2rem;
	line-height: 1.1;
	text-align: center;
}
.result-wrapper.error .button.touched {
	background: #ccc;
}
@media (hover: hover) {
	.result-wrapper.error .button:hover {
		background: #ccc;
	}
}
/*.result-wrapper.error .button:hover {
	transform: scale3d(1.02, 1.02, 1);
}
.result-wrapper.error .button.touched {
	transform: scale3d(0.98, 0.98, 1);
}*/

.result-wrapper .code-wrapper {
	/*width: 100%;*/
	margin: 0 -15px;
	margin-top: 10px;

	display: flex;
	align-items: stretch;

	background: #f2f2f2;
}
.result-wrapper .code-wrapper .picto-wrapper {
	flex: 0 0 auto;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #89a4da;
}
.result-wrapper .code-wrapper .picto-wrapper img {
	width: 100px;
}
.result-wrapper .code-wrapper .text-wrapper {
	flex: 1 1 auto;

	padding: 5px 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.result-wrapper .code-wrapper .text-wrapper > p {
	margin: 0;
	text-align: center;
}
.result-wrapper .code-wrapper .text-wrapper > p b {
	color: #134ab6;
}
.result-wrapper .export-wrapper {
	margin: 0 -15px;

	display: flex;
	align-items: center;

	background: #f2f2f2;
}
.result-wrapper .export-wrapper img {
	flex: 0 0 100px;
	width: 100px;
}
.result-wrapper .export-wrapper .button-wrapper {
	flex: 1 1 auto;
}
.result-wrapper .export-wrapper .button-wrapper .button {
	display: flex;
	justify-content: center;
	align-items: center;

	height: 42.5px;
	margin: 5px;

	border: 2px solid #134ab6;
	text-decoration: none !important;
	cursor: pointer;
}
.result-wrapper .export-wrapper .button-wrapper .button p {
	margin: 0;

	color: black;
	text-align: center;

	text-decoration: none !important;
}
.result-wrapper .export-wrapper .button-wrapper a {
	text-decoration: none !important;
}

.result-wrapper .jauge-wrapper {	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;

	display: flex;
	align-items: center;

	/* background-color: #dce4f4; */
	background-color: #00ff00;
}
.result-wrapper .jauge-wrapper p {
	flex: 1 1 auto;
	margin: 0;
	padding: 0;

	text-align: justify;
	font-size: 1.2rem;
	font-weight: bold;
	/* color: #134ab6 */
	color: black;
}
.result-wrapper .jauge-wrapper p b {
	color: #134ab6;
	font-size: 1.1rem;
}

.result-wrapper .advices-wrapper {
	margin-top: 10px;
}
.result-wrapper .advices-wrapper > p {
	margin-bottom: 10px;

	color: #134ab6;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.result-wrapper .advices-wrapper .advices {

}
.result-wrapper .advices-wrapper .advices .advice {
	display: flex;
	align-items: stretch;

	margin: 0 0 15px 0;
}
.result-wrapper .advices-wrapper .advices .advice .picto-wrapper {
	flex: 0 0 50px;
	
	width: 50px;
	min-height: 50px;
	margin: 0 10px;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #134ab6;
}
.result-wrapper .advices-wrapper .advices .advice .picto-wrapper img {
	max-width: 30px;
	max-height: 30px;
}
.result-wrapper .advices-wrapper .advices .advice .text {
	flex: 1 1 auto;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
}
.result-wrapper .advices-wrapper .advices .advice .text * {
	margin: 0;
	font-size: 0.9rem;
}

.result-wrapper .advices-wrapper .advices .advice .text b {
	color: #134ab6;
	font-weight: bold;
}
.result-wrapper .advices-wrapper .advices .advice .text a {
	color: inherit;
	text-decoration: underline;
}
.result-wrapper .advices-wrapper .advices .advice .text strong {
	color: #134ab6;
	font-weight: bold;
	font-size: 1.1rem;
}
.result-wrapper .advices-wrapper .advices .advice .text ul {
	padding-left: 25px;
}
.result-wrapper .advices-wrapper .advices .advice .text a {
	text-decoration: none !important;
}
.result-wrapper .advices-wrapper .advices .advice .text .button {
	display: flex;
	justify-content: center;
	align-items: center;

	height: 42.5px;
	margin: 5px;

	border: 2px solid #134ab6;
	text-decoration: none !important;
	cursor: pointer;
}
.result-wrapper .advices-wrapper .advices .advice .text .button p {
	margin: 0;

	color: black;
	text-align: center;

	text-decoration: none !important;
}
.result-wrapper .advices-wrapper .advices .advice.strong .picto-wrapper {
	margin-right: 0;
}
.result-wrapper .advices-wrapper .advices .advice.strong .text {
	padding: 10px;
	/* background-color: #dce4f4; */
	background-color: #00ff00;
}
.result-wrapper .advices-wrapper .advices .advice.strong .text * {
	font-size: 1rem;
}
.result-wrapper .advices-wrapper .advices .advice.strong .text b {
	color: black;
}

.result-wrapper .guide-wrapper {
	margin: 0 -15px;
    padding: 10px 15px;
    padding-bottom: 5px;

	background-color: #dce4f4;
}
.result-wrapper .guide-wrapper p.title {
	margin: 0;
	margin-bottom: 5px;

	text-align: center;
	color: #134ab6;	
}
.result-wrapper .guide-wrapper .guides {
	padding: 0;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 0 -10px;
}
@media screen and (max-width: 768px) {
	.result-wrapper .guide-wrapper .guides {
		grid-template-columns: 1fr 1fr;
	}
}
.result-wrapper .guide-wrapper .guides > div {
	padding: 0;
}
.result-wrapper .guide-wrapper .guides .guide-button {
	display: flex;

	justify-content: center;
	align-items: stretch;

	background-color: #7192df;

	cursor: pointer;
}
.result-wrapper .guide-wrapper .guides .guide-button .picto-wrapper {
	flex: 0 0 50px;
	
	width: 50px;
	min-height: 50px;
	margin: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #134ab6;
}
.result-wrapper .guide-wrapper .guides .guide-button .picto-wrapper img {
	max-width: 30px;
	max-height: 30px;
}
.result-wrapper .guide-wrapper .guides .guide-button .text {
	flex: 1 1 auto;

	display: flex;
	align-items: center;
}
.result-wrapper .guide-wrapper .guides .guide-button .text p {	
	margin: 0 10px;

	color: white;
}
/*.result-wrapper .guide-wrapper .guides .guide-button:hover {
   transform: scale3d(1.02, 1.02, 1);
}
.result-wrapper .guide-wrapper .guides .guide-button.touched {
   transform: scale3d(0.98, 0.98, 1);
}*/
.result-wrapper .guide-wrapper .guide-content {
	max-height: 2000px;
	overflow: hidden;
	margin: 0;

	transition: max-height .5s ease;
	-moz-transition: max-height .5s ease;
	-o-transition: max-height .5s ease;
	-webkit-transition: max-height .5s ease;
}
.result-wrapper .guide-wrapper .guide-content.hidden {
	max-height: 0;
}
.result-wrapper .guide-wrapper .guide-content .text {
	margin-top: 10px;
}
.result-wrapper .guide-wrapper .guide-content .close-button {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;

	cursor: pointer;
}
/*.result-wrapper .guide-wrapper .guide-content .close-button:hover {
	transform: scale3d(1.02, 1.02, 1);
}
.result-wrapper .guide-wrapper .guide-content .close-button.touched {
	transform: scale3d(0.98, 0.98, 1);
}*/
.result-wrapper .guide-wrapper .guide-content .close-button img {
	width: 30px;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}


.result-wrapper .guide-wrapper .guide-content .text h5 {
	margin: 20px 0;

	color: #134ab6;
	text-align: center;
	font-weight: bolder;
}
.result-wrapper .guide-wrapper .guide-content .text h6 {
	margin: 20px 0;

	color: #134ab6;
	font-weight: bolder;
	text-transform: uppercase;
}
.result-wrapper .guide-wrapper .guide-content .text h6.rtl {
	text-align: right;
}
.result-wrapper .guide-wrapper .guide-content .text p {
	text-align: justify;
}


.result-wrapper .guide-wrapper .guide-content .text .table-scroller {
	overflow-x: scroll;
	overflow-y: scroll;
}
.result-wrapper .guide-wrapper .guide-content .text table th,
.result-wrapper .guide-wrapper .guide-content .text table td {
	min-width: 50px;
	padding: 5px;

	border: 2px solid #134ab6;
}
.result-wrapper .guide-wrapper .guide-content .text table th {
	background-color: #7d9bd7;
}
.result-wrapper .guide-wrapper .guide-content .text table th p {
	margin: 5px 0;
	color: white;
	text-align: center;
}
.result-wrapper .guide-wrapper .guide-content .text table td p,
.result-wrapper .guide-wrapper .guide-content .text table td li {
	margin: 5px 0;
	color: #134ab6;
	text-align: left;
}
.result-wrapper .guide-wrapper .guide-content .text table td p.rtl,
.result-wrapper .guide-wrapper .guide-content .text table td li.rtl {
	text-align: right !important;
}
.result-wrapper .guide-wrapper .guide-content .text table td ul {
	padding-left: 20px;
}
.result-wrapper .guide-wrapper .guide-content .text table img {
	height: 15px;
	margin: 5px;
}

.result-wrapper .guide-wrapper .guide-content .text .strong * {
	color: #134ab6;
}
.result-wrapper .guide-wrapper .guide-content .text .illustration {
	width: 100%;
}
.result-wrapper .guide-wrapper .guide-content .text .illustration img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.result-wrapper .guide-wrapper .guide-content .text li.rtl {
	text-align: right;
}
.result-wrapper .guide-wrapper .guide-content .text .warning {
	display: flex;
	align-items: center;

	padding: 10px;

	text-align: center;
	border: 2px solid #134ab6;
}
.result-wrapper .guide-wrapper .guide-content .text .warning .illustration {
	width: 100px;
	margin-right: 10px;
}
.result-wrapper .guide-wrapper .guide-content .text .warning img {
	margin: 0;
}
.result-wrapper .guide-wrapper .guide-content .text .warning p {
	text-align: justify;
	margin: 0;
}
















/* ==========================================================================
	LOADER
   ========================================================================== */
@keyframes ldio-ps3e3ttbarh {
	  0% { transform: scale(0); }
	 50% { transform: scale(1); }
	100% { transform: scale(0); }
}
.loader-indicator {
	width: 50px;
	height: 30px;
}
.loader-indicator .ldio-ps3e3ttbarh {
	width: 100%;  height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader-indicator .ldio-ps3e3ttbarh div { box-sizing: content-box; }
.loader-indicator .ldio-ps3e3ttbarh > div {
	/*position: absolute;*/
	width: 14px;
	height: 14px;
	margin: 2px;
	border-radius: 50%;
	/*top: 88px;*/
	animation: ldio-ps3e3ttbarh 1s cubic-bezier(0.3,0,0.7,1) infinite;
}
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 1) { background: #134ab6; }
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 2) { background: #134ab6; }
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 3) { background: #134ab6; }
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n)   { background: #134ab6; }
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 1) {
	/*left: 28px;*/
	animation-delay: -0.375s
}
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 2) {
	/*left: 68px;*/
	animation-delay: -0.25s
}
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 3) {
	/*left: 108px;*/
	animation-delay: -0.125s
}
.loader-indicator .ldio-ps3e3ttbarh > div:nth-of-type(4n + 4) {
	/*left: 148px;*/
	animation-delay: 0s
}


/* ==========================================================================
	SELECTRIC
   ========================================================================== */
.selectric {
  	border: 2px solid #577fd9;
  	background: none;
}
.selectric-focus .selectric {
  border-color: #577fd9;
}
.selectric-hover .selectric {
  border-color: #577fd9;
}
.selectric .label {
	color: black;

	font-size: 1.2rem;
}
.selectric-items li {
	border: 2px solid #577fd9;
	background: none;

	color: black;

	font-size: 1.2rem;
	line-height: 1.1;
}
.selectric-items li.selected {
 	border: 2px solid #7192df !important;
	background: #7192df !important;
}
.selectric-items li.highlighted {
 	background: #ccc;
}
.selectric-items .disabled {
	opacity: 0.3;
}




