////////////////////////////////////////////////
// Actions Cult LISTE
////////////////////////////////////////////////
*/
.isotopActCult {margin-bottom:40px; margin-left:-10px; margin-right:-10px;}
.blocActCult {
	float:left;
	position:relative;
	width:100%;
	z-index: 2;
	}
.blocActCult .marge, .isotopActCult .grid-sizer div {
	margin: 0px;
}
.blocActCult h2 {font-family:"source_sans_probold"; font-size:18px; font-size:1.8rem; margin-top:5px; margin-bottom:0}	
.blocActCult h3 {font-size:16px; font-size:1.6rem}
.blocActCult .overlay {
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
	position:absolute; top:0; left:0;
	z-index:3;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	/*-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;*/
	transition: all 150ms ease-in-out;
	}
.blocActCult a:hover .overlay {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.blocActCult a:hover .overlay:hover {
	cursor:pointer;
}
.blocActCult:hover {cursor:pointer}

.blocActCult .plus {
	text-align:center; position:absolute; width:100%; z-index:4; 
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
	transform: translateY(-50%);
	/*-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;*/
	transition: all 250ms ease-in-out;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
   }
.blocActCult:hover .plus {
	top:50%;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
	transform: translateY(-50%);
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
   }   
.blocActCult .plus span {
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;*/
	border-radius: 20px; width:40px; height:40px; display:block; line-height:40px;; font-size:25px; font-size:2.5rem; color:#FFFFFF; margin: 0 auto}


.blocActCult img {
	width:100%; 
	max-height: 280px;
}
	


.blocActCult a:hover img {
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);*/
	filter: grayscale(0%);
}



	
/*
////////////////////////////////////////////////
// RESPONSIVE STYLES
////////////////////////////////////////////////
*/

@media screen and (min-width: 480px) {

	
/* ISOTOP LISTE VIDEOS */	
	.isotopActCult .grid-sizer, .blocActCult {width: 50%; }
	.isotopActCult .grid-sizer > div, .blocActCult .marge { margin: 10px}	
	
/* TABLE */	
td.nom {font-size:16px; font-size:1.6rem; line-height:16px; }					
}


@media screen and (min-width: 700px) {
/* ISOTOP LISTE OEUVRE */
	.isotopActCult .grid-sizer, .blocActCult {width: 50%; }
	.isotopActCult .grid-sizer > div, .blocActCult .marge {	margin: 10px}
}


	


@media screen and (min-width: 1000px) {

	
/* ISOTOP LISTE VIDEOS */	
	.isotopActCult .grid-sizer, .blocActCult {
		width: 33%; }
	
	
	.isotopActCult .grid-sizer > div, .blocActCult .marge {
		margin: 10px}
	
}

@media screen and (min-width: 1200px) {

	.isotopActCult .grid-sizer, .blocActCult {
		width: 33%; }
	.isotopActCult .grid-sizer > div, .blocActCult .marge {
		margin: 10px}
		
}
@media screen and (min-width: 1500px) {

/* ISOTOP LISTE VIDEOS */	
	.isotopActCult .grid-sizer, .blocActCult {
		width: 25%; }	
	.isotopActCult .grid-sizer > div, .blocActCult .marge {
		margin: 10px}
		
}


