figcaption {
  font-size: 0.9em;
  font-style: italic;
  margin-top: 0.5rem;
}

strong {

    font-weight: 600;
  color: goldenrod;
}

.origine {
  text-align: center;
  font-style: italic;
  color: #b0b0b0;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  transition: 
    transform 0.4s ease,
    text-decoration-color 0.4s ease;
}

.origine:hover  {
  transform: translateY(-4px);
  text-decoration: underline;
  text-underline-offset: 4px;
}
