@charset "UTF-8";
@font-face {
	font-family: 'frutiger';
	src: url('fonts/FrutigerLTStd-LightCn.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dimbo';
	src: url('fonts/dimbo/DimboRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body, .serie{
	font-family: frutiger;
	height: 100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	max-width: 1280px;
	max-height: calc(100% - 30px);
	margin: auto;
	margin-top: 15px;
}

.serie{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	border: 2px #b8338a solid;
}
.serie[data-rendu="couleur1"]{
	border-color: #007A92;
}
.header{
	height: 50px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 15px;
	background: #b8338a;
}
[data-rendu="couleur1"] .header{
	background: #007A92;
}
.titreGauche{
	color: #f9b000;
	font-size: calc(24px + 1.5vw);
	font-family: dimbo;
	line-height: 1em;
}
[data-rendu="couleur1"] .titreGauche{
	color: #BCCF00;
}
.titreDroit{
	color: #fff;
	font-size: calc(15px + 1.5vw);
	padding-left: 40px;
	line-height: 1em;
}
.content{
	padding: 20px;
	overflow: auto;
	position: relative;
	height:100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
}
.cptEcrans{
	background: #f9b000;
	color:#fff;
	font-size: 24px;
	font-size:calc(14px + 1.5vw);
	display: inline-block;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 5px 15px;
	position: absolute;
	top:0;
	right: 20px;
}

[data-rendu="couleur1"]  .cptEcrans{
	background: #BCCF00;
}

.matiere{
	color: #b8338a;
	font-weight: bold;
	font-size:calc(14px + 1.5vw);
	min-height: 30px;
	margin-bottom: 30px !important;
}
.ital{
	font-style: italic;
}
sub , sup {
	line-height: 0;
}

[data-rendu="couleur1"] .matiere{
	color: #007A92;
}

.ecrans {
	display: none;
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.ecran {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	/*
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	*/
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
}
.colLeft {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.colRight {
	display: none;
}
.exo_corrige{
	background: #FFF5C5;
	display: inline-block;
	margin-top: 50px;
	padding: 10px;
	text-align: justify;
}
.titreFdbck{
	font-weight: bold;
	font-size:calc(14px + 1.2vw);
}
.corrigePhrase {
	font-size:calc(14px + 1.1vw);
}
.exo_corrige p{
	margin: 0;
}

.exo.inlineProps{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.formule{
	vertical-align: middle;
}

.proposition{
	margin-bottom: 10px;
	cursor: pointer;
}
.coche {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 2px solid #000;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}
.coche:hover{
	background: #eee;
}
.checked{
	width: 14px;
	height: 14px;
	margin-top: -1px;
	background: #000;
	vertical-align: text-bottom;
	display: inline-block;
}
.proposition>*:not(.coche){
	display: inline-block;
	line-height: 1.1em;
}
.consigne  {
	margin-bottom: 10px;
}
.consigne p {
	font-size:calc(12px + 1.5vw);
	margin: 10px 0px;
	min-height: 30px;
}

.propContent{
	padding-left: 10px;
	vertical-align: middle;
	font-size:calc(12px + 1.5vw);
	width: calc(100% - 50px);
}
.propContent p {
	margin: 5px 0px 0px 0px;
}
.btns{
	text-align: right;
}
.btn{
	font-size: 20px;
	line-height: 28px;
	height: 26px;
	display: inline-block;
	border-radius: 6px;
	padding: 5px 15px;
	color: #fff;
	background: #76b82a;
	cursor: pointer;
}
.btn:hover{
	opacity: .8;
}
.btnRevoir{
	background: #f9b000;
}

[data-typevalid="trueEmpty"], [data-typevalid="trueCoche"]{
	/*background-image: linear-gradient(#dffda5, #c6e192);*/
}
[data-typevalid="falseEmpty"], [data-typevalid="falseCoche"]{
	/*background-image: linear-gradient(#d9c5c4, #D9B2AD);*/
}
.checkOK, .checkKO{
	width: 20px;
}

.popup{
	text-align: center;
	width: 70%;
	/*max-width: 400px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35%;
	margin-top: -20%;
	border-radius: 1px;
	background: #fff;
	z-index: 11;
	display: none;
	border: 1px #aaa solid;
}
.headerPopup{
	position: relative;
	height: 40px;
}
.btnClosePopup{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: #fff;
	font-size: 20px;
	width: 25px;
	height: 25px;
}
.btnClosePopup:hover{
	font-weight: bold;
}
.contentPopup{
	padding: 25px 15px;
}
.mask{
	display: none;
	background: #000;
	opacity: .4;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ecranBilan {
	margin-top: 70px;
}
.resume{
	background: #FFF5C5;
	padding: 10px;
	margin: 15px;
	padding-bottom: 20px;
}
.score{
	margin-top: 20px;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
}
.resume .texte {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:calc(14px + 1.2vw);
}
.btnsFinal{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin-top: 50px;
}

.btnsReview{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.btnNav{
	background: #f9b000;
}

@media screen and (max-width: 1024px) {
	body {
		max-height: 100%;
		margin-top: 0;
	}
	.serie{
		border: none;
	}
}
@media screen and (max-width: 800px) {
	.exo.inlineProps{
		flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
	}
	.exo_corrige {
		margin-top: 5px;
		margin-bottom: 15px;
	}
}

#directLink {
	position: absolute;
	bottom: 0px;
	height: 60px;
}
.directLink {
	float: left;
	width: 20px;
	height: 20px;
	margin: 5px;
	background-color: blue;
	color: white;
	text-align: center;
	cursor: pointer;
}
.directLink.active {
	background-color: #76b82a;
}