section {
  padding: 3rem 2rem;
  margin: 0rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.artiste-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://f4.bcbits.com/img/0019415729_10.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
}
.artiste-header p {
  color: wheat;
  font-size: 7rem;
  font-weight: 900;
  text-shadow: 3px 5px 2px #474747, 40px 28px 11px rgba(206, 89, 55, 0);
}
.artiste-header img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  width: 20rem;
  animation: ticket 5s alternate;
  width: 17.5rem;
}
.artiste-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artiste {
  font-size: 1.05rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.artiste img {
  width: 20rem;
}
.artiste article {
  width: 40%;
  padding: 0 1%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}/*# sourceMappingURL=a-entendre-article.css.map */