/* Mobile responsive */

.posts-wrapper {
  margin-top: 3rem;
  display: flex !important;
  opacity: 1 !important;
  transform: none !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.post-item {
  width: 30%;
}

@media (max-width: 768px) {
  .posts-wrapper {
    flex-direction: row;
  }

  .post-item {
    width: 50%;
  }
}

.oeuvre-auteur {
  color: orange !important;
}

.oeuvre-date {
  color: green !important;
}

.oeuvre-technologie {
  color: blueviolet !important;
}

.oeuvre-interoperabilite {
  color: red !important;
}
