header,
.plus a, 
.pagination span {
background: rgb(252,80,27); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(252,80,27,1) 0%, rgba(244,213,127,1) 51%, rgba(247,89,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(252,80,27,1) 0%,rgba(244,213,127,1) 51%,rgba(247,89,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(252,80,27,1) 0%,rgba(244,213,127,1) 51%,rgba(247,89,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc501b', endColorstr='#f75904',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.js .search--open { 
background: rgb(252,80,27); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(252,80,27,0.9) 0%, rgba(244,213,127,0.9) 51%, rgba(247,89,4,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(252,80,27,0.9) 0%,rgba(244,213,127,0.9) 51%,rgba(247,89,4,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(252,80,27,0.9) 0%,rgba(244,213,127,0.9) 51%,rgba(247,89,4,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc501b', endColorstr='#f75904',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: #FC551F;
}
.commentaires-recette .commentaire {
  border-left: 8px solid #FC551F;
}
/* 2e couleur */
.commentaires-recette .auteur .commentaire {
  border-right: 8px solid #F6B366;
}
.commentaires-recette .auteur .com-date {
  color: #F6B366;
}