@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  scrollbar-color: #000000 #F5F5F5;
}
body {
  margin: 0px;
  height: 100%;
  background-color: #000;
  border: none;
}
	.fond {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media (orientation: landscape) {
  .image {
    width:auto;
	max-height: 746px;
    height: 100%;
	position: absolute;
  }

}
@media (orientation: portrait) {
.image {
    height: auto;
	width: 100%;
    max-width: 728px;
	position: absolute;
}
}
.container{
	align-items: center;
	justify-content: center;
	display: flex;
  width: 100%;	
  height: 100%;
}
img {
  user-select: none;
  pointer-events: none;
}