.cross-selling {
	position: relative;
}
.cross-selling .media {
	height: 350px;
}
.cross-selling .media img {
	width: auto !important;
	height: 100% !important;
}
.cross-selling .apercu {
	color: #333333;
	text-align: center;
	background-color: #f5f5f5;
	min-height: 0;
	width: 100%;
	padding: 25px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cross-selling .apercu h2 {
	font-family: "RalewayBold", Arial, Helvetica, sans-serif !important;
	font-size: 1.250em !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	display: block !important;
}
.cross-selling .apercu h2:before {
	display: none !important;
}
.cross-selling .apercu .resume {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cross-selling .apercu .resume p {
	line-height: 1.375em;
}
.cross-selling .lien a {
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.cross-selling .flag-outer {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
}
.cross-selling .flag-outer a {
	font-size: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	display: block;
}
.cross-selling .flag-outer a.flag-action {
	background-image: url("../../img/flag.svg");
}
.cross-selling .flag-outer a.unflag-action {
	background-image: url("../../img/unflag.svg");
}

/* VERSION BIS */

.cross-selling.bis .apercu {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
}
.cross-selling.bis .flag-outer {
	display: none;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (min-width: 1025px) {
	
	.cross-selling .node:hover .apercu {
		color: #ffffff;
		background-color: rgba(102, 102, 102, 0.7);
		min-height: 100%;
		padding-top: 80px;
	}
	.cross-selling .node:hover .apercu .resume {
		max-height: 500px;
		margin: 15px 0 0;
		opacity: 1;
	}
	
	/* VERSION BIS */
	
	.cross-selling.bis .node:hover .apercu {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 760px) {
	
}