.ricus{
	list-style-image: url('data:image/svg+xml,M4 14.7519C3.37037 13.8768 3 12.8059 3 11.6493C3 9.20008 4.8 6.9375 7.5 6.5C8.34694 4.48637 10.3514 3 12.6893 3C15.684 3 18.1317 5.32251 18.3 8.25C19.8893 8.94488 21 10.6503 21 12.4969C21 13.5693 20.6254 14.5541 20 15.3275M12.5 12.9995L10.5 21.0008M8.5 11.9995L6.5 20.0008M16.5 12L14.5 20.0013');/* Use translate(X, Y) to position the SVG up, down, left, and right */
}
.ricus::marker{
	font-size: 1.5em;
	line-height: 0.1em;
}

.buttonIngrediant{
	width:200px; 
	border:1px solid var(--kdGrey);
	border-radius:5px;
	background-color:var(--kdGreyL);
	margin:2px;
	cursor:pointer;
	transition:0.3s;
}

.buttonIngrediant:hover{
	background-color:var(--kdGreenL);
	transition:0.3s;
}

.cerfaFroid{
display:flex;
FLEX-WRAP:wrap;
ALIGN-ITEMS:center;
ALIGN-CONTENT:center;
justify-content :center;	

border:2px solid var(--kdBlue);
background-color:white;
border-radius:10px;
width:30%; 
height:50px; 
margin:10px;
padding:3px;
}

.cerfaFroidSelec{
border:1px solid var(--kdBlueD);
background-color:var(--kdBlueD);
color:white;
}

* {
	font-size: 12px;
}