body { position: absolute; overflow: hidden; padding: 0px; margin: 0px; width: 100%; height: 100%; background-color: #DDDDDD; } #scene { user-select: none; /*overflow: hidden;*/ background-image : url("nappe.jpg"); box-shadow: 12px 12px 4px rgba(150,150,150,0.75); } #scene.fullscreen { box-shadow: none; } #fullscreen { position: absolute; left: 0px; top: 0px; width: 4em; height: 2.4em; 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; } #logo{ position: absolute; left : 20px; top : 20px; width: 4em; height: auto; } #fleche{ position : absolute; left : 33%; top : 38%; width: 33%; height: auto; } #texte{ position : relative; display: flex; top : 10%; align-items: center; justify-content: center; font-size: 1.2em; height: auto; } #texte2{ position : relative; display: flex; top : 60%; align-items: center; justify-content: center; font-size: 1.2em; height: auto; } #bouttonjeu{ position : absolute; bottom : 0%; font-size: 1.2em; height: auto; } #compteurfraise{ z-index : 1000000000; z-index : 1000000000; }