@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	outline:none;
}

@font-face {
    font-family: 'neue_kabelregular';
    src: url('../fonts/neuekabel-webfont.woff2') format('woff2'),
         url('../fonts/neuekabel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
	font-family: 'neue_kabelregular';
	font-size: 18px;
	line-height: 30px;
	color:#000;
	background: #fff url(../images/bg_page.gif) no-repeat right bottom;
	text-align: center;
}

b, strong, .bold{
	font-weight:bold;
	color: #ca9e67;
}

a, a.bold{
	color: #ca9e67;
	text-decoration: none;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
a:hover, a:focus, a.bold:hover, a.bold:focus{
	color: #000;
}





/*Lors de la selection du texte*/
::-moz-selection {
    color: #ffffff;
    background: #927d61;
}

::selection {
    color: #ffffff;
    background: #927d61;
}
/**/
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
	background:#efefef;
	border:1px solid #ccc;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
hr{
	height:1px; color:#927d61; border:0; background-color:#927d61; margin:25px 0 35px 0; width: 100%;
}
.clear{clear: both;line-height: 0; font-size: 0;}
.clear2{clear: both;line-height: 0; font-size: 0; margin:0 0 75px 0;}

.page{
	width:100%;
	height:100%;
}
.contenu{
	width:90%;
	padding: 0 5%;
	height:auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.logo{
	width: 250px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 650px) {
	.js .contenu{
		position: inherit;
		top: inherit;
		transform: inherit;
		padding: 25px 5%;
	}
	.js .logo{
		width: 50%;
	}
}
.fb{
	width: 48px;
	height: auto;
	margin: 0 auto;
}

.logo img, .fb img{
	width: 100%;
	height: auto;
}

.slogan{
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
}
