@import url('reset.css');
@import url('jquery.bxslider.css');
@import url('jquery-labelauty.css');
@import url('flipclock.css');

/*FONTS*/
@font-face {
	font-family: 'Conv_Museo500-Regular';
	src: url('../fonts/Museo500-Regular.eot');
	src: local('☺'), url('../fonts/Museo500-Regular.woff') format('woff'), url('../fonts/Museo500-Regular.ttf') format('truetype'), url('../fonts/Museo500-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*GENERAL SETTINGS*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
  font-family: "Verdana", sans-serif;
  color: #000;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: lighter;
  background:url(../images/new-background.gif) repeat-x;
  -webkit-text-size-adjust: none;
}
body.home-bg, html {
    background: url(../images/new-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

#container-form {
	padding-left:20px;
	padding-right:20px;
}

#wrapper-res {
	padding:0px 20px;
}

.rat {
  width:100%;
  position:relative;
}
.cacher {
  width:14%;
  height:14%;
  border-radius:50%;
  position:absolute;
  z-index:10;
  cursor:pointer;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition:all .5s ease;
}
.ar1 {
    bottom: 23%;
    left: 11%;
}
.ar2 {
    top: 26%;
    left: 27%;
}
.ar3 {
    bottom: 40%;
    right: 7%;
}
.ar4 {
    top: 38%;
    right: 41%;
}
.ar5 {
    top: 25%;
    right: 32%;
}
.ar6 {
    bottom: 7%;
    right: 28%;
}
.ce {
    border: 12px solid #37a600;
    box-shadow:0px 0px 10px rgba(0,0,0,0.8);
}

#start-btn {
    font-size: 45px;
    line-height: 49px;
}

.background-home {
  background: url(../images/new-background.gif) repeat-x !important;
  padding-bottom: 50px !important;
}

.popup {
  position: fixed;
  top: -100%;
  margin-top: -183px;
  z-index: 1000;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  transition: all 1s;
}


/*DRAG AND DROP*/
.reset {
  font-size: 30px;
  color: green;
  text-align: center;
  padding-bottom: 20px;
  display: block;
  transition: all 0.5s;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor:pointer;
}
.reset:hover {
  color:red;
}
.wrapper-drag {
	padding-top: 10px;
}
.draggable {
  position: relative;
  width: 100%;
  clear: both;
  cursor:pointer;
}
.draggable img {
    max-width: 104px;
    width: 100%;
}
.draggable input {
  display:none;
}
.draggable label {
  opacity:0;
}
.droppable {
    float: right;
    width: 40%;
}
.droppable img {
  width:100%;
}
.wrapper-elems {
  float: left;
  width: 35%;
}
.restart-drag {

}
.radiod {

}


/*DROPLIST*/
.sortable-list li {
    text-decoration: none;
    font-weight: bold;
    padding:10px;
    border-radius: 14px;
    text-align: center;
    background: #FFE502;
    background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
    background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
    background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
    background-image: -o-linear-gradient(top, #FFE502, #a87b09);
    background-image: linear-gradient(to bottom, #FFE502, #a87b09);
    padding-top: 4px;
    color: #fff;
    text-shadow: 1px 1px 3px #666666;
    margin-bottom:20px;
}
.wrapper-elems-sort {
    float: left;
    width: 44%;
    padding-right:20px;
}
.sortable-image {
  width:53%;
  float:left;
}

.drag {
  max-width:100px;
  width:100%;
  cursor: move;
}
.flex-drag ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}

.sort-link2 {

}
.sort-link2 img {
    width: 93%;
    margin-bottom:20px;
}
.drag2, .drag3 {
    width: 22%;
    cursor: move;
}
.drop2, .drop3 {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
}
.end {
  width:0%;
  height:0%;
}
.cole {
    /*background: #FFE502;
    background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
    background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
    background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
    background-image: -o-linear-gradient(top, #FFE502, #a87b09);
    background-image: linear-gradient(to bottom, #FFE502, #a87b09);*/
    width: 75%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
    border-radius:20px;
    float: right;
}

.qdnd5 .cole {
	background-color: red;
	height: 480px;
}

.qdnd6 .cole {
	background-color: green;
	height: 480px;
}


.cole img {
    width: 100%;
}

.colef {
    width: 46%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
    background: #E42A2D;
    padding-bottom:380px;
    border-radius:20px;
}
.cole p {
  text-align: center !important;
  border-bottom:1px solid #000;
  margin:0px auto;
}
.colef p {
  text-align:center;
  border-bottom:1px solid #000;
  margin:0px auto;
}

.qdnd5 .cole p, .qdnd6 .cole p { color: #fff; border-bottom: 1px solid #fff; }




.gopopup {
  top:50% !important;
}

.popup a.poplink {
  text-align: center;
  display: inline-block;
  margin-top: 0px;
}

.popup h1 {
  padding-bottom: 34px;
  margin-bottom: 34px;
}

.background-popup {
    position: fixed;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 900;
    display: none;
    left: 0px;
}


.close-popup {
  font-size: 29px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
  color:red;
}

.game-bottom {
  width: 100%;
  text-align: center;
  padding-top: 93px;
}

.block-ul {

  width: 100%;
}
.cadre-links {
  width: 40%;
  float: left;
  padding-right:10px;
}
.cadre-game {
  width:60%;
  float:left;
  padding-left:10px;
}
ul.flags {
    position: absolute;
    right: 38px;
    top: 33px;
    width: 100px;
}
ul.flags li {
  display: inline-block;
}
ul.flags li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    text-align: center;
    background: #FFE502;
    background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
    background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
    background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
    background-image: -o-linear-gradient(top, #FFE502, #a87b09);
    background-image: linear-gradient(to bottom, #FFE502, #a87b09);
    padding-top: 4px;
    color: #fff;
    text-shadow: 1px 1px 3px #666666;
}
ul.flags li a:hover {
background: #FFE502;
box-shadow:2px 2px 5px #333;
}
ul.flags img {
  width: 25px;
}
.link-home-yellow {
  background: #FFE502;
  background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
  background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
  background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
  background-image: -o-linear-gradient(top, #FFE502, #a87b09);
  background-image: linear-gradient(to bottom, #FFE502, #a87b09);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  padding: 10px 20px 10px 20px;
  border: solid #e3c816 2px;
  text-decoration: none;
  display: block;
  margin-top: 17px;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
  overflow: auto;
}

.link-home-yellow img {
  width: 40px;
  float: left;
}

.link-home-yellow span {
  padding: 0px !important;
  font-weight: lighter !important;
  float: left;
  margin-top: 11px;
  margin-left: 10px;
  font-size: 20px;
}

.link-home-yellow:hover {
  background: #FFE502;
  text-decoration: none;
}

.link-home-green {
    background: #37a600;
    background-image: -webkit-linear-gradient(top, #37a600, #065c01);
    background-image: -moz-linear-gradient(top, #37a600, #065c01);
    background-image: -ms-linear-gradient(top, #37a600, #065c01);
    background-image: -o-linear-gradient(top, #37a600, #065c01);
    background-image: linear-gradient(to bottom, #37a600, #065c01);
    -webkit-border-radius: 24;
    -moz-border-radius: 24;
    border-radius: 24px;
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 50px 20px 52px 20px;
    border: solid #aad110 2px;
    text-decoration: none;
    display: block;
    margin-top: 17px;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
    overflow: auto;
}

.link-home-green img {
  max-width: 154px;
  width: 100%;
  float: left;
}

.link-home-green span {
  display: inline-block;
  padding-top: 61px;
  padding-left: 20px;
}

.poplink {
  padding: 10px 20px 10px 20px;
}

.link-home-green:hover {
  background: #1a9c00;
  text-decoration: none;
}

.correct {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: green;
	border-radius: 20px;
	color: #fff;
	background: #ffe502;
	background: -moz-linear-gradient(top, #ffe502 0%, #d6bd00 100%, #bca601 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe502), color-stop(100%,#d6bd00), color-stop(100%,#bca601));
	background: -webkit-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
	background: -o-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
	background: -ms-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
	background: linear-gradient(to bottom, #ffe502 0%,#d6bd00 100%,#bca601 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe502', endColorstr='#bca601',GradientType=0 );
	padding-top: 7px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	padding-top: 10px;
	text-align: center;
	margin: 0 5px;
}

.group-final .correct {
	margin-left: 0;
}

.neutral {
	width: 50px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	color: #000;

	padding-top: 7px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	padding-top: 11px;
	text-align: center;
}

.group-final .neutral {
	width: 45px;
}

.nocorrect {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: green;
  border-radius: 20px;
  color: #fff;
  background: #ffe502;
  background: -moz-linear-gradient(top, #ffe502 0%, #d6bd00 100%, #bca601 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe502), color-stop(100%,#d6bd00), color-stop(100%,#bca601));
  background: -webkit-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
  background: -o-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
  background: -ms-linear-gradient(top, #ffe502 0%,#d6bd00 100%,#bca601 100%);
  background: linear-gradient(to bottom, #ffe502 0%,#d6bd00 100%,#bca601 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe502', endColorstr='#bca601',GradientType=0 );
  padding-top: 7px;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  padding-top: 11px;
  text-align: center;
}

.nocorrect span {
  color: red;
  display: inherit;
  float: inherit;
  padding-right: inherit;
  font-weight: lighter !important;
  padding-bottom: inherit;
  padding-left: 5px;
}

.neutral span {
  color: green;
  display: inherit;
  float: inherit;
  padding-right: inherit;
  font-weight: lighter !important;
  padding-bottom: inherit;
  padding-left: 5px;
}

.correct span {
  color: green;
  display: inherit;
  float: inherit;
  padding-right: inherit;
  font-weight: lighter !important;
  padding-bottom: inherit;
  padding-left: 5px;
}



.you {
  font-weight:bold;
}
#rejouer {
  display:none;
  position: absolute;
  background: orange;
  padding: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  right: 0px;
  top: 80px;
  color: #fff;
  font-weight: bold;
  z-index: 1000;
  text-decoration:none;
}
.quiz-cor {
  display:none;
  position: absolute;
  top: 12px;
  right: 12px;
}



.corrections-btn {

}

.btn-quiz-home {
  display: inline-block;
  padding: 14px 20px;
  background: #FFE502;
  color: black;
  text-decoration: none;
  border-radius: 100px;
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  height: 200px;
  padding-top: 73px;
  box-shadow: 0px 0px 24px #999;
  font-size: 28px;
  line-height: 32px;
  background: #ffe502; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe502 0%, #d6bd00 100%, #bca601 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe502), color-stop(100%,#d6bd00), color-stop(100%,#bca601)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe502 0%,#d6bd00 100%,#bca601 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe502 0%,#d6bd00 100%,#bca601 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe502 0%,#d6bd00 100%,#bca601 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe502 0%,#d6bd00 100%,#bca601 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe502', endColorstr='#bca601',GradientType=0 ); /* IE6-9 */

}

.btn-quiz-home:hover {
background: #00d11f; /* Old browsers */
background: -moz-linear-gradient(top,  #00d11f 0%, #02840d 100%, #bca601 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00d11f), color-stop(100%,#02840d), color-stop(100%,#bca601)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00d11f 0%,#02840d 100%,#bca601 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00d11f 0%,#02840d 100%,#bca601 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00d11f 0%,#02840d 100%,#bca601 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00d11f 0%,#02840d 100%,#bca601 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d11f', endColorstr='#bca601',GradientType=0 ); /* IE6-9 */

  color:#fff;
}




img {
  display:block;
}


h1 {
    font-family: 'Conv_Museo500-Regular';
    font-weight: lighter;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 9px;
    text-align: center;
    border-bottom: 1px dashed #000;
    padding-top: 10px;
    margin-bottom: 10px;
}

h2 {
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 15px;
}

h3 {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 16px;
}
.b-lock {
  float: left;
  padding-right: 16px;
}
.globe {
  display:inline-block;
  text-align:center;
}
.good {
  clear: both;
  float: none;
  padding: 0px;
  text-align: center;
  display: block;
  color:green;
}
.badder {
  clear: both;
  float: none;
  padding: 0px;
  text-align: center;
  display: block;
  color: red;
}
p {
  font-size: 16px;
  line-height: 20px;
  font-weight: lighter;
}
.line {
  text-align: left;
  float: none;
}
.good2 {
  padding: 0px;
  float: none;
  color: green;
  padding-right: 3px;
}
.good3 {
  color: green;
  float: none;
  padding: 0px;
  padding-bottom: 10px;
}
.ali {
  margin:0px auto;
}

.back-home {
  display: inline-block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s;
}

.bad2 {
  padding: 0px;
  color: red;
  padding-right: 6px;
}

a {
	color:#000;
}

#logo {
    display: block;
    float: left;
    margin-top: 10px;
}
#logo-home img {
width:100%;
}
.logo_fvs {
	position: absolute;
	right: 165px;
	margin-top: 10px;
}
.cta_btn {
    text-decoration: none;
    display: block;
    float: left;
    font-size: 24px;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 0;
    font-family: 'Conv_Museo500-Regular';
    padding-top: 32px;
}

/*LAYOUT*/
header {
    height: 92px;
}
header.header-home {
  float: left;
  width: 25%;
}
.link-home {
    float: right;
    font-size: 20px;
    margin-top: 36px;
    margin-right: 10px;
}
.btn-quiz {
  display: inline-block;
  padding: 14px 20px;

  background: green;
  color: #fff;


  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  transition:all 0.5s;
}
.border {
  border-top: 1px dashed #000;
  width: 100%;
  height: 1px;
  padding-bottom: 16px;
}
.btn-quiz:hover {
  background: #FFE502;
  color:#000;
}
.wrapper {
    margin: auto;
    max-width: 996px;
    position: relative;
    padding-bottom: 30px;
}
.list {
    display: block;
    padding-bottom: 12px;
}
.quiz-home {
  padding-top: 9px;
}

.game {
	background: #fff;
	padding: 10px;
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
	width: 100%;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 10px;
}

.content-game {
    width: 100%;
    padding-top: 7px;
    position: relative;
}
.game article {
  width: 33.333333%;
  float: left;
  padding: 16px;
}
.game article p {
    min-height: 40px;
    max-width: 95%;
}

.game .reponses article p {
	margin-bottom: 10px;
}

.game article .left-img p { width: 75%; }

.game article p.image2texts {
    min-height: 40px;
    max-width: 50%;
}
.container {
  width: 100%;
  padding: 10px 0px;
}
.col {
	width:33.333333%;
	float:left;
  padding-bottom:12px;
  text-align:center;
}
.col img {
	width:100%;
	height:auto;
}
.col input {
  display: block;
  float: left;
}
.radio-gr {
  width: 100%;
  padding: 10px 20px;
}
span {
  display: inline-block;
  float: left;
  padding-right: 10px;
  font-weight: bold !important;
  padding-bottom: 25px;
}
.links-bottom {
  padding-right: 20px;
}
.links {
  clear: both;
  width: 100%;
  display: block;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0px;
  padding-top: 0px;
}

.img-full {
  width:100%;
  float:right;
}
.left-img {
    clear: both;
    width: 60%;
    float: left;
    margin-right: 0px;
    margin-top: 22px;
}
.right-img {
    width: 40%;
    float: right;
    margin-top: -44px;
}

.input-box {
    clear: both;
    padding-left: 26px;
    padding-bottom: 20px;
    margin-top: 23px;
}

label {
  float: left;
  margin-top: 0px;
  padding-right: 6px;
  font-weight: bold;
  font-size: 17px;
}

.group-label {
  clear: both;
  width: 90px;
  padding-top: 20px;
  margin: 0px auto;
}

.group-label-2 {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.game article .group-final p,
.game article .group-label-2 p {
	min-height: 0;
}
.game article .group-label-2 p,
.game article .left-img .group-final p {
	display: inline-block;
	display: inline;
	vertical-align: middle;
}

.reponses .group-label-2 label {
	line-height: 1.3;
}

#slide-counter {
  text-align: center;
  font-size: 18px;
  width: 100%;
}

#slide-counter strong {
}
.group-final {
  width: 100%;
  clear: both;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
}

#cmdSubmit {
background: #37a600;
  background-image: -webkit-linear-gradient(top, #37a600, #065c01);
  background-image: -moz-linear-gradient(top, #37a600, #065c01);
  background-image: -ms-linear-gradient(top, #37a600, #065c01);
  background-image: -o-linear-gradient(top, #37a600, #065c01);
  background-image: linear-gradient(to bottom, #37a600, #065c01);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
    padding: 10px 20px 10px 20px;
  border: solid #aad110 2px;
  text-decoration: none;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
}
.final {

}

.slider-next {
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: bold;
    cursor: pointer;
}

.bottom-slider-button {
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.bottom-slider-button .slider-next {
    top: -40px;
}

.meter {
	height: 14px;
	position: relative;
	background: lightgray;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 20px;
	padding: 0px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	width: 23%;
	margin: 5px auto 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.meter > span {
  display: block;
  height: 100%;
  background-color: rgb(43,194,83);
  background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
  box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.quiz-results {
  margin: 0px auto;
  text-align: center;
  display: inline-block !important;
  float: none !important;
  margin-bottom: 31px;
}

.bx-next {
  display:none;
  background: #37a600;
  background-image: -webkit-linear-gradient(top, #37a600, #065c01);
  background-image: -moz-linear-gradient(top, #37a600, #065c01);
  background-image: -ms-linear-gradient(top, #37a600, #065c01);
  background-image: -o-linear-gradient(top, #37a600, #065c01);
  background-image: linear-gradient(to bottom, #37a600, #065c01);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 19px;
        padding: 7px 20px 8px 20px;
  border: solid #aad110 2px;
  text-decoration: none;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
  overflow: auto;
  transition:all 0.5s;
}
.visible {
  display:block;
}
.bx-next:hover {
  background: #1a9c00;
  text-decoration: none;
}

.slider-prev {
    position: absolute;
    left: 15px;
    top: 8px;
    font-weight: bold;
    cursor: pointer;
}

.bottom-slider-button .slider-prev {
    top: -40px;
}

.bx-prev {
  background: #FFE502;
  background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
  background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
  background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
  background-image: -o-linear-gradient(top, #FFE502, #a87b09);
  background-image: linear-gradient(to bottom, #FFE502, #a87b09);
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 19px;
      padding: 7px 20px 8px 20px;
  border: solid #e3c816 2px;
  text-decoration: none;
  display: block;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
  overflow: auto;
  transition:all 0.5s;
}
.bx-prev:hover {


  background: #FFE502;
  text-decoration: none;

}

.start-flag {
  font-size: 26px;
  position: absolute;
  left: 0px;
  top: -29px;
}
.finish-flag {
  position: absolute;
  right: 0px;
  top: -29px;
  font-size: 26px;
}
.road {
  width: 100%;
  position:relative;
  margin:0px auto;
}
.parcours {
  background: #000;
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
}
.velo {
  font-size: 29px;
  position: absolute;
  left: 0px;
  top: 0px;
}


table {
  width:100%;
}

.results {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform:uppercase;
}

th {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.fb-share-button {
  float: right;
}


.wrong {
  display:none;
  position: absolute;
  top: -57px;
  background: #fff;
  padding: 8px;
  width: 176px;
  left: -76px;
  border: 1px dashed #000;
}

.show {
display: inline-block;
  padding-right: 7px;
  cursor:pointer;
}
.align {
  display: inline-block;
  padding-right: 7px;
}
.cache {
  display: none;
  width: 100%;
  padding: 16px;
  background: lightgray;
  margin-top: 16px;
  margin-bottom: 16px;
  position:relative;
  text-align:center;
}

.table {
  width: 100%;
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: top;
  padding-right:16px;
  position:relative;
  text-align:center;
}
.ba {
  text-align:left;
}
.row {
  width: 100%;
  display: table-row;
  vertical-align: top;
}
.padb {
  padding-bottom: 20px;
}

.container-clock {
  display:none;
}

.corr {
  width: 98%;
  height: 31px;
  position: relative;
  margin-top: 31px;
}
.corr li {
  position: absolute;
  top: 0px;
  left: 0px;
}
.corr li a {
    height: 20px;
    width: 20px;
    background: #E42A2D;
    display: block;
    float: left;
    border-radius: 10px;
    margin-top: 11px;
    cursor: pointer;
    box-shadow: 1px 1px 6px #888888;
}
.corr li a:hover {
    background: #000000 !important;
}


/*CONTAINER WATCH*/
.container-watch {
  background: url(http://www.dolagence.ch/tcs3/images/chronometer.png);
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 36px;
}
.text-watch {
  padding-top: 97px;
}


/* from responses.php */



.links {
  clear: both;
  width: 100%;
  display: block;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 0px;
  padding-top: 0px;
  text-align: center;
  margin-top: 22px;
}

.links  .link-home-yellow {
	font-size: 16px;
}


label {
	float: left;
	margin-top: 10px;
	padding-right: 6px;
	font-weight: bold;
	font-size: 17px;
	line-height: 0;
}

.correct span {
	color: green;
	display: inherit;
	float: inherit;
	padding-right: inherit;
	font-weight: lighter !important;
	padding-bottom: inherit;
	padding-left: 2px;
	padding-top: 0;
}

.nocorrect span {
  color: red;
  display: inherit;
  float: inherit;
  padding-right: inherit;
  font-weight: lighter !important;
  padding-bottom: inherit;
  padding-left: 2px;
  padding-top: 0;
}


/* MODE DEV */
div.scandoladump {
	display: block;
	width: 100%;
	min-height: 200px;
	top:50px;
	padding: 10px;
	z-index:1;
	background: #fe2e2e;
	color: #fff;
	font-size:15px;
}

span.dnd_input {
	display: none;
	visibility: hidden;
}


/********************** media queries **********************/

@media only screen and (max-width: 995px) {
	#start-btn {
		font-size: 32px;
		line-height: 35px;
	}

	.link-home-yellow {
		font-size: 20px;
		line-height: 18px;
	}
}


@media only screen and (max-width: 800px) {
	.row {
		width: 100%;
		display: block;
		vertical-align: top;
		padding-bottom: 20px;
		border-bottom: 1px dashed #000;
		margin-bottom: 20px;
	}
	.cell {
		display: block;
		vertical-align: top;
		padding-right: 0px;
		position: relative;
	}
	.padb {
		display:none;
	}
	.firstb {
		display:none;
	}
	.table {
		margin-top:-20px;
	}
	.wrong {
		display: none;
		left: 0px;
	}
	.input-box {
		clear: both;
		padding-left: 26px;
		padding-bottom: 10px;
		padding-top: 20px;
		margin-top: 0;
	}
	.block-ul {
		width:100%;
		float:none;
	}
	.cadre-game {
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 4px;
	}
	.cadre-links {
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.quiz-home {
		padding-top: 0;
		padding-right: 5px;
	}
	.game article p {
		min-height: 40px;
		width: 85%;
	}

	.left-img {
		clear: both;
		float: left;
		margin-right: 0px;
		padding-top: 24px;
		margin-top: 10px;
	}

	.game article p.image2texts { min-height: 50px; }

	.wrapper-elems-sort {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.wrapper-drag .wrapper-elems-sort {
		float: left;
		width: 50%;
	}

	.wrapper-drag .sortable-image {
		width: 50%;
		float: left;
	}

	.wrapper-drag .sortable-image .cole { width: 80%; float: right; }

	.sortable-list li { width: 95%; text-shadow: 1px 1px 1px #666666; -webkit-text-shadow: 1px 1px 1px #666666; font-size: 15px; }

	.end { display: none; }

}

@media only screen and (max-width: 768px) {

	h1 { font-size: 22px; }
	.sortable-image {
		width:100%;
	}
	.content-game {
		padding-top: 40px;
		margin-top: 57px;
	}

	.drop2, .drop3 {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		width: 100%;
	}
	.flex-drag ul {
		margin-bottom: 20px;
	}

	.bx-prev, .bx-next { font-size: 17px; letter-spacing: 0.03em; font-weight: 400; }

	.content-game { margin-top: 10px; }

	.bx-wrapper { margin-bottom: 40px; }

	.bx-wrapper .bx-viewport { box-shadow: none; -webkit-box-shadow: none; border: none; border-radius: 0; -webkit-border-radius: 0; }

	.game article { padding: 5px; }

	.left-img { padding-top: 0; margin-top: 0; padding-top: 25px; }

}


@media only screen and (max-width: 640px) {

	.link-home-green { padding: 25px 20px; }
	.link-home-green img {
		max-width: 154px;
		width: 100%;
		float: none;
		margin: 0px auto;
	}
	#start-btn {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
		width: 100%;
	}
	.link-home-green span {
		display: inline-block;
		padding-top: 16px;
		padding-left: 20px;
	}
	.draggable {
		clear:inherit;
		position: relative;
		width: 28.3333%;
		cursor: pointer;
		float: left;
		margin-right: 5%;
	}

	.wrapper-drag { padding-top: 40px; }
	.reset { top: 55px; }

	.wrapper-elems {
		float: left;
		width: 50%;
	}
	.droppable {
		float: right;
		width: 50%;
	}
	.bx-next {
		background: #37a600;
		background-image: -webkit-linear-gradient(top, #37a600, #065c01);
		background-image: -moz-linear-gradient(top, #37a600, #065c01);
		background-image: -ms-linear-gradient(top, #37a600, #065c01);
		background-image: -o-linear-gradient(top, #37a600, #065c01);
		background-image: linear-gradient(to bottom, #37a600, #065c01);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		text-shadow: 1px 1px 3px #666666;
		font-family: Arial;
		color: #ffffff;
		font-size: 0px;
		padding: 0;
		height: 35px;
		width: 35px;
		border: solid #aad110 2px;
		text-decoration: none;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
		overflow: auto;
		transition: all 0.5s;
	}
	.bx-next:before {
		content: ">";
		color: #fff;
		font-size: 20px;
		position: absolute;
		right: 11px;
		top: 8px;
	}
	.content-game {
		padding-top: 27px;
		margin-top: 10px;
		text-align: center;
	}
	.content-game .left-align {
		padding-top: 0px;
		margin-top: 0px;
		text-align: left;
	}
	.bx-prev {
		background: #FFE502;
		background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
		background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
		background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
		background-image: -o-linear-gradient(top, #FFE502, #a87b09);
		background-image: linear-gradient(to bottom, #FFE502, #a87b09);
		-webkit-border-radius: 24;
		-moz-border-radius: 24;
		border-radius: 24px;
		text-shadow: 1px 1px 3px #666666;
		font-family: Arial;
		color: #ffffff;
		font-size: 0px;
		padding: 0;
		height: 35px;
		width: 35px;
		border: solid #e3c816 2px;
		text-decoration: none;
		display: block;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
		overflow: auto;
		transition: all 0.5s;
	}
	.bx-prev:before {
		content: "<";
		color: #fff;
		font-size: 20px;
		position: absolute;
		right: 13px;
		top: 8px;
	}
	.game article p {
		min-height: 40px;
		width: 100%;
		text-align: left;
		max-width: 100%;
	}

	.game article .group-label-2 p { width: 80%; }

	.right-img {
		width: 100%;
		float: none;
		margin-top: -44px;
		clear: both;
	}
	.group-final {
		width: 100%;
		clear: both;
		padding-bottom: 20px;
		font-weight: bold;
		font-size: 15px;
		text-align: left;
	}
	.group-label-2 {
		width: 100%;
		clear: both;
		margin-bottom: 0;
		text-align: left;
	}
	.img-full {
		width: 100%;
		float: right;
	}
	.left-img {
		clear: both;
		width: 100%;
		float: left;
		margin-right: 0px;
		margin-top: 10px;
	}
	.back-home {
		display: inline-block;
		padding: 11px 20px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		transition: all 0.5s;
		font-size: 15px;
		width: 100%;
	}
	.corr li a {
		height: 10px;
		width: 10px;
		background: #E42A2D;
		display: block;
		float: left;
		border-radius: 5px;
		margin-top: 11px;
		cursor: pointer;
		box-shadow: 1px 1px 6px #888888;
	}

	.link-home-green { margin-top: 0; }

	.game article p.image2texts { max-width: 100%; }

	.links { padding-top: 15px; }

	.rat { padding-top: 10px;}


	.wrapper-elems-sort.qdnd4 { width: 100%; }

	.wrapper-drag .sortable-image { width: 100%; margin-top: 10px; }

	.wrapper-elems-sort.flex-drag { width: 40%; }

	.wrapper-drag .sortable-image.drop,
	.wrapper-drag .sortable-image.drop2,
	 .wrapper-drag .sortable-image.drop3 { width: 60%; padding-left: 20px; }

	.wrapper-drag .sortable-image .cole { width: 95%; }
	.wrapper-drag .sortable-image.drop2 .cole,
	.wrapper-drag .sortable-image.drop3 .cole { padding-top: 0; padding-right: 0; padding-left: 10px; }

	.drag { width: 30.3333%; margin-right: 3%; }

	drag2, .drag3 { width: 25.3333%; margin-right: 8%; }

	.sortable-list li { width: 100%; }
	
	/* .game article .group-label-2 p, .game article .left-img .group-final p { display: inline-block; } */
}


@media only screen and (max-width: 480px) {

	h1 { font-size: 20px; }

	.cole {
	  margin-bottom:20px;
	}
	.cole, .colef {
		width: 100%;
		padding-bottom:100px;
	}
	.drop2, .drop3 {
		width: 100%;
		display: block;
	}
	header.header-home {
	  float: none;
	  width: 100%;
	  display: table;
	}
	.game-home {
	  float: none;
	  width: 100%;
	  background: #fff;
	  padding: 16px;
	  margin-top: 0px;
	  clear: both;
	}
	.link-home-yellow {
	  background: #FFE502;
	  background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
	  background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
	  background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
	  background-image: -o-linear-gradient(top, #FFE502, #a87b09);
	  background-image: linear-gradient(to bottom, #FFE502, #a87b09);
	  -webkit-border-radius: 24;
	  -moz-border-radius: 24;
	  border-radius: 24px;
	  text-shadow: 1px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 15px;
	  padding: 10px 20px 10px 20px;
	  border: solid #e3c816 2px;
	  text-decoration: none;
	  display: block;
	  margin-top: 17px;
	  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
	  overflow: auto;
	}
	.link-home-green img {
	  max-width: 154px;
	  width: 100%;
	  float: none;
	  margin: 0px auto;
	}
	.cta_btn {
	  text-decoration: none;
	  display: block;
	  float: left;
	  font-size: 24px;
	  line-height: 30px;
	  margin-left: 15px;
	  margin-top: 0;
	  font-family: 'Conv_Museo500-Regular';
	  padding-top: 40px;
	  display: none;
	}
	.popup {
	  position: fixed;
	  top: -100%;
	  margin-top: -183px;
	  z-index: 1000;
	  background: #fff;
	  border-radius: 20px;
	  padding: 20px;
	  width: 80%;
	  left: 50%;
	  margin-left: -40%;
	  text-align: center;
	  transition: all 1s;
	}
	.quiz-home {
		position: relative !important;
		right: 0px;
		bottom: 0px;
		margin: 0px auto;
		text-align: center;
		padding-top: 5px;
	}
	.link-home-yellow {
		background: #FFE502;
		background-image: -webkit-linear-gradient(top, #FFE502, #a87b09);
		background-image: -moz-linear-gradient(top, #FFE502, #a87b09);
		background-image: -ms-linear-gradient(top, #FFE502, #a87b09);
		background-image: -o-linear-gradient(top, #FFE502, #a87b09);
		background-image: linear-gradient(to bottom, #FFE502, #a87b09);
		-webkit-border-radius: 24;
		-moz-border-radius: 24;
		border-radius: 24px;
		text-shadow: 1px 1px 3px #666666;
		font-family: Arial;
		color: #ffffff;
		font-size: 15px;
		padding: 10px 0px 10px 20px;
		border: solid #e3c816 2px;
		text-decoration: none;
		display: block;
		margin-top: 17px;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
		overflow: auto;
	}

	.input-box { margin: 10px 0; }
	.left-img { margin-top: 25px; }
	p { font-size: 14px; }
	#cmdSubmit { max-width: 100%; font-size: 16px; }

	.bx-wrapper { padding-top: 45px; }

	.input-box { padding: 10px; }

	.group-label-2 { text-align: center; }
	.game article .group-label-2 p { display: block; width: 100%; text-align: center; padding: 10px 0; }

	.group-label-2 label { display: inline-block; float: none; vertical-align: middle; margin: 0; }

	input.labelauty + label { display: inline-block; float: none; margin: 0; width: 35px; height: 35px; border-radius: 50%; -webkit-border-radius: 50%; padding: 0; vertical-align: middle; }
	input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image { padding: 0; width: 35px; height: 35px; background-position: center center; }

	.radio-gr { padding: 5px 0; text-align: center; }

	.radio-gr label { display: inline-block; float: none; vertical-align: middle; }

	.group-label { padding-top: 10px; }

	.game article .group-final p { display: inline-block; width: auto; padding: 0 0 0 10px; vertical-align: middle; }

	.game article .left-img .group-final p { width: 85%; }

	.group-final { padding-bottom: 10px; }

	.group-label-2 .neutral { /* display: none; */ }

	.left-img { margin-top: 0; padding-top: 10px; }

	.bx-wrapper .bx-viewport { height: auto !important; }

	.bx-wrapper { margin-bottom: 0; }

	.reset { top: 65px; }
}


@media only screen and (max-width: 380px) {
	#cmdSubmit {
	  background: #37a600;
	  background-image: -webkit-linear-gradient(top, #37a600, #065c01);
	  background-image: -moz-linear-gradient(top, #37a600, #065c01);
	  background-image: -ms-linear-gradient(top, #37a600, #065c01);
	  background-image: -o-linear-gradient(top, #37a600, #065c01);
	  background-image: linear-gradient(to bottom, #37a600, #065c01);
	  -webkit-border-radius: 24;
	  -moz-border-radius: 24;
	  border-radius: 24px;
	  text-shadow: 1px 1px 3px #666666;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 19px;
	  padding: 10px 20px 10px 20px;
	  border: solid #aad110 2px;
	  text-decoration: none;
	  box-shadow: 0px 0px 9px rgba(0,0,0,0.2);
	}

	.logo_fvs { right: 150px; }

	ul.flags { right: 30px; }

	.link-home { margin-right: 5px; }

	h2 { margin-bottom: 20px; line-height: 1.5; }

	#start-btn { line-height: 1.2; padding: 5px 10px; font-size: 22px; }

	.reset { top: 80px; }

	.wrapper-elems-sort.flex-drag { width: 35%; }

	.wrapper-drag .sortable-image.drop,
	.wrapper-drag .sortable-image.drop2 { width: 65%; padding-top: 5px; }

	.drag, .drag2, .drag3 { width: 40%; margin-right: 10%; }

	.ce { border: 6px solid #37a600; }

    .link-home-yellow span {
        padding: 0px !important;
        font-weight: lighter !important;
        float: left;
        margin-top: 11px;
        margin-left: 10px;
        font-size: 15px;
    }

}
