﻿/* Template Tactileo PRO - Cyan */

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('fonts/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-SemiBold.eot');
	src: url('fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-SemiBold.woff') format('woff'),
		url('fonts/Nunito-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-Bold.eot');
	src: url('fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-Bold.woff') format('woff'),
		url('fonts/Nunito-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-Italic.eot');
	src: url('fonts/Nunito-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-Italic.woff') format('woff'),
		url('fonts/Nunito-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-Regular.eot');
	src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-Regular.woff') format('woff'),
		url('fonts/Nunito-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-Regular_1.eot');
	src: url('fonts/Nunito-Regular_1.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-Regular_1.woff') format('woff'),
		url('fonts/Nunito-Regular_1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-SemiBold_1.eot');
	src: url('fonts/Nunito-SemiBold_1.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-SemiBold_1.woff') format('woff'),
		url('fonts/Nunito-SemiBold_1.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-ExtraBold.eot');
	src: url('fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-ExtraBold.woff') format('woff'),
		url('fonts/Nunito-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-SemiBoldItalic.eot');
	src: url('fonts/Nunito-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-SemiBoldItalic.woff') format('woff'),
		url('fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('fonts/Nunito-Black.eot');
	src: url('fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-Black.woff') format('woff'),
		url('fonts/Nunito-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


#quizMobileContainer *,
body * {
  font-family: 'Nunito';
  font-weight: 600;
  font-style: normal;
  color:#6d6e71;
}

/*Titres*/
#inner h1{
  color: #2f92c0;
  font-family: 'pt_sansbold';
  font-weight: bold;
  font-size: 40px;
}

#inner h2 {
  font-family: 'pt_sansitalic';
	font-weight: normal;
  font-style: italic!important;
  color:#6d6e71;
  font-size: 24px;
}

#inner h3 {
  font-family: 'pt_sansbold';
	font-weight: normal;
  font-style: normal;
  color:#7b7a7a;
  font-size: 16px;
  padding-top: 20px;
}

#inner ul li{
  background: url(images/bullet_cyan.svg) no-repeat 0 7px;
  background-size: 6px 6px;
  list-style: none;
  padding-left: .8rem;
  color:#6d6e71 !important;
}

#quizMobileContainer #inner p {
  color:#6d6e71;
}

#quizMobileContainer #inner p span[style="text-decoration:underline;"] {
  color:#2f92c0;
}

#quizMobileContainer h1.ActivityTitle {
		color: #6d6e71 !important;
  	padding: 5px 5px 5px 230px;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
		margin: 0;
		background: url(images/logo_maskott_cyan.png) no-repeat 15px 10px;
	  background-size: 180px auto;
		align-items: center;
		text-shadow: none;
    padding-top: 20px!important;
		width: 70%;
    height: 45px;
}

@media (max-width: 1600px) {
#quizMobileContainer h1.ActivityTitle {
    line-height: 24px;
    max-width: 62%;
    font-size: 16px!important;
    padding-top:20px!important;
		height: 45px;
  }
}

@media (max-width: 1280px) {
#quizMobileContainer h1.ActivityTitle{
    line-height: 24px;
    max-width: 45%;
    font-size: 16px!important;
    padding-top:20px!important;
		height: 45px;
}
  .footer-right {
    width: 35%;
  }
  .footer-left {
    width: 55%;
  }
}

@media (max-width: 980px) {
#quizMobileContainer h1.ActivityTitle {
    line-height: 20px;
    max-width: 65%;
    width:65%;
    font-size: 16px!important;
    padding-top: 20px!important;
    background-image: none;
    padding-left: 10px;
    padding-bottom: 5px;
		height: 35px;
}
  .footer-right {
    width: 40%;
  }
  .footer-left {
    width: 58%;
  }
}

@media (max-width: 780px) {
#quizMobileContainer h1.ActivityTitle {
    max-width: 50%;
    width:50%;
    line-height: 20px;
    font-size: 14px!important;
    padding-top:20px!important;
		padding-left: 10px;
		background-image: none;
}
  .footer-right {
    width: 40%;
  }
  .footer-left {
    width: 58%;
  }
}

@media (max-width: 580px) {
#quizMobileContainer h1.ActivityTitle {
    display:none!important; }
  .footer-right {
    width: 45%;
  }
  .footer-left {
    width: 40%;
  }
}


#quizMobileContainer .instruction,
.questionDetailsHeader {
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 14px;
  color: #2f92c0;
  padding-bottom: 25px;
}

.questionDetailsHeader {
  color: #2f92c0;
}

#quizMobileContainer #explanationTextContainer{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
}

/*Header groupe*/
.group {
  background-color: rgba(220, 219, 218, 0.6);
  border:none;
}

.group h3 {
  background-color: rgba(220, 219, 218, 0.9);
  color:#fff!important;
}

#quizMobileContainer .group h3 p,
body * .group h3 p,
.group h3 p{
  color:#211e20!important;
}

#quizMobileContainer .group h3.highlight p,
body * .group h3.highlight p,
.group h3.highlight p{
  color:#211e20!important;
}

#quizResultsContainer #questionDetails {
  background: none !important;
}

#quizResultsContainer #questionDetails .answers {
  padding-bottom: 0;
  margin: 0 auto;
}

#quizResultsContainer #questionDetails .answers #stage-container {
  display: table;
  background-color: rgba(220, 219, 218, 0.3);
  margin-top: 35px;
  min-width: 50%;
  padding: 15px 25px;
}

#quizMobileContainer h3.highlight{
  background-color: #2f92c0;
  color:#fff!important;
}

#quizMobileContainer h3.highlight p{
  color:#fff!important;
}

#quizMobileContainer .questionArea #inner h1 span {
  font-size: 40px;
}

#quizMobileContainer .questionArea #inner h2 span {
  font-size: 24px;
}

#quizMobileContainer .instruction .questionArea #inner h3 span {
  font-size: 18px;
  color: #2f92c0 !important;
}

#quizMobileContainer .instruction span {
   color: #6d6e71 !important;
}

#appsListContainer article a {
  color: #2f92c0;
}

#offer a {
  color: #2f92c0;
}

/*Background image*/
#questionContainer,
#quizResultsContainer {
  background:#fff;
}

.mainQuestioncontainer{
  background-color: rgba(255,255,255,0) !important;
}

/*Button Valider*/
.valid {
  background: #2f92c0;
}

/*Avatar*/
.messagePopupAvatar {
  background: url("images/Avatar.svg") no-repeat;
  background-size: auto 142px;
  background-position: 0 0;
  top: -41px;
  right: 77px;
  width: 135px;
  height: 121px;
  cursor: pointer;
  z-index: 2;
}

#explanationTextContainer.informative {
  border: 1px solid #ececec !important;
  background-color: #ececec !important;
}

#explanationTextContainer.informative .resultMessage p {
  color: #464444 !important;
}

#explanationTextContainer.incorrectAnswerMessage p{
  color:#fff!important;
}

#messagePopupAvatar.speaking.informative::after {
  border-color: transparent #ececec !important;
}

#messagePopupAvatar.speaking::after{
  bottom: 78px;
}

/*Buttons*/
button.btnBlue {
  background: #2f92c0;
	border: 1px solid #2f92c0;
  color: #fff !important;
  transition: all 0.3s ease 0s;
}

#quizMobileContainer button.btnBlue span.btnText,
body * button.btnBlue span.btnText{
  color: #fff !important;
  font-size: 14px!important;
  padding-top: 5px;
}

button.btnBlue:hover:enabled {
  background-color: #046fa1;
	border: 1px solid #046fa1;
}

/*Tables*/
#graph-sparkle-container table th {
  background-color: #2f92c0;
  color: #fff!important;
  font-size: 14px!important;
}

#results #graph-sparkle-container table tr:hover {
    opacity: 1;
    background-color: rgba(236,236,236,1) !important;
}

.textWrapDecoration.circle {
  border-color: #2f92c0 !important;
  border-style: dotted;
  border-width: 2px;
  width: 27px;
  height: 22px;
}

.textWrapDecoration.square {
  border: 2px solid #2f92c0 !important;
  background: #2f92c0 !important;
  color: #fff !important;
}
#PollContainer ul li .isRight table tr td:nth-child(1),
#MultipleChoicesContainer ul li .isInactive table tr td:nth-child(1),
#PollContainer ul li table tr td:nth-child(1),
#MultipleChoicesContainer ul li table tr td:nth-child(1){
    background: transparent!important;
}

#quizResultsContainer  .answers #PollContainer .tag.clickable,
#quizResultsContainer  .answers #PollContainer .tag.clickable:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent!important;
}

#quizResultsContainer  .answers #PollContainer.minified .tag.clickable,
#quizResultsContainer  .answers #PollContainer.minified .tag.clickable:hover{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff!important;
}

#quizResultsContainer  .answers #MultipleChoicesContainer.no-minified .tag.clickable.isInactive,
#quizResultsContainer  .answers #MultipleChoicesContainer.no-minified .tag.clickable.isInactive:hover,
#quizResultsContainer  .answers #MultipleChoicesContainer.no-minified .tag.clickable.isWrong,
#quizMobileContainer #MultipleChoicesContainer.no-minified .tag.clickable.isWrong{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent!important;
  border:none!important;
}

#quizResultsContainer #MultipleChoicesContainer .tag.clickable .textContainer,
#quizResultsContainer #MultipleChoicesContainer .tag.clickable .textContainer,
#quizResultsContainer #PollContainer.minified .tag.clickable .textContainer,
#quizResultsContainer #PollContainer.minified .tag.clickable .textContainer,
#quizResultsContainer #PollContainer .tag.clickable .textContainer{
    font-size: 16px!important;
    width: 100%;
}

#quizMobileContainer #tagsContainer .textContainer,
#quizMobileContainer #MultipleChoicesContainer.minified .textContainer,
#quizMobileContainer #PollContainer.minified .textContainer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px!important;
    width: 100%;
}

#quizResultsContainer #MultipleChoicesContainer.minified .tag.isRight,
#quizResultsContainer #PollContainer.minified .tag.clickable.isRight,
#quizResultsContainer #MultipleChoicesContainer.minified .tag.clickable.isCorrection,
#quizResultsContainer  .answers #MultipleChoicesContainer.minified ul li .tag.isCorrection{
  background-color:#bbe200 !important;
  border:2px solid #88d101 !important;
}

#MultipleChoicesContainer .tag.isRight.checkbox,
#MultipleChoicesContainer .tag.isWrong.checkbox,
#MultipleChoicesContainer .tag.isInactive.checkbox,
#MultipleChoicesContainer .tag.isRight.checkbox:hover,
#MultipleChoicesContainer .tag.isWrong.checkbox:hover,
#MultipleChoicesContainer .tag.isInactive.checkbox:hover {
  background-color:transparent !important;
  border-color:transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid transparent!important;
}

#MultipleChoicesContainer ul li .isRight table tr td:nth-child(1),
#PollContainer ul li .isRight table tr td:nth-child(1){
    background-color: transparent!important;
}


#quizMobileContainer .answers #PollContainer.minified .tag.isInactive,
#quizMobileContainer .answers #PollContainer .tag.isInactive,
#quizResultsContainer .answers #PollContainer.minified .tag.isInactive,
#quizResultsContainer .answers #PollContainer .tag.isInactive,
#MultipleChoicesContainer ul li .isCorrection table tr,
#PollContainer ul li .isCorrection table tr,
#quizResultsContainer  .answers #MultipleChoicesContainer .isCorrection table tr td:nth-child(1),
#quizResultsContainer .answers #MultipleChoicesContainer.no-minified .tag.isRight{
   border:none!important;
   background: transparent!important;
   box-shadow: none!important;
}

#reliableLine td.leftElementContainer .associateItem .textContainer {
 display: inline-flex;
}

/*DragDrop Elements*/
.hole.highlight {
  background-color: #2f92c0;
  border: 2px solid #9fa2a3 !important;
  color:#fff!important;
}


#previewHole,
#holeContainer {
  background-color: rgba(220, 219, 218, 0.3);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 20px;
}

#quizResultsContainer #questionDetails .answers #holeContainer{
    background-color: transparent;
}

.hole {
  border: 2px solid #6d6e71;
}

.hole:focus {
  border: 2px solid #2f92c0;
  outline: none;
}

.holeTextCorrection {
  font-weight: bold;
  font-size: 14px;
}

#quizResultsContainer #questionDetails .answers .hole {
  -webkit-box-shadow: 1px 1px 2px 0px #8f8f8f;
  -moz-box-shadow: 1px 1px 2px 0px #8f8f8f;
  box-shadow: 1px 1px 2px 0px #8f8f8f;
}

#quizResultsContainer #questionDetails .answers .hole.isRight{
	border: 1px solid #a7ca02;
	background: #bbe200;
}

#quizResultsContainer #questionDetails .answers .hole.isCorrection{
    border: 1px solid #a7ca02;
    background: #fff;
}

#quizResultsContainer #questionDetails .answers .hole span.isWrong{
    text-decoration: line-through!important;
}

.tag.draggable {
  padding: 10px 40px 10px 40px;
  background: url("images/tag-white.png") no-repeat 5px 5px #2f92c0;
  color: white!important;
}

#associate_ui .tag.draggable{
  border:2px solid #ececec;
}

#associate_ui .tag.draggable.associateItemCorrection{
  border: 2px solid #bee30c !important;
}

#associate_ui .tag.draggable.associateItemCorrection.isWrong{
  border: 2px solid #e74c3c !important;
}

#quizMobileContainer div.tag-hole.ui-draggable-dragging {
  background: url("images/drag-drop_cyan.svg") no-repeat 10px 9px #fff;
  background-size: 16px 16px;
  color: #2f92c0 !important;
  border: 2px solid #2f92c0 !important;
}

div.tag-hole {
  background: url("images/drag-drop.svg") no-repeat 10px 9px #2f92c0;
  background-size: 16px 16px;
  border: 1px solid #2f92c0;
}

#quizMobileContainer div.tag-hole.holePlaced {
  color: #2f92c0 !important;
  border: 1px solid #2f92c0 !important;
  background: url("images/drag-drop_cyan.svg") no-repeat 10px 9px;
  background-size: 16px 16px;
}

#quizMobileContainer div.tag-hole.holePlaced span.math,
#quizMobileContainer div.tag-hole.holePlaced span.math span{
	color:#000!important;
}

.hole.highlight {
  border: 2px solid #9fa2a3 !important;
  background: #7ebbd8 !important;
}

input[type="text"]:focus,
input.hole:focus {
  border: 2px solid #2f92c0 !important;
}

.inputHole {
  background-color: #FFFFFF;
  border: 2px solid #2f92c0 !important;
}

input.inputHole:focus,
input.inputHole:active{
  border: 1px solid #2f92c0 !important;
  outline: none;
  background-color: #FFFFFF!important;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(47,146,192,1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(47,146,192,1);
  box-shadow: 0px 0px 4px 1px rgba(47,146,192,1);
}

.inputContainer::before{
  border-color: #2f92c0 transparent;
  bottom: -35px;
  left: -11px;
  border-width: 13px 11px 0;
}

.inputContainer::after{
  bottom: -32px;
}

.tag.highlight {
  border: 2px solid #2f92c0 !important;
  background: #2f92c0 !important;
  color: #fff;
}

.tag.highlight label.choiceText{
  color: #fff!important;
}

#quizMobileContainer div.tag-hole {
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.25);;
  color: #fff!important;
}

#previewHole{
  border:none;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#MultipleChoicesContainer.minified .tag.clickable:hover,
div.tag-hole.ui-draggable-dragging {
  color: #2f92c0 !important;
  background-color: #fff !important;
  border: 1px solid #2f92c0;
}

#quizMobileContainer .mobileForHole div.tag-hole.ui-draggable-dragging span.math span {
  color: #000 !important;
}

#PollContainer.minified .tag.clickable,
#MultipleChoicesContainer.minified .tag.clickable {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #6d6e71;
  -webkit-box-shadow: 1px 1px 2px 0px #6d6e71;
  -moz-box-shadow: 1px 1px 2px 0px #6d6e71;
  box-shadow: 1px 1px 2px 0px #6d6e71;
  background: #ececec;
}

#PollContainer.minified .tag.clickable:hover {
  cursor: pointer;
  border: 1px solid #2f92c0;
  background: #fff;
}

#quizMobileContainer #MultipleChoicesContainer.minified .tag.clickable .textContainer span,
#quizMobileContainer #PollContainer.minified .tag.clickable .textContainer span {
  color: #000 !important;
}

#quizMobileContainer #MultipleChoicesContainer.minified .tag.clickable:hover .textContainer span {
  color: #000 !important;
}

#quizMobileContainer #MultipleChoicesContainer.no-minified .tag.clickable,
#quizMobileContainer #MultipleChoicesContainer.no-minified .tag.clickable:hover {
  cursor: pointer;
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#MultipleChoicesContainer.no-minified table td.tag-no-minified:hover {
  cursor: pointer;
  border: 3px solid #2f92c0;
  background: #fff;
}

/* Poll No minified : hover & selected  */
#PollContainer .tag.clickable table td:last-child:hover{
  cursor: pointer;
  border: 3px solid #2f92c0;
  background: #fff;
}

#PollContainer.minified .tag.clickable.isWrong,
#PollContainer ul li .tag.clickable.isWrong table tr td:last-child
#quizResultsContainer  .answers #MultipleChoicesContainer.minified ul li .tag.isWrong,
#MultipleChoicesContainer.minified ul li .tag.isWrong  {
  border: 3px solid #e42b16 !important;
  text-decoration: line-through;
  -webkit-box-shadow: 1px 1px 2px 0px #8f8f8f;
  -moz-box-shadow: 1px 1px 2px 0px #8f8f8f;
  box-shadow: 1px 1px 2px 0px #8f8f8f;
  background: #fff!important;
  /* Old browsers */
  border-radius: 3px; }

#MultipleChoicesContainer ul li .isRight table tr td:nth-child(2),
#PollContainer ul li .isRight table tr td:nth-child(2),
#PollContainer ul li .tag.clickable.isRight table tr td:last-child:hover,
#quizResultsContainer  .answers #MultipleChoicesContainer.minified ul li .tag.isCorrection,
#MultipleChoicesContainer.minified ul li .tag.isCorrection,
#MultipleChoicesContainer .tag.isRight,
#MultipleChoicesContainer .tag.isRight:hover {
    background: #bbe200!important;
    border: 4px solid #88d101 !important;
}

#MultipleChoicesContainer.no-minified .tag.clickable.isWrong table td.tag-no-minified,
#MultipleChoicesContainer.no-minified .tag.clickable.isWrong table td.tag-no-minified:hover {
  border: 3px solid #e42b16 !important;
  text-decoration: line-through;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  /* Old browsers */
  border-radius: 0px!important;
}

#MultipleChoicesContainer.no-minified ul li .tag.isCorrection,
#PollContainer ul li .tag.isCorrection{
  background: transparent!important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#quizMobileContainer #MultipleChoicesContainer.minified .tag.clickable .textContainer span,
#quizMobileContainer #PollContainer.minified .tag.clickable .textContainer span {
  color: #000 !important;
}

#quizMobileContainer #MultipleChoicesContainer.minified .tag.clickable:hover .textContainer span {
  color: #000 !important;
}

#MultipleChoicesContainer.no-minified ul li .tag.isCorrection,
#PollContainer ul li .tag.isCorrection{
  background: transparent!important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#quizMobileContainer .textarea,
#questionDetails .textarea,
#quizMobileContainer .shorttext,
#questionDetails .shorttext,
#quizMobileContainer .numeric,
#questionDetails .numeric {
  background-color: #fff;
  border: solid #2f92c0 1px;
  font-size: 14px;
  font-family: 'Nunito';
  font-weight: normal;
}

#MultipleChoicesContainer.no-minified .tag.clickable.isCorrection table td.tag-no-minified,
#MultipleChoicesContainer.no-minified .tag.clickable.isCorrection table td.tag-no-minified:hover {
  color: #000 !important;
  border: 3px solid #88d101;
  background: #fff !important;
  -webkit-box-shadow: 1px 1px 2px 0px #8f8f8f;
  -moz-box-shadow: 1px 1px 2px 0px #8f8f8f;
  box-shadow: 1px 1px 2px 0px #8f8f8f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#quizMobileContainer .shorttext:focus,
#questionDetails .shorttext:focus,
#quizMobileContainer .numeric:focus,
#questionDetails .numeric:focus {
  background: #fff;
  outline: none;
  border: solid #211e20 2px;
}

#quizMobileContainer .textarea:focus,
#questionDetails .textarea:focus {
  outline: none;
  border: solid #2f92c0 2px;
}

#quizMobileContainer .textarea::-webkit-input-placeholder,
#questionDetails .textarea::-webkit-input-placeholder,
#quizMobileContainer .shorttext::-webkit-input-placeholder,
#questionDetails .shorttext::-webkit-input-placeholder,
#quizMobileContainer .numeric::-webkit-input-placeholder,
#quizMobileContainer .numeric::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6e71;
  font-family: 'Nunito';
}

#quizMobileContainer .textarea::-moz-placeholder,
#questionDetails .textarea::-moz-placeholder,
#quizMobileContainer .shorttext::-moz-placeholder,
#questionDetails .shorttext::-moz-placeholder,
#quizMobileContainer .numeric::-moz-placeholder,
#quizMobileContainer .numeric::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6e71;
  font-family: 'Nunito';
}

#quizMobileContainer .textarea:-ms-input-placeholder,
#questionDetails .textarea:-ms-input-placeholder,
#quizMobileContainer .shorttext:-ms-input-placeholder,
#questionDetails .shorttext:-ms-input-placeholder,
#quizMobileContainer .numeric:-ms-input-placeholder,
#quizMobileContainer .numeric:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6e71;
  font-family: 'Nunito';
}

#quizMobileContainer .textarea:-moz-placeholder,
#questionDetails .textarea:-moz-placeholder,
#quizMobileContainer .shorttext:-moz-placeholder,
#questionDetails .shorttext:-moz-placeholder,
#quizMobileContainer .numeric:-moz-placeholder,
#quizMobileContainer .numeric:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6e71;
  font-family: 'Nunito';
}

#quizMobileContainer .textbox {
  background-color: #ececec;
  border: solid #2f92c0 2px;
}

#quizMobileContainer input[type="text"]:focus, #quizMobileContainer input[type="number"]:focus, #quizMobileContainer textarea:focus {
  border: 1px solid #2f92c0;
}

#quizMobileContainer .ui-state-default, #quizMobileContainer .ui-widget-content #quizMobileContainer .ui-state-default, #quizMobileContainer .ui-widget-header .ui- state-default {
  background: #ececec;
  color: #211e20;
}

#quizMobileContainer .ui-state-active, #quizMobileContainer .ui-widget-content .ui-state-active, #quizMobileContainer .ui-widget-header .ui-state-active {
  background: #2f92c0;
}

#reliableLine td.leftElementContainer .associateItem .textContainer,
#quizMobileContainer #reliableLine td.leftElementContainer .associateItem .textContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0!important;
}

.hole.highlight {
  background-color: #2f92c0;
  border: 1px solid #2f92c0 !important;
}

.reliableCenter{
  background-color: #6d6e71;
}

.reliableCenter.highlight{
  background-color: #2f92c0;
}

#quizMobileContainer span {
  color: #000;
}

#quizMobileContainer .hole.isWrong span.math,
#quizMobileContainer .hole.isWrong span.math span {
  text-decoration: none !important; }

#quizMobileContainer .mobileForHole span.math span,
#quizMobileContainer .mobileForHole .ui-draggable-handle span.math span {
  color: #fff !important;
}

#tagsContainer .ui-draggable-dragging .textContainer {
  background: #2f92c0;
}

#quizMobileContainer #tagsContainer .ui-draggable-handle span {
  color: #000;
}

#quizMobileContainer #tagsContainer .placed {
  background: #fff;
  border: 1px solid #fff;
}

.tag.legend_hole_placed.ui-droppable {
  background-color: #2f92c0;
  /* Old browsers */
  background-image: url(images/tag-white.png);
  background-repeat: no-repeat;
  background-position: 5px 3px;
  border: 2px solid #2f92c0!important;
}

.tag.legend_hole_placed.ui-droppable::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2f92c0 !important;
}

.tag.legend_hole.ui-droppable::before,
.legend::before, .inputHole::before{
	border-left: 9px solid rgba(255,255,255,0);
  border-right: 9px solid rgba(255,255,255,0);
  border-top: 9px solid #2f92c0;
}

.map .placed {
  padding: 3px 15px 5px 0 !important;
}

.map .inputHoleText.isRight,
.map .inputHole.isRight {
  background: url("images/tag-gris.png") no-repeat 5px 5px #D3EC59 !important;
  padding: 3px 10px 5px 40px !important;
}

.map .tag.draggable.isCorrection,
.map .tag.draggable.isRight,
.map .tag.draggable.isWrong {
  height: auto!important;
	color: #000 !important;
}

.map .inputHoleText.isCorrection {
    border: 2px solid #bbe200 !important;
    color: #000 !important;
    background: url("images/tag-gris.png") no-repeat 5px 5px #fff;
}

.map .isWrong {
  background: url("images/tag-red.png") no-repeat 5px 8px #fff;
  padding-left: 25px;
}

.pulse_rays {
  border: 2px solid #2f92c0;
}

/* Card Game */
.cardGame .draggable.right {
  background-image: url(images/tag-gris.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #fff;
}

.cardGame .draggable.left {
  background-color: #fff;
}

.cardGame #tagsContainer .ui-draggable-dragging .draggable.right {
  border: 2px solid #2f92c0;
  background: #fff;
}

.cardGame #tagsContainer .ui-draggable-dragging .draggable.left {
  border: 2px solid #2f92c0;
  background: #2f92c0;
}

.cardGame .movincard .draggable.right {
  background-image: none;
}

.droppable-pair .left,
.droppable-pair .right {
  background: url(images/tag-gris.png) no-repeat 95% 5px #fff !important;
  border: 2px solid #2f92c0 !important;
}

.legend_hole {
  background: #fff;
  background: url("images/tag-gris.png") no-repeat 5px 3px #fff;
  border: 2px solid #2f92c0;
  border-radius: 5px;
}

.balloon {
  border: 1px solid #fff !important;
  background-image: none !important;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.55);
}

#balloonContainer .balloon.draggable {
  background: #ececec !important;
}

#quizMobileContainer * .front,
body * .front {
  background-color: #7ebbd8 !important;
  border: 2px solid #2f92c0 !important;
  color:#fff !important;
}

#quizMobileContainer .back,
.back {
  background-color: #2f92c0 !important;
  border: 2px solid #2f92c0 !important;
  color:#fff !important;
}

.back div{
  color:#fff !important;
}

#quizMobileContainer .back span,
#quizMobileContainer .back span.math,
#quizMobileContainer .back span.math span{
  color: #fff !important;
}

.droppable-active {
    background: #7ebbd8;
    border: 1px solid #2f92c0 !important;
}

/*Iconographie*/
#moreResultsButton.tileButton {
  border: 2px dashed #e0197d;
  background-image: url("images/magnifyblue.png");
  background-repeat: no-repeat;
  background-position: center;
}

#moreResultsButton.tileButton > div {
  color: #e0197d;
}

#moreResultsButton.listButton {
  border: 2px dashed #e0197d;
  background-image: url("images/magnifyblue.png");
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 35px;
}

#moreResultsButton.listButton > div {
  color: #e0197d;
}

.noResultsImage {
  background-image: url("images/magnifyblue_noresults.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.FAILED {
  background-image: url(images/fail.png);
}

.SUCCESS {
  background-image: url(images/win.png);
}

.fileContainer {
  background: #e0197d;
  padding: 5px 10px 5px 10px;
  color: white;
}

.validation-summary-errors {
  background: none repeat scroll 0 0 #e0197d;
  color: #fff;
  max-width: 100%;
  border: 1px solid #e0197d;
  padding: 20px;
}

#logOnContainer a.small-link {
  font-size: smaller;
  color: #e0197d;
}

.validArrow {
  background-image: url("images/QuizMobile/bgbuton.jpg");
  background-color: #000;
}

#quizMobileContainer .footer {
  color: #6d6e71;
  border-top: 1px solid #fff;
  background-color: #ececec !important;
  -webkit-box-shadow: 0px -8px 10px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -8px 10px -3px rgba(0,0,0,0.25);
  box-shadow: 0px -8px 10px -3px rgba(0,0,0,0.25);
}

.copy-maskott {
  position: relative;
  right: -65px;
  background-position: 16px 4px;
  padding-top: 23px;
  margin-top: -46px;
  padding-left: 0;
  background: url(images/logo-maskott.png) no-repeat center 4px;
  display: none;
}

/* Timer */
.timer1 #timerBar1 {
  background: #2f92c0;
}

.timer1 .timerBar {
  margin-top: -9px;
  height: 8px;
}

.timer1 img {
  display: none;
}

.timer1 .timelib {
  display: none;
}

.footer-right table tr td:first-child{
  width: 2px!important;
}

.timer2{
  width:75px!important;
  right:225px;
  height: 75px;
  overflow: hidden;
}

.timer2 #timerBar2 {
  background-color: #15a4df;
}

.timer2 .timerContainer img {
  display: none;
}

.timer2 .timerContainer img + div {
  display: none;
}

.timer2 .timerContainer {
  height: 54px;
}

#quizMobileContainer .footer .timer1 .timelib span {
  color: #fff !important;
}

#quizMobileContainer .footer .timer2 .timelib {
  float: none;
  width: auto;
  position: relative;
  background: url(images/timer-activity.svg) no-repeat left 18px;
  background-size: 32px 32px;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 15px;
  text-align: right;
}

#quizMobileContainer.open-dyslexie-font .footer .timer2 .timelib {
    padding-top: 23px;
    padding-bottom: 18px;
}

#quizMobileContainer .footer .timer2 .timelib span {
  color: #6d6e71 !important;
  font-weight: bold!important;
  font-family: 'Nunito';
  font-size: 14px!important;
}

.timelib span {
  color: #fff;
}

#quizMobileContainer .nav {
  position: absolute;
  right: .6%;
  top: -40px;
}

@media screen and (max-width: 840px) {
  .questionIndex {
    background: none;
  }
}

.questionIndex{
    width: auto;
}

.questionIndex p {
  background-color: rgba(255, 255, 255, 0.65) !important;
  padding: 3px 5px;
}

#quizMobileContainer .questionIndex span {
  color: #6d6e71 !important;
  font-family: 'Nunito';
  font-weight: bold;
}

#validationTip {
  background: none repeat scroll 0 0 #e21b7d;
}

button.primary .btnText {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Tableau resultats */

.results_banner{
	margin-top: 2em;
	background: #ececec;
	display: inline-block;
	width: 100%;
	line-height: 8em;
}
.results_banner div{
	display: inline-block;
}

.results_banner_left{
	float: left;
	color: white!important;
	background: #2f92c0;
}
.results_banner_total_score{
	padding-left: 1em; font-size: 1.5em;
}
.results_banner_total_score_value{
	padding-left: 2em;
	padding-right: 1em;
	font-size: 2em;
	font-weight: bold;
}
.results_banner_arrow{
	float: left;
	border-color: transparent transparent transparent #2f92c0;
	border-style: solid;
	border-width: 52px 0px 52px 52px;
}
.success_class_icon {
	background-color: #4db100;
}
.fail_class_icon {
	background-color: red;
}
.finished_class_icon {
	background-color: darkgrey;
}
.success_class_text {
	color: #4db100;
}
.fail_class_text {
	color: red;
}
.results_banner svg{
	height: 4em;
	display: inline-block;
	float: left;
	margin-top: 2em;
	margin-left: 2em;
	padding: 1px;
	border-radius: 50%;
}
.results_banner_state{
	float: left;
	padding-left: 1.5em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.results_banner_ellapsed_time{
	float: right;
	margin-right: 1em;
	font-size: 1.5em;
	color: #2f92c0;
}
.results_banner_ellapsed_time_value{
	float: right;
	font-size: 1.4em;
	margin-right: 1em;
	font-style: italic;
}
.results_details_h2{
	color: #2f92c0!important;
	text-align: left;
	margin-top: 2em;
	border-bottom: 2px solid #2f92c0;
	padding-bottom: 5px;
  font-size: 22px;
}
.question_score{
	text-align: center;
	color: #2f92c0;
	font-weight: bold;
}
.correction_button{
	cursor: pointer;
	padding: 1em;
	font-weight: bold;
	color: #6d6e71!important;
	text-transform: uppercase;
	border: 2px solid lightgrey;
	border-radius: 5px;
	margin: 1em;
  transition: all 0.3s ease 0s;
}

.correction_button:hover{
  	color: #fff!important;
    background: #2f92c0;
    border: 2px solid #2f92c0!important;
}

/* correctif footer */

.footer-left {
  float: left;
  width: 72%;
  vertical-align: top; }

.footer-right {
  float: right;
  width: 28%;
  vertical-align: top; }

#quizMobileContainer #toolBoxOpenButton {
    background-image: url(images/toolbox-gray-open.png)!important;
    background-position: -5px 5px!important;
}

#quizMobileContainer #toolBox,
#quizMobileContainer.open-dyslexie-font #toolBox {
    bottom: 80px;
    background-color: #6d6e71;
}

#quizMobileContainer.open-dyslexie-font h1.ActivityTitle{
  padding-bottom: 6px!important;
}

@media (max-width: 1600px) {
#quizMobileContainer.open-dyslexie-font h1.ActivityTitle {
    padding-bottom: 2px!important;
  }
}

@media (max-width: 1280px) {
#quizMobileContainer.open-dyslexie-font h1.ActivityTitle{
    padding-bottom: 2px!important;
  }
}

@media (max-width: 980px) {
#quizMobileContainer.open-dyslexie-font h1.ActivityTitle {
    padding-bottom: 5px!important;
  }
}

@media (max-width: 780px) {
#quizMobileContainer.open-dyslexie-font h1.ActivityTitle {
    padding-bottom: 8px!important;
  }
}
