@font-face {
	font-family: 'OpenDyslexic3Regular';
	src: url('../Fonts/OpenDyslexic-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0;
	font-family: Verdana, Geneva, sans-serif ;
}
#titre {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    color:#541452;
	line-height:normal;
}
#consigne {
	margin-left:20px;
	line-height:normal;
	color:#0C0;
}
div.STDI_BtnPlayerConsigne {
	width: 25px;
	margin: 0px 10px;
	margin-bottom: 25px;
	clear: both;
	float: left;
	cursor: pointer;
}

.STDI_Audio { display: none; }

.STDI_BtnPlayer{
	margin-top: 10px;
	text-align: center;
}
img.STDI_BtnPlayerPlay{
	width: 40px;
	cursor: pointer;
}
img.STDI_BtnPlayerPlay:hover{
	opacity: .7;
}
.ecran{
	position: relative;
	height: 760px;
}

#fond1, #fond2{
	width: 960px;
	min-width: 960px;
	position: absolute;
	top:280px;
	left:30px;
}
#fond1{
	top:140px;
}

.zoneCibles{
	z-index: 5;
	display: inline-block;
	position: absolute;
	left:0;
	top:0;
}
.cibles{
	width: 100%;
	height: 100%;
	position: relative;
}
.cible{
	border:dashed 3px #800000;
	border-radius: 10px;
	position: absolute;
	background: #fff;
}
.cible.over{
	background: #eee;
}

.STDI_BtnPlayer{ z-index: 3; }
.littlePopup {
	z-index: 6;
	border: 3px solid #03bfd7;
	background: #fff;
	padding: 0px 5px 2px;
	text-align: center;
	border-radius: 10px;
	position: absolute;
}
.littlePopup {
	font-size: 18px;
	color: #000;
	font-family: 'OpenDyslexic3Regular';
}

.littlePopup .pdocAudioPlayer:not(.normal){
	height: 40px;
}
.littlePopup .pdocAudioPlayer.normal{
	height: 42px;
}
.littlePopup .pdocAudioPlayer:not(.normal) [data-player="button-play"]{
	width: 40px;
	background-size: 38px auto;
}
.littlePopup .pdocAudioPlayer [data-player="button-play"]{
	width: 35px;
	background-size: 38px auto !important;
}

#zonePioche{
	z-index: 6;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 80px;
	margin-top: 30px;
}

/* player audio */
.pquizCongratulateMessages{
	display: none;
}
.pquizMessage:not(.hidden) {
	top: 158.5px;
	margin-left: 268.383px;
}
.pquizPopUp.fadeBackground, .pquizCongratulateMessages.fadeBackground{
	z-index: 9999999;
}
.pquizP{
	display: none;
}

/* BARRE DU BAS */
.btnNav{
	cursor: pointer;
}
.btnNav:hover{
	opacity: .7;
}
.cptEcrans{
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: #055851;
	font-family: "Museo300",Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
}
.espace .littlePopup .pdocAudioPlayer:not(.normal){
	margin-right: 5px;
}
.playerAudio{
	width: 400px;
}
[data-player=duration]{
	margin-left: 300px !important;
}

.etiquette{
	height: auto !important;
	z-index: 1000;
	background: #fff !important;
}

.btnMini{
	width:28px;
	vertical-align: middle;
}

[data-isVisible=true]{
	display: inline-block !important;
}