:root {
    --main-color:#4f3677;
}

#content h3 {
    background-image: url("/images/01/01_underline.png");
    background-position: 0em -1em;
    background-repeat: no-repeat  ;
  }

  .edito_content {
    background-image: url("/images/couverture_scred.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  h4 {
    color: var(--main-color);
    text-align: right;
  }

  .footnote {
    color: var(--main-color);
  }

  a:hover {
    text-decoration: underline;
    color: var(--main-color)
  }

  .footnote-ref {
    color: var(--main-color)
  }

  .pa {
    text-align: center;
    font-size: .8em;
    font-weight: bold;
    background: var(--main-color);
    color: white;
    opacity: 60%;
  }