.phenologie .radcepage{
  display:none;
}

.phenologie .radpheno{
  display:none;
}

.phenologie label {
	padding-left : 5px;
	padding-right : 5px;
}

.phenologie input[class="radcepage"] + label {
  color: grey;
}
.phenologie input[class="radcepage"]:checked + label {
  color:#640064;
  font-weight : bold;
}

.phenologie input[class="radcepage"]:checked + label::before {
	/*content: '\f118';*/
	content: url("/images/grappe.svg");
	/*background: url("icon.jpg") no-repeat;
    width: 10px;
    height: 10px;*/
}

.phenologie ul {
	list-style-type: none;	
}

.phenologie label {
	margin: 10px;
	cursor : pointer;
}

.phenologie label:hover {
	color:#640064;
}

.phenologie input[class="radpheno"] + label {
  color: grey;
}
.phenologie input[class="radpheno"]:checked + label {
  color:#640064;
  font-weight : bold;
}

.phenologie input[class="radpheno"]:checked + label::before {
	/*content: '\f118';*/
	content: url("/images/grappe.svg");
	/*background: url("icon.jpg") no-repeat;
    width: 10px;
    height: 10px;*/
}
