.grid-sizer, .grid-item {
	    height: 520px;
	    margin-bottom: 20px;
	    width: 420px;
}

.eventcategory107 { width: 420px !important; height: 520px !important; }

.grid-agenda {width: 200px;height: 250px;margin-bottom: 20px;}
.grid-logo {width: 200px;height: 250px;margin-bottom: 20px;}
.event {position: relative;}
.eventrolloverimage {
	position:absolute;
	top:0;
	left: 0;
	background-size: contain;
	width: 100%;
	height: 100%;
}

/* en version mobile eventrollovercontent est caché */
.eventrollovercontent { display: none !important; }

/* en version mobile on montre mobile content */
div.mobilecontent {
		background: inherit;
	    color: white;
	    font-family: 'Anton', sans-serif;
	    font-size: 48px;
	    line-height: 50px;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    text-align: center;
}
div.mobilecontent .eventheader {
    	height: auto;
    	padding-top: 80px;
}
div.mobilecontent .eventheader.bigtitle {
	font-size: 45px; line-height: 47px;
}

div.mobilecontent .eventbodytext.title {
	    font-size: 27px;
	    line-height: 29px;
	    padding: 0 30px;
}

/* gestion des mois */
.bigbigtitle.month { margin-top:0;}

/**/



.eventcategory107 .eventrollovercontent {
	height: 250px;
	width: 200px;
	margin-left: 110px;
	margin-top: 135px;
	
}

/* gestion des catégories */
.eventcategory110 { background:red;}
.grid-item.eventcategory110 {
	    background: none repeat scroll 0 0 red;
	    /*height: 140px;*/ 
}

.totheright {
	font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    color:white;
    padding: 0 10px 0 0px;
}

/* gestion des type de concert genre annulé complet ou autre */
/* annulé eventcategory104 */
.event.eventcategory104 .eventrolloverimage div.eventlabeltype,
.event.eventcategory112 .eventrolloverimage div.eventlabeltype, 
.event.eventcategory105 .eventrolloverimage div.eventlabeltype  {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	padding-top: 110px;
}
/* annulé, complet width x 2 */
.event.eventcategory107.eventcategory104 .eventrolloverimage div.eventlabeltype,
.event.eventcategory107.eventcategory112 .eventrolloverimage div.eventlabeltype, 
.event.eventcategory107.eventcategory105 .eventrolloverimage div.eventlabeltype  {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	padding-top: 250px;
}

.event.eventcategory104 .eventrolloverimage div.eventlabeltype:before {
	content: "annulé";
	color: black;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
/* complet eventcategory106 */
.event.eventcategory105 .eventrolloverimage div.eventlabeltype:before {
	content: "complet";
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	color: black;
	font-weight: 500;
}
/* Reporté eventcategory106 */
.event.eventcategory112 .eventrolloverimage div.eventlabeltype:before {
	content: "reporté";
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	color: black;
	font-weight: 500;
}

.hideimage { display: none;}
.showimage { display: block;}
.eventbodytext.title a {
    	font-size: 27px;
	    line-height: 29px;
	    bottom: 40px;
	    color: black;
	    left: 140px;
	    position: absolute;
	}
 #blocmenuagenda { height: 70px; }

.hideimage { display:block; }


/* media query tester à partir de 768px */
@media (min-width:  480px) {  
	.grid-sizer, .grid-item { width: 200px;height: 250px;margin-bottom: 20px; }
	#blocmenuagenda { height: 250px; }
	
	div.center.totheright { display: none; }
	
	.eventheader.bigtitle.bigdecorationbottom:after {
	    color: #fff;
	    content: "— ";
	    display: block;
	    font-size: 48px;
	}
	
	.eventbodytext.title a {
		  font-size: 14px;
		  line-height: 18px;
		  bottom: 15px;
		  color: black;
		  left: 60px;
		  position: absolute;
		  font-weight: 300;
		}
    

	/* hors mobile le contenu de rollovercontent est montré */
	.eventrollovercontent {
		display: block !important;
		position: absolute;
		top:0;
		left:0;
		text-align: center;
		padding: 10px;
		height: 100%;
		width: 100%;
		font-weight: 300;	
	}
	/* hors mobile on cache mobile content */
	div.mobilecontent {
  		display: none;
	}
	.hideimage { display:none; }
}




