

/*
Code couleurs:
- vert : #B5FF0D
- orange : #FFA200
- bleu : #5100FF
- rouge : #5100FF
- bleu-vert : #00E0FF
*/

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}



.oswald{
	font-family: 'Oswald', sans-serif  !important;
}

#header img {

	width: 22%;
    width: -webkit-calc(25% - 0.9375em);
    width: -moz-calc(25% - 0.9375em);
    width: calc(25% - 0.9375em);
}


.top-bar-container{background: #fff}

#header{
	position: relative;
	padding: 30px 0;
	margin-bottom: 20px;
	overflow: hidden;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YyZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f2eded 50%, #f2eded 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f2eded), color-stop(100%,#f2eded)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f2eded 50%,#f2eded 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f2eded 50%,#f2eded 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f2eded 50%,#f2eded 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f2eded 50%,#f2eded 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eded',GradientType=0 ); /* IE6-8 */


}

#header .row{
	padding: 20px 0;
	font-weight: 300;
}

#cravates h3{ font-weight: 600}

#nav{margin: 10px 0 0px}



.header-name a{
	font-size: 1.5em;
	line-height: 2em;
	color: #f2eded !important;
	font-weight: 900;
	letter-spacing: -.1em;
	background: url(/wp-content/themes/LaCollective/css/resources.svg#desaturate); /* Gecko */
    filter: grayscale; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
   }
   
.gris li:hover img{
filter: grayscale(0%); /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(/wp-content/themes/LaCollective/css/resources.svg#desaturate); /* Gecko */
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
   }
   
.vertical{
	transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg);
}

.blur1{
	-webkit-filter: blur(1px);
  filter: blur(1px);
}


.blur2{
	font-weight: 700;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
  filter: blur(2px);
}

#cravates h4:before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 40px
}

#cravates h4#ladinee-sprite:before{
	background: url(/wp-content/themes/LaCollective/css/logos-sprite.png)no-repeat top left
}

#cravates h4#lagoutee-sprite:before{
	background: url(/wp-content/themes/LaCollective/css/logos-sprite.png)no-repeat left -40px
}

#cravates h4#lasso-sprite:before{
	background: url(/wp-content/themes/LaCollective/css/logos-sprite.png)no-repeat left -120px
}

#cravates h4#late-sprite:before{
	background: url(/wp-content/themes/LaCollective/css/logos-sprite.png)no-repeat left -80px
}

.off-canvas-wrap{
	/* background: url(/wp-content/themes/LaCollective/css/fond.png)no-repeat top center */
}

.em-locations-list a{
	color: #222
}

.eventplace {border-bottom: 2px solid #222; font-size:2.125rem; font-weight: 600; color: #222   }
.eventdate{padding: 0 10px 0 0}

.liste-event > div{ position: relative}

.liste-event span{
	position: absolute; 
	text-align: center; 
	font-size: 2em;
	line-height: 1em; 
	font-weight:600; 
	top: 0; 
	left:0; 
	padding: 5px 0;
	vertical-align: middle;
	width: 100%;
	height: 100%; 
	color:#f2eded; 
	text-transform: uppercase
	}
	
.liste-event span hr{
	margin: 5px 0;
	height: 3px;
	background:#f2eded;
	display: block;
	border: none
	}


.calendar li{margin: 5px 0}


.widget_wysija .wysija-submit, .widget_wysija .wysija-paragraph { display: inline; }
#submit-nl{font-size: 1.2em}


/* Common style */


.liste-event figure,
.liste-artiste figure {
	position: relative;
	overflow: hidden;
/* min-height: 200px; */
min-width: 200px
}

.liste-event figure img,
.liste-artiste figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.liste-event figcaption,
.liste-artiste figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.liste-event figcaption h4 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
		opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.liste-artiste figcaption h3 {
	position: absolute;
	bottom: 0;
	text-align: left;
	font-weight: 600
}

.grid figcaption p {
opacity: 0;
	padding: 0 20px;
	color: #ff0000;
	font-weight: 300;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	text-shadow: 0 0 3px #f2eded
}

.liste-event figcaption h4,
.grid figcaption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}


.liste-event figcaption,
.liste-event figcaption h2,
.liste-event figcaption p {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
.liste-event svg,
.liste-artiste svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.liste-event svg path,
.liste-artiste svg path {
	fill: #f2eded;
}

/* Hover effects */
.grid a:hover figure img {
	opacity: 1;
}

.liste-event a:hover figcaption h4,
.grid a:hover figcaption p {
opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid a:hover figcaption p {
	opacity: 1;

}


#sidebar a.wysija-submit-field{
		color: #f2eded !important
}
/* calendrier */ 
.em-calendar{ text-align: center}
.month_name{ text-align:center}

.eventful a{
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none !important
}

.eventful:hover a{
	text-decoration: underline !important
}



