
/*
Theme Name: Interfacade Starter
Theme URI: https://example.com/interfacade-starter
Author: You
Author URI: https://example.com
Description: Thème WordPress minimal et moderne pour démarrer rapidement (HTML5, hooks, i18n).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interfacade
Tags: blog, starter, minimal
*/

/* Reset rapide & typographie de base 
* { box-sizing: border-box; }
html { font-size: 16px; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 1.6; color: #111; }
a { color: #1a73e8; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1100px; margin: 0 auto; padding: 1rem; }
header.site-header, footer.site-footer { background: #f6f7f9; }
nav.primary-menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .75rem; flex-wrap: wrap; }
main { padding: 1rem 0; }
.article-card { padding: 1rem; border: 1px solid #e5e7eb; border-radius: .75rem; margin-bottom: 1rem; }
.screen-reader-text { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }



Place ce CSS dans le style de ton thème, APRES les autres feuilles 
.trait{
  crée une zone jaune sur le bas de chaque ligne 
  background: linear-gradient(transparent 60%, #dbb83b 0);
  padding: 0 .08em;             
  font-weight: 700;           
  border-bottom: none !important; 
  text-decoration: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
