html, body {
  margin: 0;
  padding: 0;
}

.conteneur {
  max-width: 100vw;
  overflow-x: hidden;
}

.responsive-iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  display: flex;
}