/*
Theme Name: Minimal WordPress Portfolio 2015
Theme URI: http://www.curtziegler.com/
Description: Minimal wordpress theme designed by <a href="http://www.curtziegler.com/">Curt Ziegler</a>.
Version: 1.21
Author: Curt Ziegler
Author URI: http://www.curtziegler.com/
Tags: minimal, portfolio
*/

html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}


#contact .submit{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#list_games .game .col-right a, .dragable, .animate-bg {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.animate-opa {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#game #yellow-round {
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}
.clear {
	clear: both;
}
.clickable {
	cursor: pointer;
}

/* EDIT THE PRIMARY COLOR HERE!! */
h3, .tagline p a, UL.clean LI a:hover, UL.large LI a:hover span
{
	color:#F1592A;          
}
a {
	color:#55acee;
}

ul {
	margin-top:0;
	padding-top:0;
	margin-bottom: 0px;
	padding-bottom: 16px;
}

body
{
	font-family: Roboto light, Calibri, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	background: #FEFAEF;
}	

h1, h2, h3, h4, h5, h6 {  padding:8px 0; }
h1 { font-size:2.4em; color:#333; }
h2 { font-size: 35px; color:#811438; padding-bottom: 23px; }
h3 { font-size: 30px; position: relative; text-align: center; margin-bottom: 61px;}
h4 { font-size: 24px; color: #7E193B; margin-top: -5px; padding-top: 25px; padding-bottom: 10px; }
h5 { font-size: 1.3em; color:#333; }
h6 { font-size:1.2em; color:#333; letter-spacing:-0.02em; }


h3.with-barre:after ,
h3.with-barre:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    width: 37%;
    background-color: #ffe73b;
}
h3.with-barre:before {
    left: 0;
	right: auto;
}


hr
{
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted; 
}

p
{
	padding:8px 0;
	line-height: 1.3em;
}

.small
{
	font-size: 0.8em;
}

blockquote
{
	background-color:#f6e2be;
    padding: 4px;
}

LI
{
	padding:3px 0;
}
a
{
	text-decoration:none;
}
a:hover
{
	color:#333;
}
.line
{
	border-bottom:1px dotted #ccc;
}

.pod
{
	padding:0 0 20px 0;
}

.header
{
	background: url('images/header.png') center center;
	position:relative;
	height: 140px;
}

.top_right
{
	float:right;
	margin-right: 136px;
	margin-top: 20px;
}
.col {
	width: 50%;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
.col img {
	width: 100%;
}
.col.y-barre {
	padding-right: 20px;
}
.col.y-barre:before {
    content: ' ';
    display: block;
    background-color: #fced00;
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.col + .col.y-barre {
	padding-right: 0px;
	padding-left: 20px;
}
.col + .col.y-barre:before {
	right: auto;
	left: 0;
}

/* If nested UL's used in something such as a category list */
/* Does not work in IE6 but everything modern. */
.pod UL LI > UL
{
	margin:0;
	padding:3px 0 3px 20px;
}
.pod UL
{
	margin:0;
	padding:0;
}

.pod UL LI
{
	list-style-type:none;
	margin:0;
	padding:3px 0;
}

.alternate, .hidden
{
	display:none;
}

.contentwidth
{
	width: 1106px;
	margin:0 auto;
}

.left
{
	float:left;
}
.right
{
	float:right;
}

img.border-thin
{
	padding:1px;
	border:1px solid #ededee;
}
img.border-thick
{
	padding:1px;
	border:4px solid #ededed;
}
img.left,
img.alignleft
{
	float:left;
	margin:0 10px 10px 0;
}
img.right,
img.alignright
{
	float:right;
	margin:0 0 10px 10px;
}
img.center,
img.aligncenter
{
	display:block;
	margin:0 auto;
}

#outer
{
	
}

.main
{
	background:url(images/fond_ombre.png) repeat-y;
	padding:0 17px;
}


.logo
{
	padding: 17px 0 0px 395px;
}
.logo h1
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:3em;
	height:106px;
}
.logo h1 a
{
	color:#fff;
	padding:18px 30px 15px 30px;
	line-height:80px;
	background:#333333 url(images/logo_cutout.gif) no-repeat bottom right;
}
.logo h1 a:hover
{
	color:#ccc;
}

/* Added to support image logos */
.logo h1 a.custom
{
	background:none;
}
.menu
{//
	padding:20px 0;
	text-align:center;
	background-color: #f17339;
	border-top: 1px solid #fbb532;
	border-bottom: 1px solid #cb551f;
}
.menu UL
{
	margin:0 auto;
	/* padding: 0 0 0 266px; */
	/* background: #eaeaea url(images/fond_menu.png) repeat-x bottom; */
	padding-bottom: 0px!important;
}
.menu UL LI
{
	list-style-type:none;
	float:left;
	/* background: transparent url(images/fond_menu_li.png) repeat-x bottom; */
	padding:0;
}
.menu UL LI.page-item-313
{
	/* background: transparent url(images/fond_li_gauche.png) no-repeat 0 bottom; */
	/* padding-left: 15px; */
}
.menu UL LI.page-item-153
{
	/* background: transparent url(images/fond_li_droite.png) no-repeat right bottom; */
	/* padding-right: 15px; */
}
.menu UL LI a
{
	/* padding:0 20px; */
	line-height: 30px;
	color: #343636;
	display:inline-block;
	font-size: 16px;
	text-transform: uppercase;
	width: 136px;
	font-weight: 500;
}
.menu UL LI:hover a,
.menu UL LI a.active,
.menu UL LI.current_page_item a,
.menu UL LI.current_page_parent a,
.current_page_item a
{
	color: #219b9c;
}
.menu UL LI:hover,
.menu UL LI.current_page_item,
.menu UL LI.current_page_parent,
.current_page_item
{
	background-color: #fbec2f;
}

UL.sub-menu
{
	margin:0;
	padding:0;
}
UL.sub-menu LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.sub-menu LI a
{
	padding:5px 10px 0 0;
	font-size:75%;
}
UL.sub-menu LI a.active
{
	color:#333;
}
UL.footer-menu
{
	margin:0;
	padding:0;
}
UL.footer-menu LI
{
	display:inline;
	text-align:center;
}
UL.footer-menu LI a
{
	padding:0 5px;
	font-size:95%;
}

.tagline
{
	padding:20px 0;
}
.tagline p
{
	text-align:center;
	font-size:3em;
	color:#e62200;
	line-height:1.1em;
	letter-spacing:-0.04em;
	background:#fff; /* Only needed if you fade in the tagline with jquery, IE leaves a jagged look */
}
.tagline p a:hover
{
	color:#333;
}

p.tags a
{
	background:#eee;
	padding:1px 6px;
	border-left:2px solid #ddd;
}


UL.clean
{
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}
UL.clean LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.clean LI a
{
	color:#333;
	display:block;
	border-bottom:1px solid #ccc;
	padding:6px 10px;
	font-size:90%;
}
UL.clean LI a.highlight
{
	background:#f0f0f0;
}
UL.clean LI a span
{
	margin-right:10px;
}
.column
{
	float:left;
	margin-right:40px;
	padding:20px 0;
}
.last
{
	margin:0;
}
.column270{
	float: right;
	border-top: 10px solid #fbec2f;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0;
	width: 187px;
	margin-top: 55px;
	color:#8f521f;
	background-color: #f6f6f6;
}
.column270 + .column270 {
	margin-top: 0px
}
.column270 a{
	/* color:#8f521f; */
	font-size: 14px;
}
.column270 h6{
	font-size: 15px;
	color:#615341;
	font-weight:normal;
	text-transform:uppercase;
	padding-top: 11px;
	color: #ee5a2f;
	font-weight: bold;
	margin-bottom: 9px;
}
.column300
{
	width:300px;
}
.column600
{
	width:600px;
}
.column700{
	margin-right:0;
	padding-top:35px;
	padding-right: 28px;
	padding-left:9px;
    width: 663px;
}
.column900
{
	width: 1016px;
	margin:40px 45px 0 45px;
}
.column900.home li
{
	float:left;
	width: 338px;
	border:0;
}
.column900.home ul.large li a
{
	padding:165px 30px 0 30px;
	background-position:top center;
}
.column900.home ul.large li a .summary{
	color:#4d402e;
	font-size:15px;
	font-weight:normal;
}
.column900.home ul.large li a:hover{
	opacity:.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* IE8 */
	filter: alpha(opacity=70); /* IE 5-7  */
}
.column900.home ul.large li a:hover .heading{
	color:#f7a640;
}
.column900.home ul.large li a .heading{
	color:#f7a640;
	font-size:16px;
	font-weight:bold;
	background-color:#615341;
	padding:10px 0 4px 8px;
	text-transform:uppercase;
	margin:10px 0;
}
.content{
	background:none;
	background-color:#fff;
	padding: 64px 132px 0;
}

.content_games {
	background:none;
	background-color:#fff;
	padding:52px 163px 80px;
	width: 780px !important;
}
.content_games .article_games{
	padding-bottom:30px;
	float:left;
}

.content_games .presentation{
	width: 330px;
	margin-right:26px;
	float:left;
}
.content_games .presentation a{
	float:left;
	width:250px;
}
.content_games .game_stores{
	float: right;
	width:238px;
	border-left:1px solid #ccc;
	padding-left:40px;
}

.game_stores img{
	margin:10px 0 13px 0;
}
.content_games .stores_left{
	float: left;
	width:145px;
}
.content_games .stores_right{
	float: right;
	width:90px;
}
.content_games .stores_right img{
	float: right;
}

.content_games h4{
	font-size: 1.875em;
}
.content_games h5{
	font-size: 0.88235294em;
	color:#000;
	margin:0px;
}
.content_games p{
	font-size: 0,625em;
}
.content_games .stores_right{
	float:right;
}
.news{
	background:none;
	background-color:#fff;
	padding: 36px 0px 29px 20px;
	width: 1086px;
}
#contact{
	padding:15px 132px 10px;
	background-color: #fff;
}

.news #contact{
	/* padding-left:40px; */
	/* margin-left:-20px; */
	/* padding-right:355px; */
	padding: 0 0 0 0!important;
	width: 715px;
	margin-left: 102px;
}
.news #contact .submit{
	/* background:none; */
	/* background-image:url('images/contact_comment.png'); */
	margin-right:0;
}
#contact .textbox{
	background:none;
	/* background-image:url('images/contact_field.png'); */
	padding: 5px 0px;
	height: 16px;
	width: 520px;
	border:none;
	border-bottom: 1px solid #cdcdcd;
	text-indent: 10px;
}
#contact .captcha .textbox {
	width: 90px;
	display: inline-block;
}
#contact .textarea{
	background:none;
	/* background-image:url('images/contact_textarea.png'); */
	background-repeat:no-repeat;
	padding: 5px 10px 0 0;
	height: 201px;
	border:none;
	font-style:italic;
	width: 510px;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	text-indent: 10px;
}
#contact .submit{
	background: #fbec2f;
	color: #811438;
	border:0;
	text-transform: capitalize;
	height: 48px;
	width: 150px;
	/* float:right; */
	margin-right:-45px;
	cursor:pointer;
	font-size: 15px;
}
#contact .submit:hover {
	color: #fbec2f;
	background: #811438;
}

#contact label.right{
	float: left;
	width:200px;
	padding-top:4px;
	color: #811438;
	font-weight: 600;
	font-family: roboto;
	position: absolute;
	top: 0;
	left: 0;
}
#contact .captcha label.right{	
	position: relative;
	top: 0px;
	left: 0px;
	float: none;
	width: 60px;
	display: inline-block;
}
#contact label,#contact .textarea{
	font-family: Calibri,Arial,Helvetica,sans-serif;
	color:#615341;
	font-size:15px;
	font-weight:normal;
	font-style: normal;
}
#contact input::-webkit-input-placeholder ,
#contact textarea::-webkit-input-placeholder {
	color: #811438;
	font-weight: 600;
	font-family: roboto;
	font-size: 14px;
	text-indent: 0px;
}
#contact input:-moz-placeholder ,
#contact textarea:-moz-placeholder {
	color: #811438;
	font-weight: 600;
	font-family: roboto;
	font-size: 14px;
	text-indent: 0px;
}
#contact input::-moz-placeholder ,
#contact textarea::-moz-placeholder {
	color: #811438;
	font-weight: 600;
	font-family: roboto;
	font-size: 14px;
	text-indent: 0px;
}
#contact input:-ms-input-placeholder ,
#contact textarea:-ms-input-placeholder {  
	color: #811438;
	font-weight: 600;
	font-family: roboto;
	font-size: 14px;
	text-indent: 0px;
}

.content.contact li{
	padding:6px 0;
}
.content.contact ul{
	padding-left:15px;
	margin-top:7px;
}
iframe table.connect_widget_interactive_area {
	float:right!important;
}
.commentslink
{
	padding-top:20px;
}
.meta
{
	padding:0 0 0 14px;
	font-size:14px;
	background:#fff;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 27px;
}
.date
{
	padding-right:10px;
	font-weight:bold;
}

a.rss
{
	background:url(images/icon_rss.gif) no-repeat bottom right;
	height:24px;
	width:15px;
}

UL.social
{
	margin:0;
	padding:0;
	width: 230px;
	float:right;
	background:none;
	margin-right: 120px;
	margin-top: -12px;
	position:absolute;
	right: 0px;
}
UL.social LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
UL.social LI a
{
	display:block;
	float:left;
	width:39px;
	height:39px;
	background-repeat:no-repeat;
	margin-left: 6px;
}
UL.social LI a.facebook {
	background: url('images/social_header/facebook1.png') center center;
}
UL.social LI a.facebook:hover {
	background-image: url('images/social_header/facebook-over.png');
}
UL.social LI a.twitter {
	background: url('images/social_header/twitter1.png') center center;
}
UL.social LI a.twitter:hover {
	background-image: url('images/social_header/twitter-over.png');
}
UL.social LI a.mail {
	background: url('images/social_header/mail1.png') center center;
}
UL.social LI a.mail:hover {
	background-image: url('images/social_header/mail-over.png');
}
UL.social LI a.googleP {
	background: url('images/social_header/youtube1.png') center center;
}
UL.social LI a.googleP:hover {
	background-image: url('images/social_header/youtube-over.png');
}
UL.social LI a.discord {
	background: url('images/social_header/discord1.png') center center;
}
UL.social LI a.discord:hover {
	background-image: url('images/social_header/discord-over.png');
}

UL.large
{
	margin:0;
	padding:0;
}
UL.large LI
{
	list-style-type:none;
	margin:0;
	padding:0;
}
UL.large LI a
{
	padding:20px 0 20px 80px;
	display:block;
	color:#afafaf;
	font-size:110%;
	background-position:left center;
	background-repeat:no-repeat;
}
UL.large LI a:hover
{
	color:#333;
}
UL.large LI a:hover span.heading
{
	color:#333;
}
UL.large span
{
	display:block;
}
UL.large span.heading
{
	font-size:1.4em;
	font-weight:bold;
	color:#333;
}
UL.large span.summary
{
	font-weight:bold;
}

.footer-outer
{
	background:#f0f0f0;
	border-top:1px solid #f0f0f0;
}
.footer
{
	text-align:center;
	color:#afafaf;
	font-size:80%;
	margin: 0 auto;
	width: 1106px;
	background: url("images/fond_ombre.png") repeat-y scroll 0 0;
	padding: 0 17px;
}
.footer .contentwidth
{
	background-color: #fbb533;
	color: #fff;
	padding: 5px 0;
}
.footer .contentwidth p {
	margin-bottom: 0px!important;
}
.footer .contentwidth a {
	color: #fff;
}
.footer .contentwidth a:hover {
	color: #811438;
}
.footer .contentwidth .socials {
    text-align: center;
    padding-bottom: 36px;
    padding-top: 8px;
}
.footer .contentwidth .socials a {
	display: inline-block;
	height: 24px;
	width: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}
.footer .contentwidth .socials a.facebook { background-image: url('images/social_footer/fb.png'); }
.footer .contentwidth .socials a.facebook:hover { background-image: url('images/social_footer/fb-over.png'); }
.footer .contentwidth .socials a.twitter { background-image: url('images/social_footer/twit.png'); }
.footer .contentwidth .socials a.twitter:hover { background-image: url('images/social_footer/twit-over.png'); }
.footer .contentwidth .socials a.gplus { background-image: url('images/social_footer/gplus.png'); }
.footer .contentwidth .socials a.gplus:hover { background-image: url('images/social_footer/gplus-over.png'); }

/* Contact Form */
#message
{
	color:#990000;
	font-weight:bold;
}
.standardForm
{
	margin-bottom:30px;
}
.standardForm .textbox, .standardForm .textarea
{
	width:500px;
	padding:7px;
	font-size:110%;
	font-weight:bold;
}
#commentform input, #commentform textarea
{
	width:300px;
	padding:7px;
	font-size:90%;
	font-weight:bold;
}
.standardForm .textbox, .standardForm .textarea,  .standardForm .submit,
#commentform input, #commentform textarea
{
	border:3px solid #eee;
	background:#fefefe;
}
#commentform #comment
{
	width:450px;
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#commentform #submit
{
	width:150px;
}
#commentform label
{
	margin:0 0 0 10px;
}
.standardForm .field
{
	padding:5px 0;
	margin-top:10px;
	position: relative;
}
.standardForm label
{
	font-weight:bold;
	display:block;
}
.standardForm .textbox
{
	display:block;
	//Emeric
	font-size:80%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}
.standardForm .textarea
{
	height:90px;
}
.standardForm .submit,
#commentform #submit
{
	font-weight:bold;
	background:#ccc;
	padding:5px;
	color:#fff;
}



/* Searchform */
#searchform .screen-reader-text
{
	display:none;
}
#searchform #s
{
	width: 162px;
	color: #fff;
	border:0;
	padding: 5px 10px;
	padding-left: 25px;
	height: 12px;
	background: url('images/search.png') left center no-repeat;
	background-color: #c22e67;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#searchform #s::-webkit-input-placeholder {
   color: #fff;
}
#searchform #s:-moz-placeholder {
   color: #fff;  
}
#searchform #s::-moz-placeholder {
   color: #fff;  
}
#searchform #s:-ms-input-placeholder {  
   color: #fff;  
}
#searchform #searchsubmit
{
	display: none;
	border:0;
	font-weight:bold;
	width:80px;
	height:26px;
	cursor:pointer;
	text-indent:-9999em;
	background-image:url(images/search.png);
}

/* Comments */
h3#comments,
#respond h3
{
	font-size:95%;
	color:#333;
	margin-bottom: 0px;
	text-align: left;
}
OL.commentlist,
OL.commentlist LI
{
	list-style-type:none;
	margin:0;
	padding:0;
}
OL.commentlist{
	margin-bottom:25px;
	padding-right:20px;
}
OL.commentlist .vcard
{
	border-top:1px dotted #ccc;
	margin:10px 0;
	padding:10px 0;
}
OL.commentlist .avatar
{
	float:left;
	border:1px solid #ccc;
	padding:1px;
}
OL.commentlist .commentmetadata
{
	float:right;
	font-size:70%;
}
OL.commentlist .fn
{
	font-weight:bold;
	float:left;
	padding:10px;
}
OL.commentlist .says
{
	display:none;
}
OL.commentlist p
{
	display:block;
	clear:both;
	font-size:90%;
}
OL.commentlist a.comment-reply-link
{
	font-weight:bold;
	font-size:90%;
}


.excerpt
{
	font-size:85%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align:center;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}





/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
    /* background: #FFF url(images/fond_content.jpg) repeat-x top; */
}
html[xmlns] .clearfix {
    display: block;
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 


#galerie{
	position:relative;
	height:420px;
}
#galerie #arrow{
	width:39px;
	height:140px;
	position:absolute;
	background-image:url('images/gallerie_arrow.png');
	top:140px;
	right:206px;
}
#galerie #content{
	position:relative;
	width: 745px;
	height:420px;
}
#galerie #icons{
	height:420px;
	overflow:hidden;
}
#galerie ul{
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
}
#galerie li{
	padding:0;
	margin:0;
}
#galerie #content li{
	width:745px;
	height:420px;
	overflow:hidden;
	position:absolute;
	top:0;
}
#galerie #icons li{
	width:245px;
	height:140px;
	position:relative;
}
#galerie #content li a{
	display:block;
	width:745px;
	height:420px;
	position:relative;
	background-position:center bottom;
}
#galerie #icons li a{
	display:block;
	width:245px;
	height:100%;
	position:relative;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.post{
	padding-bottom:30px;
}
.blog_icon{
	float:left;
	display:block;
	width:272px;
	min-height:170px;
}
.blog_icon img{
	border:4px solid #c1c1c1;
}

.blog_content{
	width:390px;
	float:left;
}
.blog_content2 a{
	/*text-decoration:underline; */
}
h4 a{
	text-decoration:underline; 
}

h3 a{
	text-decoration:none; 
	color: #811438;
}

.blog_content2{
	width: 715px;
	float:left;
	margin-left: 102px;
}
.blog_content h3,.blog_content h2{
    /* margin-left: -8px; */
    /* background-color: #615341; */
    /* color: #F7A640; */
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    padding: 4px 0 1px 14px;
    text-transform: uppercase;
    margin-top:0;
    text-align: left;
    margin-bottom:14px;
    color: #811438;
    margin-bottom: 21px;
    margin-left: -17px;
}

.blog_content h4{
    background-color: #fbec2f;
    color: #7e193b;
    font-size: 16px;
    margin: 10px 0;
    padding: 4px 0 1px 14px;
	margin-top:20px;
	margin-bottom:4px;
}
.blog_content .entry{
	/* padding-left:14px; */
}

.vip{
	padding-left:220px;
	padding-bottom:0px;
	margin: 0px;
}

area{
  cursor:  pointer;
}

#infobulle{
position: absolute;
width:250px;
height:153px;
visibility : hidden;
padding: 13px;
font-family: Arial;
font-size: 0.9em;

color:#000;
background: url("images/frame.png") no-repeat scroll left top transparent;

}

#usemap p:first-child{
	font-weight:bold;
	padding-bottom:2px;
}

#usemap p{
	padding:2px;
}

p.frase{
font-size:0.95em;
}


#game {
	background: #fff;
	padding-bottom: 50px;
	padding-top: 40px;
}
#game .info-box-holder {
	min-height: 200px;
	position: relative;
    margin-left: 273px;
    width: 465px;
}
#game .info-box {
    background-color: #C42C69;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    width: 465px;
}
#game .info-box h1 {
	font-family: romyregular;
	color: #EDF023;
	font-size: 51px;
	padding-top: 23px;
	padding-left: 8px;
	font-weight: 500;
}
#game .info-box p {
margin-top: -11px;font-size: 16px;font-weight: bold;padding-left: 5px;
padding-bottom: 4px;color: #fff;}
#game .info-box h2 {
	font-size: 24px;
	padding-left: 14px;
	color: #F48E05;
}

#game .info-box-holder .arrow {
	background: url('images/jeu/arrow.png') center center no-repeat;
	width: 67px;
	height: 63px;
	position: absolute;
	top: 78px;
	left: 100%;
}
#game .info-box-holder .chef {
	width: 225px;
	height: 248px;
	background: url('images/jeu/chef.png') center center no-repeat;
	position: absolute;
	left: 100%;
	top: 24px;
	margin-left: -15px;
}
#game #comp-txt {
	display: none;
    width: 788px;
    margin: 0px auto;
    background-color: #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 25px;
    color: #3e3836;
    font-weight: 500;
	position: relative;
}
#game #comp-txt img {
    position: absolute;
    left: 50%;
    top: 70%;
    margin-left: -40px;
    margin-top: -129px;
}
#game #yellow-round {
	margin-top: 40px;
	width: 441px;
	height: 600px;
	/* margin: 0 auto; */
	margin-left: 302px;
	background: url('images/jeu/round-back.png') center top no-repeat;
	position: relative;
	transform-origin: top;
}
#game #yellow-round.ended {
    transform: scale(0);
	opacity: 0.7;
}
#game #yellow-round #click-me {
	width: 118px;
	height: 118px;
	background: url('images/jeu/click-me.png') center center no-repeat;
	position: absolute;
	top: -24px;
	right: 69px;
	cursor: pointer;
}
#game #yellow-round #click-me.hover ,
#game #yellow-round #click-me:hover {
	background-image: url('images/jeu/click-me_hover.png');
}
#game #yellow-round #cook-it {
	width: 118px;
	height: 118px;
	background: url('images/jeu/cook-it.png') center center no-repeat;
	position: absolute;
	top: -47px;
	right: 155px;
	cursor: pointer;
	display: none;
}
#game #yellow-round #cook-it:hover {
	background-image: url('images/jeu/cook-it_hover.png');
}
#game #yellow-round #marmitte {
	width: 351px;
	height: 223px;
	background: url('images/jeu/marmite.png') center center no-repeat;
	position: absolute;
	top: 134px;
	left: 45px;
}
#game.ended #yellow-round #marmitte {
	-webkit-animation: marmiteEnded 0.15s infinite linear;
    -moz-animation: marmiteEnded 0.15s infinite linear;
    -ms-animation: marmiteEnded 0.15s infinite linear;
    -o-animation: marmiteEnded 0.15s infinite linear;
    animation: marmiteEnded 0.15s infinite linear;
}
#game #yellow-round #marmitte.hover {
	background-image: url('images/jeu/marmite_hover.png');
}
#game #yellow-round #bubble_gif {
    position: absolute;
    left: 98px;
    top: 97px;
	width: 250px;
	height: 100px;
	
	background: url('images/jeu/bubble_full.png') left center;
	
	-webkit-animation: bubbleUp 1.7s steps(28) infinite;
    -moz-animation: bubbleUp 1.7s steps(28) infinite;
    -ms-animation: bubbleUp 1.7s steps(28) infinite;
    -o-animation: bubbleUp 1.7s steps(28) infinite;
    animation: bubbleUp 1.7s steps(28) infinite;
	animation-play-state: running;
}
#game #yellow-round #bubble_gif.hover {
	opacity: 0.5;
}
#game #yellow-round #bubble_1 {
	width: 17px;
	height: 12px;
	background: url('images/jeu/bubble_1.png') center center no-repeat;
	position: absolute;
	top: 153px;
	left: 155px;
}
#game #yellow-round #bubble_2 {
	width: 42px;
	height: 13px;
	background: url('images/jeu/bubble_2.png') center center no-repeat;
	position: absolute;
	top: 154px;
	left: 186px;
}
#game #yellow-round #bubble_3 {
	width: 45px;
	height: 16px;
	background: url('images/jeu/bubble_3.png') center center no-repeat;
	position: absolute;
	top: 152px;
	left: 237px;
}
#game #yellow-round #smoke_gif {
    position: absolute;
    left: 35px;
    top: -184px;
    width: 375px;
    height: 375px;
	
	background: url('images/jeu/smoke_full.png') left center;
	
	-webkit-animation: smokeUp 2s steps(30) infinite;
    -moz-animation: smokeUp 2s steps(30) infinite;
    -ms-animation: smokeUp 2s steps(30) infinite;
    -o-animation: smokeUp 2s steps(30) infinite;
    animation: smokeUp 2s steps(30) infinite;
	animation-play-state: running;
}
#game #yellow-round #smoke_gif.hover {
	opacity: 0.5;
}
#game #yellow-round #smoke_1 {
	width: 81px;
	height: 69px;
	background: url('images/jeu/smoke_1.png') center center no-repeat;
	position: absolute;
	top: 98px;
	left: 234px;
	
	-webkit-animation: smokeMove_1 1s infinite linear;
    -moz-animation: smokeMove_1 1s infinite linear;
    -ms-animation: smokeMove_1 1s infinite linear;
    -o-animation: smokeMove_1 1s infinite linear;
    animation: smokeMove_1 1s infinite linear;
	animation-play-state: running;
}
#game #yellow-round #smoke_2 {
	width: 54px;
	height: 46px;
	background: url('images/jeu/smoke_2.png') center center no-repeat;
	position: absolute;
	top: 121px;
	left: 180px;
	
	-webkit-animation: smokeMove_2 1.3s infinite linear;
    -moz-animation: smokeMove_2 1.3s infinite linear;
    -ms-animation: smokeMove_2 1.3s infinite linear;
    -o-animation: smokeMove_2 1.3s infinite linear;
    animation: smokeMove_2 1.3s infinite linear;
	animation-play-state: running;
}
#game #yellow-round #smoke_3 {
	width: 72px;
	height: 66px;
	background: url('images/jeu/smoke_3.png') center center no-repeat;
	position: absolute;
	top: 92px;
	left: 104px;
	
	-webkit-animation: smokeMove_3 1.5s infinite linear;
    -moz-animation: smokeMove_3 1.5s infinite linear;
    -ms-animation: smokeMove_3 1.5s infinite linear;
    -o-animation: smokeMove_3 1.5s infinite linear;
    animation: smokeMove_3 1.5s infinite linear;
	animation-play-state: running;
}
#game #yellow-round #drag_n_drop {
	background: url('images/jeu/drag_n_drop.png') center center no-repeat;
	width: 122px;
	height: 126px;
	position: absolute;
    left: -100px;
    top: -100px;
	display: none;
}
#game #yellow-round #timing {
	width: 188px;
	height: 97px;
	background: url('images/jeu/timing.png') center center no-repeat;
	position: absolute;
    top: -8px;
    left: -104px;
}
#game #yellow-round #timing.disable {
	background-image: url('images/jeu/timing_disable.png');
}
#game #yellow-round #precision {
	width: 148px;
	height: 100px;
	background: url('images/jeu/precision.png') center center no-repeat;
	position: absolute;
	top: 138px;
	left: -135px;
	-webkit-animation-delay: 0.1s;
}
#game #yellow-round #precision.disable {
	background-image: url('images/jeu/precision_disable.png');
}
#game #yellow-round #measurement {
	width: 137px;
	height: 120px;
	background: url('images/jeu/measurement.png') center center no-repeat;
	position: absolute;
	top: 289px;
	left: -99px;
	-webkit-animation-delay: 0.2s;
}
#game #yellow-round #measurement.disable {
	background-image: url('images/jeu/measurement_disable.png');
}
#game #yellow-round #reflex {
	width: 91px;
	height: 119px;
	background: url('images/jeu/reflex.png') center center no-repeat;
	position: absolute;
	top: 397px;
	left: 57px;
	-webkit-animation-delay: 0.3s;
}
#game #yellow-round #reflex.disable {
	background-image: url('images/jeu/reflex_disable.png');
}
#game #yellow-round #tactical {
	width: 125px;
	height: 125px;
	background: url('images/jeu/tactical.png') center center no-repeat;
	position: absolute;
	top: 424px;
	left: 218px;
	-webkit-animation-delay: 0.4s;
}
#game #yellow-round #tactical.disable {
	background-image: url('images/jeu/tactical_disable.png');
}
#game #yellow-round #strategy {
	width: 155px;
	height: 120px;
	background: url('images/jeu/strategy.png') center center no-repeat;
	position: absolute;
	top: 339px;
	left: 364px;
	-webkit-animation-delay: 0.5s;
}
#game #yellow-round #strategy.disable {
	background-image: url('images/jeu/strategy_disable.png');
}
#game #yellow-round #management {
	width: 175px;
	height: 115px;
	background: url('images/jeu/management.png') center center no-repeat;
	position: absolute;
	top: 180px;
	left: 428px;
	-webkit-animation-delay: 0.6s;
}
#game #yellow-round #management.disable  {
	background-image: url('images/jeu/management_disable.png');
}
#game #yellow-round #puzzle {
	width: 156px;
	height: 100px;
	background: url('images/jeu/puzzle.png') center center no-repeat;
	position: absolute;
	top: 15px;
	left: 376px;
	-webkit-animation-delay: 0.7s;
}
#game #yellow-round #puzzle.disable {
	background-image: url('images/jeu/puzzle_disable.png');
}
#game #yellow-round .dragable {
	transform: scale(0);
	-webkit-animation-fill-mode: forwards;
	cursor: -webkit-grab;
}
#game #yellow-round .dragable.used {
	display: none!important;
}
#game #yellow-round .dragable.show {
	transform: scale(1);
}
#game #yellow-round .dragging {
	cursor: -webkit-grabbing;
}
#game #yellow-round .disable {
	cursor: no-drop!important;
	transform: scale(1)!important;
}
#game.animation-drag .dragable {
	-webkit-animation: dragablePop 1s;
    -moz-animation: dragablePop 1s;
    -ms-animation: dragablePop 1s;
    -o-animation: dragablePop 1s;
    animation: dragablePop 1s;
	animation-play-state: running;
}
#game #error ,
#game #result {
	position: relative;
	width: 838px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -250px;
	padding-top: 58px;
	display: none;
}
#game #error .col ,
#game #result .col {
	width: 340px;
	float: left;
	margin-left: 52px;
	margin-right: 17px;
}
#game #error .col a ,
#game #result .col a {
	display: block;
	text-decoration: none;
}
#game #error .col a img ,
#game #result .col a img {
	width: 340px;
	/*border: 5px solid #fbec2f;*/
}
#game #error .col p ,
#game #result .col p {
    margin-top: 13px;
    font-size: 18px;
    line-height: 1.1em;
    padding-left: 4px;
    padding-right: 4px;
}
#game #error .col p span ,
#game #result .col p span {
	font-weight: bold;
}
#game #error .info-box-2 ,
#game #result .info-box-2 {
    background-color: #f1f1f1;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 29px;
    height: 167px;
	margin-bottom: 70px;
}
#game #error .info-box-2 .txt ,
#game #result .info-box-2 .txt {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
#game #error .info-box-2 .resume ,
#game #result .info-box-2 .resume {
	text-align: center;
}
#game #error .info-box-2 .resume div ,
#game #result .info-box-2 .resume div {
	height: 60px;
	width: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 40px;
}
#game #error .info-box-2 .resume div + div:before,
#game #result .info-box-2 .resume div + div:before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 60px;
    background: url(images/jeu/plus.png) center center no-repeat;
    float: left;
    margin-left: -52px;
    margin-top: 8px;
}

#game #error .info-box-2 .resume div.timing ,
#game #result .info-box-2 .resume div.timing {
	width: 129px;
	background-image : url(images/jeu/resume/icone_result_timing.png);
}
#game #error .info-box-2 .resume div.precision ,
#game #result .info-box-2 .resume div.precision {
	width: 149px;
	background-image : url(images/jeu/resume/icone_result_precision.png);
}
#game #error .info-box-2 .resume div.measurement ,
#game #result .info-box-2 .resume div.measurement {
	background-image : url(images/jeu/resume/icone_result_measurement.png);
	width: 179px;
}
#game #error .info-box-2 .resume div.reflex ,
#game #result .info-box-2 .resume div.reflex {
	background-image : url(images/jeu/resume/icone_result_reflex.png);
	width: 130px;
}
#game #error .info-box-2 .resume div.tactical ,
#game #result .info-box-2 .resume div.tactical {
	width: 137px;
	background-image : url(images/jeu/resume/icone_result_tactic.png);
}
#game #error .info-box-2 .resume div.strategy ,
#game #result .info-box-2 .resume div.strategy {
	width: 135px;
	background-image : url(images/jeu/resume/icone_result_strategy.png);
}
#game #error .info-box-2 .resume div.management, #game #result .info-box-2 .resume div.management {
	width: 163px;
	background-image : url(images/jeu/resume/icone_result_management.png);
}
#game #error .info-box-2 .resume div.puzzle ,
#game #result .info-box-2 .resume div.puzzle {
	width: 114px;
	background-image : url(images/jeu/resume/icone_result_puzzle.png);
}

#game #error .retry ,
#game #result .retry {
	height: 118px;
	width: 118px;
	background: url('images/jeu/retry.png') center center no-repeat;
	overflow: hidden;
	text-indent:-9999em;
	position: absolute;
	left: 50%;
	bottom: -59px;
	margin-left: -56px;
	margin-top: -57px;
	cursor: pointer;
}
#game #error .retry:hover ,
#game #result .retry:hover {
	background-image: url('images/jeu/retry_hover.png');
}

@-webkit-keyframes dragablePop {
	0%   { transform: scale(0);    display: block; }
	60%   { transform: scale(1.07); }
	73%   { transform: scale(0.93); }
	86%   { transform: scale(1.01); }
	100% { transform: scale(1);    }
}
@-moz-keyframes dragablePop {
	0%   { transform: scale(0);    display: block; }
	60%   { transform: scale(1.07); }
	73%   { transform: scale(0.93); }
	86%   { transform: scale(1.01); }
	100% { transform: scale(1);    }
}
@-ms-keyframes dragablePop {
	0%   { transform: scale(0);    display: block; }
	60%   { transform: scale(1.07); }
	73%   { transform: scale(0.93); }
	86%   { transform: scale(1.01); }
	100% { transform: scale(1);    }
}
@-o-keyframes dragablePop {
	0%   { transform: scale(0);    display: block; }
	60%   { transform: scale(1.07); }
	73%   { transform: scale(0.93); }
	86%   { transform: scale(1.01); }
	100% { transform: scale(1);    }
}
@keyframes dragablePop {
	0%   { transform: scale(0);    display: block; }
	60%   { transform: scale(1.07); }
	73%   { transform: scale(0.93); }
	86%   { transform: scale(1.01); }
	100% { transform: scale(1);    }
}


@-webkit-keyframes smokeMove_1 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-20px);  opacity: 1; }
	80%   { transform: translateY(-80px);  opacity: 1; }
	100% { transform: translateY(-100px); opacity: 0; }
}
@-moz-keyframes smokeMove_1 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-20px);  opacity: 1; }
	80%   { transform: translateY(-80px);  opacity: 1; }
	100% { transform: translateY(-100px); opacity: 0; }
}
@-ms-keyframes smokeMove_1 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-20px);  opacity: 1; }
	80%   { transform: translateY(-80px);  opacity: 1; }
	100% { transform: translateY(-100px); opacity: 0; }
}
@-o-keyframes smokeMove_1 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-20px);  opacity: 1; }
	80%   { transform: translateY(-80px);  opacity: 1; }
	100% { transform: translateY(-100px); opacity: 0; }
}
@keyframes smokeMove_1 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-20px);  opacity: 1; }
	80%   { transform: translateY(-80px);  opacity: 1; }
	100% { transform: translateY(-100px); opacity: 0; }
}
@-webkit-keyframes smokeMove_2 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-30px);  opacity: 0.8; }
	80%   { transform: translateY(-120px);  opacity: 0.8; }
	100% { transform: translateY(-150px); opacity: 0; }
}
@-moz-keyframes smokeMove_2 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-30px);  opacity: 0.8; }
	80%   { transform: translateY(-120px);  opacity: 0.8; }
	100% { transform: translateY(-150px); opacity: 0; }
}
@-ms-keyframes smokeMove_2 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-30px);  opacity: 0.8; }
	80%   { transform: translateY(-120px);  opacity: 0.8; }
	100% { transform: translateY(-150px); opacity: 0; }
}
@-o-keyframes smokeMove_2 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-30px);  opacity: 0.8; }
	80%   { transform: translateY(-120px);  opacity: 0.8; }
	100% { transform: translateY(-150px); opacity: 0; }
}
@keyframes smokeMove_2 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-30px);  opacity: 0.8; }
	80%   { transform: translateY(-120px);  opacity: 0.8; }
	100% { transform: translateY(-150px); opacity: 0; }
}
@-webkit-keyframes smokeMove_3 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-15px);  opacity: 1; }
	80%   { transform: translateY(-60px);  opacity: 1; }
	100% { transform: translateY(-75px); opacity: 0; }
}
@-moz-keyframes smokeMove_3 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-15px);  opacity: 1; }
	80%   { transform: translateY(-60px);  opacity: 1; }
	100% { transform: translateY(-75px); opacity: 0; }
}
@-ms-keyframes smokeMove_3 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-15px);  opacity: 1; }
	80%   { transform: translateY(-60px);  opacity: 1; }
	100% { transform: translateY(-75px); opacity: 0; }
}
@-o-keyframes smokeMove_3 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-15px);  opacity: 1; }
	80%   { transform: translateY(-60px);  opacity: 1; }
	100% { transform: translateY(-75px); opacity: 0; }
}
@keyframes smokeMove_3 {
	0%   { transform: translateY(0px);    opacity: 0; }
	20%   { transform: translateY(-15px);  opacity: 1; }
	80%   { transform: translateY(-60px);  opacity: 1; }
	100% { transform: translateY(-75px); opacity: 0; }
}

@-webkit-keyframes marmiteEnded {
	0%   { transform: rotate(0deg); }
	25%   { transform: rotate(-1deg); }
	50%   { transform: rotate(0deg); }
	75%   { transform: rotate(1deg); }
	100%   { transform: rotate(0deg); }
}
@-moz-keyframes marmiteEnded {
	0%   { transform: rotate(0deg); }
	25%   { transform: rotate(-1deg); }
	50%   { transform: rotate(0deg); }
	75%   { transform: rotate(1deg); }
	100%   { transform: rotate(0deg); }
}
@-ms-keyframes marmiteEnded {
	0%   { transform: rotate(0deg); }
	25%   { transform: rotate(-1deg); }
	50%   { transform: rotate(0deg); }
	75%   { transform: rotate(1deg); }
	100%   { transform: rotate(0deg); }
}
@-o-keyframes marmiteEnded {
	0%   { transform: rotate(0deg); }
	25%   { transform: rotate(-1deg); }
	50%   { transform: rotate(0deg); }
	75%   { transform: rotate(1deg); }
	100%   { transform: rotate(0deg); }
}
@keyframes marmiteEnded {
	0%   { transform: rotate(0deg); }
	25%   { transform: rotate(-1deg); }
	50%   { transform: rotate(0deg); }
	75%   { transform: rotate(1deg); }
	100%   { transform: rotate(0deg); }
}

#list_games {
    background-color: #fff;
    width: 1106px;
}
#list_games .dat_links {
	display: block;
	margin-top: 7px;
	font-size: 18px;
}
#list_games .game {
    padding-top: 35px;
    width: 1016px;
    margin: 0 auto;
	padding-bottom: 40px;
}
#list_games .game p {
    line-height: 1.3em;
}
#list_games .game .the_cover_image {}
#list_games .game .col-left {
    margin: 23px 0 0 86px;
    width: 440px;
}
.header-game {
	position: relative;
	padding-left: 19px;
	margin-bottom: 28px;
}
.header-game .yellow {
	position: absolute;
	left: -1px;
	top: 9px;
	bottom: 5px;
	width: 10px;
	background-color: #fced00;
}
#list_games .game .col-left h1 {
    padding-top: 0;
    color: #892445;
}
#list_games .game .col-right {
    width: 327px;
    float: right;
    margin-right: 86px;
    margin-top: 46px;
}
#list_games .game .col-right div {
	font-size: 15px;
	margin-bottom: 12px;
}
#list_games .game .col-right a {
	overflow: hidden;
	width: 156px;
	height: 60px;
	text-indent: -9999em;
	display: block;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 21px;
}
#list_games .game .col-right a:nth-child(odd) {
	float: right;
}
#list_games .game .col-right a.app_store {
	background-image: url('images/stores/appstore.png');
}
#list_games .game .col-right a.google_play {
	background-image: url('images/stores/google.png');
}
#list_games .game .col-right a.nintendo_3ds {
	background-image: url('images/stores/nintendo3DS.png');
}
#list_games .game .col-right a.nintendo_e-shop {
	background-image: url('images/stores/nintendoEshop.png');
}
#list_games .game .col-right a.ps4 {
	background-image: url('images/stores/PS4.png');
}
#list_games .game .col-right a.playstation_store {
	background-image: url('images/stores/PSstore.png');
}
#list_games .game .col-right a.psvita {
	background-image: url('images/stores/PSVITA.png');
}
#list_games .game .col-right a.steam {
	background-image: url('images/stores/steam.png');
}
#list_games .game .col-right a.wii_u {
	background-image: url('images/stores/WiiU.png');
}
#list_games .game .col-right a.windows_phone {
	background-image: url('images/stores/furimerch.png');
}
#list_games .game .col-right a.xbox_live {
	background-image: url('images/stores/XBOX.png');
}
#list_games .game .col-right a.app_store:hover {
	background-image: url('images/stores/appstore2.png');
}
#list_games .game .col-right a.google_play:hover {
	background-image: url('images/stores/google2.png');
}
#list_games .game .col-right a.nintendo_3ds:hover {
	background-image: url('images/stores/nintendo3DS2.png');
}
#list_games .game .col-right a.nintendo_e-shop:hover {
	background-image: url('images/stores/nintendoEshop2.png');
}
#list_games .game .col-right a.ps4:hover {
	background-image: url('images/stores/PS42.png');
}
#list_games .game .col-right a.playstation_store:hover {
	background-image: url('images/stores/PSstore2.png');
}
#list_games .game .col-right a.psvita:hover {
	background-image: url('images/stores/PSVITA2.png');
}
#list_games .game .col-right a.steam:hover {
	background-image: url('images/stores/steam2.png');
}
#list_games .game .col-right a.wii_u:hover {
	background-image: url('images/stores/WiiU2.png');
}
#list_games .game .col-right a.windows_phone:hover {
	background-image: url('images/stores/furimerch2.png');
}
#list_games .game .col-right a.xbox_live:hover {
	background-image: url('images/stores/XBOX2.png');
}


@-webkit-keyframes smokeUp {
	0% { background-position: 0px; }
	100% { background-position: -11250px; }
}   
@-moz-keyframes smokeUp {
	0% { background-position: 0px; }
	100% { background-position: -11250px; }
}
@-ms-keyframes smokeUp {
	0% { background-position: 0px; }
	100% { background-position: -11250px; }
}
@-o-keyframes smokeUp {
	0% { background-position: 0px; }
	100% { background-position: -11250px; }
}
@keyframes smokeUp {
	0% { background-position: 0px; }
	100% { background-position: -11250px; }
}

@-webkit-keyframes bubbleUp {
	0% { background-position: 0px; }
	100% { background-position: -7000px; }
}   
@-moz-keyframes bubbleUp {
	0% { background-position: 0px; }
	100% { background-position: -7000px; }
}
@-ms-keyframes bubbleUp {
	0% { background-position: 0px; }
	100% { background-position: -7000px; }
}
@-o-keyframes bubbleUp {
	0% { background-position: 0px; }
	100% { background-position: -7000px; }
}
@keyframes bubbleUp {
	0% { background-position: 0px; }
	100% { background-position: -7000px; }
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* minimal css table (RGPD) */
.post table {
	border: 1px solid #e7e7e7 !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 100%;
	margin: 0 0 15px;
}
.post tr th,
.post thead th {
	border: none !important;
	color: #888;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.post tr td {
	border: none !important;
	border-top: 1px solid #e7e7e7 !important;
	padding: 6px 24px;
}

.post .btn {
	border-width: 0;
	border-style: solid;
	text-decoration: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	padding: .6em 20px;
	height: 2.8em;
	border-radius: 0;
	line-height: 1.6em;
	font-weight: 700;
	background: #aaa!important;
	color: #777!important;
	cursor: pointer;
}
.post .btn.active {
	background-color: #008014!important;
    color: #fff!important;
}
.post .btn:hover {
	background-color: #000!important;
    color: #fff!important;
}
.post .btn.not-setted {
	background: #fff!important;
    border: 1px solid #aaa!important;
}
.post .btn.not-setted:hover {
	color: #777!important;
    background: #aaa!important;
    border: 1px solid #aaa!important;
}
.post .btn.active:hover {}
