


html {
	margin:0px !important;
	padding:0px !important;
	font-family: Verdana;
}

body {
	margin:0px !important;
	padding:0px !important;
	width:100%;
	overflow-x:hidden;
	position:relative;
	text-align:center;
	min-height: 880px;
	background:rgba(250,250,250,1);
	}

table {
    table-layout:fixed;
}

table, tr , td {
   padding:0;
    border-collapse: collapse;
}

/*
body:before {
	content:'';
	display: block;
	position: absolute;
	background:url('//static.zoovalley.com/zoovalley/playbox/img/homepage2018/bg_header.jpg') repeat;
	width:2200px;
	height:520px;
	top:0;
	left:50%;
	margin-left:-1100px;
}

body:after {
	content:'';
	display: block;
	position: absolute;
	background:url('//static.zoovalley.com/zoovalley/playbox/img/homepage2018/bg_footer.jpg') repeat;
	width:2200px;
	height:360px;
	bottom:0;
	left:50%;
	margin-left:-1100px;
	z-index: -1;
}*/

body > h1 {
	font-size:0.95rem;
	font-family: arial;
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	bottom:-30px;
	left:0;
	text-align:center;
	color:gray;
	border-top:1px solid lightgray;
}
	
#body-homepage-2018 {
	height:100%;
	min-height: 100%;
	position: relative;
    padding-bottom: 10px;
	overflow:hidden;
	}

#body-homepage-2018 .header-logo {
	position: absolute;
	left:50%;
	margin-left:-506px;
    top: 70px;
    width: 280px;
}
		


#body-homepage-2018 .header-logo img {
    width: 100%;
    height: auto;
}

#main-content-wrapper-2018 {
	width:980px;
	margin:auto;
	text-align: left;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 992px) {
	#main-content-wrapper-2018 {
		width:100%;
	}
}


#main-content-wrapper-2018:before {
	content:'';
	display: block;
	position:absolute;
	top:10px;
	bottom:0;
	width:100%;
	left:0;
	z-index: 1;
	box-shadow: 0 0 8px 2px #000;
}

#main-content-wrapper-2018 > div {
	z-index: 2;
	position: relative;
}






/***
___MENU_SECTION 
***/
/*
.main-menu-2018 {
	width:100%;
	height:auto;
	background:#FBB018;
	box-shadow: 0 50px 50px -50px #FFF inset;
	font-size:0;
	font-family: Grobold;
	position: relative;
	z-index: 2;
	height:37px;
	border-radius: 5px 5px 0 0;
}

	.main-menu-2018 ul {
		padding:0;
	}

	.main-menu-2018 > ul {
		height:37px;
	}

	.main-menu-2018 > ul > li {
		display: inline-block;
		position:relative;
		overflow: hidden;
		height:37px;
		vertical-align: top;
	}

	.main-menu-2018 > ul > li  a {
		font-size:1rem;
		padding:7px 1rem;
		display: block;
		white-space: nowrap;
		box-sizing: border-box;
	}

	.main-menu-2018 > ul > li > a {
		border-right:1px solid #7D1643;
		text-align: center;
	}


	.main-menu-2018 > ul > li > a.credits {
		box-shadow: 0 50px 50px -50px #FFF inset;
		color:white;
		background-color: #7D1643;
	}

	.main-menu-2018 > ul > li:hover > a{
		background:#FBB018;

	}


	.main-menu-2018 > ul > li:hover > a.credits {
		box-shadow: none;
		background-color: #7D1643;
	}

	.main-menu-2018 > ul > li a {
		color:#7D1643;
		text-decoration: none;
	}

	.main-menu-2018 > ul > li > ul {
		display: block;
		visibility: hidden;
		position: relative;
		border-left:1px solid #7D1643;
		border-right:1px solid #7D1643;
		border-bottom: 1px solid #7D1643;
		width:calc(100% + 1px);
		box-sizing: border-box;
		left:-1px;
	}

	.main-menu-2018 > ul > li > ul a {
		background:#FBB018;
	}

	.main-menu-2018 > ul > li > ul a:hover {

		box-shadow: -50px 0px 50px -50px #FFF inset, 50px 0px 50px -50px #FFF inset;
	}

	.main-menu-2018 > ul > li:hover {
		overflow: visible;
	}
	.main-menu-2018 > ul > li:hover > ul {
		visibility: visible;
	}
	

	.main-menu-2018 > ul > li > ul a.game-flash {
		background:#FD7135;
		color:white;
	}

	.main-menu-2018 > ul > li > ul a.game-loot {
		background:#F7A702;
		color:white;
	}
	.main-menu-2018 > ul > li > ul a.game-scratch {
		background:#FD8600;
		color:white;
	}
	.main-menu-2018 > ul > li > ul a.game-defis {
		background:#83BD1C;
		color:white;
	}
	.main-menu-2018 > ul > li > ul a.game-tournament {
		background:#19A427;
		color:white;
	}
	*/
/***
!END ___MENU_SECTION 
***/



/***
___USER_CARD_SECTION
*/
	.user-card-2018 {

	}

/***
!END ___USER_CARD_SECTION
*/









.main-content-2018 {
	width:100%;
	background:white;
	padding:1px 0;
	overflow: auto;
}


.main-content-2018 .title-level-one {
	width:100%;
	height:34px;
	font-family: Grobold;
	box-sizing: border-box;
	padding:0.25em 1em;
	margin-bottom:0.25em;
}

.main-content-2018 .sub-title-level-one {
	font-family: Grobold;
	color:#262626;
	padding:0 1.5em 0.2em 1.5em;
	font-size:0.83em;
}

.main-content-2018 .sub-title-level-right {
	font-family: verdana, serif;
    font-size: 0.9em;
    margin-right: 1%;
	float: right;
	margin-top: -20px;
	font-weight: normal;
}

.main-content-2018 .sub-title-level-right a{
	/*text-decoration: none;*/
	color: #262626;
}
.main-content-2018 .sub-title-level-right a:hover{
	text-decoration: none;
}


/**
___RESPONSIVE
**/


@media screen and (max-width: 992px) {

    body {
        min-height: 0px;
    }

    .main-content-2018 .sub-title-level-right a {
        display:none;
    }


    .main-content-2018 .sub-title-level-one {
    font-family: verdana;
    width: 99%;
        font-size: 3vw;
        padding: unset;
        padding-left: 1vw;
        color: #716060;
    }


    .main-content-2018 div.title-level-one {
        background-image:none !important;
        background-color:white !important;
        color:black !important;
        font-size: 5vw !important;
        padding: unset !important;;
        padding-left: 1vw !important;;
        width: 100% !important;;
        margin-bottom: 0.5vw;
        height: 6vw !important;
    }



    #main-content-wrapper-2018:before {
        display:none;
    }

	#zone-info-tirage-mobile {
		background: darkgrey;
		color: white;
		font-size: 4vw;
		margin: 2vw auto;
		padding: 1vw;
		width: 100%;
	}


	#alert_notification {
        width: 50vw !important;
        bottom: -100vw !important;
        right: 2vw !important;
        padding: 2vw !important;
	}

	#alert_notification a.contenu {
        padding: 2vw !important;
        font-size: 3vw !important;
    }

    #alert_notification a.btn_close {
        padding: 0.75vw 1vw;
        font-size: 3vw;
    }

}


/**
___FIN RESPONSIVE
**/