/* Fond RTP sur les cartes / blocs */
.rtp-card{
  position: relative;
  background-image: url("../img/rtp-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 16px;
  padding: 22px;
  color: transparent;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* le contenu passe au-dessus */
.rtp-card > *{
  position: relative;
  z-index: 1;
}