header,
.plus a, 
.pagination span {
background: rgb(0,66,181); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,66,181,1) 0%, rgba(0,199,206,1) 51%, rgba(78,211,6,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,66,181,1) 0%,rgba(0,199,206,1) 51%,rgba(78,211,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,66,181,1) 0%,rgba(0,199,206,1) 51%,rgba(78,211,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0042b5', endColorstr='#4ed306',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.js .search--open { 
background: rgb(0,66,181); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,66,181,0.88) 0%, rgba(0,199,206,0.88) 51%, rgba(78,211,6,0.88) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,66,181,0.88) 0%,rgba(0,199,206,0.88) 51%,rgba(78,211,6,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,66,181,0.88) 0%,rgba(0,199,206,0.88) 51%,rgba(78,211,6,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0042b5', endColorstr='#4ed306',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: #009BC6;
}
.commentaires-recette .commentaire {
  border-left: 8px solid #009BC6;
}
/* 2e couleur */
.commentaires-recette .auteur .commentaire {
  border-right: 8px solid #26CD6D;
}
.commentaires-recette .auteur .com-date {
  color: #26CD6D;
}