.cds-suggestion-text {
	height: 85px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	padding: 15px 30px;
}


.cds-suggestion-text a:hover {
	text-decoration: underline;
}

.cds-suggestion-text a {
	display: block;
	color: #333;
	font-family: arial, Helvetica, sans-serif;
}

.cds-suggestion {
	display: block;
}

.cds-suggestion img {
	width: 100%;
	height: auto;
}

.texte-blanc.bg-sombre a {
	color: white;
}


.blocksuggest--normal {
	border-top: 1px solid #333;
}

.blocksuggest__image-holder {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-color:white;
}

.blocksuggest__main-image {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin: 0 !important;
	width: 100%;
}

.blocksuggest__text {
	padding: 15px 20px;
}

.blocksuggest__hover-block {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.blocksuggest__hover-image {
	position: absolute;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.cds-suggestion:hover .blocksuggest__main-image {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.cds-suggestion:hover .aller-rotate {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.cds-suggestion:hover .testy {
	opacity: 1;
}


.testy {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
