.prestation-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 3px;
  background: linear-gradient(55deg, rgba(255, 212, 162, 0.3) 40%, rgba(255, 212, 162, 0.05) 40%);
}

.prestation-title {
  height: 15vh;
}

.prestation-item:hover img {
  transform: rotateZ(5deg);
}

.prestation-head img {
  max-width: 50%;
  transform: rotateZ(0deg);
  transition: transform 300ms ease 0ms;
}

.prestation-head div {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  height: 15vh;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
