/* ------------------------ *\
*		GLOBAL				*
\* ------------------------ */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
* {
	margin:0;
}
body * {
	vertical-align: top;
	position: relative;
}
/* ------------------------ *\
*		GENERAL				*
\* ------------------------ */
html {
	height: 100%;
}
body {
	background: #A89164;
	margin:0;
	padding:0;
	font-family: 'Marcellus', serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	height: 100%;
	min-height: 100%;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #fff;
}
p {
	padding: 0 0 20px;
}
img {
	max-width: 100%;
}
/* ------------------------ *\
*		DISCLAIMER			*
\* ------------------------ */
.legal-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(19,3,4,0.9);
	z-index: 10000;
}
.legal-wrapper .block {
	background-color: rgba(19,3,4,1);
	width: 290px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 20px 20px 10px;
}
.legal-wrapper .block p {
	width: 100%;
	padding: 20px 0 25px;
}
a.legal-fr, a.legal-en {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #412A0B;
	text-align: center;
	display: block;
	color: #fff;
	font-family: 'Marcellus SC', serif;
	font-size: 15px;
	width: 220px;
	height: 30px;
	line-height: 26px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border:2px solid #B2905C;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 20px;
}
a.legal-fr:hover, a.legal-en:hover {
	background-color: #2A1B06;
}
/* ------------------------ *\
*		SITE				*
\* ------------------------ */
.wrapper {
	background: #000;
	width: 1084px;
	margin: 0 auto;
	padding:0;
	min-height: 100%;

}
.lang-menu {
	float:right;
	right: 70px;
	position: absolute;
	top: 10px;
	z-index: 100;
}
.lang-fr, .lang-en {
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}
.content {
	padding: 0;
	font-size: 0;
}
.left-column {
	width: 658px;
	display: inline-block;
}
.right-column {
	width: 354px;
	margin-top: 61px;
	display: inline-block;
	font-size: 13px;
	color: #E5E5DE;
}
.right-column h2 {
	padding: 17px 0 31px;
	font-weight: normal;
}
/* ------------------------ *\
*		FOOTER				*
\* ------------------------ */
.footer {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	color: rgba(255,255,255,0.6);
	margin: 24px 0 0;
	background: url(../img/separator-footer.png) center top no-repeat;
	padding: 18px 0;
	text-align: center;
	filter: alpha(opacity=60);
}
.footer a {
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.footer a:hover {
	color: #fff;
}
.footer p {
	padding: 0;
	line-height: 20px;
}
.legal-footnote {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.4);
	background: url(../img/separator-footer.png) center top no-repeat;
	padding: 12px 0;
	text-align: center;
}
/* ------------------------ *\
*		CREDITS				*
\* ------------------------ */
.credits {
	font-size: 14px;
	font-family: 'Marcellus', serif;
	display: none;
	margin: 0 auto;
    max-width: 90%;
    padding-top: 30px;
    width: 960px;
    background: #000;
    z-index: 200;
}
h1, h2, h3 {
	font-family: 'Marcellus SC', serif;
	padding-bottom: 10px;
	color: #cca74c;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-family: 'Marcellus', serif;
	font-size: 16px;
	padding-bottom: 3px;
	color: #cca74c;
}
h3 {
	font-size: 16px;
	padding-bottom: 3px;
	color: #cca74c;
}
.close-button-block {
	font-family: 'Marcellus SC', serif;
	font-size: 18px;
	text-align: right;
	line-height: 27px;
	width: 120px;
	float: right;
	margin-right: 10px;
	top: -20px;
	cursor: pointer;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 100;
	color: #cca74c; 
}
.close-button-block:hover {
	color: #fff;
}
.button.close {
	font-family: 'Marcellus', serif;
	text-align: center;
	width: 27px;
	height: 27px;
	line-height: 23px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	border:2px solid #cca74c;
	margin: 0;
	font-size: 16px;
	top:0;
	display: inline-block;
	background-color: #342109;
	color: #cca74c;
}
.button.close:hover {
	background-color: #191107;
	color: #fff;
}
/* ------------------------ *\
*		RESPONSIVE			*
\* ------------------------ */
@media only screen and (max-width:1280px) {
	.wrapper {
		width: 1084px;
	}
}
@media only screen and (max-width:1084px) {
	.wrapper {
		width: 1024px;
	}
	.lang-menu {
	    right: 12px;
	}
	.credits {
		max-width: 960px;
	}
	.close-button-block {
	  margin-right: -20px;
	}
}
@media only screen and (max-width:1024px) {
	.wrapper {
		width: 960px;
	}
	.left-column {
		width: 580px;
	}
	.lang-menu {
	    right: 25px;
	}
	.credits {
		max-width: 910px;
	}
	.close-button-block {
	  margin-right: 0px;
	}
}
@media only screen and (max-width:960px) {
	.wrapper {
		width: 768px;
	}
	.lang-menu {
	    right: 20px;
	}
	.left-column, .right-column {
	  	width: 100%;
	}
	.right-column {
		padding: 0 20px;
	}
	.right-column img {
		margin: 0 auto;
		display: block;
	}
	.right-column h2 {
		text-align: center;
	}
	.credits {
		max-width: 768px;
		padding: 30px 20px 0;
	}
}
@media only screen and (max-width:768px) {
	.wrapper {
		width: 480px;
	}
	.left-column, .right-column {
	  	width: 100%;
	}
	.footer p {
	    padding: 0 20px;
	}
	.credits {
		max-width: 480px;
	}
}
@media only screen and (max-width:480px) {
	.wrapper {
		width: 320px;
	}
	.credits {
		max-width: 320px;
	}
}
@media only screen and (max-width:320px) {

}