

/* HOME */

.container_concert{
	/*clear: both;*/
	/*margin: 0 auto;*/
	/*border: 1px solid #00f;*/
	/*margin-bottom: 50px;*/
/*	display: inline-block;
	width: 100%;*/
}

.concert{
	float: left;
	/*display: inline-block;*/
	/*margin: 0 auto;*/
	width: 320px;
	/*border: 4px solid #f00;*/
}

.concert img{
	width: 100%;
	/*padding: 0 !important;*/
}

.complet{
	position: relative;
	display: inline-block;
	color: #fff;
	z-index: 10;
	/*top: -100px;*/
	bottom: 240px;
	font-size: 66px;
	font-weight: bolder;
	/*background-color: rgba(0,0,0,0.5);*/
	/*border: 1px solid #000;*/

	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);

    text-shadow: 0px 0px 10px #000;
}

.home_container{
	/*border: 1px solid #000;*/

	/*display: inline-block;*/
	width: 880px;
	margin: 0 auto;
	/*float: left;*/
}

.lettrine{
	display: inline-block;
	width: 22px;
	text-align: center;
	font-size: 2.1em;
	color: #68A;
	font-family: 'Atma', cursive;
	margin-right: 2px;
	margin-top: 5px;
}

.map{
	/*display: block;*/
	width: 560px;
	margin: 40px auto;
	/*text-align: center;*/
	/*width: 70%;*/
	/*margin: 0 auto;*/
	/*padding-top: 20px;*/
	/*border: 1px solid #000;*/
}
.map div{
	/*border: 1px solid #000;*/
}

.bouton_facebook div{
	width: 310px;
	margin: 0 auto 50px auto;
	text-align: center;
	padding: 15px;
	background-color: #0f8;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.bouton_facebook div:hover{
	margin: 0 auto 50px auto !important;
	background-color: #9f9;
	text-shadow: 0px 0px 0px #555;

    -webkit-transition: all 0s;
    transition: all 0s;
	
}
.bouton_facebook{
	/*color: #333;*/
}


.galerie{
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}


.galerie_content{
	height: 202px;
	margin-bottom: 20px;
}

.galerieImage{
	position: relative;
	display: inline-block;
	float: left;
	width: 33.33%;
	height: 100%;
	padding: 0 26px 0 26px;
	overflow: hidden;
}

.galerieImage > div{
	height: 100%;
	background-color: #999;
	overflow: hidden;
}

.legende{
	white-space : nowrap;
	text-align: center;
	font-size: 22px;
	color: white;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	text-shadow: 0 0 3px #333;
}

.galerieImage div:hover .legende{
	top: 30%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.galerieImage img{
	position: relative;
	height: 115%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
