header,
.plus a, 
.pagination span {
background: rgb(255,249,102); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,249,102,1) 0%, rgba(255,212,0,1) 47%, rgba(255,249,102,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,249,102,1) 0%,rgba(255,212,0,1) 47%,rgba(255,249,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,249,102,1) 0%,rgba(255,212,0,1) 47%,rgba(255,249,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff966', endColorstr='#fff966',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.js .search--open { 
background: rgb(255,249,102); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,249,102,0.9) 0%, rgba(255,212,0,0.9) 47%, rgba(255,249,102,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,249,102,0.9) 0%,rgba(255,212,0,0.9) 47%,rgba(255,249,102,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,249,102,0.9) 0%,rgba(255,212,0,0.9) 47%,rgba(255,249,102,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff966', endColorstr='#fff966',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#recette .info-recette .facilite b, 
#recette .info-recette .tps-prepa b, 
#recette .info-recette .tps-cuisson b, 
#recette .info-recette .tps-repos b,
.commentaires-recette .commentaire .com-date {
  color: #FFDA0F;
}
.commentaires-recette .commentaire {
  border-left: 8px solid #FFDA0F;
}
/* 2e couleur */
.commentaires-recette .auteur .commentaire {
  border-right: 8px solid #FFEA3E;
}
.commentaires-recette .auteur .com-date {
  color: #FFEA3E;
}