

#zone_gauche {
	width:720px;
	float:left;
	text-align:left;
	position:relative;
	}


#zone_gauche_large {
	width:960px;
	margin: auto 10px;
	float:none;
}
	
#zone_droite {
	width:249px;
	float:right;
	position:relative;
	margin-top:5px;
    margin-right: 10px;
	}

.categorie_tournois {
	width:723px;
	*width:720px;
	position:relative;
	margin-left:2px;
	*margin-left:4px;
	padding-bottom: 10px;
	}

#tournois_container .title-tournois-level-two {
	background:url('//static.madwin.com/madwin/playbox/img/tournois/fd_titre01.jpg') left top no-repeat;
	text-align:left;
	font-family:Grobold;
	font-size:17px;
	width:707px;
	
	height:34px;
	
	padding-top:8px;
	padding-left:18px;
	box-sizing: border-box;
	color:black;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform : capitalize;
	}


#tournois_container .title-tournois-level-four {
	font-size:0.9em;
	margin:-7px 10px 0 10px;
	}

.title-tournois-level-two span.title-tournois-picto-game {
	display:inline-block;
	box-sizing:border-box;
	font-size:2rem;
	width:0.93em;
	height:1em;
	background-size:100% 400%;
	margin-top:-0.2em;
	margin-right:0.2em;
    vertical-align: middle;
}

.zone-detail-jeu {
	width:700px;
	height:334px;
	position:relative;
	overflow: hidden;
	border-radius: 10px;
	margin-left:10px;
	margin-bottom:10px;
}

.zone-detail-jeu > img.background{
	width:100%;
	height:100%;
	position:absolute;
	}

.zone-detail-jeu > .zone-dotations {
	width:200px;
	height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+79,ffffff+79&0.75+1,0+79 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(3,3,3,0.75) 1%, rgba(255,255,255,0) 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(3,3,3,0.75) 1%,rgba(255,255,255,0) 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(3,3,3,0.75) 1%,rgba(255,255,255,0) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ 
	position: absolute; 
	right:0;
	top:0;
	text-align: center;
	text-shadow: 1px 1px 1px #000, 0px 0px 3px #000;
	z-index:2;
}

.zone-detail-jeu > .zone-dotations > div > span {
	background:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/btn_en_savoir_plus.png') left top no-repeat;
	display: block;
	margin:auto;
	margin-top : -10px;
	width:152px;
	height:27px; 
	font-family: Grobold;
	color:black;
	cursor:default;
	user-select: none;
	text-align: center;
	font-weight: normal;
	text-shadow: none;
}

.zone-detail-jeu > .zone-dotations > div > span:hover {
	background-position-y:-27px;	
}

.zone-detail-jeu > .zone-dotations > div {
	padding:1em 0;
	color:white;
}

.zone-detail-jeu > .zone-dotations .zone-dotation-first {
	position:absolute;
	left:0;
	top:0;
	bottom:1.5em;
	right:0;
	/*background:red; */
}

.zone-detail-jeu > .zone-dotations .zone-dotation-first .gain-font-face {
	font-family: Grobold;
	font-size:1.5em;
}

.zone-detail-jeu > .zone-dotations .zone-dotation-other .detail-fortune {
	margin:0 6px 0 20px;
	background:rgba(255,255,255,0.7);
	border-radius: 0 5px 5px 5px;
	padding:5px;
	box-sizing: border-box;
	font-size: 0.7rem;
	color:black;
	text-shadow: none;
	margin-top:10px;
	position: relative;
}
.zone-detail-jeu > .zone-dotations .zone-dotation-other .detail-fortune:before {
	content:'';
	display: block;
	position: absolute;
	left:0;
	bottom:100%;
	border-left:5px solid rgba(255,255,255,0.7);
	border-bottom:5px solid rgba(255,255,255,0.7);
	border-right:5px solid transparent;
	border-top:5px solid transparent;
}

.zone-detail-jeu > .zone-dotations .zone-dotation-other {
	position:absolute;
	left:0;
	top:0;
	bottom:1.5em;
	right:-20px;
	/*background:green; */
	overflow-y: scroll;
	display:none;  
	text-align: left;
	font-weight: bold;
}


.zone-detail-jeu > .zone-cost {
		position:absolute;
		bottom:0;
		/*left:90px;*/
		left:0;
		/*height:30%;*/
		text-align: center;
		width:700px;
		padding-bottom:1em;
		text-transform:capitalize;
	}


	.zone-detail-jeu > .zone-cost > a.button-cost,
	.zone-detail-jeu > .zone-cost > span.button-cost-list {
		width:150px;
		height:59px;
		display: inline-block;
		/*margin:10px;*/
		margin:10px 10px 10px 0px;
		position: relative;
		overflow:hidden;
    	user-select: none;
	}

	.zone-detail-jeu > .zone-cost > span.button-cost-list .button-cost-wrapper {
		position: absolute;
		/*width:100%;
		height:100%;*/
		display: block;
		bottom:0;
		font-size:0;
		line-height: 0;
	}

	.zone-detail-jeu > .zone-cost > span.button-cost-list:hover  {
		overflow:visible;
	}
	.zone-detail-jeu > .zone-cost > span.button-cost-list:hover .button-cost-wrapper {
		height:auto;
	}

	.zone-detail-jeu > .zone-cost a.button-cost {
		display: inline-block;
		width:150px;
		height:59px;	
		font-family:Grobold;
		text-decoration: none;
		color:#343031;
		font-size:1rem;
		line-height: 1rem;
		overflow: hidden;
		transition: color 0.1s linear, opacity 0.1s linear, margin 0.1s linear;
		box-sizing: border-box;
		padding-top:5px;
		z-index:3;
	}

	.zone-detail-jeu > .zone-cost > span.button-cost-list:hover .button-cost-wrapper > a.button-cost {
		display: block;
	}

	.zone-detail-jeu > .zone-cost > span.button-cost-list .button-cost-wrapper > a.button-cost:not(:last-child) {
		opacity: 0;
	} 

	.zone-detail-jeu > .zone-cost > span.button-cost-list:hover .button-cost-wrapper > a.button-cost:not(:last-child) {
		margin-bottom:10px;
		opacity: 1;
	} 

	.zone-detail-jeu > .zone-cost a.button-cost:hover {
		background-position:0 -59px;
		color:#0F0E0E;
	}
	.zone-detail-jeu > .zone-cost a.button-cost sub {
	    font-size: 0.75em;
	    line-height: 0.75em;
	    display: inline-block;
	}

	.zone-detail-jeu > .zone-cost a.button-cost > span {
		line-height: 0.75em;
		display: block;
		white-space: nowrap;
		text-align: center;
		width:auto;
	}

	.zone-detail-jeu > .zone-cost a.button-cost > span > span {
		font-size: 0.9em;
		text-align: left;
		display: inline-block;
		padding-left:5px;
		vertical-align: baseline;
	}

	.zone-detail-jeu > .zone-cost a.button-cost .icon-cost {
		width:27px;
		height:27px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: text-bottom;
	}

	.zone-detail-jeu > .zone-cost a.button-cost-2 {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/btn_point.png');
	}

	.zone-detail-jeu > .zone-cost a.button-cost-2 .icon-cost {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/icon_point.png');	
	}

	.zone-detail-jeu > .zone-cost a.button-cost-3 {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/btn_credit.png');
	}

	.zone-detail-jeu > .zone-cost a.button-cost-3 .icon-cost {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/icon_credits.png');	
	}





	.zone-detail-jeu > .zone-cost .jeu_description {
		text-align: left;
		padding:2px 10px;
		color:white;
		background:rgba(0,0,0,0.5); 
		position:absolute;
		width:700px;
		/*left: -93px;*/
		bottom:0;
		font-family:grobold;
	}

	


	#tournois_container .tournois-area {
		background:#FAC03A;
		width:700px;
		position:relative;
		border-radius: 10px;
		margin-left:10px;
		border:1px solid #949494;
		box-sizing: border-box;
		margin-bottom: 10px;
		
	}


	.tournois-area > .your-score-title {
        font-family: Grobold;
        font-size:1.4em;
        padding:0 0.5em;
    }

    .tournois-area > .your-score-value {
        font-family: Grobold;
        font-size:1.2em;
        text-align: center;
        background: rgba(255,255,255,0.3);
        margin: auto;
        border-radius: 4px;
        padding: 1.0em;
    }

    .tournois-area > .your-score-value .your-score-value-number {
        font-family: Grobold;
        font-size:1.4em;
        padding:0 0.5em;
    }

    .tournois-area > .your-score-value .your-score-ranking-note {
        font-family: Grobold;
        font-size:0.6em;
        text-align: center;
    }


	.tournois-area > .tournois-title {
		font-family: Grobold;
		font-size:1.4em;
		padding:0 0.5em;
	    text-transform:capitalize;
	}

	.tournois-area > .tournois-title span {
		float:right;
		font-size:0.8em;
    	line-height: 2.3rem;
	}



	.tournois-area > .explication {
		padding:0 0.5em;
		background:rgba(255,255,255,0.3);
		margin:0.5em;
		border-radius: 4px;
		font-size:0.90rem;
	}

	.tournois-area .ranking-explication {
		padding: 0.5em;
		font-size:0.90rem;
	}


	.tournois-area .ranking-tab-list {
		white-space: nowrap;
		text-align: right;
		padding-right:10px;
	}

	.tournois-area .ranking-tab-list a {
		display: inline-block;
		background: #F9DB95;
		font-family: Grobold;
		padding:0.3em 1em;
		text-decoration: none;
		color:#343031;
		border:1px solid #949494;
		border-radius: 10px 10px 0 0;
		border-bottom:none;
		top:1px;
		position: relative;
	}

	.tournois-area .ranking-tab-list a.active {
		background:#FFF;
		border-bottom:1px solid #FFF;
		top:0px;
	}

	.tournois-area .ranking-tab-list a:not(.active):hover {
		background: #FFF5DE;
	}

	.tournois-area {
		overflow: hidden; 
	}
	.tournois-area .ranking-rank-list {
		border-top:1px solid #949494;
	}
	.tournois-area .rank-wrapper-container {
		display: none;
	}
	.tournois-area .rank-wrapper-container.active {
		display: block;
	}
	.tournois-area .rank-wrapper {
		/*overflow: auto;*/
		position:relative;
		font-size: 0;
		overflow: hidden; 

	}

	.tournois-area .ranking-rank-element {
		/*float:left;*/
		display: inline-block;
		width:50%;
		box-sizing: border-box;
		/*height:50px;*/
		white-space: nowrap;
		font-size: 0;
	}

	.tournois-area .ranking-rank-element:not(.rke-header):hover {
		background-color:#F8F3DF !important;
		transform: scale(1.02);
		transition: all 0.2s linear;
		font-weight: bold;
	}


	.tournois-area .ranking-rank-element:nth-child(odd) {
		transform-origin:left center;
	}
	.tournois-area .ranking-rank-element:nth-child(even) {
		transform-origin:right center;
	}
	.tournois-area .ranking-rank-element:not(.rke-header):nth-child(even):hover {
		border:none;
	}

	.tournois-area .ranking-rank-element > div {
		display: inline-block;
		font-size: 1rem;
		line-height: 1rem;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.tournois-area .ranking-rank-element.rke-header > div {
		font-weight: bold;
		padding:3px 0;
		text-align: center;
	}


	.tournois-area .ranking-rank-element .rank {
		width:70px;
		text-align: center;
		padding-right:5px;

	}

	.tournois-area .ranking-rank-element:not(.rke-header) .rank {
	
		font-family: Grobold;
	}
	.tournois-area .ranking-rank-element:not(.rke-header) .avatar {
		height:50px;
	}
	.tournois-area .ranking-rank-element .avatar {
		height:100%;
		width:50px;
		position: relative;
	}
	.tournois-area .ranking-rank-element .avatar img {
		height:100%;
		width:auto;
		box-sizing: border-box;
		border:1px solid #949494;
	}

	.tournois-area .ranking-rank-element .pseudo {
		width:150px;
		padding-left:5px;
	}


	.tournois-area .ranking-rank-element .pseudo a {
		text-decoration:none;
		color:inherit;
	}

	.tournois-area .ranking-rank-element .pseudo a:hover {
		text-decoration: underline;
	}

	.tournois-area .ranking-rank-element .score {
		width:70px;
		text-align: right;
		padding-right:5px;
	}
	.tournois-area .ranking-rank-element .score-text {
		width:70px;
		text-align: right;
		padding-right:5px;
		font-family:grobold;
	}
	.tournois-area .ranking-rank-element .gain {
		width:220px;
		padding-left:5px;
		padding-right:5px;
		text-align: right;
		font-size: 0.8rem;
	}

	.tournois-area .ranking-rank-element.hover-to-gain-true:hover .gain {
		display: inline-block !important;
	}
	.tournois-area .ranking-rank-element.hover-to-gain-true:hover .pseudo, 
	.tournois-area .ranking-rank-element.hover-to-gain-true:hover .score {
		display: none;
	}

	.tournois-area .ranking-rank-element:nth-child(even) {
		border-left:2px solid #FFA101;
	}

	.tournois-area .ranking-rank-element.line-type-0 {
		background-color:#F4D972;
	}


	.tournois-area .ranking-rank-element.line-type-1 {
		background-color:#F9B236;
	}


	.ranking-explication {
		background-color:#F4D972;

	}

	.error-ranking-empty {
		font-size:1rem;
		padding:0.5em;
		text-align: center;
	}






	.zone-category-anchor {
		font-size:0.8rem;
		text-decoration:none;
		margin:5px 10px;
		}

	.zone-category-anchor a {
		text-decoration:none;	
		color:black;
		display: inline-block;
		padding:0 5px 3px 5px;
		}

	.zone-category-anchor a:hover {
		background:#E9662E;
		border-radius: 10px;
		color:white;
	}

	.zone-category-anchor img {
		vertical-align: middle;
		margin-right:2px;
	} 


	.megatournois-wrapper .mega-tournois-detail-link {
	
		display: inline-block;
		text-align: center;
		margin:3px auto;
		padding:0 5px;
		box-sizing: border-box;
		color:black;
		text-decoration: none;
		font-size:0.9rem;
		clear:both;
		position: relative;
	}

	.megatournois-wrapper .mega-tournois-detail-link:hover {
		text-decoration: underline;
		}

	.megatournois-wrapper .mega-tournois-detail-link:before,
	.megatournois-wrapper .mega-tournois-detail-link:after {
		content:'';
		display:inline-block;
	}

	.megatournois-wrapper .mega-tournois-detail-link:after {
		width:1em;
		height:1em;
		background:black;
		border-radius: 100%;
		vertical-align: baseline;
		margin-left:5px;
		top:1px;
		position: relative;
		z-index: 1;
	}

	.megatournois-wrapper .mega-tournois-detail-link:before {
		position: absolute;
		width:0;
		height:0;
		border-top: 4px solid transparent;
		border-right:0px solid black;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #FFF;
		right:8px;
		top:4px;
		z-index: 2;
	}

	.megatournois-wrapper .mega-tournois-detail-link:hover:after{
		background:white;
	}
	.megatournois-wrapper .mega-tournois-detail-link:hover:before{
		border-left: 6px solid #000;
	}

	.megatournois-wrapper {
		width:700px;
		margin:auto;
		background:#FAC03A;
		border-radius: 10px;
		font-size: 0;
		height:auto;
		padding:1px 0;
    	overflow: auto;
    	text-align: center;
	}


	.megatournois-wrapper .col-wrapper {
		float:left;
		width:350px;
		font-size:1rem;
		line-height: 1rem;
		height:246px;
	}

	.megatournois-wrapper .col-wrapper  .title {
		font-family: Grobold;
		margin:10px auto;
		text-align: center;
	}

	.megatournois-wrapper .col-wrapper  .megatournois-col-content {
		background-color:white;
		width:320px;
		height:200px;
		margin:10px auto;
		text-align: center;
		border-radius: 10px;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,0.70);
		box-sizing: border-box;
		position: relative;
	}



	.megatournois-wrapper .col-wrapper  .megatournois-col-content.content-gain[data-gain="first"] .text-cadeau {
		position: absolute;
		bottom:40px;
		font-family: Grobold;
		width:100%;
	}


	.megatournois-wrapper .col-wrapper  .megatournois-col-content.content-gain .list-cadeau {
		width:100%;
		padding:1em;
		box-sizing: border-box;
		text-align: left;
		height:160px;
		overflow: auto;
		font-size:0.9em;
	}


	.megatournois-wrapper .col-wrapper  .megatournois-col-content.content-rank {
		padding:10px;
		text-align: center;
		background:url('//static.madwin.com/madwin/playbox/img/tournois/home/img_classement.png') white center center no-repeat;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.megatournois-wrapper .col-wrapper  .megatournois-col-content.content-rank .position {
		font-family: Grobold;
		font-size: 1.2em;
	}


	.megatournois-wrapper .col-wrapper  .megatournois-col-content a.btn-en-savoir-plus {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/home/btn_en_savoir_plus.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		display: inline-block;
		width:152px;
		height: 27px;
		font-family: Grobold;
		color:#323232;
		text-decoration: none;
    	white-space: nowrap;
    	font-size: 0.9em;
    	padding-top: 0.2em;
    	box-sizing: border-box;
   	 	position: relative;
    	user-select: none;
	}


	.megatournois-wrapper .col-wrapper  .megatournois-col-content[data-gain="first"] a.btn-en-savoir-plus {
   		top: -15px;
   	}

	.megatournois-wrapper .col-wrapper  .megatournois-col-content a.btn-en-savoir-plus:hover {
		background-position:0 -27px;
		color:#6A6A6A;
	}



	.game-list-wrapper {
		width:700px;
		margin:auto;
		text-align: center;
		font-size: 0;
	}

	.game-list-wrapper .game-element {
		height:118px;
		display: inline-block;
		margin:5px 0;
		font-size: 1rem;
		overflow: hidden;
		position: relative;
	}

	.game-list-wrapper .game-element .description {
		position: absolute;
		bottom:0;
		left:0;
		width:100%;
		background:rgba(0,0,0,0.75);
		color:#FFF;
		text-align: left;
		padding:3px 5px;
		font-size: 0.9rem;
		line-height: 1em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;	
		box-sizing: border-box;

		transition: all 0.2s linear;
	}

	.game-list-wrapper .game-element-size-1 {
		width:700px;
		height:180px;
	}
	.game-list-wrapper .game-element-size-2 {
		width:346px;
		height:151px;
		margin:5px 2px;
	}
	.game-list-wrapper .game-element-size-3 {
		width:228px;
		height:120px;
    	margin: 5px 2px;
	}


.game-list-wrapper .game-element > img {
	position: relative;
	width:100%;
	display: block;
	transition: all 0.2s linear;
	transform-origin: left top;
}

.game-list-wrapper .game-element:hover > img {
	filter:blur(2px);
}

.game-list-wrapper .game-element-size-1 .img-pave-1 {
	display: block;
}
.game-list-wrapper .game-element-size-2 .img-pave-2 {
	display: block;
}
.game-list-wrapper .game-element-size-3 .img-pave-3 {
	display: block;
}

.game-list-wrapper .game-element:hover .description {
	bottom:-2rem;
}

.game-list-wrapper .game-element .hover-content-wrapper {
	position: absolute;
	top:0;
	width:100%;
	left:0;
	height: 100%;
	background: rgba(0,0,0,0.75);
	text-decoration: none;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s linear;
}


.game-list-wrapper .game-element .hover-content-wrapper:hover {
	opacity: 1;
}

.game-list-wrapper .game-element .hover-content-wrapper .btn-jouer {
	display: inline-block; 
	background-image:url('//static.madwin.com/madwin/playbox/img/tournois/home/btn_en_savoir_plus.png');
	width:152px;
	height:27px;
	vertical-align: baseline;
	line-height: 23px;
	font-family: Grobold;
	color:#32312F;
    	user-select: none;
	}

.game-list-wrapper .game-element .hover-content-wrapper .btn-jouer:hover {
	background-position:0 -27px;
	}


.game-list-wrapper .game-element-size-1 .hover-content-wrapper {
	line-height: 180px;
	}

.game-list-wrapper .game-element-size-2 .hover-content-wrapper {
	line-height: 151px;
	}

.game-list-wrapper .game-element-size-3 .hover-content-wrapper {
	line-height: 120px;
	}

.game-list-wrapper .game-element-size-3 .cost-wrapper {
	display:none;
}

.cost-wrapper {
	display:none;
}


.game-list-wrapper .game-element-size-3 .description {
	font-size:0.65em;
}

.game-list-wrapper .game-element-size-2 .description {
    font-size: 0.80em;
}

.game-list-wrapper .game-element .hover-content-tournois-wrapper {
		position: absolute;
		right:0;
		top:0;
		opacity: 0;
		color:white;
		width:0;
		height: 0;
		overflow: hidden;
		transition: all 0.2s ease-in-out;
		padding:2rem 0.5em 0 0.5em;
		box-sizing: border-box;
		font-size: 0.9em
	}



	.game-list-wrapper .game-element .lot-image {
		width:auto;
		position: absolute;
		top:0;
		right:0;
		height:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+79,ffffff+79&0.75+1,0+79 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(3,3,3,0.95) 1%, rgba(255,255,255,0) 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(3,3,3,0.95) 1%,rgba(255,255,255,0) 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(3,3,3,0.95) 1%,rgba(255,255,255,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		transition: all 0.2s linear;
		max-width: 100%;
		overflow: hidden;
	}

	.game-list-wrapper .game-element:hover .lot-image {
		right:-100%;
	}

	.game-list-wrapper .game-element .lot-image > img {
		display: block;
		height:80%;
		max-width: 100%;
		margin:10% auto;
	}

	.game-list-wrapper .game-element .lot-image .gain-font-face {
		font-family: Grobold;
		font-size:1em;
		color:#FFF;
		text-shadow: 1px 1px 1px #000, 0 0 3px #000;
		max-width:100px;
	}


	.game-list-wrapper .game-element .cost-wrapper {
		/*background:red;*/
		position: absolute;
		top:0;
		width:55%;
		left:0;
		transition: all 0.2s linear;
	}
	.game-list-wrapper .game-element.game-element-size-1 .cost-wrapper {
		width:79.42857142857143%;
	}
	.game-list-wrapper .game-element.game-element-size-2 .cost-wrapper {
		width:65.02890173410405%;
	}

	.game-list-wrapper .game-element:hover .cost-wrapper {
		top:-30px;
	}

	.game-list-wrapper .game-element .cost-wrapper b {
		display: inline-block;
		background:#000;
		border-radius: 0 0 10px 10px;
		color:white;
		padding:0.35em 0.5em;
		font-weight: normal;
		font-size:0.85rem;
	}


.table-dotation--ranking {

border-spacing : 0;
border-collapse : collapse;
width:100%;
table-layout:fixed;
border:2px solid #F4D972; 
border-radius:10px;
}

.table-dotation--ranking td {
	width:50%;
	box-sizing:border-box;
	padding:0.25em;
	font-size:0.9em;
}
.table-dotation--ranking td:nth-child(even) {
	text-align:right;
}


.table-dotation--ranking tr:first-child td {
	font-size:1em;
	font-weight:bold;
	font-family:grobold;
}

.line-dotation--0 {
	background:#F4D972;
}

.table-dotation--ranking tr:hover {
	background:#FE9314;
	color:white;
}


.chapter-boardpanel {
	margin:10px 0 0 0 ;
	height:4em;
	position: relative;
	padding:0.15em 0 0 0;
}

.chapter-boardpanel img {
	width:4em;
	height:4em;
	position: relative;
	border-radius: 100% 100% 100% 100%;
	border:2px solid black;
	overflow: hidden;
	float:left;
	display: block;
}

.chapter-boardpanel a{
	display:block;
	background:black;
	font-family: grobold, serif;
	position: absolute;
	right:0;
	top:16px;
	color:#F8DC10;
	font-size:1.5em;
	width:80%;
	text-decoration:none;
	padding:0.25em;
	line-height:1em;
	height:1.75em;
	box-sizing:border-box;
	border-radius:100px;
	overflow: hidden;
	box-shadow: 0 10px 5px -5px rgba(255,255,255,0.5) inset;
	transition: all 0.1s linear;
	z-index: 2;
	white-space: nowrap;
}

.chapter-boardpanel a:hover {
	background:#F8DC10;
	color:black;
	box-shadow: 0 -10px 5px -5px rgba(255,255,255,0.5) inset, 0 10px 5px -5px rgba(0,0,0,0.5) inset;	
}

.chapter-boardpanel > span {
	position: absolute;
	z-index: 1;
	/*bottom:-11px;*/
	border:1px solid black;
	border-radius: 0 0 5px 5px;
	width:70%;
	right:5%;
	padding-top:1em;
	top:37px;
}




	.tournois-list-wrapper {
		width:700px;
		margin:auto;
		text-align: center;
		font-size: 0;
	}


	.tournois-list-wrapper .tournois-element {
		height:50px;
		width: 100%;
		display: inline-block;
		margin:5px 0;
		font-size: 1rem;
		overflow: hidden;
		position: relative;
		border:1px solid black;
		text-decoration: none;
		background: white;
		transition: background 0.3s ease-in-out;
	}

	.tournois-list-wrapper .tournois-element.terminate-true:not(.clicktodo-true) img.img-pave {
		filter:grayscale(1);
	}

	.tournois-list-wrapper .tournois-element.terminate-true.clicktodo-false {
		opacity: 0.75;
	}

/*
	.tournois-list-wrapper .tournois-element.clicktodo-true img.img-pave {
		filter:grayscale(0.75);
	}
*/


	.tournois-list-wrapper .tournois-element:hover {
		background: black;

		opacity:1!important;
	}

	.tournois-list-wrapper .tournois-element img.img-pave {
		top:-1px;
		position: absolute;
		display: block;
		left:-1px;
		width:calc(100% + 2px);
		transition: top 0.5s ease-in-out, opacity 0.3s ease-in-out;
		opacity: 1;
	}


	.tournois-list-wrapper .tournois-element:hover img.img-pave {
		top:-130px !important;
		opacity: 0.5;
	}

	.tournois-list-wrapper .tournois-element .description {
		width:100%;
		height:100%;
		display: block;
		position: relative;
		font-family: Grobold;
		color:white;
		font-size:1.3em;
		text-align: left;
		text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
		box-sizing: border-box;
		padding:0.45em 0 0 0.3em;

	}

	.tournois-list-wrapper .tournois-element .description sup {
		font-size: 0.6em;
	}


	.tournois-list-wrapper .tournois-element .clicktodo {
		width:100%;
		height:100%;
		display: block;
		position: absolute;
		text-align: right;
		right:0;
		top:18px;
		font-family: Grobold;
		color:white;
		font-size:1em;
		text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
		box-sizing: border-box;
		padding:0.35em 0.3em 0 0;

	}

	.tournois-list-wrapper .tournois-element .clicktodo b {
		display: inline-block;
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/clic.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		font-size:0.75em;
		min-height: 42px;
		min-width: 35px;
		vertical-align: middle;
		text-align: center;
		line-height:37px;
		box-sizing: border-box;
	}


	.zone-detail-jeu > .zone-cost .zone-clicktodo {
		font-family: Grobold;
		font-size:1.3em;
		color:white;
		text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
		padding:0.35em;
		margin : -23px;
	}

	.zone-detail-jeu > .zone-cost .zone-clicktodo a {
		text-decoration: none;
		color:inherit;
		transition: all 0.2s ease-in-out;
	}

	.zone-detail-jeu > .zone-cost .zone-clicktodo a:hover {
		color:#000;
		text-shadow: 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
	}

	.zone-detail-jeu > .zone-cost .zone-clicktodo b {
		display: inline-block;
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/clic.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		font-size:0.75em;
		min-height: 42px;
		min-width: 35px;
		vertical-align: middle;
		text-align: center;
		line-height:37px;
		box-sizing: border-box;
	}


	.zone-detail-jeu > .zone-cost .button-2018-link {
		display: block;
	    position: absolute;
	    background: #d20a23;
	    bottom: 60px;
	    font-size: 1em;
	    left: 150px;
	    font-family: grobold;
	    padding: 0.45em 1.5em;
	    min-width: 120px;
		text-align: center; 
		color:white;
		text-decoration: none;
		z-index: 1;
		/*text-shadow:1px 1px 3px rgba(0,0,0,0.70);*/
		box-shadow: 1px 1px 2px rgba(0,0,0,0.55), 0 4px 4px -4px rgba(255,255,255,1) inset, 0 -4px 4px -4px rgba(0,0,0,1) inset, 0 3em 3em -3em rgba(255,255,255,0.5) inset;
		text-transform:capitalize;

	}


	.zone-detail-jeu > .zone-cost .button-2018-link:before {
		content:'';
		display: block;
		position: absolute;
		left:0;
		height:100%;
		width:0;
		top:0;
		z-index: -1;
		background:rgba(0,0,0,0.25);
		transition: width 0.15s ease-in-out;
	}

	.zone-detail-jeu > .zone-cost .button-2018-link:hover:before {
		width: 100%;
	}



	.tournois-sub-menu {
		width:700px;
		margin:10px auto;
		text-align: center;
		font-size:0;
	}

	.tournois-sub-menu a {
		display: inline-block;
		background:#EA9E0A;
		color:#000;
		font-family: Grobold;
		border:1px solid #959794;
		box-shadow: 0 7px 2px -5px #FFFF13 inset, 0 -7px 2px -5px #854903 inset, 5px 0 2px -5px #C17C07 inset, -5px 0 2px -5px #C17C07 inset;
		font-size:1.2rem;
		padding:0 0.5em 0.25em 0.5em;
		text-decoration: none;
		width:30%;
		box-sizing: border-box;
		border-radius: 3px;
    	user-select: none;
	}

	.tournois-sub-menu a.classement-classement,
	.tournois-sub-menu a.grille-grille,
	.tournois-sub-menu a.gagnant-gagnant,
	.tournois-sub-menu a:hover {
		background:#F7CD77;
		color:#FFF;
		box-shadow: 0 7px 2px -5px #8D5F2B inset, 0 -7px 2px -5px #FFFFFF inset, 5px 0 2px -5px #C17C07 inset, -5px 0 2px -5px #C17C07 inset;
		cursor: pointer;

	}

	.tournois-sub-menu a.classement-classement:hover,
	.tournois-sub-menu a.grille-grille:hover,
	.tournois-sub-menu a.gagnant-gagnant:hover {
		cursor:default;
	}

	.tournois-sub-menu a:not(:first-child) {
		margin-left:5%;
	}

    .zone-cost-responsive {
        display: none;
    }



@media screen and (max-width: 992px) {

    #zone_gauche {
        width:99%;
    }

	#zone_droite {
        display:none;
	}

    .zone-cost {
        display: none;
    }


    .zone-cost-responsive {
        display: initial;
    }

	div.game-list-wrapper {
		width:100%;
		text-align:left;
	}

	.game-list-wrapper .game-element {
        margin: 0.5vw 0;
        font-size: 3vw;
	}

    .game-list-wrapper .game-element .hover-content-wrapper {
        text-align:center;
    }

    div.zone-category-anchor {
        display : none;
    }

    .game-list-wrapper .game-element-size-1 {
        width:100%;
        height:auto
    }


    .game-list-wrapper .game-element-size-2 {
        width:100%;
        height:auto;
    }

    .game-list-wrapper .game-element-size-3 {
        width:100%;
        height:auto;
	}

	.zone-detail-jeu {
        width: 98%;
        height: 34vw !important;
        margin-left: 1vw;
        margin-bottom: 1vw;
	}


    #flashgame_container .challenge-area {
        width:98%;
    }



    #text_tournoi_secondary {
        display:none;
    }


    #flashgame_container .title-flashgame-level-two {
        width:100%;
        display:none;
    }

    #tournois_container .title-tournois-level-two {
        background-image: none;
        font-size: 4vw;
        height: 7.5vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width :100%;
        padding-top: 1vw;
        padding-left: 1vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    #tournois_container .title-tournois-level-two > span {
        font-size:3.5vw;
    }

    #tournois_container .tournois-area {
        width:98%;
        font-size: 4vw;
        margin-left: 1vw;
        margin-bottom: 1vw;
    }

    #flashgame_container .title-flashgame-level-three {
        display:none;
    }

    .challenge-list-wrapper {
        width:98%;
    }

    .megachallenge-wrapper {
        width:100%;
    }

    .megachallenge-wrapper .col-wrapper {
        width:48%;
        margin:0.5%;
    }

    .megachallenge-wrapper .col-wrapper .megachallenge-col-content {
        width:100%;
    }

    .megachallenge-wrapper .col-wrapper .megachallenge-col-content.content-gain[data-gain="first"] .text-cadeau {
        bottom:22px;
    }


    .tournois-area > .explication {
        font-size: 2.5vw;
        padding: 0.5vw;
        margin: 0.5vw;
        text-align: center;
    }

    .tournois-area .ranking-explication {
        padding: 0.5vw;
        font-size: 3vw;
    }


    .tournois-list-wrapper {
        width:100%;
    }



    #tournois_container .title-tournois-level-four {
	    font-size: 2.5vw;
	    margin: -1vw 1vw 0 1vw;
	}

	.title-tournois-level-two span.title-tournois-picto-game {
	    display:none;
	}


	.game-list-wrapper .game-element .description {
        font-size: 4vw;
        line-height: 4vw;
        padding: 0.5vw 1vw;
	}

	.game-list-wrapper .game-element .hover-content-wrapper .btn-jouer {
        background-image: none;
        width: 50vw;
        height: 8vw;
        line-height: 8vw;
        background-color: #6eb574;
        border-radius: 12px;
        font-size: 5.5vw;
        color: #8a1423;
        text-transform: uppercase;
        margin-top: 5vw;
        padding: 2vw;
        }

    .game-list-wrapper .game-element-size-1 .hover-content-wrapper, .game-list-wrapper .game-element-size-2 .hover-content-wrapper {
        line-height: 25vw;
    }


    .tournois-area .ranking-rank-element > div {
        font-size: 3vw;
        line-height: 6vw;
    }

    #type-jhy-3 {
        display:none;
    }

    .tournois-area .ranking-rank-element .rank {
        width: 10%;
        padding-right: unset;
    }

    .tournois-area .ranking-rank-element .avatar {
        width: 15%;
    }

    .tournois-area .ranking-rank-element .pseudo {
        width: 40%;
        padding-left: unset;
    }

    .tournois-area .ranking-rank-element .score {
        width: 35%;
        padding-right: unset;
    }

    .zone-detail-jeu > .zone-dotations > div > span {
        background-image: none;
        margin-top: -1vw;
        width: 28vw;
        height: auto;
        background-color: #6eb574;
        border-radius: 12px;
        font-size: 3vw;
        margin-left: 1vw;

    }


    .grille-tournois {
        width: 100% !important;
        padding: 0.5vw !important;
        margin: 1vw auto !important;
    }

    .tournois-sub-menu {
        width: 100%;
        margin: 1vw auto;
    }

    .tournois-modal {
        width: 50vw !important;
        left: 25% !important;
        margin-left: unset !important;
        height : auto !important;
        padding: 2vw !important;
        font-size: 4vw !important;
    }

    .tournois-area > .tournois-title {
        font-size: 4vw;
        padding: 1vw;
    }

    .tournois-area .ranking-rank-element:not(.rke-header) .avatar {
        height: 6vw;
        width: 6vw;
    }

    .zone-detail-jeu > .zone-dotations {
        width: 31%;
    }

    .zone-detail-jeu > .zone-dotations .zone-dotation-other {
        bottom: 1vw;
        right: -3vw;
        }



    .zone-cost-responsive {
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 98%;
        padding-bottom: 1vw;
        text-transform: capitalize;
        margin-top: 1vw;
        }


	.zone-cost-responsive > a.button-cost,
	.zone-cost-responsive > span.button-cost-list {
		width:150px;
		height:59px;
		display: inline-block;
		/*margin:10px;*/
		margin:10px 10px 10px 0px;
		position: relative;
		overflow:hidden;
    	user-select: none;
	}

	.zone-cost-responsive > span.button-cost-list .button-cost-wrapper {
		position: absolute;
		/*width:100%;
		height:100%;*/
		display: block;
		bottom:0;
		font-size:0;
		line-height: 0;
	}

	.zone-cost-responsive > span.button-cost-list:hover  {
		overflow:visible;
	}
	.zone-cost-responsive > span.button-cost-list:hover .button-cost-wrapper {
		height:auto;
	}

	.zone-cost-responsive a.button-cost {
		display: inline-block;
		width:150px;
		height:59px;
		font-family:Grobold;
		text-decoration: none;
		color:#343031;
		font-size:1rem;
		line-height: 1rem;
		overflow: hidden;
		transition: color 0.1s linear, opacity 0.1s linear, margin 0.1s linear;
		box-sizing: border-box;
		padding-top:5px;
		z-index:3;
	}

	.zone-cost-responsive > span.button-cost-list:hover .button-cost-wrapper > a.button-cost {
		display: block;
	}

	.zone-cost-responsive > span.button-cost-list .button-cost-wrapper > a.button-cost:not(:last-child) {
		opacity: 0;
	}

	.zone-cost-responsive > span.button-cost-list:hover .button-cost-wrapper > a.button-cost:not(:last-child) {
		margin-bottom:10px;
		opacity: 1;
	}

	.zone-cost-responsive a.button-cost:hover {
		background-position:0 -59px;
		color:#0F0E0E;
	}
	.zone-cost-responsive a.button-cost sub {
	    font-size: 0.75em;
	    line-height: 0.75em;
	    display: inline-block;
	}

	.zone-cost-responsive a.button-cost > span {
		line-height: 0.75em;
		display: block;
		white-space: nowrap;
		text-align: center;
		width:auto;
	}

	.zone-cost-responsive a.button-cost > span > span {
		font-size: 0.9em;
		text-align: left;
		display: inline-block;
		padding-left:5px;
		vertical-align: baseline;
	}

	.zone-cost-responsive a.button-cost .icon-cost {
		width:27px;
		height:27px;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center center;
		vertical-align: text-bottom;
	}

	.zone-cost-responsive a.button-cost-2 {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/btn_point.png');
	}

	.zone-cost-responsive a.button-cost-2 .icon-cost {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/icon_point.png');
	}

	.zone-cost-responsive a.button-cost-3 {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/btn_credit.png');
	}

	.zone-cost-responsive a.button-cost-3 .icon-cost {
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/icon_credits.png');
	}


	.zone-cost-responsive .jeu_description {
		text-align: left;
		padding:2px 10px;
		color:white;
		background:rgba(0,0,0,0.5);
		position:absolute;
		width:700px;
		/*left: -93px;*/
		bottom:0;
		font-family:grobold;
	}

    .zone-cost-responsive .zone-clicktodo {
            font-family: Grobold;
            font-size:1.3em;
            color:white;
            text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
            padding:0.35em;
            margin : -23px;
        }

	.zone-cost-responsive .zone-clicktodo a {
		text-decoration: none;
		color:inherit;
		transition: all 0.2s ease-in-out;
	}

	.zone-cost-responsive .zone-clicktodo a:hover {
		color:#000;
		text-shadow: 2px 0 0 #FFF, -2px 0 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF;
	}

	.zone-cost-responsive .zone-clicktodo b {
		display: inline-block;
		background-image:url('//static.madwin.com/madwin/playbox/img/tournois/presentation_jeu/clic.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		font-size:0.75em;
		min-height: 42px;
		min-width: 35px;
		vertical-align: middle;
		text-align: center;
		line-height:37px;
		box-sizing: border-box;
	}


	.zone-cost-responsive .button-2018-link {
		display: block;
	    position: absolute;
	    background: #d20a23;
	    bottom: 60px;
	    font-size: 1em;
	    left: 150px;
	    font-family: grobold;
	    padding: 0.45em 1.5em;
	    min-width: 120px;
		text-align: center;
		color:white;
		text-decoration: none;
		z-index: 1;
		/*text-shadow:1px 1px 3px rgba(0,0,0,0.70);*/
		box-shadow: 1px 1px 2px rgba(0,0,0,0.55), 0 4px 4px -4px rgba(255,255,255,1) inset, 0 -4px 4px -4px rgba(0,0,0,1) inset, 0 3em 3em -3em rgba(255,255,255,0.5) inset;
		text-transform:capitalize;

	}


	.zone-cost-responsive .button-2018-link:before {
		content:'';
		display: block;
		position: absolute;
		left:0;
		height:100%;
		width:0;
		top:0;
		z-index: -1;
		background:rgba(0,0,0,0.25);
		transition: width 0.15s ease-in-out;
	}

	.zone-cost-responsive .button-2018-link:hover:before {
		width: 100%;
	}



    .zone-cost-responsive .button-cost {
        font-size:1.5rem;
        text-align:center;
        vertical-align:middle;
    }

    .zone-cost-responsive .button-cost-other {
        padding-top:0;
    }


    .zone-cost-responsive .button-cost > span > span {
        display:none;
    }

    #lancer_jeu_texte {
        display:none;
    }

    .zone-cost-responsive .jeu_description {
        font-size: 3vw;
        width: 100%;
    }


    .zone-cost-responsive a.button-cost-3 {
        background-image: none;
        background-color: green;
        border-radius: 12px;
        width: 98%;
        font-size: 4vw;
        line-height: 4vw;
        height: 11vw;
        padding: 1vw;
        top: 0vw;
        margin-left: 1vw;

        color: #f5f0e6;
    }

    .zone-cost-responsive a.button-cost .icon-cost {
        display: none;
    }


    .tournois-list-wrapper .tournois-element {
        height: 8vw;
        margin: 1vw 0;
        font-size: 3vw;
    }

    .tournois-list-wrapper .tournois-element img.img-pave {
        top: unset;
        left: unset;
        width: 100%;
    }

    .tournois-list-wrapper .tournois-element .description {
        font-size: 3.5vw;
        padding: 0.45vw 0 0 0.3vw;
    }

    .tournois-list-wrapper .tournois-element .description sup {
        font-size: 1.9vw;
    }


    .tournois-list-wrapper .tournois-element .clicktodo {
        top: 3vw;
        font-size: 3vw;
        padding: 0.35vw 0.3vw 0 0;
    }


}




/**
___FIN RESPONSIVE
**/


body {
	margin:0 !important;
	padding:0 !important;
	width:100%;
	overflow-x:hidden;
	position:relative;
	background-color:#DCFFE0;
	text-align:center;
	}

#tournois_container {
	height:100%;
	min-height: 100%;
	}


#corps_tournois {
	word-wrap:break-word;
	position: relative;
	height:100%;
	min-height: 100%;
	font-family: tahoma, serif;
	background:white;
	}



#corps_tournois #contenu_tournois {
	position:relative;
	z-index:1;
	}

.clear {
	clear:both;
	font-family: tahoma, serif;
	font-size:11px;
	}

#space_bar {
	width:100%;
	height:45px;
	}
