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

* { padding: 0; margin: 1; }

body {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-color: #443229;
}

a:link {
color: #BFA69A;
text-decoration: none;
}

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

a:visited {
color: #BFA69A;
text-decoration: none;
}

a:visited:hover {
color: #BFA69A;
text-decoration: none;
}

@font-face {
    font-family: 'HelveticaNeueCn,Helvetica,Arial,sans-serif';
    font-weight: 300;
    font-style: normal;
}

.wrapper {
	width:960px;
	text-align:center;
	margin: auto;
	padding:45px;	
}

.wrapper_texte {
	width:960px;
	text-align:center;
	margin: auto;
	padding:10px;
	display:block;
	height:100%;
}

.box {width: 960px; display: inline-block;text-align:center;}
.box:nth-child(2) {width: 960px;text-align:center;}

p {text-align:center;}

.s40{
	font-family: HelveticaNeueCn,Helvetica,Arial,sans-serif;
	font-size: 80px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.s40under{
	font-family: HelveticaNeueCn,Helvetica,Arial,sans-serif;
	font-size: 45px;
	letter-spacing: .6px;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
	display: inline-block;
	
}

.logo-svg {
	color: #000;
	margin: 11px 0;
	overflow: hidden;
	width: 500px;
}