/* Time-stamp: <2025-10-14 17:09:04 Yvon Henel (TdS)> */
/* Création : 2025-07-21T15:14:54+0200 */

body {
    font-size: 20px;
}

@media (min-width: 768px) {
    body {
	font-size: 16px;
	margin-left: 20%;
	margin-right: 20%;
    }
}

div.book, div.revue {
    margin-bottom:  2ex;
}

div.book::before {
    content: "📖 ";
}

div.revue::before {
    content: "📰 ";
}

span.annote, span.language {
    display: none;
}

span.note {
    display: block;
    font-family: sans-serif;
}

span.title, span.subtitle, span.origtitle  {
    font-style: italic;
}

.ndf, .siecle, .medius {
    font-variant: small-caps;
}

.super {
  vertical-align: top;
  font-size: 65%;
}

.pagetotal::after {
    content: " pages";
}

.isbn::before {
    content: "ISBN : ";
}

.issn::before {
    content: "ISSN : ";
}

.isbn, .issn {
    font-family: sans-serif;
}

.edition::after {
    content: " éd.";
}

.editionrefondue::after {
    content: " éd. refondue";
}

.origlanguage::before {
    content: "📕  Langue originelle : ";
}

.origlanguage::after {
    content: ".";
}

.editor::before {
    content: "sous la direction de ";
}

.translator::before {
    content: "traduit par ";
}

.foreword::before {
    content: "préface de ";
}

.introduction::before {
    content: "avant-propos de ";
}

.site::before {
    content: "💻 ";
}

a[arch]::before {
    content: "📦 ";
}

span.number::before {
    content: "n° ";
}

span.series::before {
    content: "coll. « ";
}

span.series::after {
    content: " »";
}

p[alerte] {
    padding: 20px 10%;
    font-family: monospace;
    font-size: xx-large;
    font-weight:bold;
    text-align:center;
}

a[pdf]::before {
    content: "📄 ";
}

dt[wikipedia]::before{
    content: url('Wikipedia-icon-red.png');
}

dt[youtube]::before{
    content: url('YouTube_23392.png');
}

dt[EN]::before {
    content: "🇬🇧 ";
}

dt[wikipedia-EN]::before{
    content: url('Wikipedia-icon-red.png')" 🇬🇧 ";
}

dt[IT]::before {
    content: "🇮🇹 ";
}

dd[TRAD]::before {
    content: "Traduction automatique d’un extrait de la présentation du site : ";
}

dd[TRAD], dd[CITATION] {
    font-style:italic;
}

dt {
    padding-top: 10px;
}

dd {
    padding-top: 5px;
}

dl {
    padding-right: 5%;
    padding-left: 5%;
}

#sinopsis {
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 5px solid blue;    
}
