  @font-face {
      font-family: 'Georgia Pro Cond';
      font-style: normal;
      font-weight: normal;
      src: url('/wp-content/uploads/2019/12/georgiapro-condregular.woff');
  }

  @font-face {
      font-family: 'Georgia Pro Cond Semibold';
      font-style: normal;
      font-weight: normal;
      src: url('/wp-content/uploads/2019/12/GeorgiaPro-CondSemiBold.woff');
  }

  .entry-content {
      padding-right: 200px;
  }

  .entry-title {
      max-width: 1000px;
  }

  #download-icon {
      height: 60px;
      float: right;
  }

  sup {
      bottom: 1ex;
  }

  h1,
  h2,
  h3,
  h4 {
      font-family: 'Georgia Pro Cond Semibold';
      max-width: 654px;
      margin: 10px 0 10px auto;
  }

  h1 {
      color: #136b18;
      font-size: 26pt;
  }

  h2 {
      text-transform: none;
      font-size: 22pt;
  }

  h3 {
      font-size: 15pt;
  }

  h4 {
      text-transform: none;
  }

  a {
      line-break: anywhere;
  }

  .smallcaps {
      font-variant: small-caps;
  }

  .paragraphe {
      max-width: 584px;
      margin: 0 0 24px auto;
      text-align: justify;
      font-family: 'Georgia Pro Cond';
      line-height: 130%;
      font-size: 13pt;
      text-indent: 50px;
  }

  .citation {
      max-width: 484px;
      margin: 0 50px 24px auto;
      text-align: justify;
      font-family: 'Georgia Pro Cond';
      line-height: 130%;
      font-size: 11pt;
  }

  #sans_alinea {
      text-indent: 0px;
  }

  figure {
      max-width: 584px;
      margin: 0 0 24px auto;
  }

  figcaption {
      font-family: 'Georgia Pro Cond';
      text-align: center;
      font-size: 11pt;
  }

  img,
  iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px;
  }

  .reference {
      max-width: 604px;
      margin: 0 0 24px auto;
      font-family: 'Georgia Pro Cond';
      font-size: 13pt;
      text-indent: -50px;
      text-align: justify;
  }

  .liste li {
      font-family: 'Georgia Pro Cond';
      max-width: 480px;
      margin: 0 0 0px auto;
      padding-left: 1em;
      font-size: 13pt;
  }

  .chapeau {
      max-width: 654px;
      margin: 0 0 24px auto;
      padding: 2px;
      font-family: Bahnschrift SemiLight, sans-serif;
      font-stretch: semi-condensed;
      background-color: #8bc586;
  }

  .bas_de_page {
      margin: 0 0 24px auto;
      max-width: 654px;
      font-family: Bahnschrift Semilight, sans-serif;
      font-stretch: semi-condensed;
      font-size: 10pt;
      color: Gray;
      line-height: 130%;
      text-align: justify;
  }

  .pdf_lien {
      height: 100px;
  }

  .row {
      display: flex;
      max-width: 584px;
      margin: 0 0 24px auto;
      justify-content: center;
  }

  .column {
      padding: 5px;
  }

  #nav-below {
      display: none;
  }

  @media screen and (max-width: 600px) {
      .entry-content {
          padding-right: 0;
      }

      .citation {
          margin: 0 20px 24px 20px;
      }

      .reference {
          margin-left: 20px;
          text-indent: -20px;
      }

      .row {
          flex-wrap: wrap;
      }
  }
