/* ******************************************************* */
/* FONT & COLORS
/* ******************************************************* */

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

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

@font-face {
  font-family: 'Raleway-Bold';
  src: url('Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('Raleway-Bold.woff') format('woff'), url('Raleway-Bold.ttf')  format('truetype'), url('Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ******************************************************* */
/* DIV
/* ******************************************************* */
#viewport {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
}
/* ******************************************************* */
/* BACKGROUND
/* ******************************************************* */
.fixed-bg { /* *css pour le fullscreen image d'intro* */
	min-height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.fixed-bg.bg-a { 
	background-image:url(../images/renaissance-creation-sallanches.jpg);
	background-position:center center;
}
header {
	position:absolute;
	left:50%;
	top: 25%;
	transform: translateX(-50%);
	width:260px;
	color:#858585;
}
.line {
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	width:28px;
}
.line.bottom {
	bottom:10%;
}
.contact {
	text-align:center;
	padding: 10% 0 0 0;
	line-height: 1.3em;
	font-family: 'Raleway-Medium';
	font-style: normal;
	font-weight: normal;
	font-size: 0.628em;
	letter-spacing: 0.05em;
}
.contact a {
	color: #c20012;
}
span.phone {
	font-size: 1.6em;
	font-family: 'Raleway-Regular';
}
span.mail {
	font-family: 'Raleway-Bold';
	font-style: normal;
	font-weight: normal;
	font-size: 1.25em;
	padding: 5% 0 0 0;
	display: block;
}
span.tva {
	color: #323232;
}



