body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color: #f6f6f6;

	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:default;

	max-width: 1400px;
	margin: 0 auto;
}
#STDI_header{ background-color: #132f6e; }

img {
	pointer-events: none;
}

audio {display: none;}
#STDI_document {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	position: relative;
	/*
	max-width: 1400px;
	margin: 0 auto;
	*/
}
.STDI_Ecran {
	background-color: #FFFFFF;
	margin: 0px;
	position: relative;
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	overflow: auto;
}
.contentRow {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	width: 100%;
}
.contentCol {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
}
.contentCol30 {
	flex: 3;
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
}
.contentCol70 {
	flex: 7;
	-webkit-box-flex: 7;
	-webkit-flex: 7;
	-ms-flex: 7;
}
.alignStart {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.flex1 {
	flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

#STDI_ressource {
	margin: 0 ;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
}

#STDI_header {
	height: 40px;
	line-height: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
}
.btnHelp {
	margin-top: 5px;

}
.titreAnim {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	flex: 1;
}

#boutons{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	padding-bottom: 10px;
	padding-top: 10px;
}
.btnExercice, .btnNav{
	cursor: pointer;
	color: #000;
	border: #132f6e solid 2px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(27, 76, 184, 0.15);
	margin-right: 10px;
	line-height: 35px;
	height: 35px;
	display: none;
}
.btnExercice:hover{
	background-color: rgba(27, 76, 184, 0.3);
}
.btnExercice svg{
	vertical-align: middle;
}

.btn_valider{
	background-color: #132f6e;
	border: #132f6e solid 2px;
	color: #FFFFFF;
}
.btn_valider:hover{
	background-color: rgba(27, 76, 184, 0.3);
}

.btnReloadExercice, .btn_recommencer, .btnHelp{
	background-color: #fcea93;
	border: 2px #132f6e solid;
}
.btnReloadExercice:hover, .btn_recommencer:hover, .btnHelp:hover{
	background-color: #fceec0;
}

.alertMessage {
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: rgba(27, 76, 184, 0.5) solid 2px;
	background-color: rgba(27, 76, 184, 0.15);
	margin-right: 10px;
	line-height: 35px;
	height: 35px;
	display: none;
}

/* Consigne */
#consigne {

	padding: 15px;
	z-index: 100;

	line-height: 1em;
}
#consigne p {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

#STDI_player {
	float: right;
	margin: 0 1% 0 0;
}
.btnPlayer {
	width: 37px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
}
.btnBlock {
	width: 50px;
	display: inline-block;
}
.btnHalo {
	-webkit-filter: drop-shadow(0px 1px 3px #ea1b5c);
	filter:         drop-shadow(0px 1px 3px #ea1b5c);
}
.ready{
	border:2px solid #f36f21;
	height: 32px;
	width: 33px;
}
.btnReloadExercice_st0 {
	fill: none;
	stroke: #E00A1F;
	stroke-width: 18;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
.btnReloadExercice_st1 {
	fill: #E00A1F;
	stroke: #E00A1F;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}

.btnNav {
	display: block;
	right: 0;
}
.btnNav a{
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 800px), screen and (max-height: 500px){
	#STDI_header{
		height: 35px;
		line-height: 35px;
	}
	.btnHelp {
		margin-top: 3px;
		margin-right: 3px;
	}
	.titreAnim {
		font-size: 18px;
	}
	#btnHome{
		margin: 5px;
	}
	#boutons{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 750px), screen and (max-height: 550px){
	#boutons{
		padding-top: 2px;
		padding-bottom: 3px;
	}
}