@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: 'SegoeRegular';
    src: url('../fonts/segoerg.eot');
    src: url('../fonts/segoerg.eot') format('embedded-opentype'),
         url('../fonts/segoerg.woff') format('woff'),
         url('../fonts/segoerg.ttf') format('truetype'),
         url('../fonts/segoerg.svg#SegoeRegular') format('svg');
}

@font-face {
    font-family: 'SegoeSemiboldRegular';
    src: url('../fonts/segoesb.eot');
    src: url('../fonts/segoesb.eot') format('embedded-opentype'),
         url('../fonts/segoesb.woff') format('woff'),
         url('../fonts/segoesb.ttf') format('truetype'),
         url('../fonts/segoesb.svg#SegoeSemiboldRegular') format('svg');
}

@font-face {
    font-family: 'SegoeBlackRegular';
    src: url('../fonts/segoeblk.eot');
    src: url('../fonts/segoeblk.eot') format('embedded-opentype'),
         url('../fonts/segoeblk.woff') format('woff'),
         url('../fonts/segoeblk.ttf') format('truetype'),
         url('../fonts/segoeblk.svg#SegoeBlackRegular') format('svg');
}

@font-face {
    font-family: 'SegoeLightRegular';
    src: url('../fonts/segoel.eot');
    src: url('../fonts/segoel.eot') format('embedded-opentype'),
         url('../fonts/segoel.woff') format('woff'),
         url('../fonts/segoel.ttf') format('truetype'),
         url('../fonts/segoel.svg#SegoeLightRegular') format('svg');
}

@font-face {
    font-family: 'SegoeCondensed';
    src: url('../fonts/segoecbd.eot');
    src: url('../fonts/segoecbd.eot') format('embedded-opentype'),
         url('../fonts/segoecbd.woff') format('woff'),
         url('../fonts/segoecbd.ttf') format('truetype'),
         url('../fonts/segoecbd.svg#SegoeCondensed') format('svg');
}

@font-face {
    font-family: 'SegoeCondensedBold';
    src: url('../fonts/segoecbd.eot');
    src: url('../fonts/segoecbd.eot') format('embedded-opentype'),
         url('../fonts/segoecbd.woff') format('woff'),
         url('../fonts/segoecbd.ttf') format('truetype'),
         url('../fonts/segoecbd.svg#SegoeCondensedBold') format('svg');
}

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

}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 20px;
	line-height: 21px;
}

body {
	background: #57fef2;
	font-family:SegoeRegular;
	font-size: 15px;
	background: rgb(77,255,246); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkZmZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmZmYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(77,255,246,1) 0%, rgba(143,255,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,255,246,1)), color-stop(100%,rgba(143,255,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(77,255,246,1) 0%,rgba(143,255,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(77,255,246,1) 0%,rgba(143,255,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(77,255,246,1) 0%,rgba(143,255,170,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(77,255,246,1) 0%,rgba(143,255,170,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfff6', endColorstr='#8fffaa',GradientType=0 ); /* IE6-8 */
}

h1 {
	border-bottom: 3px dashed;
	font-size: 73px;
	line-height: 80px;
	padding: 35px 0 20px;
	font-family: SegoeLightRegular;
}

h1 strong {
	font-family: SegoeBlackRegular;
  font-size: 108px;
  font-weight: normal;
}

h5 strong {
	font-size: 41px;
	line-height: 40px;
	font-family:SegoeBlackRegular;
	font-weight: normal;
}

h2, h4, h1, h3, h5, h6 {
	font-weight: normal;
}

h2 {
	font-family: SegoeRegular;
  font-size: 25px;
  line-height: 30px;
  padding: 20px 0;
  text-align: left;
  text-transform: uppercase;
}

h6 {
	font-size: 25px;
	padding-top: 50px;
	font-family: SegoeRegular;
}

h5 {
	font-size: 34px;
	line-height: 45px;
	padding-top: 5px;
	letter-spacing: 2px;
}

h3 {
	font-size: 56px;
	padding-top: 5px;
	font-family:SegoeBlackRegular;
	font-weight: normal;
	height: 65px;
}

h4 {
	font-size: 34px;
	line-height: 30px;
	padding-bottom: 10px;
	font-family: SegoeRegular;
	text-transform: uppercase;
	text-align: left;
}

h7 {
	font-size: 20px;
}

.str {
	text-transform: uppercase;
}

.white {
	color:#fff;
}

#header {
	border-top: 3px dashed #fc4f1e;
	border-bottom: 3px dashed;
	height: 94px;
	/*margin-top: 35px;*/
	position:relative;
	top:35px;
}

#head-txt {
	width: 900px;
	margin: 20px auto;
	position: relative;
}

#container {
	width: 840px;
	background: #f5f8e5;
	display: block;
	margin: 0 auto;
	padding: 0 30px;
	margin-top:35px;
}

#crypto {
	background: url('../img/crypto.png');
	width: 235px;
	height: 25px;
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
}

#rjr {
	background: url('../img/return.png') 0 0;
	width: 57px;
	height: 41px;
	display: inline-block;
	margin-top: 20px;
}

#rjr:hover {
	background: url('../img/return.png') 0 -41px;
	width: 57px;
	height: 41px;
	display: inline-block;
	cursor:pointer;
}

#avis {
	background: url('../img/generate/avis.png') 0 0;
	width: 21px;
	height: 23px;
	display: inline-block;
	margin-top: 26px;
}

#avis:hover {
	cursor:pointer;
}

#facebook {
	background: url('../img/generate/social.png') 0 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 40%;
}

#twitter {
	background: url('../img/generate/social.png') 0 -35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 60%;
}

#email {
	background: url('../img/generate/share.png') 0 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
}

#printer {
	background: url('../img/generate/share.png') 0 -35px;
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	cursor: pointer;
}

#bimg {
	border-top: 3px dashed;
	padding-top: 25px;
	padding-bottom: 30px;
}

#blackbox {
	width: 500px;
	height: 180px;
	display: block;
	position: absolute;
	right: 11px;
	top: 11px;
	background: #000;
	color: #fff;
	padding: 10px;
}

#blackbox p{
	padding-bottom: 0;
	line-height: 20px;
}

#blackbox h7{
	text-align: center;
}

#footer {
	margin: 25px auto;
	width: 900px;
}

#left {
	width: 545px;
	float: left;
	text-align: justify;
}

#left p {
	font-size:14px;
}

#left img {
	width:545px;
}

#right {
	width: 265px;
	float: left;
	padding-left: 30px;
	text-align: justify;
}

.clear{
  clear:both;
  display:block;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.orange {
	color: #fc4f1e;
}

.opener {
	font-size:19px;
}

.legend {
	color: #6d6d6c;
	float: right;
	padding: 7px 0;
	font-style: italic;
	font-size: 12px;
}

.bt-left {
	float: left;
  padding-bottom: 20px;
  padding-left: 50px;
  width: 220px;
}

.bt-left a {
	padding-left: 30px;
}

.bt-right {
	width: 550px;
	float: left;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
	font-size: 15px;
}

#logo {
	width: 120px;
	margin: 20px auto 30px;
	display: block;
	padding-bottom: 35px
}

#big {
	font-size: 18px;
	line-height: 15px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#social, #send, #print {
	padding-left: 45px;
}

#rejouer, #social, #expert, #send, #print {
	padding-top: 28px;
	font-size: 14px;
	font-family: SegoeBlackRegular;
	position: relative;
}

#social, #send, #print {
	padding-top: 26px;
}

#expert {
	margin-right: 10px;
	padding-top: 28px;
}

#rejouer {
	padding-left: 10px;
}

#jouer {
	margin-top: 10px;
	background: url('../img/play2.png') 0 0 no-repeat;
	width: 226px;
	height: 156px;
	display: block;

}

#jouer:hover {
	background: url('../img/play2.png') 0 -156px no-repeat;
	cursor:pointer;
}

#tibox {
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
	font-family: cooper_blackregular;
}

#formail {
	position: absolute;
	z-index: 2;
	top: -23px;
	left: 365px;
	background: #F5F8E5;
	border: 3px dashed;
	text-align : center;
	padding: 10px 15px 5px;
	display: none;
}

#formail span {
	padding: 5px 10px;
	background: #000;
	color: #fff;
}

#formail p {
	padding-bottom: 5px;
}

#formail p#sendmail {
	padding: 10px 0;
	cursor: pointer;
}

#email {
	cursor: pointer;
}

label {
	font-family: SegoeCondensed;
	font-size: 19px;
	text-transform: uppercase;
}

input[type=text] {
	font-family: SegoeRegular;
	background: #000;
	color: #FF4E00;
	border: none;
	width: 260px;
	height: 23px;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 17px;
}

input[type=checkbox] {
	margin-right: 10px;
}

#unlock_overlay {
	position:fixed;
	background-image:url(../img/overlay_stripes.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	z-index:99;
}

#unlock_overlay_circle {
	position:absolute;
	width:500px;
	height:500px;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-250px;
	background-color:#000;
	-moz-border-radius:250px;
	-webkit-border-radius:250px;
	border-radius:250px;
	text-align:center;
}

#unlock_overlay_container {
	position:relative;
	top:50%;
	/*margin-top:-125px;*/
}

.unlock_overlay {
	font-size:20px;
	margin-bottom:25px;
}

.unlock_overlay_info {
	font-family:SegoeSemiboldRegular;
	margin:1em;
}

.unlock_overlay_close {
	position:absolute;
	bottom:25px;
	right:25px;
}

.unlock_overlay_close:hover {
	cursor:pointer;
}

#unlock_overlay_input {
	background-color:#f05223;
	border:0;
	font-size:45px;
	padding:0 5px 0 5px;
	width:300px;
	height:51px;
	margin:5px 0 25px 67px;
}

#unlock_overlay_input:focus {
	outline:0;
}

.unlock_overlay_lock {
	position:relative;
	vertical-align:bottom;
	bottom:25px;
}

.unlock_overlay_lock:hover {
	cursor:pointer;
}

.unlock_overlay_lock_unlocked {
	position:relative;
	vertical-align:bottom;
	bottom:25px;
}

.unlock_overlay_title {
	font-family:SegoeRegular;
	font-size:20px;
}

.unlock_overlay_subtitle {
	font-family:SegoeSemiboldRegular;
}

/* iPhone 2G-4S version*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#left {
		width: 550px;
	}

	#left p, #left .legend {
		width: 545px;
	}

	#left .legend {
		text-align: right;
		padding-right: 20px;
	}

	#right {
		padding-left: 10px;
	}
}
/* iPhone 5 version*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	#left {
		width: 550px;
	}

	#left p, #left .legend {
		width: 545px;
	}

	#left .legend {
		text-align: right;
		padding-right: 20px;
	}

	#right {
		padding-left: 10px;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	#left {
		width: 550px;
	}

	#left p, #left .legend {
		width: 545px;
	}

	#left .legend {
		text-align: right;
		padding-right: 20px;
	}

	#right {
		padding-left: 10px;
	}
}
