#bandeau-annonce .video-consent {
  position: relative;
  overflow: hidden;
  background: #303539;
}

#bandeau-annonce .video-consent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#bandeau-annonce .video-consent__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}

#bandeau-annonce .video-consent__panel p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 8px;
  max-width: 420px;
}

#bandeau-annonce .video-consent .bouton {
  border: 0;
  cursor: pointer;
}

#bandeau-annonce iframe {
  display: block;
  border: 0;
}
