*{ margin: 0; padding: 0 }
body {
  width:100%;
  height:100%;
  display: grid;
  place-items: center;
  min-height: 100vh;
  background: #0e0f0f;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	background-image: url("images/Carte_fond_flou.jpg");
	background-repeat: repeat;
	
}


select {
	width: 160px;
}

select option {
	width: 160px;
}
    

#header1, #header2 {
  color:#ffffff;
}

#container{
  width:100%;
  height:100%;
  overflow:hidden;
}
#slide{
  width:100%;
  height:100%;
  transition: transform .3s;
}
img{
  width:auto;
  height:auto;
  max-width:100%;
  pointer-events: none;
}
.element{
  width:100%;
  height:100%;
  position:absolute;
}
.legende{
  width:auto;
  height: calc(100% - 20px);
  left:10px;
  top:10px;
  position:absolute;
}
