
.yt-cookie {
  margin: 2rem 0;
  padding: 13rem 2rem 2rem 2rem;
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 23vh;
  background-image: url(../../assets/filigrane/yt-cookie.svg);
  background-size: auto 8rem;
  background-repeat: no-repeat;
  background-position: 2rem 4rem;
}

.yt-cookie p {
  padding-top: 1rem;
  font-size: 14px;
  line-height: 1.5em;
}

.yt-cookie span {
  text-decoration: underline;
}
.yt-cookie span:hover {
  cursor: pointer;
}


@media(min-width: 1024px) {
  .yt-cookie {
      padding: 0rem 2rem 0rem 2rem;
      background-position: 5rem 4rem;
  }

  .yt-cookie p {
      font-size: 18px;
      line-height: 2em;
  }
}
