
/**
 * Bootstrap edits
 */

input.form-control, textarea.form-control {
	border-radius: 0;
}

input.form-control:focus, textarea.form-control:focus {
	border-color: #BE27CA;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 39, 202, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 39, 202, 0.6);
}

.btn-primary {
    background-color: #BE27CA;
    border-color: #542058;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #9B17A6;
    border-color: #542058;
}

.btn-primary:active {
    background-color: #6E0B77 !important;
}

/**
 * Main
 */
html, body {

	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
	font-family: 'Source Sans Pro';
}

/**
 * Side navigation
 */
nav {
	width: 200px;
	height: 100vh;
	color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #542058;
	z-index: 10;
}

nav #nav-background {
	width: 290px;
	height: 105%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
	background-color: #542058;
	position: absolute;
	top: -30px;
	left: 0;

	background: #542058;
	background: -moz-linear-gradient(top, #782f7f 0%, #542058 100%);
	background: -webkit-linear-gradient(top, #782f7f 0%,#542058 100%);
	background: -ms-linear-gradient(top, #782f7f 0%,#542058 100%);
	background: linear-gradient(to bottom, #782f7f 0%,#542058 100%);


	box-shadow: 0 0 20px #000;
	z-index: -1;
}

nav #logo {
	display: block;
	margin: 20px 0 20px 35px;
}

nav #logo img {
	width: 200px;
}

nav ul {
	padding: 0;
	list-style-type: none;
}

#nav-main {
	margin: 20px -50px 20px 0;
}

#nav-main li > a {
	display: inline-block;
	width: 100%;
	padding: 25px 15px;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 300;
	border-top: 2px solid;
	border-bottom: 0 solid;
	border-left: 0;
	border-right: 0;
	border-image: linear-gradient(to right, rgba(190, 39, 202, 1) 0%, rgba(190, 39, 202, 0) 100%);
    border-image-slice: 1;
}

#nav-main li > a:hover, #nav-main li > a:active {
	text-decoration: none;
}

#nav-main li > a:hover, #nav-main li.active > a {
	color: #FFD311;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0) 100%);
}

#nav-sub li > a {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
}

#nav-sub li > a:hover, #nav-sub li > a:focus {
	text-decoration: none;
	border-width: 2px;
}

#nav-bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 0;
}

#nav-bottom img {
	margin-right: 10px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#nav-bottom li > a {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	color: #FFF;
	font-weight: 300;
}

#nav-bottom li > a:hover {
	text-decoration: none;
}

#nav-bottom li > a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#main {
	margin-left: 200px;
	padding-bottom: 50px;
	overflow: hidden;
}

/**
 * Header
 */

header {
	width: 100%;
	height: 300px;
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29102b+0,542058+100 */
	background-color: #29102b;
	background-image: -moz-linear-gradient(top,  #29102b 0%, #542058 100%); /* FF3.6+ */
	background-image: -webkit-linear-gradient(top,  #29102b 0%,#542058 100%); /* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom,  #29102b 0%,#542058 100%); /* W3C */
}

header.tall {
	height: 60vh;
	min-height: 400px;
}

header #header-video {
	height: 100%;
	margin-left: -25vw;
	margin-right: -25vw;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	z-index: 0;
}

header #header-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header #header-video-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

header .headline {
	height: 100px;
	padding-left: 120px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 20px -20px #000;
	overflow: hidden;
}

header .headline.full {
	height: 210px;
}

header .headline h1 {
	display: inline-block;
	margin: 0 0 0 -0.30em;
	padding: 0.15em 0.3em;
	font-size: 4.5em;

	background: #BD26C9;
	background: -moz-linear-gradient(top, #ed30ff 0%, #BD26C9 100%);
	background: -webkit-linear-gradient(top, #ed30ff 0%,#BD26C9 100%);
	background: -ms-linear-gradient(top, #ed30ff 0%,#BD26C9 100%);
	background: linear-gradient(to bottom, #ed30ff 0%,#BD26C9 100%);

	box-shadow: 0 0 20px #000;
}

header .headline h2 {
	margin-top: 25px;
	font-size: 3em;
	text-shadow: 0 0 10px #000;
}

/**
 * Page content
 */

#content {
	max-width: 1200px;
	padding: 20px 80px 20px 120px;
	font-size: 1.2em;
}

#content h1 {
	font-size: 2.5em;
}

#content ul > li {
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 20px;
}

.yellow {
	color: #FFD311;
	background: -moz-linear-gradient(-45deg, #FFD311 0%, #FFB012 100%);
	background: -webkit-linear-gradient(-45deg, #FFD311 0%,#FFB012 100%);
	background: -ms-linear-gradient(-45deg, #FFD311 0%,#FFB012 100%);
	background: linear-gradient(135deg, #FFD311 0%,#FFB012 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD311', endColorstr='#FFB012',GradientType=1 );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

/**
 * Page-specific styles
 */

.page-activities h1#nos-partenaires {
	padding-top: 60px;
	border-top: 3px solid #666;
}

.page-references p, .page-activities p, .page-contact .images p {
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
	float: left;
	text-align: center;
	line-height: 200px;
}

.page-references p > img, .page-activities p > img, .page-contact .images p > img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.page-references .images {
	width: 100%;
}

h1 {
	clear: both;
}

.page-artists p {
	width: 32%;
	height: 200px;
	margin: 0 1% 1% 0;
	float: left;
	text-align: center;
}

.page-artists p > img {
	max-width: 100%;
	max-height: 160px;
	margin-bottom: 15px;
}

.page-artists p > span {
	display: inline-block;
}

.page-contact textarea {
	height: 200px;
}
