 
.oeuvre-meta {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
  }
  
  .oeuvre-auteur {
    color: #ec6090;
    font-weight: 500;
  }
  
  .oeuvre-date {
    color: #ffffff;
    font-style: italic;
  }
  
  .oeuvre-technologie {
    color: #00e0ff;
  }
  
  .oeuvre-interoperabilite {
    color: #ffd369;
  }
  
  .oeuvre-illustration img {
    border: 3px solid #ec6090;
    border-radius: 23px;
  }