/* Style for the "Lyme" theme. 
Licence : domaine public 
December 2025
*/

@font-face {  font-family: "DejaVu Sans", system-ui, sans-serif;  src: url(index.php?tf=fonts/DejaVuSans.ttf);}

* { box-sizing: border-box;}
#wrapper {display: grid; grid-template-columns: repeat(12, [col-start] 1fr); }





/* Wider dropdown1 for long menu labels */

.has-dropdown1:nth-child(2) .dropdown1 { min-width: 260px; }



/* --------------------------------------------------------
	NAV
-----------------------------------------------------------*/

#main-nav1 { }

#main-nav1 > ul {

  display: flex;

  flex-wrap: wrap;

  margin: 0;

  padding: 0;

}

#main-nav1 > ul > li {

  position: relative;

}

#main-nav1 > ul > li > a {

  display: block;

  color: #f4f1eb;

  font-family: "DejaVu Sans", system-ui, sans-serif;

  font-size: 76%;

  text-transform: uppercase;

  letter-spacing: 0.04em;

  padding: 14px 10px;

  white-space: nowrap;

}

#main-nav1 > ul > li > a:hover,

#main-nav1 > ul > li.active > a {

  color: #cde8d0;

  background-color: rgba(255,255,255,0.06);

}




/* --------------------------------------------------------
	DROPDOWNS
-----------------------------------------------------------*/

.dropdown1 {

  display: none;

  position: absolute;

  top: 100%;

  left: 0;

  background-color: #3f5540;

  min-width: 210px;

  border-top: 2px solid #6b5a3e;

  z-index: 200;

}

.has-dropdown1:hover .dropdown1,

.has-dropdown1:focus-within .dropdown1 {

  display: block;

}

.dropdown1 li a {

  display: block;

  color: #f4f1eb;

  font-family: "DejaVu Sans", system-ui, sans-serif;

  font-size: 82%;

  padding: 9px 16px;

  border-bottom: 1px solid rgba(255,255,255,0.07);

  white-space: nowrap;

}

.dropdown1 li a:hover {

  background-color: #4f6b51;

  color: #cde8d0;

}








nav ul {list-style: none;  margin: 0;  padding: 0;}

/* Mobile first */
#wrapper > * { grid-column: col-start / span 12;}


  .tool-btn {

    display: flex;

    margin-left: auto;

    align-items: center;

    cursor: pointer;

    color: #f4f1eb;

    font-family: "DejaVu Sans", system-ui, sans-serif;

    font-size: 85%;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    border-bottom: 1px dotted rgba(255,255,255,0.5);

    padding-bottom: 1px;

    transition: all 0.2s ease-in-out;

    padding-right: 12px;    

    background: none;

    gap: 6px;

  }


  .top-btn {

    display: flex;
    position: absolute; right: 20px;

    margin-left: auto;

    align-items: center;

    cursor: pointer;

    color: #2e2c29;

    font-family: "DejaVu Sans", system-ui, sans-serif;

    font-size: 100%;

    font-weight: bold;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    border: 2px solid rgba(31, 39, 22, .5);

    padding: 6px;

    transition: all 0.2s ease-in-out;
    

    background: none;

    gap: 6px;

  }



/*@media (max-width: 768px) { */

@media only screen and (max-width: 768px) {

  body { font-family: "DejaVu Sans", system-ui, sans-serif; }

  #topwidth1 { padding: 0 3%; flex-wrap: wrap; }

  .blogname { font-size: 100%; }

  #main-nav1 > ul { flex-direction: column; display: none; width: 100%; background-color: #3f5540; }

  #main-nav1.open > ul { display: flex; }

  #main-nav1 > ul > li > a { padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }

  .tags a { color: #f4f1eb;} 
  #content-info h2 { color: #f4f1eb;} 




  /* Add chevron to dropdown parents on mobile */
  #main-nav1 .has-dropdown1 > a::after {
    content: ' ▸';
    font-size: 75%;
    opacity: 0.7;
    float: right;
  }
  #main-nav1 .has-dropdown1.open > a::after {
    content: ' ▾';
  }

  .dropdown1 { position: static; display: none !important; background-color: #2d3b2e; }

  .has-dropdown1.open .dropdown1 { display: block !important; }

  .dropdown1 li a { padding: 10px 16px 10px 28px; font-size: 85%; }



  .nav-toggle {

    display: flex;

    align-items: center;

    cursor: pointer;

    color: #f4f1eb;

    font-family: "DejaVu Sans", system-ui, sans-serif;

    font-size: 85%;

    text-transform: uppercase;

    letter-spacing: 0.06em;

    padding: 12px 0;

    background: none;

    border: none;

    gap: 6px;

  }




}



@media (min-width: 769px) and (max-width: 1023px) {

.nav-toggle { display: none; }

.tags a { color: #1F2716 ;}
#content-info h2 { color: #1F2716 ;} 

#navigation ul li { margin: 0.1em 30px 0.1em 0 !important;}
#top {grid-column: col-start 1 / span; padding: 0 20px 20px 20px;}
#top h1 {font-size: 140%; padding-top: 0.5em;}
#main {grid-column: col-start 1 / span; }
#sidebar {grid-column: col-start 1 / span; padding: 20px 20px; }
#sidebar2 {grid-column: col-start 1 / span; padding: 20px 20px; }
#footer {grid-column: col-start 1 / span;padding: 0 40px;}
#attachments, #comments, #comment-form, p#comments-feed, #pings, p#ping-url, p#pr.error { padding: 0 20px !important; }
#navlinks { padding: 10px 20px; }
.post { background: white; padding: 20px 20px;}
p.published, p.author, p.category, p.comments, p.pings, p.attachments { display: inline-flex; margin-right: 1em; align-items: baseline; }
.aut, .pub, .cat, .tag, .com, .pin, .att { margin-right: 0.5em; }
.dc-page .post { padding: 40px 20px !important;   }
#content-info,.dc-archive-month .post, .dc-category .post, .dc-tag .post { padding: 20px 20px !important;  }
#subcategories { padding: 0px 20px !important;  }
.dc-archive #content-info { padding: 20px 20px 0px 20px !important; }
.dc-archive .content-inner {margin-bottom: 4em; padding: 0px 20px 40px 20px !important; }
.dc-archive .content-inner ul {padding: 0px 0px !important; }
.dc-tags #content {  background: white; margin-top: 4em; }
.dc-tags .content-inner {padding: 0px 20px 20px 20px !important;} 
blockquote {  padding: 80px 30px 0 30px;}
#navigation ul { text-align: left; }
}

@media (min-width: 1024px) and (max-width: 1599px) { 

.nav-toggle, .tool-btn, .top-btn { display: none; }

.tags a { color: #f4f1eb;} 
#content-info h2 { color: #f4f1eb;}  

#top {grid-column: col-start 1 / span 12; grid-row: 1 / 1; padding: 5px 20px 20px 20px;}
#navigation ul { text-align: right; }
#sidebar {grid-column: col-start 1 / span 3; grid-row-start: 2; grid-row-end: auto; padding: 20px;  }
#main {grid-column: col-start 4 / span 9; grid-row-start: 2; grid-row-end: auto; }
#footer {grid-column: col-start / span 12;}
#extra {grid-column: col-start 1 / span 12;  grid-template-rows: auto auto; padding: 2%; }
#sidebar2 {grid-column: col-start 3 / span 8;  grid-template-rows: auto auto;}
.post {  display: grid; grid-template-columns: repeat(4, [col-start] 1fr); grid-column: col-start 1 / span 4; grid-row: 1 / 1; padding: 40px 0;  }
.dc-page .post { padding: 20px 20px;  }
#entry, #attachments, #comments, #comment-form, p#comments-feed, #pings, p#ping-url {grid-column: col-start 1 / span 3; grid-row: 1 / 1;  }
#entry-sidebar { grid-column: col-start 4 / span 1; grid-row: 1 / 1; }
p.published, p.author, p.category, p.comments, .tag, p.pings, p.attachments { display: grid; }
#navlinks { padding: 10px 40px; }
.dc-archive-month #navlinks { padding: 10px 0px !important; }
#content-info, .dc-tags .content-inner, #subcategories, .dc-category .post, #entry, #attachments, #comments, #comment-form, 
p#comments-feed, #pings, p#ping-url, #entry-sidebar  {padding: 0 40px !important; }
.dc-archive #content-info {padding: 30px 40px 0 40px!important;  }
.dc-archive .content-inner { padding: 30px 40px !important; }
#search.widget input[type=submit] { width: 25% !important;  }
#sidebar2  #blogcustom { display: flex;align-items: flex-start; gap: 40px; max-width: 1400px;  margin: auto;}
#sidebar2 #blogcustom div.widget { width: 25%;}
#sidebar2 #blogcustom #search.widget input {width: 76.66666%; }
#sidebar2 #blogcustom #search.widget input[type=submit] {width: 19.33333%; }
blockquote { padding: 80px 50px 0 50px;}
}

@media (min-width: 1600px) {

.nav-toggle, .tool-btn, .top-btn { display: none; }
#content-info h2 { color: #f4f1eb;} 
.tags a { color: #f4f1eb;} 

#top {grid-column: col-start 1 / span 12; grid-row: 1 / 1; padding: 5px 40px 20px 40px; }
#sidebar {grid-column: col-start 1 / span 3; grid-row-start: 2; grid-row-end: auto;  padding: 40px; }
#main {grid-column: col-start 4 / span 9; grid-row-start: 2; grid-row-end: auto; }
#footer {grid-column: col-start / span 12;}
#extra {grid-column: col-start 1 / span 12;  grid-template-rows: auto auto; padding: 3%; }
#sidebar2 {grid-column: col-start 3 / span 8;  grid-template-rows: auto auto;}
.post { display: grid; grid-template-columns: repeat(4, [col-start] 1fr); grid-column: col-start 1 / span 4; grid-row: 1 / 1; padding: 40px 0;  }
.dc-page .post { padding: 40px 0; }
#entry {grid-column: col-start 1 / span 3; grid-row: 1 / 1;  padding: 0 60px 50px 60px; }
#entry-sidebar { grid-column: col-start 4 / span 1; grid-row: 1 / 1; padding: 0 40px; }
p.published, p.author, p.category, .tag, p.comments, p.pings, p.attachments { display: grid; }
#navlinks { padding: 10px 60px; } 
.dc-archive-month #navlinks { padding: 10px 0px !important; }
#content-info, #subcategories, .dc-tags .content-inner, #attachments, #comments, #comment-form, 
p#comments-feed, #pings, p#ping-url, p#pr.error { padding: 0 60px; }
.dc-archive #content-info {padding: 30px 60px 0 60px;  }
.dc-archive .content-inner { padding: 30px 60px; }
#sidebar2  #blogcustom { display: flex;align-items: flex-start; gap: 40px; max-width: 1500px;  margin: auto;}
#sidebar2 #blogcustom div.widget { width: 25%;}
#sidebar2 #blogcustom #search.widget input {width: 76.66666%; }
#sidebar2 #blogcustom #search.widget input[type=submit] {width: 19.33333%; }
blockquote { padding: 80px 50px 0 50px;}
#navigation ul { text-align: right; }
}









*,*::after,*::before{box-sizing:border-box}
html{font-size:100%;text-size-adjust:100%; margin:0; padding:0}
body,page {margin:0;padding:0,}
body {
-moz-font-feature-settings: 'liga' 1, 'kern';
-webkit-font-feature-settings: "liga", "dlig";
-webkit-font-feature-settings: 'liga' 1, 'kern';
font-feature-settings: "liga", "dlig";
font-feature-settings: 'liga' 1, 'kern';
}
html,input,textarea { -webkit-font-smoothing:antialiased; }

body {font-family: -apple-system,BlinkMacSystemFont,"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue",sans-serif;
	line-height: 1.7; font-size: 100%; font-weight: 300; background-color: white;  }
	

/* --------------------------------------------------------
	DISPLAY: NONE 
-----------------------------------------------------------*/
.dc-home .post-tags, .dc-home .post-info, .dc-tag .post-info, .dc-category .post-info,  .dc-home .post-info-co, .dc-search p.category, .dc-search .post-info-co, .dc-search .post-tags
{ } 

/* --------------------------------------------------------
	COLORS 
-----------------------------------------------------------*/
body, a, p { color: #1F2716;}
.breadcrumb, .bc-separator, .prev { color: #f4f1eb;}
#content-info a, #content-info p, #content-info body, #navlinks a { color: #f4f1eb;} 
#wrapper {background-color: #3f5540;}
#top {background: #2d3b2e url(index.php?tf=img/top.svg) no-repeat left top; }
#top a, #blogname, #top h1 a, #blogdesc, #blogdesc p, #prelude, #prelude a, #navigation ul li a { color: #f0efeb !important; }
.post { background: white; }
h2.post-title a { color: #4a6275 !important; }
.post img { }
hr { border: 1px inset; }
p.field textarea {background: #e8e3d8;}
input {background: #f0efeb; color: #1F2716; border: 1px solid #9b9b9b; }
input[type=submit] { background: #2d3b2e; color: #f0efeb; border: 1px solid #9b9b9b; } 
input[type=submit]:hover { background: #4a6275; }
#sidebar {background: #e8e3d8; color: #2e2c29 !important;  }
div.widget h2, div.widget h3, #sidebar a, #sidebar p, div.widget a, #widget.text { color: #2e2c29 !important; }
#extra { background: #4a6275; }
#sidebar2 #blogcustom h2, #sidebar2 #blogcustom h3, #sidebar2 #blogcustom a, #sidebar2 #blogcustom p { color: #2e2c29 !important; }
#footer {background: #756f6a; }
#footer a, #footer p {color: #f0efeb !important;}

.pagination span.this, .pagination a { border-top: 1px solid #9b9b9b; border-left: 1px solid #9b9b9b; border-right: 1px solid  #9b9b9b; }
.pagination span.this{min-width: 13px; border-bottom: 2px solid #9b9b9b; border: 1px solid #9b9b9b; background: #f0efeb;}
.pagination a {border: 1px solid ; color: #f0efeb !important; background: #4a6275; }
.pagination a:hover {color: #f0efeb !important; background: #7cb4da; }
span.jstb_icon { color: #1F2716 !important;} /* commonWikibar color on iOS */

/* --------------------------------------------------------
	HTML
-----------------------------------------------------------*/

a { color: #1F2716;}
.content, .content-info { color: #f4f1eb;}
.breadcrumb, .bc-separator, .prev { color: #f4f1eb;}
.breadcrumb {padding-left: 15px;}
a { text-decoration: none; transition: all 0.2s ease-in-out;}
h1, h2, h3, h4, h5, h6 { }
ol, ul {list-style-position: inside;}
img {max-width: 100%;}
blockquote {background: transparent url(index.php?tf=img/quote.svg) no-repeat left top; min-height: 80px; margin: 2em 1em;}
blockquote p { font-family: "DejaVu Sans", system-ui, sans-serif; font-style: italic; font-weight: 300; font-size: 140%; }
figure {margin: 1.5em 0em; }
figcaption {font-size: 80%; }
fieldset{ border: none;}
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help;}
code { font-family: monospace; line-height: 1em; background: LightGray;}
pre { background: transparent; border: 1px solid SteelBlue; overflow: auto; clear: both;}
code, pre {vertical-align: baseline;}
hr {}
form { }
table {border-collapse:collapse;border-spacing:0;width:100%;display:table}
tr {text-align: left;border-bottom: 1px solid;}
th {border-bottom: 1px solid; }
table,th,td {border:none}
nav ul {  list-style: none;  margin: 0;  padding: 0; }

/* --------------------------------------------------------
	TOP 
-----------------------------------------------------------*/

#top h1 {text-transform: uppercase; font-size: 160%; font-weight: 300;  line-height: 1.3em; margin: 0 0 0.5em 0;}
#blogdesc { letter-spacing: 2px;}
#blogdesc p { margin: 0; font-size: 80%; font-weight: 300; }
#prelude { display: none; text-transform: uppercase; font-size: 95%; font-weight: 100; text-align: right;}
#navigation ul li { display: inline;  margin: 0.1em 10px; }
#navigation ul li a { text-transform: uppercase; font-size: 80%; font-weight: 100; }


/* ---------------------------------------------------------------

   3. TOP / NAVIGATION

--------------------------------------------------------------- */

#top1 {

  background-color: #2d3b2e;

  width: 100%;

  position: sticky;

  top: 0;

  z-index: 100;

}



#topwidth1 {

  margin: 0 auto;

  padding: 0 2.5%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: nowrap;   /* keep everything on one line on desktop */

  gap: 1em;

}

.blogname1 {

  font-family: "DejaVu Sans", system-ui, sans-serif;

  font-size: 90%;

  text-transform: uppercase;

  letter-spacing: 0.06em;

  padding: 10px 0;

  white-space: nowrap;   /* never let the title wrap mid-word */

  flex-shrink: 0;        /* title never gets squished */

}

.blogname1 a {

  color: #f4f1eb;

  font-weight: 100;

  border-bottom: 1px dotted rgba(255,255,255,0.3);

  padding-bottom: 1px;

  transition: all 0.2s ease-in-out;

}

.blogname1 a:hover {

  color: #cde8d0;

  border-bottom-color: #cde8d0;

}






/* --------------------------------------------------------
	PAGE WRAPPER MAIN
-----------------------------------------------------------*/

#content { margin-bottom: 4em;}
.dc-home #content, .dc-archive #content, .dc-page #content { margin-top: 4em; }

/* --------------------------------------------------------
	CONTENT, NAVLINKS, PAGINATION 
-----------------------------------------------------------*/

.dc-category #subcategories  li {list-style: circle; }
.dc-archive #content {background: #fff;}
.dc-archive .content-inner a {text-decoration: none !important; }
.dc-archive .content-inner li {list-style: none; display: inline; padding-right: 10px; line-height: 1.9em;}

#navlinks { max-width: 1000px; display: flex; justify-content: space-between;}
p#navlinks span {padding-left: 8px; padding-right: 8px; }

.pagination { text-transform: uppercase; margin: 3em 0 0 0; padding: 10px 6%; text-align: center;max-width: 1000px; line-height: 2em; }
.pagination span.label{padding: 0 5px 0 0;  }
.pagination span.this,
.pagination a { line-height: 1.1em; text-decoration: none; margin: 0 1px 0 0; text-align: center; }
.pagination span.etc{text-decoration: none; margin: 0 1px 0 0; text-align: center;}
.pagination span.next {min-width: 13px; padding: 4px 8px 4px 8px; } 
.pagination span.this{min-width: 13px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;  padding: 4px 8px 4px 8px;}
.pagination a { padding: 4px 12px; margin-right: 3px; }
.pagination a:hover { }

/* --------------------------------------------------------
      POST 
-----------------------------------------------------------*/

.post { background: white;  }
.day-date, .post-info, ul.post-tags li { }
.post-title {font-size: 1.5rem; font-weight: 400;  line-height: 1.3; }
.post-info {margin-bottom: 0.1em; }
.time { display: none; }
p.published, p.author, p.category, p.comments, p.pings, p.attachments { margin-bottom: 0.4em;margin-top: 0.4em; font-weight: 300;  }
.aut, .pub, .cat, .tag, .com, .pin, .att {text-transform: uppercase; font-size: 95%; font-weight: 100; }  
.tag {margin-bottom: 0.2em; margin-top: 0;}
.post-tags {  padding-left: 0; }
.tags { margin-bottom: 0 !important; }
ul.post-tags { margin: 0 !important; display: inline; }
.post-tags li:first-child { padding: 2px 0px 2px 0px; word-spacing: 2px;}
.post-tags li {	display: inline !important;	}
.post-tags li:after {	content: ", ";}
.post-tags li:last-child:after {	content:"";	}

.post-excerpt { margin-bottom: 40px;  }
.post-excerpt p { font-weight: 300;  }
.post-content { font-size: 110%;  font-weight: 400; }
.post-content a { border-bottom: 1px dotted; padding-bottom: 3px;}
.post img { }
.read-it {}
.footnotes { font-size: 90% !important; font-weight: 300; margin-top: 3em; }
.footnotes h4 { text-transform: uppercase; font-weight: 100; }

.post-info-co a {padding-right: 20px;}
.dc-tags ul.tags { padding-left: 0; }
.dc-tags .tags li { list-style: none; display: inline-block; padding: 10px 10px 10px 0px;}
.page-info { font-size: 80%; margin: 3em 0; }

/* --------------------------------------------------------
	ATTACHMENTS, COMMENT 
-----------------------------------------------------------*/
#attachments, #comments, #comment-form, p#comments-feed {max-width: 1000px; padding-top: 40px; }
#attachments h3,#comment-form h3, #comments h3, #comments-feed h3 { font-size: 1.17em; }
#attachments { margin-bottom: 50px;}
#attachments ul { padding-left: 0; }
#attachments ul li {list-style: circle; list-style-position: inside;  }
#comment-form fieldset {width: 100%; padding: 0;}
#comment-form #pr, #comments { margin-bottom: 50px; }
a.comment-number {padding-right: 20px;}

p.field input  {width: 100%; padding: 8px !important; }
p.field textarea  {width: 100%;   padding: 8px !important;  }
p.buttons input  { padding: 10px; font-weight: 700; text-transform: uppercase; }
p.buttons input:hover { }
p#pr.error {color: red;}


/* --------------------------------------------------------
	SIDEBAR 
-----------------------------------------------------------*/

div.widget {padding:  0 0 30px 0; }
div.widget h2, div.widget h3 { text-transform: uppercase; font-size: 95%; font-weight: 100;}
div.widget a, #widget.text { font-size: 95%; }
div.widget ul { list-style-type:none; padding: 0; margin: 0; }
div.widget ul ul {padding-left: 20px;}
div.widget li li {list-style: circle;}
div.widget.tags li{ text-transform: uppercase; display:inline-block; list-style-type: none; line-height: 1.4em; padding: 6px 10px; }
div.widget.tags p a { padding-left: 5px;}
#search.widget p { display: flex; }
#search.widget input { width: 70%; max-width: 300px; font-size: 100%; padding: 8px !important; }
#search.widget input[type=submit] { width: 16%; font-weight: 400; text-transform: uppercase;} 
#search.widget input[type=submit]:hover {}
#blognav div.widget.text p, #blogextra div.widget.text p { font-size: 95%; }
#blogextra a {font-weight: bold; border-bottom: 1px dotted rgba(31, 39, 22, .5); }

#extra { font-size: 95%; }
#blogcustom h2, #blogcustom h3 {  text-transform: uppercase; font-size: 95%; font-weight: 100; }
#blogcustom div.search.widget { min-width: 400px;}
#blogcustom #search.widget input[type=submit] { width: 16%; font-weight: 400; text-transform: uppercase;} 
#blogcustom #search.widget input[type=submit]:hover { }
#blogcustom #widget.text p, #blogcustom #widget.text h2 { }

/* -------------------------------------------------------------------
	FEED, PRE
----------------------------------------------------------------------*/
.feed { }  /* padding-left:16px; background: transparent url(index.php?tf=img/feed.png) no-repeat left center; */

/*.dc-tags .tag0, .tags .tag0 { font-size: 85%; }
.dc-tags .tag10, .tags .tag10 { font-size: 90%; }
.dc-tags .tag20, .tags .tag20 { font-size: 95%; }
.dc-tags .tag30, .tags .tag30 { font-size: 100%; }
.dc-tags .tag40, .tags .tag40 { font-size: 105%; }
.dc-tags .tag50, .tags .tag50 { font-size: 110%; }
.dc-tags .tag60, .tags .tag60 { font-size: 115%; }
.dc-tags .tag70, .tags .tag70 { font-size: 120%; }
.dc-tags .tag80, .tags .tag80 { font-size: 125%; }
.dc-tags .tag90, .tags .tag90 { font-size: 130%; }
.dc-tags .tag100, .tags .tag100 { font-size: 135%; }
*/

/* messages d'erreur */
.error { padding: 0em; }
.error ul { padding-left: 20px;	}
.error li {	list-style: circle; }
	
.left { float: left; margin-right: 1em; }
.right { float: right; margin-left: 1em; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.left-text { text-align: left; }
.right-text { text-align: right; }
.center-text { text-align: center; }
.little-text { font-size: .8em;}
.little-upper-text { font-size: .8em; text-transform: uppercase; }

/* --------------------------------------------------------
    FOOTER 
-----------------------------------------------------------*/

#footer { padding: 5px; font-size: 75%; letter-spacing: 0.2em; text-transform: uppercase; text-align: center;}
#footer p {margin: 0; padding: 1em 0; }
.arrowup { font-size: 110%; font-weight: 700; border: 1px solid #f0efeb; padding: 0 8px; position: absolute; right: 20px;}

#footer {
  background-color: #2d3b2e;
  color: #a9a9a9;
  font-size: 85%;
  font-family: "DejaVu Sans", system-ui, sans-serif;
  padding: 0;
}

#footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 2.5%;
  gap: 1em;
  flex-wrap: wrap;
}

#footer-sponsors {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#footer-sponsors span {
  color: #a9a9a9;
  white-space: nowrap;
  font-size: 90%;
}

#footer-sponsors img {
  height: 32px;
  width: auto;
  object-fit: contain;
  border-radius: 2px;
  background: #fff;
  padding: 2px 5px;
  display: block;
}

#footer-links {
  color: #a9a9a9;
  white-space: nowrap;
}




/* --------------------------------------------------------
	CLEAR:BOTH
-----------------------------------------------------------*/
#pagination {clear: both;}