/*.............pour mes notes de texte*/
bqc {font-variant:small-caps;}
yysup {
  font-size: 0.8em;
  letter-spacing: -5px;
  line-height: 0;
  position: relative;
  top: 8px;
  vertical-align: baseline;
}
sup {
  color: #990033;
  font-family: arial;
  font-size: 0.8em;
  font-style: normal;
  position: relative;
  top: -0.45em;
  vertical-align: bottom;
}
.bloc-nota {
  font-size: 100% !important;
  hyphens: none;
  line-height: 1.4em !important;
  text-align: left;
  background: #EEF2F4;
  padding: 0 10px 10px 20px;
  width: 90%;
  margin: 20px auto 0;
}
.bloc-nota br {margin-bottom: 10px;}

nota:first-of-type::before {
  display: inline-block;
  width: 100%;
  content: "📌";
  font-size: 25px;
  text-align: right;
}
nota::before {content: " ";font-size:2em;padding-left: 10px;}
nota {
  color: #007abc;
  font-size: 1em;
  font-style: normal;
  margin-left: -10px;
}
nota::after {content: " ";padding-right: 2px;}

.stabylo {
    color: #000000;
    display: list-item;
    font-family: trebuchet ms,sans-serif;
    font-size: 1.2em !important;
    list-style-image: url("stabylo.png");
    list-style-position: inside;
    margin: 0 0 20px;
    text-shadow: 0 -4px 10px yellow, 0 4px 10px yellow, -4px 0 10px yellow, 4px 0 10px yellow, 9px 0 10px yellow;
  }
.nested-colon {
  font-family: Lato, sans-serif;
  font-weight: bold;
  color: #990033;
}
/*.............*/