body {
  font-family: Georgia, serif;
  max-width: 44rem;;
  margin: 0.5rem auto;
  padding: 0 20px;
  line-height: 1.6;
  color: #222;
}

h1 {
  font-size: 2em;
  margin-bottom: 0.2em;
}

header h2 {
  font-style: italic;
  text-align: right;
  color: #900;
}


header {
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #900;
}



nav {
  text-align: center;
  padding: 0;
  margin: 0;
}

nav a {
  display: block;
  padding: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
}

nav a:link, nav a:visited {
  text-decoration: none;
  color: black;
}

nav a:hover, nav a:active{
  text-decoration: none;
  color: #900;
}

nav ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

nav li {
  display: inline-block;
  list-style-type: none;
}


.content a:link {
  text-decoration: none;
  color: #C00;
}

.content a:visited {
  text-decoration: none;
  color: #800;
}

.content a:hover, .content a:active{
  text-decoration: underline;
  color: #C50;
}


.featured-image {
  width: 100%
}


.meta {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 1.5em;
}

.meta span {
  margin-right: 12px;
}

.featured-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 1.5em;
}

.content img {
  max-width: 100%;
  height: auto;
}

.content {
  margin-bottom: 2em;
}

.tags a, .categories a {
  display: inline-block;
  background: #eee;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  margin: 2px;
  text-decoration: none;
  color: #333;
}

hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.comments h2 {
  font-size: 1.3em;
}

.comment {
  border-left: 3px solid #ddd;
  padding-left: 12px;
  margin-bottom: 1.2em;
}

.comment-author {
  font-weight: bold;
}

.comment-date {
  color: #999;
  font-size: 0.85em;
}

.comment.reply {
  margin-left: 30px;
}








.liste-archive { max-width: 55rem; }
.liste-archive .cat-group { color: #222; line-height: 1.2rem;}
.back { font-size: 0.85em; margin-bottom: 1em; display: inline-block; }
.cat-nav {
  margin-top: 1rem;
  position: sticky; top: 0; background: #fff; z-index: 10;
  padding: 8px 0; border-bottom: 2px solid #ccc; margin-bottom: 0.6em;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.cat-nav a {
  font-size: 0.85em; padding: 2px 8px; background: #eee; border-radius: 4px;
  text-decoration: none; color: #333;
}
.cat-nav {
  position: sticky; top: 0; background: #fff; z-index: 10;
  padding: 8px 0; border-bottom: 2px solid #ccc; margin-bottom: 0.6em;
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
}
.cat-nav .top-btn {
  margin-left: auto; font-size: 0.85em; padding: 2px 10px; background: #333; color: #fff;
  border-radius: 4px; text-decoration: none; white-space: nowrap;
}
.cat-nav .top-btn:hover { background: #555; }
.cat-group { margin-bottom: 1.6em; scroll-margin-top: 70px; }
.cat-header { font-size: 1.05em; font-weight: bold; color: #a55;
                border-bottom: 1px solid #ddd; padding-bottom: 4px; margin-bottom: 6px; margin-top: 1.5rem; }
.entry { display: flex; gap: 10px; font-size: 0.95em; padding: 2px 0; }
.entry .date { color: #888; white-space: nowrap; min-width: 90px; }
.entry a { color: #1a1a1a; text-decoration: none; }
.entry a:hover { text-decoration: underline; }
.top-link {
  position: fixed; bottom: 20px; right: 20px; background: #333; color: #fff;
  padding: 8px 14px; border-radius: 20px; text-decoration: none; font-size: 0.85em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.top-link:hover { background: #555; }



