 @import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

/* Custom search*/
/* --- Lightweight search results box --- */
#search-results {
  max-height: 280px !important;
  overflow-y: auto !important;
  margin-top: 0.5rem !important;
  padding: 0 0.5rem  !important;
  /*border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;*/
  background-color: #F2F2C5;
  font-size: 0.75em !important;
  font-family: "Lucida Console", Monaco, monospace;
  line-height: 1 !important;
}
#search-results h1,
#search-results h2,
#search-results h3,
#search-results h4,
#search-results h5,
#search-results h6 {
  font-size: inherit !important; /* match the container’s font size */
  font-weight: normal;            /* optional: unify appearance */
  margin: 0;                      /* optional: remove default spacing */
}
/* Slight space between items */
#search-results > div {
  padding: 0.4rem 0 !important;
  border-bottom: 1px dotted #ddd !important;
}
#search-results > div:last-child {
  border-bottom: none !important;
}

/* Links */
#search-results a {
  color: whitesmoke !important;
  background-color: dimgray; !important;
  text-decoration: none !important;
  display: inline !important;
  padding: 2px 6px;
}
#search-results a:hover {
  text-decoration: underline !important;
}

/* Highlighting */
#search-results mark {
  background-color: #bdb76b !important;
  color: #000 !important;
  padding: 0 2px !important;
}

/* Subtle scroll (no custom scrollbar) */
#search-results::-webkit-scrollbar {
  width: 6px !important;
}
#search-results::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

/* Tighter header spacing */
.site-info {
  margin-bottom: 0 !important; /* Remove space below site-info */
}

.site-title a {
  margin-bottom: 0.2rem !important; /* Reduce space below title */
  background-image: linear-gradient(90deg, #90d5ff  0%, #fff8dc 80%);
  font-family: "DotGothic16", sans-serif;
  font-size:1.2em;
  padding: 0.5em
}

.site-description {
  font-size: 0.9em !important;
  margin-top: 1.2em !important;
  margin-bottom: 0em !important; /* Remove space below description */
}

.site-nav {
  font-size: 0.9em !important;
  margin-top: 0 !important; /* Small space between description and nav */
  padding-top: 0 !important;
}

/* Force tighter spacing between menu and search */

.site-nav .menu {
  margin-top: 0 !important;
  padding-top: 0.1em !important;
  margin-bottom: 0 !important;
  padding-bottom: 0.1em !important;
}
.search-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#search-box {
  margin-top:  0.5rem !important;
  margin-bottom: 0 !important;
}
header.site-header hr {
  /*margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
  border: none !important;
  border-top: 2px solid #ccc !important;  Plain solid line with custom color */
  
}
.menu li a {
  padding: 0 0.5rem 0 0 !important; /* small right padding only */
}

body {
    margin: 30px auto !important;  /* Center it */    
    font-family: 'FluxischElse', sans-serif!important;   
    font-weight: 300 !important; /* Regular */
    font-size: 18px !important;
    line-height: 1.2em !important;
    padding: 0 1em !important;
    background-color: #fff8dc !important;
    font-size: 18px !important;
    color: #000 !important;                            
    max-width:900px !important;           /* If your text hits the side of the browser, fuck off forever. You ever see a book like that? Yes? What a shitty book. */
    /* queries cc */
    @media (max-width: 750px) {
        font-size: 90%  !important;       
        margin:20px auto !important;
        padding: 0 10px 0 10px !important;
      
    }
}
h1,h2,h3,b,strong {
    font-weight: 700 !important;  /* Bold */
    font-size: 1em !important;       
}
/* body main */
main {
  padding-bottom: 1em; 
}
  /* post title */
.article-meta h1 {
  text-transform: uppercase; /* Uppercase first letter in every word */
  color: #000080;  /*Set text color */
  /*background: #e2e6f6;  Title background color */
  display: inline-block;  /*Only the title, not entire line */
  padding-bottom: 0.3em;  /* Optional: pad for some spacing */
  font-family:  serif;
  border-bottom: 1px solid  #000080;
  font-size: 1em  !important;
}
.light-text {
    font-weight: 300 !important;  /* Light */
}
code {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 95%;
}
.menu, .article-meta, footer { text-align: left; }
.article-meta, .menu a {
  background: none;
}
footer sup {
  font-family: 'FluxischElseLight', sans-serif !important;
  font-size: 0.8em !important;
  color: #696969;

} 
header {
  font-family: 'FluxischElseLight', sans-serif !important;
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-size: 1.1em !important;
  /* background-image: linear-gradient(90deg, #90d5ff  0%, #fff8dc 80%); */
}
.meta { 
  padding-left: 0.5em;
  margin: 0;
  font-size: 0.9em;
}
/* Bundle images + captions */
.bundle-image {
  margin: 1rem 0;
  text-align: leftr;
}

.bundle-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.bundle-image figcaption {
  font-style: normal;
  color: #666;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  /*font-family: 'FluxischElse', sans-serif!important;*/
  font-family: Georgia, serif !important;
  font-weight: 300; /* Light */
}

/* Posts 2 columns images right for single2cols.html */
.two-columns-container {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  max-width: 900px;      /* limits width of container */
  margin-left: auto;     /* centers container horizontally */
  margin-right: auto;    /* centers container horizontally */
}

/* Home / Front page 2 cols*/
.content-column,
.images-column {
  flex: 1 1 0;
  min-width: 0;          /* ensures perfect equal width even with overflowing content */
}
.post-excerpt .two-columns-css {
  /* prevent summary in homepage inherit .two-columns-css post classes */
  all: unset; /* réinitialise toutes les propriétés CSS héritées */
  /* Puis redéfinissez les styles souhaités */
  color:#696969;
  /*font-family: Arial, sans-serif;*/
}
.post-excerpt p {
  margin: 0;
}
.two-columns-container img {
  color: #aaa;
  font-family: Arial, sans-serif;
  font-size: 0.7em; 
  padding: 1em 0 0.3em 0 !important;
}
/*.two-columns-css br, .two-columns-css sup { 
  display:none}*/

.read-more {
  color: blue;
  font-family: Arial, sans-serif;
  font-size: 0.7em; 
  
}
/* Responsive */
@media (max-width: 768px) {
  .two-columns-container {
    flex-direction: column;
  }
}

/* cronologi list 2 cols inside posts*/
@media (min-width: 720px) {
  .two-columns-css {
    column-count: 2;
    column-gap: 2rem;
    column-rule: 1px solid #e0e0e0;
  }
  
  .two-columns-css > * {
    break-inside: avoid;
    margin-bottom: 1rem;
  }
}
.two-columns-css ul {
  list-style-type: square;  /* Options: disc, circle, square, etc. */
}
.no-style-list ul {
  list-style: none;      /* Remove bullets */
  padding: 0;
  margin: 0;
}
/*tags + cats in Cronologi */
.no-style-list ul li {
  display: inline;       /* Items side-by-side */
      /* Spacing between items */
}

.no-style-list ul li a {
  text-decoration: none; /* Optional link style */
}
.no-style-list h2 {
  display: inline; /* ou inline-block si tu souhaites padding/marge */
  font-size: 1em;
  margin: 0;
  background-color: beige;
