body { position: absolute; overflow: hidden; padding: 0px; margin: 0px; width: 100%; height: 100%; background-image: url(background.jpg); cursor: none; } #scene { user-select: none; /*overflow: hidden;*/ background-color: orangered; box-shadow: 12px 12px 4px rgba(150,150,150,0.75); border-radius: 15px; } .brique { background-color: greenyellow; opacity: 0.5; } #scene.fullscreen { box-shadow: none; } #fullscreen { position: absolute; right: 10px; bottom: 10px; width: 2em; height: 1.2em; display: flex; flex-direction: row; align-items: center; justify-content: center; font-size: 1em; background-color: #FFFFFF; border: 1px solid #000000; box-shadow: 4px 4px 2px rgba(0,0,0,0.2); border-radius: 0.6em; cursor: pointer; } #jeu { background-image: url("fond.jpg"); border-radius: 15px; }