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

html{ 
	margin:0;
	padding:0;
	background: url(images/bg.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; 
	background-size: cover;
	background-color:transparent; 
}
.spacer-top{
	margin-top:3%;
}
body{
	color:#e9e9e9;
	font-size:14px;
	background-color:transparent;
	font-family: 'Open Sans', sans-serif;
}

.logo{
	margin:10px 0;
}

h1{
	font-size:37px;
	margin-bottom:1px;
	font-weight:300;
}

h2{
	font-size:37px;
	margin-bottom:1px;
	font-weight:300;
}
.styliste{
	font-weight:300;
	font-size:53%;
}

h3{
	font-size:22px;
	font-weight:100;
	margin-bottom: 2px !important;
    margin-top: 15px;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
}

a{
	color:#fff;
}
a:hover{
	color:#ddd;
	text-decoration:none;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px dotted #555;
}


.intimite{
	/*background-color:#8c8c8c;*/
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:38px;
	padding:3px 40px;
	float:left;
	margin:0px 0;
	letter-spacing:2px;
	position: relative;
    top: 27px;
}

img{
	max-width: 100%;
}

.banniere{
	text-align: center;
	background-color: rgba(140,140,140,0.33);
	
}

.banniere img{
	margin: 20px;
	padding-left: 20px;
}

.footer a{
	float: right;
}


@media only screen 
and (min-width : 300px) 
and (max-width : 767px) {
.footer{
	text-align:center;
}
.footer a{
	float:none
}
.image img{
	margin: 10px;	
}
.intimite{
	position: initial;
	float: none;
}
img{
	margin-bottom:20px;
}
}