body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(to bottom, #0e87a2, #095bae); */
	/* background-image: url('La Plaine des Palmistes.png');
	background-size: cover; */
	overflow: hidden; 
}

.responsive-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  aspect-ratio: 1800 / 940;
  overflow: hidden;
}

.svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

/* Champs positionnés en % du SVG */
#input-user {
  position: absolute;
  top: 40.2%;
  left: 23%;
  width: 25%;
  font-size: 1.3vw;
}

#input-pass {
  position: absolute;
  top: 58.5%;
  left: 23%;
  width: 25%;
  font-size: 1.3vw;
}

#btnBorne {
  position: absolute;
  top: 71.5%;
  left: 25.9%;
  width: 35.1%;
  height: 10.7%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 8px;
}

#btnCopyright {
	position: absolute;
	top: 82.5%;
  	left: 33.5%;
  	width: 35.1%;
  	height: 12%;
  	background-color: transparent;
  	border: none;

  	z-index: 1;
  	border-radius: 8px;
}



/***
#btnListeDefunts {
  outline: 2px dashed lime;
}
***/
