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


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * General + Main Container
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

::selection			{ background: #5083f6; color:#ffffff; }
::-moz-selection	{ background: #5083f6; color:#ffffff; }

a:link, a:visited { text-decoration:none; color:#d8a79b; }
a:hover, a:active { text-decoration:none; color:#d5d2be; }

@font-face {
font-family: "Shape";
src: url("typo-shape/Shape-Regular.otf");
}

@font-face {
font-family: "ShapeItalic";
src: url("typo-shape/Shape-RegularItalic.otf");
}

@font-face {
font-family: "ShapeMedium";
src: url("typo-shape/Shape-Medium.otf");
}

@font-face {
font-family: "ShapeMediumItalic";
src: url("typo-shape/Shape-MediumItalic.otf");
}

@font-face {
font-family: "ShapeSemiBold";
src: url("typo-shape/Shape-SemiBold.otf");
}

@font-face {
font-family: "ShapeSemiBoldItalic";
src: url("typo-shape/Shape-SemiBoldItalic.otf");
}

html {
    position: relative;
    height: 100%;
}

body {
  background-color:#c5938c;
  margin:0;
  padding:0;
  height: 100%;
}



h1 {	
  font-family: 'ShapeSemiBold', Arial, sans-serif;
  color:#b40030;
  text-transform:uppercase;
  font-weight:500;
  font-size:26px;
  line-height:20px;
  margin:0;
  padding:0;
}

#paleh1 {
  color:#ebceca;	
}

h2 {	
  font-family: 'ShapeSemiBold', Arial, sans-serif;
  color:#c18782;
  font-size:14px;
  text-transform:uppercase;
  line-height:18px;
  margin:20px 0 0 0;
  padding:0;
}

.minititle {	
  font-family: 'ShapeSemiBold', Arial, sans-serif;
  color:#151515;
  font-size:12px;
  margin:5px 0 0 0;
  font-weight:300;
  padding:0;
}

.minitext {	
  font-family: 'Shape', Arial, sans-serif;
  color:#474746;
  font-size:8px;
  font-weight:300;
  line-height:24px;
  padding:0;
}

.medtext {	
  font-family: 'Shape', Arial, sans-serif;
  color:#474746;
  font-size:10px;
  font-weight:300;
  line-height:14px;
  padding:0;
}

.italic {	
  font-family: 'ShapeMediumItalic', Arial, sans-serif;
  color:#474746;
  font-size:12px;
  margin:5px 0 0 0;
  font-weight:300;
  padding:0;
}

.clear {
	clear:both;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.header {
	background-image:url(imgs/header23.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100%;
	height:120%;
}

.header-img { display:none; }

.menu {
  font-family: 'ShapeMedium', Arial, sans-serif;
  background-color:#b40030;
  color:#e1e0c9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  line-height:17px;
  margin:0;
  padding:16px;
  max-height:18px;
	}

.menu-item {
	float:left;
	margin-right:20px;
}

.social-media {
	float:right;
	margin:0 4px 0 4px;
}

.mailing-list {
	float:right;
	margin:-4px 0 0 20px;
	padding:0;
}

.txtbox {
  	font-family: 'Shape', Arial, sans-serif;
	border:none;
	padding:4px 4px 4px 6px;
	width:180px;
	color:#ebceca;
	background: rgb(243, 223, 220); /* Fall-back for browsers that don't support rgba */
    background: rgba(243, 223, 220);
}

.txtbox:focus {
	outline:0;
}

.button {
	font-family: 'Shape', Arial, sans-serif;
	background-color:#ebceca;
	border:none;
	padding:4px 6px 4px 6px;
	color:#b40030;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.content {
  font-family: 'Shape', Arial, sans-serif;
  background-color:#ebceca;
  color:#151515;
  font-size:12px;
  line-height:16px;
}

.txt {
	width:65%;
	margin: auto;
	padding:60px;
}

.news {
	background-color:#ebbeb7;
	margin: auto;
	padding:4% 17% 4% 17%;
}

.about {
	margin: auto;
	padding:4% 17% 4% 17%;
}

.disco {
	background-color:#f3dfdc;
	margin: auto;
	padding:4% 17% 4% 17%;
}

.disco a:link { text-decoration:none; color:#c18782; }
.disco a:visited { text-decoration:none; color:#c18782; }
.disco a:hover { text-decoration:none; color:#b40030; }
.disco a:active { text-decoration:none; color:#b40030; }

.shows {
	background-color:#b40030;
	margin: auto;
	padding:4% 17% 4% 17%;
	min-height:150px;
}

.shows a:link, a:visited { text-decoration:none; color:#d8a79b; }
.shows a:hover, a:active { text-decoration:none; color:#d5d2be; }

.photo {
	background-color:#f3dfdc;
	margin: auto;
	padding:4% 17% 4% 17%;
}

.photo a:link { text-decoration:none; color:#c18782; }
.photo a:visited { text-decoration:none; color:#c18782; }
.photo a:hover { text-decoration:none; color:#b40030; }
.photo a:active { text-decoration:none; color:#b40030; }

.press {
	margin: auto;
	padding:4% 17% 4% 17%;
}

.contact {
	background-color:#b40030;
	margin: auto;
	padding:4% 17% 4% 17%;
}

.pic {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#bio {
	margin-bottom:150px;
}

.col {
	float:left;
	width:25%;
	margin-right:10%;
}

.lastcol {
	float:left;
	width:25%;
	margin-right:0;
}

.bigcol {
	width:50%;
	margin-right:0;
}

.medcol {
	float:left;
	width:30%;
	margin-right:25%;
}

.smcol {
	float:left;
	width:20%;
	margin-right:0%;
}

.smallcol {
	float:left;
	width:130px;
	margin-right:40px;
}

.lastsmallcol {
	float:left;
	width:130px;
	margin-right:0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.logos {
	position:fixed;
	bottom:40px;
	right:40px;
	opacity:.7;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Archives Shows
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.page-content {
	margin:20px 0 50px 0;
	color:#151515;
	font-size:14px;
	font-family: 'Shape', Arial, sans-serif;
}

.line {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #666;
	width:350px;
	font-family: 'Shape', Arial, sans-serif;
	color:#474746;
	font-size:12px;
	font-weight:300;
}

#archives {
	background:none;
	background-color:#f3dfdc;
	margin:20px;
}

#archives-text {
	font-size:12px;
	color:#474746;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Vidéos
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.hvrbox {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	display: inline-block;
	position: absolute;
	text-align:center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

