.player {
  position: relative;
}
.player .consent-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.player iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 480px;
}
.player .youtube-consent-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(100, 100, 100, 0.4);
}
.player .youtube-consent-txt .consent {
  border: 1px solid #fff;
  background: rgba(0, 45, 97, 0.9);
  padding: 15px;
  border-radius: 15px;
  margin: 10px 20px;
}
.player .youtube-consent-txt .consent p {
  margin: 0;
  color: #fff;
}
.player .youtube-consent-txt button {
  background: rgba(0, 45, 97, 0.9);
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 18px 10px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.player .youtube-consent-txt button::before {
  content: "";
  position: relative;
  left: -15px;
  top: 4px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  display: inline-block;
}
.player .youtube-consent-txt button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .youtube-consent-txt button:hover,
.player .youtube-consent-txt button:focus {
  background: #0069e0;
}
/*# sourceMappingURL=./vanilla-consentement.css.ma