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

   Styles associes au code genere par SPIP

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

/* Listes SPIP */
ul.spip,
ol.spip { } /*règle le retrait dans une liste hiérarchisée*/
@media (max-width: 640px) {
ul.spip,
ol.spip { margin-left: .5em; }
}
ul.spip { color : black;  } /* première ligne d'une liste */
li ul.spip { list-style: disc;  color : #ff9f00; }
li li ul.spip { list-style: disc;  color : black; }
li li li ul.spip { list-style: circle;  color : #ff9f00; }
li li li li ul.spip { list-style: circle;  color : black;  }
li li li li li ul.spip { list-style: square;  color : #ff9f00; }
li li li li li li ul.spip { list-style: square;  color : black;  }
li li li li li li li ul.spip { list-style: disc;  color : #ff9f00; }
li li li li li li li li ul.spip { list-style: disc;  color : black;  }
ol.spip { list-style-type: decimal; }



dl.spip dt,
dl.spip dd { padding-left: .5em; }
dl.spip dt { clear: both; }
dl.spip dd {}

/* Tableaux SPIP */
table.spip { width: 100%; margin-bottom: 1.5em; border:1px solid black}
table.spip caption {}
table.spip tr.row_first th {}
table.spip tr.odd td {}
table.spip tr.even td {}

/* Citations, code et poesie */
blockquote.spip { min-height: 40px; background: url(img/quote.png) no-repeat; }
.spip_poesie { border-left:3px solid rgb(120,164,25); padding-right: 1.5em; }
.spip_poesie div { margin-left: 1.125em; text-indent: 0em;}
.spip_code { font-family: 'Source Sans Pro', sans-serif; font-size: 0.7em;}
.spip_cadre { font-family: 'Source Sans Pro', sans-serif; font-size: 0.7em; margin-bottom: 1.3em; } /* Pour les formules et la présentation dans un article des boucles */

/* Enluminures typo V3 / Cf.: http://www.spip-contrib.net/3118 */
sc, .sc { font-variant: small-caps; }
.caractencadre-spip { background-color: #FFFFCC; color: purple; }
.caractencadre2-spip { background-color: #FFFFCC; color: #ff9f00; }
.texteencadre-spip { display: block; margin: 1.5em 50px; padding: 1.5em; background: #EEE; }

/* Logos, documents et images */
.spip_logos { float: left; margin: 0 1.3em 6em 0; padding: 0; border: none; vertical-align: middle; display: inline-block;}

.spip_documents { margin-bottom: 1.5em; padding: 0; background: none; }
.spip_documents,
.spip_documents_center,
.spip_doc_titre {margin-right: auto; margin-left: auto; text-align: center; font-size: 0.75em; font-weight: 300;}
.spip_doc_descriptif { margin-right: auto; margin-left: auto;}
.spip_documents_center { clear: both; display: block; width: 100%; }
.spip_documents_left { float: left; margin-right: 1.5em; }
.spip_documents_right { float: right; margin-left: 1.5em; }
.spip_doc_titre {}
.spip_doc_descriptif { clear: both; }

/* Modeles par defaut */
.spip_modele { float: right; display: block; width: 25%; margin: 0 0 1.5em 1.5em; padding: 1.5em; background-color: #EEE; }

/* Formulaires */
.formulaire_spip {}
.formulaire_spip li { clear: both; margin-bottom: 0.75em; }
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; width: 100%; }
.formulaire_spip .boutons input,
.formulaire_spip .boutons button {}
@media print {
.formulaire_spip { display: none; }
}

/* Barre typo */
.markItUp .markItUpHeader ul .markItUpSeparator { display: none; }

/* Previsu */
.previsu { margin-bottom: 1.5em; padding: 0.75em; border: 2px dashed #F57900; }
fieldset.previsu legend { color: #F57900; }

/* Reponses */
.reponse_formulaire { margin-bottom: 1.5em; padding: 0.75em; border: 2px solid #ddd; }
.reponse_formulaire_ok { background: #e6efc2; color: #264409; border-color: #c6d880; }
.reponse_formulaire_erreur { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.reponse_formulaire_ok a { color: #264409; }
.reponse_formulaire_erreur a { color: #8a1f11; }

.erreur_message { color: red; }

li.erreur input[type="text"], li.erreur input.text,
li.erreur input[type="password"], li.erreur input.password,
li.erreur textarea { background-color: #fbe3e4; border-color: #fbc2c4; }

.spip_surligne { }

/* Formulaire de recherche */
.formulaire_recherche * { display: inline; }

/* Paragraphes */
div.spip, ul.spip, ol.spip, .spip_poesie, .spip_cadre, div.spip_code, .spip_documents.spip_documents_center { }

/* Pagination */
.pagination .pagination-items {
    clear: both;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
align-items: baseline;
}

.pagination .pagination-item-label {
    display: block;
    flex-basis: 100%;
    text-decoration: none;
    padding: .15em .30em;
    border-radius: calc(var(--spip-box-border-radius) / 2);
    text-align: center;
}

.pagination a, .tri a {
    transition: background 0.1s;
}

@media print {
.pagination { display: none; }
}

/* Liens de SPIP */
a.spip_note {font-family: 'Source Sans Pro', sans-serif; color: #8B0000; padding-left: 1px; padding-right: 1px;} /* liens vers notes de bas de page et attributs de l'appel de note en rouge foncé*/
a.spip_in {font-family: 'georgia_proregular', Georgia, serif;} /* liens internes */
a.spip_mail {}
a.spip_out {font-family: 'georgia_proregular', Georgia, serif;} /* liens sortants */
a.spip_url {font-family: 'georgia_proregular', Georgia, serif;} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
@media print {
a.spip_out:after,
a.spip_url:after { content: " (" attr(href) ")"; }
}

/* Boutons d'admin */
.ie6 .spip-admin,
.ie6 #spip-admin { display: none; }
@media print {
.spip-admin,
#spip-admin { display: none; }
}

/* end */