article.comptes-rendus {}



article.comptes-rendus .illustration {}

article.comptes-rendus * {}

article.comptes-rendus .file-icon {
  filter: var(--green-filter);
}

article.comptes-rendus .accordion {
  max-width: 100%;
  flex: 0 0 450px;
}

article.comptes-rendus .illustration {
  flex: 1;
}

article.comptes-rendus .accordion-button {
  font-size: 1.1rem;
}

article.comptes-rendus .accordion-button:not(.collapsed) {
  color: var(--green);
  background-color: #fafafa;
}

article.comptes-rendus .accordion-item {
  margin-bottom: 25px;
}

article.comptes-rendus ul {}

article.comptes-rendus li {}

article.comptes-rendus a {
  color: inherit !important;
  text-decoration: none;
  background-color: #fafafa;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 250px;

  gap: 10px;
}

article.comptes-rendus a:hover {
  color: inherit !important;
  text-decoration: none;
  background-color: #fafafa;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 230px;
  gap: 10px;
}