@charset "utf-8";

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

}




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

}

html, body, #page {
	height: 100%;
}

body > #page {
	height: auto; 
	min-height: 100%;
}


body {
	background-image: url(fond-karting-2019-RVB.jpg);
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center center;
}


img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}




#page{
	position: relative;	/*overflow: auto;*/
	padding-bottom: 86px;
}




#page #imgfond {
	position: fixed;
	z-index: 10;
}

#page #imgfond img {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}



#page #site {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2000;
	color: #FFFFFF;
	background-image: url(accueil-ville-2018.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 275px;
	padding-left: 19px;
	padding-right: 19px;
}
#page #site h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 38px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

#page #site h2{
	font-family: "fty_speedy_casual_001_ncvRg";
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

#page #site ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}


#page #site li a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: -1px;	
	text-align: center;
}

#page #site li a:hover{
	color: #D53374;
	background-color: #FFFFFF;
}


@media screen and (max-width: 1024px) { 


#page #site h1 {

	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;

}




#page #site h2{
	font-family: "fty_speedy_casual_001_ncvRg";
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

#page #site li a{
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: -1px;	
}

}