@charset "UTF-8";
/* CSS Document */


.ui-loader {
	display:none;
}

.ui-page, .ui-body-c, .ui-page-active, .ui-link {
	background:rgba(255,255,255,1.00);
	text-shadow:none!important;
	font-weight:normal!important;
	color:rgba(0,0,0,1.00)!important;
	-webkit-font-smoothing: antialiased!important;
}

body {
    background-color: rgba(255,255,255,1.00)!important;
    font-family: Gotham;
    font-size:20px;
	margin:0;
}

@font-face {
	font-family: Gotham;
	src: url("font/gotham-book.eot"); /* IE9 Compat Modes */
	src: url("font/gotham-book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("font/gotham-book.otf") format("opentype"),
		 url("font/gotham-book.woff") format("woff"), /* Modern Browsers */
		 url("font/gotham-book.ttf")  format("truetype"), /* Safari, Android, iOS */
		 url("font/gotham-book.svg#svgFontName") format("svg"); /* Legacy iOS */
}	

.navi {
	position: static;
	margin-right:auto;
	margin-left:auto;
}

.fond {
   position:fixed;
   top:0px;
   right:0px;
   width:100%;
   height:100%;
   background: no-repeat center bottom;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   z-index:-99999;
}


.navi {
	position:static;
	width: 150px;
	margin: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}

.title {
	position:static;
	width: 253px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}

.description {
	position:static;
	width: 500px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}
	
.contact {
	position:static;
	width: 58px;
	margin: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}


.fond {
    width:calc(100%);
    height:calc(100%);
	background: no-repeat center bottom;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}


@media (max-width: 1500px) {
	body {
    font-size:12pt;
}
	
	.navi {
	position:static;
	width: 120px;
	margin: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}
	
	.title {
	position:static;
	width: 203px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}
	
	.description {
	position:static;
	width:400px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;

}	
		
.contact {
	position:static;
	width: 48px;
	margin: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}		
		

}

@media (max-width: 1000px) {
	body {
    font-size:10pt;
}
	
	.navi {
	position:static;
	width: 100px;
	margin: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}
	
	.title {
	position:static;
	width: 169px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}
	
	.description {
	position:static;
	width:333px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;

}	
		
.contact {
	position:static;
	width: 40px;
	margin: 20px;
	padding-left: 5px;
	padding-top: 3px;
	background-color: white;
}		
		

}