*{
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

body {
	margin:0;
	font-family: Verdana, Geneva, sans-serif ;
}
.pquizInstructions { width: 90%; }
#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;
	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;
}
.fond{
	text-align: center;
	position: relative;
}
.cibles{
	float:left;
	width:533px;
	position:relative;
}
.cible{
	height: 77%;
	left: 16.8%;
	margin: auto;
	position: absolute;
	top: 11.3%;
	width: 66.3%;
}
.etiquettes{
	/*background: rgba(0, 189, 255, .2);
	border: 3px #49678c solid;*/
	padding: 20px;
	padding-right: 0;
	border-radius: 10px;
	float:left;
	width: 470px;
}
.etiquette{
	cursor: pointer;
	float:left;
	z-index: 9999;
	height: 90px;
	/*width: 110px;*/
	text-align: center;
}
.etiqContainer{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;

}
img.free{
	max-width: none;
	max-height: none;
}
.etiquette img:not(.free){
	max-height: 90px;
	max-width: 92px;
	vertical-align: middle;
}
.etiquette.w25 img:not(.free){
	max-width: 70px;
}
.etiquette.w20 img:not(.free){
	max-width: 50px;
}
.etiquette.w16 img:not(.free){
	max-width: 40px;
}
.etiquette.w14 img:not(.free){
	max-width: 30px;
}
.etiquette img:not(.free):not(.moving){
	left:0 !important;
	top:0 !important;
	width: auto !important;
	height: auto !important;
}
.cibles [data-type="etiquettePosee"], .cibles [data-type="etiquette"]{
	position: absolute !important;
}

.cible.over{
	background: rgba(0, 189, 255, .2);
}
.pays{
	width:100%
}

.clear{
	clear:both;
}
.w40{
	width: 40%;
}
.w33{
	width: 33%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w50{
	width: 50%;
}
.w16{
	width: 16%;
}
.w14{
	width: 14%;
}
.ecran{
	position: relative;
	height: 700px;
	margin-top: 50px;
}

/*.valider, .again, .btnYourScore, .lblYourScore{
	width:auto;
	cursor: pointer;
	position: absolute;
	left:50%;
	margin-left: -46px;
	bottom: 5px;
	max-height: 70px;
}*//*
.btnYourScore, .lblYourScore{
	bottom: -20px !important;
}
.btnYourScore, .lblYourScore{
	bottom: -60px;
	display: none;
}*/

.valider:hover, .again:hover{
	opacity: .7;
}
.correct{
	-webkit-filter: drop-shadow(2px 2px 1px #00a61d);
	filter:         drop-shadow(2px 2px 1px #00a61d);
}
.incorrect{
	-webkit-filter: drop-shadow(4px 4px 1px #959da3);
	filter:         drop-shadow(4px 4px 1px #959DA3);
}
.script{
	z-index: 99999;
	border-radius : 10px;
	border:3px solid #03bfd7;
	background: #fff;
	bottom: 20px;
	padding: 20px;
	position: absolute;
	right: 50px;
	width: 350px;

	text-align: center;
	color: #a788b4;
	font-family: "OpenDyslexic-Regular",Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}

/* player audio */
.pdocSection1{
	float:left;
}

.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;
}
.STDI_BtnPlayerConsigne{
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	width: 30px;
}

.container{
	text-align: center;
}
.valider, .btnYourScore, .lblYourScore, .pquizRedo {
	cursor: pointer;
}
.etiqPerso{
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 3px 10px;
	background: #03bfd7;
	color:#fff;
	border-radius: 5px;
	z-index: 12;
}
#persoContainer .etiqPerso{
	margin-right: 10px;
}
#ddPersos td{
	border:3px #03bfd7 solid;
}
.persoCible{
	height: 50px;
	width:110px;
	background: rgba(215, 129, 0, .5);
	text-align: center;
	border-radius: 5px;
	position: absolute;
	z-index: 10;
}

.persoCible .etiqPerso{
	position: static !important;
	margin-top: 10px;

}
#persoContainer{
	margin-top: 90px;
}
.pquizButtons{
	height: 80px;
}