/* imports */
/* @import url("shell.css"); */
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic|Gentium+Book+Basic:400,400italic,700,700italic');

:root {
    --text-width: 33em;
}

html > body {
  margin: 0;
  padding: 0;
}
html {
  margin: 0;
  padding: 0;
  margin-left: 2em;
  margin-right: 4em;
  padding: 2.5em;
  font-family: "Gentium Book Basic", Cochin, Georgia, Serif;
  font-size: 14pt;
  background-color: #EBEBEB;
  color: #292929;
}
img {
  border: 1px solid #AAA;
}
footer {
  margin-top: 1em;
  border-top: 1px solid #292929;
  padding-top: .5em;
  font-size: 12pt;
}
a:link,
a:visited,
a:active {
  color: #5f0000;
  text-decoration: none;
}
a:hover {
  color: #5f0000;
  text-decoration: underline;
}

tei-tei {
    display: block;
    width: var(--text-width);
    margin: auto;
    text-align: center;
    line-height: 1.5;
}


tei-front {
  text-align: left;
}

/* Align headers */
tei-div > tei-head {
}
}/* namespaces */
/* @namespace "http://www.tei-c.org/ns/1.0"; */
/* @namespace with prefix, as below, throws and error in less. */
/* @namespace html "http://www.w3.org/1999/xhtml"; */
/* Less variables */
.note-like {
  display: block;
  margin: 1.5em auto 1.5em auto;
  padding: .5em 1.5em 1.5em 1.5em;
  border: 1px solid black;
  border-radius: 15px;
  width: 325px;
  position: relative;
  border: 1px solid #AAA;
  background: #FAFAFA;
  /* reset text-indent for note with <l> ancestors. */
  text-indent: 0;
  font-size: 85%;
  text-align: justify;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

tei-div {
  display: block;
}
tei-castGroup {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
tei-castItem {
  display: list-item;
  list-style-type: none;
}
tei-castList {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}
tei-catDesc {
  /* Empty Rule Set */
}

tei-p {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}
tei-pb {
  display: block;
  width: 100%;
  text-align: right;
  color: gray;
  margin: 2em 0 2em 0;
  font-size: 11pt;
}

tei-speaker {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

tei-stage {
    text-align: right;
    display: block;
}

tei-stage[type=metamelody] {
    opacity: .6;
    text-align: center;
    font-size: small;
}
tei-stage[type=metamelody]::before,
tei-stage[type=metamelody]::after {
    content: "🎵";
}

tei-stage[type=characters] {
    text-align: center;
    text-transform: uppercase;
}

tei-div[type=act] > head {
    font-weight: bold;
}

tei-div[type=scene] > head {
    font-size: 1.6em;
    margin-top: 1.6em;
    text-shadow: 1px 2px 2px #bbb;
}

.toc-act {
    font-weight: bold;
}

.toc-scene {
    padding-left: 1em;
}

/* pour tâtonner : .un, .deux, .trois, .quatre, .cinq, .six, .sept, .huit, .neuf, .dix, .onze, .alex, .douze, .treize {padding-left:8em;}
calcul : un->(13x1,5+8)em deux->(12x1,5+8)em */
/*
.un {margin-left:26em;}
.deux {margin-left:24.5em;}
.trois {margin-left:23em;}
.quatre {margin-left:21.5em;}
.cinq {margin-left:20em;}
.six {margin-left:18.5em;}
.sept {margin-left:17em;}
.huit {margin-left:15.5em;}
.neuf {margin-left:14em;}
.dix {margin-left:12.5em;}
.onze {margin-left:11em;}
.alex {margin-left:9.5em;}
.douze {margin-left:9.5em;}
.treize {margin-left:0;}
.prose {width:32em;margin:auto;text-align:justify;} */
tei-l[met=1] {
    margin-left: calc( ( ( 14 - 1 ) * 1.5 + 8 ) em );
}
tei-l[met=2] {
    margin-left: calc( ( ( 14 - 2 ) * 1.5 + 8 ) em );
}
tei-l[met=3] {
    margin-left: calc( ( ( 14 - 3 ) * 1.5 + 8 ) em );
}
tei-l[met=4] {
    margin-left: calc( ( ( 14 - 4 ) * 1.5 + 8 ) em );
}
tei-l[met=5] {
    margin-left: calc( ( ( 14 - 5 ) * 1.5 + 8 ) em );
}
tei-l[met=6] {
    margin-left: calc( ( ( 14 - 6 ) * 1.5 + 8 ) em );
}
