


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.madloto.com/madloto/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.madloto.com/madloto/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;
}





.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
**/