
@font-face {
    font-family: 'font_custom_1'; /* Default: PT Sans */
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamRounded-Bold.woff') format('woff'),
         url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
         url('../fonts/GothamRounded-Bold.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_custom_2'; /* Default: PT Sans */
    src: url('../fonts/GothamRounded-Medium.eot');
    src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamRounded-Medium.woff') format('woff'),
         url('../fonts/GothamRounded-Medium.ttf') format('truetype'),
         url('../fonts/GothamRounded-Medium.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_custom_3'; /* Default: PT Sans */
    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamRounded-Book.woff') format('woff'),
         url('../fonts/GothamRounded-Book.ttf') format('truetype'),
         url('../fonts/GothamRounded-Book.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
 * General settings
 */
html, body {
	width: 100%;
	height: 100%;
	max-width: 600px;
	margin: 0 auto;
	/*background-color: whitesmoke;*/
}
body {
	/*font-size: 62.5%;*/
	font-size:16px;
	position: relative;
}
body > div {
	z-index: 2;
	position: relative;
}

.main {
	height: 100%;
	padding:0;
}
.content {
	height: 100%;
	width: 100%;
	background-color: #FF5454;
	text-align: center;
	/*color: white;*/

	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	/* Ajout pour eviter le bug bizarre de redimensionnement sur iphone */
	overflow-x: hidden;

}
.container {
	padding-right: 0px;
    padding-left: 0px;
}
.breaker {
	width: 100%;
	height: 0px;
	clear: both;
}

/*
 * Layers & loaders settings
 */
body .opaque-layer {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	background-color: transparent;
	opacity: 0;
	z-index: 1;
}
.gradient-overlay {

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100px;
}
.page-loader {
	position: fixed;
	top:0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	background-color: gray;
	opacity: 0.5;
	z-index: 50;
	display: none;
}

/*
 * Header settings
 */
.header-logo {
	height: 15%;
	width: 100%;
	display: block;
}
.header-logo > div {
	height: 100%;
	width: 100%;
	text-align: center;
	display: block;
	vertical-align: middle;
	position: relative;
}
.header-logo > div > img{
	height: 100%;
	width:auto;
	position: absolute;
	left: 50%;
	top:10px;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}

.header-logo-inner {
	height: 80px;
	width: 100%;
	display: block;
}
.header-logo-inner > div {
	height: 100%;
	width: 100%;
	text-align: center;
	display: block;
	vertical-align: middle;
	position: relative;
}
.header-logo-inner > div > img{
	height: 100%;
	width:auto;
	position: absolute;
	left: 50%;
	top:10px;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}

.logo-shadow {
	margin-top: 15px;
	background: transparent url(../img/logo-shadow.png) no-repeat center;
	background-size: contain;
	width: 100%;
	height: 12px;
}

.nav-header {
	position: absolute;
	height: 48px;
	width: 100%;
	display: block;
    z-index: 50;
    top:0px;
    left: 0px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    padding:0;
    margin: 0;
    /*-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;*/
}
.nav-header .nav-back {
	display: inline-block;
	width: auto;
	float:left;
	height: 100%;
	vertical-align: top;
	padding:0;
    margin: 0;
}
.nav-header .nav-back img {
	/*max-width: 100%;
	max-height: 100%;*/
	width:27px;
	height: 25px;
	margin:11px 10px;
	padding: 0;
}
.nav-header .nav-title {
	display: inline-block;
	width: auto;
	/*height: 100%;*/
	/*font-size: 4.5em;*/
	line-height: 48px;
	/*color:white;*/
	text-align: center;
	vertical-align: middle;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
	padding-right: 48px;
}
.nav-header .nav-logo {
	display: inline-block;
	width: auto;
	float: right;
	height: 100%;
	vertical-align: top;

	display:none;
}
.nav-header .nav-logo img {
	max-width: 100%;
	max-height: 100%;
}


/*
 * Generic page contents settings
 */
.content .homeText {
	/*font-size: 4.5em;*/
	margin-top: 15px;
	margin-bottom: 25px;
	text-shadow: 1px 1px #ccc;
	padding:0 20px;
}
.content .gameText {
	/*font-size: 4.5em;*/
	margin-top: 15px;
	margin-bottom: 25px;
	text-shadow: 1px 1px #ccc;
	padding:0 20px;
}
.content .win-date {
	font-size: 1em;
	padding:5px;
}
.content .win-identifier {
	font-size: 1.2em;
	padding:5px;
}
.content .gameText span {
	display: block;
}
.content .opinionText {
	/*font-size: 4.5em;*/
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: 1px 1px #ccc;
	padding:0 20px;
}
.content .capping-text {
	/*font-size: 4em;*/
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: 1px 1px #ccc;
	padding:0 20px;
}

.content .mentionsText,
.modal-body {
	font-size: 2em;
}

.content .mentionsText {
	text-align:justify;
	margin-bottom:25px;
}


/*
 * Form & inputs settings
 */
#game-form {
	/*font-size: 0em; */
    width: 80%;
    margin: 0 auto;
}

.connect-fb {
	max-width: 90%;
	margin:10px auto;
	cursor: pointer;
}
.facebook-separator {
	position:absolute;
	text-align:center;
	left:calc(50% - 25px);
	width:50px;
	margin-top:-35px;
	font-size:1.2em;
	background-color:white;
	font-weight:bold;
}

.facebook-error {
	color:red;
	font-size:1em;
	text-align: center;
	margin: 5px auto;
}

#game-form .btn, #game-form input, .question-input {
	/*font-size: 16px;*/
	margin-top:10px;
	margin-bottom: 10px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    vertical-align: initial;
    border: none;
    width: 100%;
    border: 1px solid #bbb;
    -moz-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-webkit-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-o-box-shadow: 1px 1px 3px 0px #bbbbbb;
	box-shadow: 1px 1px 3px 0px #bbbbbb;
}

.btn, #game-form input.error {
    border: 1px solid #aa2d2a;
    -moz-box-shadow: 1px 1px 3px 0px #cb6d4f;
	-webkit-box-shadow: 1px 1px 3px 0px #cb6d4f;
	-o-box-shadow: 1px 1px 3px 0px #cb6d4f;
	box-shadow: 1px 1px 3px 0px #cb6d4f;
}

.form-civility {
	width: 100%;
	height: 45px;
	margin: 10px auto;
	text-align: center;
}
.form-civility .civility-item {
	width:45%;
	height: 100%;
	float: right;
	box-sizing:border-box;
	vertical-align: middle;
    -webkit-box-shadow: inset 1px 1px 10px -2px rgba(168,168,168,1);
    -moz-box-shadow: inset 1px 1px 10px -2px rgba(168,168,168,1);
    box-shadow: inset 1px 1px 10px -2px rgba(168,168,168,1);
	color:#9e9e9e;
	cursor: pointer;
    background-color: #fff;
}
::-webkit-input-placeholder { /* Edge */
  color:#9e9e9e;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#9e9e9e;
}

::placeholder {
  color:#9e9e9e;
}
.form-civility .civility-item:nth-child(1) {
	float: left;
}
.form-civility .civility-item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.form-civility .civility-item.active {
    color: #fff;
    background-color: #9de7fd;
}
.form-civility .civility-item.error {
  border: 1px solid #aa2d2a;
  -moz-box-shadow: 1px 1px 3px 0px #cb6d4f;
  -webkit-box-shadow: 1px 1px 3px 0px #cb6d4f;
  -o-box-shadow: 1px 1px 3px 0px #cb6d4f;
  box-shadow: 1px 1px 3px 0px #cb6d4f;
}
.error {
    color: #aa2d2a !important;
}
.radio-label {
  display: block;
  text-align: left;
  width: 90%;
  margin:5px auto;
}
.radio-label, .default-radio {
  color:#000;
  font-size: 1em;
  font-weight: normal;
}
#game-form .radio-wrapper {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#game-form .default-radio {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 30px;
}

#game-form .radio-wrapper.error .default-radio {
  color:#aa2d2a;
}

#game-form .default-radio input {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  /*float: left;*/
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}


.checkbox-label {
  display: block;
  text-align: left;
  width: 90%;
  margin:5px auto;
}
.checkbox-label, .default-checkbox {
  color:#000;
  font-size: 1em;
  font-weight: normal;
}
#game-form .default-checkbox {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 30px;
}
#game-form input.default-checkbox {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  /*float: left;*/
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

#game-form .checkbox-wrapper.error .default-checkbox {
  color:#aa2d2a;
}

.question-input {
	margin-bottom: 15px;
}

/*
 * Buttons settings
 */
#game-form .btn {
	/*color: #fff;*/
	background-color: #337ab7;
}

.large-btn {
	margin:0 auto;
	margin-top: 15px;
	/*margin-left: 15px;
	margin-right: 15px;*/
	background-color: #CCC;
	border: 1px solid #bbb;
	width: 90%;
	-moz-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-webkit-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-o-box-shadow: 1px 1px 3px 0px #bbbbbb;
	box-shadow: 1px 1px 3px 0px #bbbbbb;
	cursor:pointer;

    padding: 15px 5px;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	text-shadow: 2px 2px #BBB;
}
.large-btn .small-line {
	padding:5px;
	text-align: center;
	font-size: 14px;
}
.multi-switch {
    float: right;
}
.large-btn .big-line {
	font-size: 32px;
}

.large-btn .big-line span {
    font-size: 11px;
    text-transform: none;
}


/*
 * Game settings
 */

.whiteboard {
	width: 65%;
	height: 50%;
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 10px;
	display: table;
}
.whiteboard > div {
	display: table-cell;
	vertical-align: middle;
}
.whiteboard > div > img {
	width: 100%;
	height: auto;
}
.reveal .btn {
	/*color: #000;*/
	width: 70%;
	background-color: #fff;	
}

.connectionChoice {
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
}
.fbConnect {
	background-color: blue;
	width: 70%;
	height: 40px;
	margin:0 auto;
}
#scratch-game {
	/*width: 65%;
	height: 50%;*/
	width: 200px;
	height: 180px;
	margin: 0 auto;
	background-color: #FFF;
	display: table;
}

.game-background-img {
    height: auto;
    padding-bottom: 50%;
    width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.normal-text {
	padding:5px;
	text-align: center;
	font-size: 14px;
	margin:10px 0;
}


/*
 * Footer & rules settings
 */

.bottom-infos {
	margin-top:20px;
	position: static;
	background-color: whitesmoke;
}
.bottom-infos .rules {
	height: 30px;
	/*font-size:14px;*/
	/*color:#000;*/
	padding:8px;

	border-top: 1px solid #bbb;

	text-decoration: underline;

	/*text-transform: uppercase;*/
}
.bottom-infos .cgu {
	/*border-top: 1px solid #bbb;*/

	/*font-size:10px;*/
	/*color:#333;*/
	padding:5px;
	padding-top:10px;
	text-align: justify;
	border-bottom: 1px solid #bbb;
}

/*
 * News pages settings
 */
ul.news-list {
	margin:0;
	padding: 0;
}

ul.news-list li.news-first {
	margin:0;
	padding: 0;
	display: block;
}
.news-first .news-first-img {
	height: 200px;
	width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;
}
.news-first .news-first-img > img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	display: block;	
}
.news-first .news-infos {
	
}
.news-first .news-infos .news-title {
	/*font-size: 3.2em;*/
	font-weight: bold;
	padding: 20px 10px 8px 10px;
}
.news-first .news-infos .news-intro {
	/*font-size: 2.2em;*/
	padding: 0px 20px 15px 20px;
}

ul.news-list li.news-item {
	margin:0;
	padding: 0;
	display: block;
	margin-left:10px;
	margin-bottom: 10px;
}

.news-item .news-img img {
	width:100%;
}

.news-item .news-title {
	font-weight: bold;
	/*font-size: 3em;*/
	margin-left: 10px;
	margin-right: 10px;

	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 25px;     /* fallback */
   max-height: 50px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}



.news-detail {
	margin:0;
	padding: 0;
	display: block;
}
.news-detail .news-detail-img {
	height: 200px;
	width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;
}
.news-detail .news-detail-img > img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	display: block;	
}
.news-detail .news-infos {
	
}
.news-detail .news-infos .news-title {
	/*font-size: 3.2em;*/
	font-weight: bold;
	padding: 15px 20px;
}
.news-detail .news-infos .news-intro {
	/*font-size: 2.2em;*/
	padding: 0px 20px 15px 20px;
	/*font-weight: bold;*/
	/*color:#666;*/
}
.news-detail .news-infos .news-content {
	/*font-size: 2em;*/
	padding: 0px 20px 15px 20px;
	text-align: left;
}
.news-detail .news-infos .news-content img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}

/*
 * Opinion settings
 */
.opinion-background-img {
	height: 200px;
	width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;
}

.page-opinion .homeText {
	/*font-size: 4em;*/
}
.page-opinion .homeTextQuestion {
	/*font-size: 3.6em;*/
	/*color:#333;*/
	padding-top: 15px;
	padding-bottom: 15px;
	width: 80%;
	margin:0px auto;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.opinion-question-wrapper .raw-wrapper {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.page-opinion .homeTextQuestion.errorAnswer {
	color:red !important;
}
.smiley-checkbox {
	width:33%;
	float:left;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	box-sizing: border-box;
}
.smiley-checkbox input[type=radio], .smiley-checkbox input[type=checkbox] {
	display: none;
}
label.checkbox-design {
	position: relative;	
}

.smiley-checkbox input[type=radio]:not(:checked) + label.checkbox-design:before,
.smiley-checkbox input[type=radio]:checked + label.checkbox-design:before {
  content: '';
  position: absolute;
  left:-9px; top: 10px;
  width: 18px; height: 18px;
  border: 1px solid #cacaca;
  border-radius: 9px;
  -webkit-box-shadow:0px 1px 1px #ececec;
  -moz-box-shadow:0px 1px 1px #ececec;
  box-shadow:0px 1px 1px #ececec;
  background: #FFF;
}
/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
.smiley-checkbox input[type=checkbox]:not(:checked) + label.checkbox-design:before,
.smiley-checkbox input[type=checkbox]:checked + label.checkbox-design:before {
  content: '';
  position: absolute;
  left:-9px; top: 10px;
  width: 18px; height: 18px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  -webkit-box-shadow:0px 1px 1px #ececec;
  -moz-box-shadow:0px 1px 1px #ececec;
  box-shadow:0px 1px 1px #ececec;
  background: #FFF;
}
 

.smiley-checkbox input[type=radio]:not(:checked) + label.checkbox-design:after,
.smiley-checkbox input[type=radio]:checked + label.checkbox-design:after {
	content: ' ';
	background-color: black;
	border-radius: 7px;
	position: absolute;
	width: 12px; height: 12px;
	top: 13px;
	left: -6px;
	font-size: 36px;
	color: black;
	transition: all .2s;
}

/* Aspect général de la coche */
.smiley-checkbox input[type=checkbox]:not(:checked) + label.checkbox-design:after,
.smiley-checkbox input[type=checkbox]:checked + label.checkbox-design:after {
  content: '\2713';
  position: absolute;
  top: 10px; left: -6px;
  font-size: 14px;
  color: black;
  transition: all .2s; /* on prévoit une animation */
}

.smiley-checkbox input[type=radio]:not(:checked) + label.checkbox-design:after {
	opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "pas cochée" */
.smiley-checkbox input[type=checkbox]:not(:checked) + label.checkbox-design:after {
  opacity: 0; /* coche invisible */
  transform: scale(0); /* mise à l'échelle à 0 */
}

.smiley-checkbox input[type=radio]:checked + label.checkbox-design:after {
	opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}
/* Aspect si "cochée" */
.smiley-checkbox input[type=checkbox]:checked + label.checkbox-design:after {
  opacity: 1; /* coche opaque */
  transform: scale(1); /* mise à l'échelle 1:1 */
}

.smiley-checkbox.circle label {
	margin-bottom: 0;
	cursor: pointer;
}
.smiley-checkbox.circle.isChecked label {
	position: relative;
	margin-bottom: 0px;
}
.smiley-checkbox.circle label {
	box-sizing: border-box;
}
.smiley-checkbox.circle label .colored-circle {
	/*display: none;*/
	/*content:"";
	position: absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	z-index: 100;
	
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
	border-radius: 50%;*/
	
}

.smiley-checkbox.circle.isChecked label .colored-circle {
	display: block;
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	z-index: 100;
	border-style: solid;
	border-width: 3px;
	border-color: #2196F3;
	border-radius: 50%;
}


/*
 * BRCode pages settings
 */

.brcode-background-img {
	height: 200px;
	width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;
}
ul.brcode-list {
	margin:0;
	padding: 0;
}

ul.brcode-list li.brcode-item {
	margin:0;
	padding: 0;
	display: block;
	margin:10px;
	padding: 5px;
	border: 1px solid #bbb;
    -moz-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-webkit-box-shadow: 1px 1px 3px 0px #bbbbbb;
	-o-box-shadow: 1px 1px 3px 0px #bbbbbb;
	box-shadow: 1px 1px 3px 0px #bbbbbb;
	background-color: rgba(255, 255, 255, 0.60);
}

.brcode-item .brcode-img img {
	width:100%;
}

.brcode-item .brcode-title {
	font-weight: bold;
	/*font-size: 3em;*/
	margin-left: 10px;
	margin-right: 10px;

	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 25px;     /* fallback */
   max-height: 50px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.brcode-item .brcode-intro {
	/*font-size: 2.5em;*/
	margin-left: 10px;
	margin-right: 10px;
	/*color:#333;*/
}
.brcode-item .brcode-link {
	/*font-size: 2.5em;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	/*color:#333;*/
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}


/*
 * HOTSPOT pages settings
 */

.hotspot-background-img {
	height: 200px;
	width: 100%;
	vertical-align: top;
	margin:0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow:0px 1px 2px #BBB;
	-moz-box-shadow:0px 1px 2px #BBB;
	box-shadow:0px 1px 2px #BBB;
}

.content .hotspotText {
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: 1px 1px #ccc;
	padding:0 20px;
}
.page-hotspot .default-checkbox {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 30px;
}
.page-hotspot input.default-checkbox {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  /*float: left;*/
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}


/*
 * Added from Overload.css
 */


.landing-intro-img {
	text-align: center;
	cursor: pointer;
}
.landing-intro-img img {
	display: block;
	width:100%;
}

.home-block-wrapper {
	margin-top:20px;
	width: 100%;
	table-layout: fixed;
}
.home-block-wrapper td {
	padding: 7px 15px;
	width: 50%;

}
.home-block-wrapper td:nth-child(1) {
	padding-right: 7px;
}
.home-block-wrapper td:nth-child(2) {
	padding-left: 7px;
}

.landing-block {
	text-align: center;
	padding: 10px;
	border: 1px solid #a8a8aa;
    -moz-box-shadow: 1px 1px 2px 0px #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px #ccc;
	-o-box-shadow: 1px 1px 2px 0px #ccc;
	box-shadow: 1px 1px 2px 0px #ccc;
	background-color: #FFF;
	max-width: 100%;
	border-radius: 5px;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.landing-block .landing-block-title {
    margin-top: 15px;
    line-height: 1em;
    max-width: 100%;
    overflow: hidden;
}

.landing-block .landing-block-icon {
	max-width: 50%;
    margin: 20px auto;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    height: 100px;
}


.content.container {
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-wrapper {
	
	width: 100%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	/*visibility: hidden;
	overflow: hidden;*/	
}

.footer-text {
	text-align: left;
	padding:5px;
	margin-top:10px;
}

.page-wrapper.moving-forward {
	-webkit-animation: rotateSlideForward 0.6s both ease;
	animation: rotateSlideForward 0.6s both ease;
}
.page-wrapper.moving-back {
	-webkit-animation: rotateSlideBack 0.6s both ease;
	animation: rotateSlideBack 0.6s both ease;
}

@-webkit-keyframes rotateSlideForward {
	0% { opacity: .5; }
	25% {-webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
	100% { opacity: .5; -webkit-transform: translateZ(0px) translateX(-150%); }
}
@keyframes rotateSlideForward {
	0% { opacity: .5; }
	25% {  -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	100% { opacity: .5; -webkit-transform: translateZ(0px) translateX(-150%); transform: translateZ(0px) translateX(-150%); }
}

@-webkit-keyframes rotateSlideBack {
	0% { opacity: .5; }
	25% {-webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(+150%); }
	100% { opacity: .5; -webkit-transform: translateZ(0px) translateX(+150%); }
}

@keyframes rotateSlideBack {
	0% { opacity: .5; }
	25% {  -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(+150%); transform: translateZ(-500px) translateX(+150%); }
	100% { opacity: .5; -webkit-transform: translateZ(0px) translateX(+150%); transform: translateZ(0px) translateX(+150%); }
}

.page-wrapper > .page {
	width: 100%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	/*visibility: hidden;*/
	overflow: hidden;
}
.page-wrapper > .page.left-forward {
	-webkit-transform: translateX(0);
	transform: translateX(0); 
}
.page-wrapper > .page.right-forward {
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}
.page-wrapper > .page.left-back {
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%); 
}
.page-wrapper > .page.right-back {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.page-wrapper > .page * {

}
.page-wrapper > .page.active {
	/*display:block;*/
	visibility: visible;
	z-index: 1;
}



/* Forward animation */
.page-wrapper > .page.moving-out-forward {
	-webkit-animation: rotateSlideOut 0.6s both ease;
	animation: rotateSlideOut 0.6s both ease;
}
.page-wrapper > .page.moving-in-forward {
	-webkit-animation: rotateSlideIn 0.6s both ease;
	animation: rotateSlideIn 0.6s both ease;
}
@-webkit-keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
}

@keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
}

@-webkit-keyframes rotateSlideIn {
	0% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); }
	25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
	0% {opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); transform: translateZ(-500px) translateX(150%);}
	25% {visibility: visible; opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); transform: translateZ(-500px) translateX(150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
}

/* Back animation */
.page-wrapper > .page.moving-out-back {
	-webkit-animation: rotateSlideOutBack 0.6s both ease;
	animation: rotateSlideOutBack 0.6s both ease;
}
.page-wrapper > .page.moving-in-back {
	-webkit-animation: rotateSlideInBack 0.6s both ease;
	animation: rotateSlideInBack 0.6s both ease;
}
@-webkit-keyframes rotateSlideOutBack {
	/*0% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
	25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% {opacity: 0.5 }*/
	0% {opacity: 0.5 }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); }
}
@keyframes rotateSlideOutBack {
	/*0% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	100% {opacity: 0.5 }*/

	0% {opacity: 0.5 }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); transform: translateZ(-500px) translateX(150%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); transform: translateZ(-500px) translateX(150%); }
}

@-webkit-keyframes rotateSlideInBack {
	/*0% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% {visibility: visible; opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); }
	100% {visibility:hidden; opacity: 0 }*/

	0% {visibility:hidden; opacity: 0 ;-webkit-transform: translateZ(-500px) translateX(-150%);}
	25% {visibility: visible; opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideInBack {
	/*0% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% {visibility: visible; opacity: .5; -webkit-transform: translateZ(-500px) translateX(150%); transform: translateZ(-500px) translateX(150%); }
	100% {visibility:hidden; opacity: 0 }*/

	0% {visibility:hidden; opacity: 0; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	25% {visibility: visible; opacity: .5; -webkit-transform: translateZ(-500px) translateX(-150%); transform: translateZ(-500px) translateX(-150%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
}

/*
.news_home_img {
	width:85%;
}

.news_home_title {
	font-weight: bold;
	font-size: 3em;
}

.news_home_desc {
	font-size:2em;
}
*/

.news_details_main {
	overflow:scroll;
	height:100%;
}

.news_details_title {
	width:90%;
	font-weight: bold;
	font-size: 4em;
}

.news_details_img {
	width:90%;
}

.news_details_content {
	width:90%;
	font-size:2em;
}

.brcodes_home_img {
	width:85%;
}

.brcodes_home_title {
	font-weight: bold;
	font-size: 3em;
}

.brcodes_home_desc {
	font-size:2em;
}

.brcodes_details_title {
	width:90%;
	margin: 5px auto;
	font-weight: bold;
	/*font-size: 4em;*/
}

.brcodes_details_img {
	width:30%;
}

.brcodes_details_long_desc {
	width:90%;
	margin: 5px auto;
	/*font-size:2em;*/
}

.brcodes_blury_img {
	width:30%;
}

.brcodes_usecode_popin {
	width:80%;
	background-color: white;
	margin-left: 10%;
	margin-top: 10%;
}

.brcodes_usecode_img {
	width:80%;
}


/*
 * Responsive settings
 */

@media screen and (max-height: 600px) {
  	/*.content .homeText {
		font-size: 3.2em;
		margin-top: 10px;
		margin-bottom: 15px;
		line-height: 1.1em;
	}
	.content .capping-text {
		font-size: 2.7em;
		margin-top: 10px;
		margin-bottom: 15px;
		line-height: 1.1em;
	}*/
}

/* Small width adaptation */
@media screen and (max-width: 320px)  {
	/*.large-btn .small-line {
	    font-size: 12px;
	}
	.large-btn .big-line {
	    font-size: 18px;
	}
	.bottom-infos .cgu {
	    font-size: 8px;
	}
	.home-block-wrapper .landing-block .landing-block-title {
		overflow: hidden;
	}*/
}

@media screen and (min-width: 374px) and (max-width: 376px)  {
	body {
		width: 374px;
	}
	.home-block-wrapper .landing-block .landing-block-title {
		/*font-size: 2.5em;*/
		overflow: hidden;
	}
}

@media screen and (max-width: 320px) {
	body {
		font-size: 15px;
	}
	.nav-header .nav-title {
		padding-right: 0;
	}
}
@media screen and (max-width: 290px) {
	body {
		font-size: 14px;
	}
	.nav-header .nav-title {
		padding-right: 0;
	}
}
@media screen and (max-width: 260px) {
	body {
		font-size: 12px;
	}
}