/* =========================================
   pages/search.css
   ========================================= */

/* Ex: override du titre */
body.search .content h1 {
  text-transform:lowercase;
}

/* Si un espacement différent sur search */
body.search #articles-container h2 {
  margin-top:0;
  font-size:1.1rem;
}
