@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,500,700,700i';

body {
	margin:0px;
	padding:0px;
	background-color:#142928;
	font-family:'Source Sans Pro';
	overflow-x:hidden;
	}	

a {
	color: #DDAF8B;
	font-weight: 200;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
}

h1 {
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:36pt;
	color:#fff;
	margin:0px;	
}

h2 {
	text-transform:uppercase;
	font-size:24pt;
	letter-spacing:0px;
	color:rgb(215, 168, 111);
	margin:0px;
	margin-bottom:10px;
}
	
h3 {
	color:#fff;
	font-size:14pt;
	margin:0px;
}

h5 {
	font-weight:300;	
	color:#fff;
	font-size:14pt;
	margin-top:0px;
	text-align:justify;
}

hr {
	margin-bottom: 25px;
	margin-top: 5px;
	filter: opacity(0.2);
}

.wrap {
	min-width:100%;
	min-height:100vh;
	width:20px;
	height:20px;
	position:relative;
}

.titre {
	position:fixed;
	left:0%;
	top:6%;
	background-color:rgba(83, 6, 46, 0.7);
	padding:10px 25px 15px 6%;
	z-index:100;
}

.titre  div {
	position:relative;
	margin-top:-10px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align:center;
}

.left-col {
	margin-left:10%;
	position:relative;
	float:left;
}

@media screen and (min-width: 1100px) and (max-width:1400px) {
	.left-col {
	margin-left:5%;
	position:relative;
	float:left;
}
}
.tiers {
	width:33%;
}


.half {
	width:46%;
}

.spacer {
	clear:both;
	position:relative;
	width:100%;
	height:50px;
}

@media screen and (max-width: 1099px) {
	.half {
	width:85%;
	}
	.spacer {
	clear:both;
	position:relative;
	width:100%;
	height:10px;
}
	.tiers {
		width:80%;
	}
	.bandcamp {
		max-width:85%;
		min-height:30%;
	}
	.left-col {
		margin:0px;
	}
}
	

.right-col {
	margin-right:10%;
	position:relative;
	float:right;
	text-align:left;
}

@media screen and (max-width: 1400px) {
	.right-col {
	margin-right:10%;
	position:relative;
	float:right;
	text-align:left;
}
}



@media screen and (min-width: 1100px) and (max-width:1400px)  {
.half {
	width:45%;
}

}

.full {
	width:100%;
}

.hidden {
	visibility:hidden;
}

.papillons {
	position: fixed;
	width: 20%;
	margin-left: 40%;
	z-index: 0;
	margin-top:8%;
	filter: opacity(0.15);
}

@media screen and (max-width: 1400px) {
.papillons {
	position: fixed;
	width: 20%;
	margin-left: 40%;
	z-index: 0;
	margin-top:22%;
	filter: opacity(0.15);
}
}



.wrap_player {
	height:2px;
	width:100%;
	position:fixed;
	top:8%;
}

.wrap_player div {
	width:88%;
	margin:-10px auto 0px auto;	
	z-index:1;
}

.player {
	float:right;
	width:33%;
	height:28%;
	filter:opacity(0.9);
	text-align:right;
}

.footer{
	height:2px;
	width:100%;
	min-height:120px;
	position:relative;
	float:clear;
	background-color:rgba(0,0,0,0.8);
	margin-top:-120px;
}

.footer div {
	width:88%;
	margin:-10px auto 0px auto;
}

.left {
	max-width:40%;
	float:left;
	margin:0px auto 0px auto;
}
.right {
	max-width:40%;
	float:right;
	text-align:right;
	margin:0px auto 0px auto;
}