#carteAgenda{
	padding:20px 2.55%;
	background-color:#FFFFFF;
	position:relative;
}

#carte{
	height:432px;
	width:100%;
}
#agendaTitre{
	padding:8px 0 2px 44px;
	margin-bottom:17px;
	background:url(imgs/agendaOrange.png) 0 bottom no-repeat;
	color:#000000;
	height:44px;
	font-size:30px;
	text-transform:uppercase;
	vertical-align:bottom;
	font-family:"openSansLight", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;		
}
#agendaConteneur{
	width:100%;
}
.agendaVignette{
	position:relative;
	background-color:#111111;
	background-position:50 50%;
	background-repeat:no-repeat;
	background-size:cover;
/*	width:168px;
	height:234px;*/
	width:22%;
	padding-bottom:31%;
	margin-right:3%;
	margin-bottom:3%;
	display:inline-block;
	float:left;
	cursor:pointer;
}
.agendaVignette::after{
	content:'';
	width:40px;
	height:40px;
	bottom:8px;
	right:8px;
	display:block;
	position:absolute;
	background-image:url(imgs/marqueurBleu.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.hoverAgenda{
	opacity:0;
	position:absolute;
	text-align:center;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.55);
	color:#FFFFFF;
	padding:50% 10px 0 10px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.5px;

	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.agendaVignette:hover .hoverAgenda{
	opacity:1;
}

.organiserUneProjection{
	background:url(imgs/organiserUneProjection.png) 0 0 no-repeat;
	margin-top:17px;
	height:28px;
	width:320px;
	display:block;
}
/********************************* début debut fiche film *********************************/
#ficheFilmConteneur{
	margin-bottom:29px;
	display:none;
}
#ficheFilmHeader{
	height:49px;
	line-height:49px;
	background-color:#f08a1d;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:"openSansBold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;		
	font-size:24px;
	padding:0 21px 0 12px;
	width:100%;
}
#ficheFilmClose{
	background:url(imgs/close.png) 50% 50% no-repeat;
	height:100%;
	width:29px;
	display:inline-block;
	float:right;
	cursor:pointer;
}
#ficheFilmContenu{
	position:relative;
	background-color:#FFFFFF;
	width:100%;
	padding:11px 10px;
	min-height:410px;
}
#ficheFilmJaquette{
	width:231px;
	margin-bottom:14px;
}
#ficheFilmLien{
	color:#d2301f;
	font-size:16px;
	font-family:"openSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
	padding-left:14px;
	line-height:18px;
	background:url(imgs/fleche_01_rouge.png) 0 0 no-repeat;
	display:block;
}
#ficheFilmPartage{
}
#ficheFilmLeft{
	position:absolute;
	top:11px;
	left:10px;
}
#ficheFilmDatesConteneur{
	padding-right:25px;
	padding-left:260px;
 }
#ficheFilmCase{
	padding:3px 0 6px 38px;
	margin-bottom:19px;
	border-bottom:#7b7a7a 1px solid;
	background:url(imgs/agendaOrange_min.png) 0 0 no-repeat;
}
#ficheFilmDate{
	color:#f08a1d;
	font-family:"openSansBold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
	font-size:22px;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:4px;
}
#ficheFilmLieuHeure{
	color:#000000;
	font-family:"openSansSemiBold", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
	font-size:18px;
	text-transform:uppercase;
	line-height:24px;
}
#ficheFilmDesc{
	font-family:"openSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif !important;
	color:#000000;
	font-size:16px;
	line-height:23px;
}
#ficheFilmDesc a{
	color:#d2301f;
	text-decoration:underline;
}
#ficheFilmDesc p:first-child{
	font-size:18px;
}


/********************************* début règles responsive *********************************/

@media only screen and (max-width: 1180px) {
	.agendaVignette{
		width:27%;
		padding-bottom:42%;
		margin-left:3%;
		margin-bottom:3%;
	}
	#agendaTitre{
		font-size:24px;
		background:url(imgs/agendaOrange_min.png) 0 bottom no-repeat;
		height:38px;
		padding:10px 0 0 34px;
	}
}
@media (max-width: 767px) {
	.agendaVignette{
		width:43.5%;
		padding-bottom:66%;
		margin-left:3%;
		margin-bottom:3%;
	}
	#agendaTitre{
		font-size:22px;
		height:28px;
		padding:2px 0 0 34px;
	}
}
@media only screen and (max-width: 560px) {
	#ficheFilmDatesConteneur{
		padding-right:25px;
		padding-left:25px;

 }
 #ficheFilmLeft{
	position:relative;
		text-align:center;
		margin-bottom:20px;
	}
	#ficheFilmJaquette{
	width:220px;
	margin:0 auto 14px;
	padding:0;
	}

	#agendaTitre{
		font-size:18px;
	}


}
@media (max-width: 430px) {
	#agendaConteneur{
		padding-top:30px;
	}
	.agendaVignette{
		width:100%;
		padding-bottom:133%;
		margin-left:0%;
}
	#agendaTitre{
		font-size:15px;
	}
}
@media (max-width: 270px) {
	#agendaConteneur{
		padding-top:60px;
	}
}

#listeComplete{
	margin-top:16px;
	margin-bottom:16px;
}
.agendaListeComplete{
	cursor:pointer;
}


#mapstip {
	display:none;
	position:absolute;
	border:1px solid rgba(51,51,51,0.89);
	background-color:rgba(22,22,22,0.70);
	border-radius:4px;
	padding:10px;
	color:rgba(255,255,255,1);
	font-size:12px Arial;
	z-index:999999;
}