@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #f1f1f1;
	width: 100%;
}

body {
	width: 100%;
	max-width: 375px !important;
	height: auto;
	background: #ffffff;
	color: #262626;
	margin: 0 auto;
	font: lighter 150%/145% "Palatino-Linotype", "Book Antiqua", Palatino, serif;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

a {
	text-decoration: none;
	color: #242021 ;
}

a:hover {
	text-decoration: none;
	color: #aa3727;
}

h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 145%;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "Interstate-Cond-Mono";
}

h2 {
	font-size: 105%;
	margin-top: 10px;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	margin-top: 5px;
}

input {
	width: 150px;
	font-family: "Interstate-Cond-Mono";
	font-weight: lighter;
	color: #242021 ;
	background: #cccccc;
	border: medium none;
	padding: 3px 10px 4px;
	margin-top: 7px;
}

button {
	font-family: "Interstate-Cond-Mono";
	font-weight: lighter;
	color: #e1e1e1;
	background: transparent;
	border: medium none;
}

button:hover {
	color: #242021 ;
}

button.newsletters {
	font-weight: bold;
}

button.newsletters:hover {
	color: #ffffff;
}

.BrushScript {
	font-family: "BrushScript" !important;
}

.EDO {
	font-family: "EDO" !important;
}

.lobster {
	font-family: "Lobster" !important;
}

.no-wrap {
	white-space: nowrap;
}

.interstate-cond-mono {
	font-family: "Interstate-Cond-Mono" !important;
}

.interstate-light {
	font-family: "Interstate-Light";
}

.sign-painter {
	font: lighter 130%/120% "SignPainter";
	color: #aa3727;
}

.white {
	color: #e1e1e1;
}

.bg-white {
	background: #ffffff;
	color: #242021;
}

.pure-white {
	color: #ffffff !important;
}

.red {
	color: #aa3727;
}

.red:hover {
	color: #bf040d;
}

.grey {
	color: silver;
}

.bg-grey {
	background: silver;
}

.blue {
	color: #1f8ed5;
}

.dark-red {
	color: #bf040d;
}

.black {
	/*color: #242021;*/
	color: #171717;
}

.bg-black {
	background: #171717;
	color: #ffffff;
}

.bg-black a {
	color: #ffffff !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.pointer {
	cursor: pointer;
}

.uppercase { 
	text-transform: uppercase !important;
}

.normal-case {
	text-transform: none !important;
}

.img-larger img {
	width: 110px !important;
}

.smaller {
	font-size: 90% !important;
}

h1.smaller {
	font-size: 150% !important;
}

.bit-smaller {
	font-size: 90% !important;
}

.larger {
	font-size: 140% !important;
}

.inline-block li {
	display: inline-block !important;
}

.listing {
	padding-left: 25px;
}

.display-inline-block {
	display: inline-block;
}

.red-hover {
	color: #aa3727 !important;
}

.bg-red-hover {
	background: #ffffff !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic;
}
.division-line {
	border-bottom: 1px solid #242021;
	margin: -20px 0 15px 0;
}

.division-line-2 {
	border-bottom: 1px solid #242021;
	margin: 0;
}

.division-line-2.silver {
	border-bottom: 1px solid silver;
}

.division-line-2.first {
	margin-top: -10px;
}

.fit-to-3 {
	width: 33.33%;
}

.no-margin-top {
	margin-top: 0;
}

.min-line-height {
	line-height: 19px;
}

h1 small {
	font-size: 55%;
	position: absolute;
	margin-top: 0;
}

h3.bg-red {
	width: 100%;
	background: #242021 ;
	color: #ffffff;
	text-align: center;
	padding: 18px 0;
	font: lighter 160%/0% "Interstate-Cond-Mono";
	margin: 0;
	text-transform: uppercase;
}

h3.bg-red:first-letter {
	text-transform: uppercase;
}

h3.bg-red.normal-case:first-letter {
	text-transform: none;
}

table {
	width: 100%;
	padding: 0;
	margin: 0;
}

table.with-top {
	border-top: 1px solid #242021;
}

header {
	background: #171717;
}

header img {
	height: 50px;
}

header img#menu {
	height: 30px;
}

footer {
	background: #e6e6e6;
	font-size: 85%;
	padding: 10px 0 0;
}

footer b {
	text-transform: uppercase;
}

footer img {
	height: 25px;
}

footer.le-lab {
	background: #8f8f8f;
	color: #e1e1e1;
}

footer.le-lab a {
	color: #e1e1e1;
}

footer.le-lab a.black {
	color: #212121 !important;
}

footer.le-lab img {
	height: 35px;
}

.td-padding {
	padding: 10px 15px;
}

.td-padding-left {
	padding: 10px 0 10px 15px;
}

.td-no-padding-side {
	padding-left: 0;
	padding-right: 0;
}

.td-padding-right {
	padding: 6px 15px 10px 0;
}

.td-padding-left.no-padding-left {
	padding-left: 0;
}

.td-padding-left.no-padding-bottom, .td-padding-right.no-padding-bottom {
	padding-bottom: 0;
}

.td-padding-left.mid-padding-top, .td-padding-right.mid-padding-top {
	padding-top: 5px;
}

.td-padding-left.padding-right {
	padding-right: 10px;
}

.td-no-padding {
	padding: 0;
	width: 100%;
}

.table-spacer {
	margin: 7px 0;
	line-height: 130%;
}

img.full-img {
	min-width: 100%;
	max-width: 100%;
	max-height: 300px;
}

img.td-img {
	width: 100%;
}

.icon {
	height: 35px;
	margin-right: 7px;
}

.icon.goto {
	height: 20px;
}

.fade-little {
	opacity: .6;
}

.fade-little:hover {
	opacity: 1;
}

/*****/

.carousel-control.left, .carousel-control.right {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.carousel-control-left, .carousel-control-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}

.carousel-control-left {
	left: 10px;
}

.carousel-control-right {
	right: 10px;
}

/*****/

div.join-the-club {
	margin: auto;
	padding: 30px 0;
	text-align: center;
}


div.join-the-club input::-webkit-input-placeholder {
	color: #ffffff;
}

div.join-the-club input::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}

div.join-the-club input::-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}

div.join-the-club input::-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}

div.join-the-club input::placeholder { /* Firefox 18- */
	color: #ffffff;
}

input#subscriber_email {
	width: 200px;
	padding: 6px 25px 3px 10px;
	background: ##e6e6e6;
	height: auto;
	font-size: 100%;
}

button.newsletters {
	position: absolute;
	margin: 14px 0 0 -25px;
	background-color: transparent;
	color: #242021;
}

button.newsletters:hover {
	color: #aa3727;
}

div.div-join-the-club {
	margin-bottom: 10px;
}

div.div-join-the-club input#subscriber_email {
	width: 100%;
}


/*****/

ul.suivez-nous {
	margin: 5px 0 0;
}

ul.suivez-nous li {
	display: inline-block;
	margin-right: 15px;
	font: lighter 120%/0% "Interstate-Cond-Mono";
	color: #242021 ;
}

ul.suivez-nous li.intro {
	text-transform: uppercase;
	margin-right: 30px;
}

/***/

.social-network {
	width: 100%;
	white-space: nowrap;
}

.social-network td {
	width: 33.33%;
}

.social-network a {
	font: lighter 72%/0% "Interstate-Light";
	text-transform: capitalize;
	background: #242021 ;
	color: #e1e1e1;
	padding: 10px;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.social-network a:hover {
	color: #aa3727;
}

.social-network a i {
	font-size: 140%;
}

.social-network a.facebook {
	margin-left: 0;
	background: #3B589A;
}

.social-network a.twitter {
	background: #35A0C4;
}

.social-network a.google-plus {
	background: #C1564C;
	text-transform: inherit;
}

/**
*
*
*
*/

.module-billeterie {
	
}

.module-billeterie .module-billeterie-inner {
	width: 100%;
}

.module-billeterie .module-billeterie-inner .title.big {
	font: bold 105%/120%  "Interstate-Cond-Mono";
}

.module-billeterie .module-billeterie-inner select {
	width: 100%;
	padding: 7px 10px;
	margin: 5px 0;
	font: lighter 100%/0%  "Interstate-Cond-Mono";
	color: #242021 ;
	background: #cccccc;
	border: medium none;
}

.module-billeterie .module-billeterie-inner select.events {
	padding: 9px 10px;
	font: lighter 110%/0%  "Interstate-Cond-Mono";
	font-weight: 600;
	color: #aa3727;
}

.module-billeterie .module-billeterie-inner table.panier {
	width: 100%;
	margin: 15px 0 0;
}

.module-billeterie .module-billeterie-inner table.panier th.tarif {
	width: 50%;
}

.module-billeterie .module-billeterie-inner table.panier th.prix {
	width: 25%;
}

.module-billeterie .module-billeterie-inner table.panier th.quantite {
	width: 25%;
	text-align: right;
}

.module-billeterie .module-billeterie-inner table.panier td.quantite {
	text-align: right;
}

.module-billeterie .module-billeterie-inner table.panier td.quantite select {
	width: 60px;
}

.module-billeterie .module-billeterie-inner table.panier td.total-text {
	text-align: left;
	font-weight: bold;
	padding: 5px 0;
}

.module-billeterie .module-billeterie-inner table.panier td.total {
	font-weight: bold;
}


.module-billeterie .module-billeterie-inner .personal-info input {
	padding: 7px 10px;
	height: inherit;
	width: 100%;
}

.module-billeterie .module-billeterie-inner .personal-info .name {
	margin: 10px 0 0;
}

.module-billeterie .module-billeterie-inner .info-before-click {
	margin: 10px 0;
}

.module-billeterie .module-billeterie-inner .confirmation-button button {
	width: 100%;
	padding: 12px 5px;
	text-transform: uppercase;
	background: #aa3727;
	font-size: 130%;
}

.module-billeterie .module-billeterie-inner .confirmation-button button:hover {
	background: #bf040d;
	color: #cccccc;
}

.module-billeterie .module-billeterie-inner .response {
	color: #aa3727;
}

/**
*
*
*
*/

.description-event strong {
	font: lighter 105%/100% "Interstate-Cond-Mono";
	text-transform: uppercase;
}

.description-event div.break-line {
	margin-bottom: 5px;
}

.description-event div.break-line.more {
	margin-bottom: 15px;
}

.description-event button {
	margin: 20px 0 5px;
	padding: 20px;
	font-size: 120%;
	line-height: 10%;
	text-transform: uppercase;
	width: 100%;
	background: #1a1a1a;
}

.description-event button:hover {
	background: #e1e1e1;
	color: #242021 ;
}

/**
*
*
*
*/

.description-event button.more-down {
	margin-top: 17px;
}

/**
*
*
*
*/

.best-of {
	margin: 15px 0;
	overflow-x: auto;
}

.best-of ul {
	margin: 0;
	padding: 0;
	width: 2160px;
}

.best-of ul.normal {
	width: 1800px;
}

.best-of ul li {
	display: inline-block;
}

.best-of ul li:last-child {
	margin-right: 0;
}

.best-of .top-selection-img {
	width: 120px;
}

.best-of .top-selection-img.normal {
	width: 100px;
}

.best-of .top-selection-img.voile {
	opacity: .4;
}

/**
*
*
*
*/

.pub_fullx95 {
	width: 100%;
	margin: 10px 0;
}

/**
*
*
*
*/

.sceances-cines {
	padding: 15px;
	margin-bottom: 15px;
	background: #b3b3b3;
	color: #ffffff;
	font-size: 92%;
}

.sceances-cines h2 {
	font-size: 120%;
}

.sceances-cines iframe, 
.sceances-cines embed, 
.sceances-cines video, 
.sceances-cines object {
	width: 100% !important;
	margin-top: 5px;
}

img.sceances-cines-poster {
	margin: 0 15px 15px 0;
	float: left;
	height: 167px;
	width: 120px;
	border: 1px solid #ffffff;
}

/**
*
*
*
*/

.le-lab-content iframe, 
.le-lab-content embed, 
.le-lab-content video, 
.le-lab-content object {
	width: 100% !important;
	height: 190px !important;
}

/**
*
*
*
*/

.artistes-position {
	position: absolute;
	background: #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
	padding-top: 3px;
}

.artistes-img {
	width: 100%;
}

.artistes-img-fix {
	width: 120px;
}

.artist-date {
	text-transform: uppercase;
	text-decoration: underline;
	margin: 10px 0 7px;
	color: #808080;
	font-size: 90%;
	font-weight: 600;
}

/**
*
*
*
*/

.pagination {
	margin: 15px 0;
	padding: 0 15px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 120%;
}

.pagination .intro {
	font: lighter 60%/110% "Interstate-Light";
	color: #aa3727;
	font-weight: bold;
}

.pagination ul li a.active {
	font: lighter 80%/110% "Interstate-Light";
	font-weight: bold;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
}

.pagination ul li a {
	margin: 2px;
	color: #aa3727;
	font-size: 100%;
	font: lighter 80%/110% "Interstate-Light";
}

.pagination ul li a:hover {
	color: #242021 ;
}

.pagination ul li a.active {
	font-weight: bold;
	color: #242021 ;
	font-size: 80%;
}

/**
*
*
*
*/

.hidden-menu {
	background: #282828;
	color: #ffffff;
	height: 100vh;
	position: fixed;
	top: -100vh;
	margin: -70px 0 0 -1px;
	width: 100%;
	max-width: 375px;
	z-index: 9999;
	overflow: hidden;
}

.the-dark-black {
	background: #171717;
	padding: 15px;
}

.hidden-menu a.close-menu {
	font-size: 30px;
	float: right;
	margin: 10px 5px;
	display: block;
}

.hidden-menu ul.the-main {
	margin: 0;
	padding: 0;
}

.hidden-menu ul.the-sub {
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
}

.hidden-menu ul.the-main li, .hidden-menu ul.the-sub li {
	display: block;
	padding: 10px 10px 10px 15px;
	text-align: left; 
}

.hidden-menu ul.the-main li.main {
	text-transform: uppercase;
	border-bottom: solid 1px #a8aeb4;
}

.hidden-menu ul.the-main li.main.is-black {
	background: #171717;
}

.hidden-menu ul.the-sub li.sub-menu {
	text-transform: none;
	padding: 2px 0;
}

.hidden-menu a {
	color: #ffffff;
}

.hidden-menu ul.the-main li.main a.is-red {
	color: #bf040d;
}

.hidden-menu .the-follow-us {
	padding: 15px;
	position: relative;
	bottom: 5px;
}

.hidden-menu .the-follow-us li.intro {
	color: #e1e1e1;
}

.hidden-menu form.search-box {
	padding: 3px 15px 10px;
	border-bottom: solid 1px #a8aeb4;
}

.hidden-menu form.search-box input {
	padding: 9px 10px 5px;
	width: 100%;
}

.hidden-menu form.search-box button {
	margin-left: -25px;
	background: transparent;
	color: #242021;
}

/**
*
*
*
*/

.agenda-popup-background {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.agenda-popup-close {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 120%;
}

.agenda-popup-close i {
	cursor: pointer;
}

.agenda-popup {
	position: fixed;
	width: 300px;
	height: auto;
	top: 50%;
	left: 50%;
	background: #ffffff;
	padding: 18px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.agenda-popup input {
	width: 100%;
}

.agenda-popup-image {
	margin-bottom: 10px;
}

.agenda-popup-image img {
	width: 100%;
}

.agenda-popup-title {
	text-transform: uppercase;
	font: lighter 130%/100%  "Interstate-Cond-Mono";
	font-weight: 600;
	margin-bottom: 5px;
	color: #aa3727;
}

.agenda-popup-text {
	font-size: 110%;
	margin-bottom: 3px;
}

.agenda-popup-link a {
	color: #a1a1a1;
}

.devenez-fan-title {
	font-size: 140%;
	font-family: "Interstate-Cond-Mono";
	margin-bottom: 5px;
	text-transform: uppercase;
}

/**
*
*
*
*/

.newsletter-bar {
	background: #333333;
	display: none;
}

.newsletter-bar input {
	width: 250px !important;
	padding-right: 30px;
}

.newsletter-bar button {
	margin-left: -25px;
	color: #1a1a1a;
}

.newsletter-bar .newsletter-close {
	color: #e1e1e1;
	cursor: pointer;
	margin-top: 14px;
	font-size: 20px;
}

/**
*
*
*
*/

span.smaller.black, span.smaller.dark-red {
	font-size: 90%;
}

/**
*
*
*
*/

.grey.to-bold {
	font-size: 90%;
	font-weight: bold;
}


/*.hidden-menu ul.the-main li.main.is-black {
	background: #ffffff;
}

.is-black .sub-menu a {
	color: #171717;
}
*/
.isla .newsletter-social-bar {
	background: #333333;
	padding: 10px 18px 16px;
	position: absolute;
	width: 373px;
    margin-top: -63px;
	display: none;
}

.is-home .newsletter-btn {
	display: none;
}

.spacer {
	text-align: center;
	padding: 15px;
}

.spacer img {
	max-width: 100%;
}

.bg-white + .hidden-menu {
	background: #ffffff;
	color: #282828;
}

.bg-white + .hidden-menu a {
	color: #282828;
}

.bg-white + .hidden-menu .the-dark-black, .bg-white + .hidden-menu ul.the-main li.main.is-black {
	background: #ffffff;
	color: #282828;
}