body {
    text-align: left;
    background: var(--clr-fond-bl);
    font-family: var(--font-core);
      color: var(--clr-font-bl);
    display: block;
    margin: 8px;
    line-height: 1.6em;
    }
.content{
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    word-wrap: break-word;
}

/*Titres */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-titre);
}
h1,
.h1 {
    margin: 1em 0 0.25em 0;
}

h1::before {
  color: var(--clr-maitre-bl);
  content: '# ';
}
h2,
.h2 {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 1em;
}

h2::before {
  color: var(--clr-maitre-bl);
  content: '## ';
}

h3::before {
  color: var(--clr-maitre-bl);
  content: '### ';
}

/* Éléments de contexte et d'informartions - JGS font*/
.context
{
    font-family: var(--font-contexte);
    color: var(--clr-maitre-bl);
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

/*Header - Bandeau de tête titre et slogan */
header .bandeau {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0;
}
header .titre-site {
    font-size: 2rem;
    font-family: var(--font-contexte);
}
header .site-description {
    display: flex;
    justify-content: space-between;
}
.site-description p {
    font-family: var(--font-contexte);
    font-size: 1.1em;
    margin: 0;
}

bandeau
/*Element de la barre de navigation*/
.pipe::before {
    content:'|';
    color: var(--clr-neutre-bl);
}
nav ul {
    margin: 0;
}
nav li {
    font-family: var(--font-contexte);
    margin:0 0.2em 0.4em 0;
    display: inline-block;
    font-size: 1.2em;
    text-transform: uppercase;
}
nav .pagination {
    margin-top: 10em;
}
.postes {
    font-family: var(--font-core);
}
.postes ul {
    margin: 0;
    list-style: none;
}
.postes li {
    margin: 0;
}
.site-description {
    font-family: var(--font-core);
}

ul .liste-item {
    font-family: var(--font-core);
}
/*Liste des articles récents ->skel:recent.html*/
.liste-item {
    margin: 2em 0 2.5em 0;
}

.liste-item h1{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.liste-item h1 a{
    border: none;
}

.liste-item p {
    margin-bottom: 0.5em;
    font-family: var(--font-core);
}

.chapeau a{
    border-bottom: none;
}

/*Bouton de paginations*/

.pagination .pagination-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row; 
    justify-content: space-between;
}

.pagination .pagination-item {  
    margin: 0em; 
    flex-basis: 7.5%; 
    display: flex;
    align-items: center;}

    .pagination .pagination_precedent_suivant .pagination-item { 
    flex-basis: auto;
    margin-top: 2em;
}

.pagination .pagination-item + .pagination-item {  
    margin-left: 0.5em 
}

.pagination .pagination_precedent_suivant .disabled {
    visibility: hidden
}

.pagination .pagination-item.disabled .pagination-item-label {
    color:#888; 
    font-weight: normal;}

/*.menu_articles .pagination strong {
    font-size:1em;
}*/

/*Configuration des pages listants des articles (rubrique, article, tags)*/

.listes-articles {
    font-family: var(--font-core);
}

.listes-articles > li::before {
  content: '* ';
  font-weight: bold;
  margin-left: 0em;
}

.listes-articles > ul {
    margin-left: 0em;
    list-style-type: none;
}
  
 /* Affichage des tags en bas de chaque page*/
 .tags-articles {   
    font-weight: bold;
    text-transform: uppercase;
    margin: 3em 0em 3em 0em;
 }

 .tags-articles li {
    font-family: var(--font-contexte);
    border: 2px solid var(--clr-maitre-bl);
    border-radius: 1px;
    padding: 4px;
    text-decoration: none;
    margin: 0 4px;
    text-decoration: none;
}

.tags-articles li:hover {
    background-color: var(--clr-maitre-bl);
    color: var(--clr-contraste-bl);
}

.tags-articles a {
    border-bottom: none;
}
ul.ligne li {
    list-style: none;
    display: inline-block;
}

/*Page Tags - squelette mot.html
  Utilise le modele article_mots.html*/

.titre-mot h1:before {
content: none;
}

.icone {
    fill: var(--clr-maitre-bl);
    }

.mot {
    color: var(--clr-maitre-bl);
}


.listes-articles li {
    padding-bottom: 0.6em;
}

/* Conf pied de page */
footer li {
    font-family: var(--font-contexte);
    font-size: 1.1em;
  }

/*footer li:first-child::before {
    content: "";
}*/

.formulaire_spip input.text, .formulaire_spip select, .formulaire_spip textarea {
  width: 100%;
  }

/* Squelette -> article.html */
.titre p {
    margin-bottom: 0.25em;
  }

.titre {
    margin-bottom: 1.5em;
  }

/* Éléments diverses */

hr {
border: 0;
border-top: 2.5px solid var(--clr-maitre-bl);
margin: 1.5em 0 0.5em 0;
}