<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
.plus a, 
.pagination span {
  background: rgb(247,119,0); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(247,119,0,1) 0%, rgba(209,12,182,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(247,119,0,1) 0%,rgba(209,12,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(247,119,0,1) 0%,rgba(209,12,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77700', endColorstr='#d10cb6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.js .search--open {
  background: rgb(247,119,0); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(247,119,0,0.88) 0%, rgba(209,12,182,0.88) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(247,119,0,0.88) 0%,rgba(209,12,182,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(247,119,0,0.88) 0%,rgba(209,12,182,0.881) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77700', endColorstr='#d10cb6',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: #DE3078;
}
.commentaires-recette .commentaire {
  border-left: 8px solid #DE3078;
}
/* 2e couleur */
.commentaires-recette .auteur .commentaire {
  border-right: 8px solid orange;
}
.commentaires-recette .auteur .com-date {
  color: orange;
}</pre></body></html>