div#block-views-block-temoignages-block-1{
	width: 100%;
	padding: 90px 15px 330px; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../../../../sites/default/files/images/photo/temoignages.jpg');
}
.rating-card{
	background-color: #ffffff;
	color: #293841;
	padding: 15px;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rating-card:hover{
	background-color: #293841;
	color: #ffffff;
	text-decoration: none;
}
.rating-card .top{
	display: flex;
	justify-content: space-between;
}
.star {
    font-size: 20px;
    color: #B19B83;
}
.field--name-field-rating{
	color: #B19B83;
}
