.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 {
  display: block;
}
.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 {
  background: #201676;
  padding: 15px;
  margin: 10px 20px;
    font-size: 17px;
}
.player .youtube-consent-txt .consent p {
  margin: 0;
  color: #fff;
}
.player .youtube-consent-txt button {
  background: #201676;
  color: #fff;
    padding: 9px 10px;
    border: 2px solid #201676;
    font-family: 'DM Sans',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    cursor: pointer;
}
.player .youtube-consent-txt button::before {
  content: "";
    margin-right: 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: inline-block;
    -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::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: #fff;
    color: #201676;
    &:before {
        border-color: transparent transparent transparent #201676;
    }
}
/*# sourceMappingURL=./vanilla-consentement.css.map */