body, html, .app, .slideshow-container {
    height: 100%;
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    font-size:12px;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    text-transform:uppercase;
	border-width:30px;
	border-style:solid;
}

/* Portrait layout (default) */
.app {
    text-align:center;
}

/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
    }
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	width:100%;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

#add_event{
	position:absolute;
	top:5%;
	right:5%;
	cursor:pointer;
}

#jeu_son_step1, #jeu_son_step2, #jeu_son_step3 , #jeu_son_step_end {
    display:none;
}
.jeu_son img{
    max-height:200px;
}