/******************* PAGE PRESSE COMMUNIQUES PRESSE **************************/
.position-pdf-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 1rem auto;
  min-width: 85%;
  max-width: 800px;
  border-bottom: 2px solid var(--ast-global-color-0);
  padding-bottom: 2.5rem;
}

/* Liste à puce chiffres clés */
.chiffres-cles li {
    list-style: none; /* supprime les puces classiques */
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.chiffres-cles li::before {
    content: '➤'; /* flèche droite */
    color: var(--ast-global-color-0);
    position: absolute;
    left: 0;
}
.chiffres-cles .chiffre {
    color: var(--ast-global-color-0);
    font-weight: 700;
}