/*
  But :     
  Auteur : prénom + nom
  Date :   jj.mm.aaaa / V1.0
*/
body {
  margin: 0%;
  background-image: url(../images/background2.png);
}

.container {
  width: 90%;
  margin: auto;
  font-family: Verdana, Arial, serif;
  color: white;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-align: center;
  font-size: 20pt;
  margin-bottom: 36pt;
}

#titre {
  background-color: #4e4e4e;
  overflow: hidden;
  color: white;
  font-size: 48pt;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

#buttons {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: rgb(163, 64, 7);
  text-align: center;
  margin-bottom: 48pt;
  display: flex;
  height: 48pt;
}

#bouton {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: white;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 16pt;
  padding-right: 24pt;
  padding-left: 24pt;
  background: transparent;
  border: transparent;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(163, 64, 7);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#bouton:focus{
  background-color: rgb(36, 36, 36);
}

#typesVolcan {
  border-radius: 15px 50px;
  background-color: rgb(36, 36, 36);
  width: 600pt;
  height: 100pt;
}

#mapid {
  height: 680px;
}

/* pour aligner les champs du formulaire */
.user-form {
  /*  padding: 0em;*/
}

.user-form .field {
  padding: 0.5em;
  background: #eeeeee;
}

.user-form .field label {
  display: inline-block;
  width: 10em;
}

.user-form .field input,
radio {
  display: inline-block;
}

#langue {
  display: inline-block;
}


/* .user-form input[type=button] {
  font-size: 1em;
  width: 7em;
  border-radius: 1em;
  background-color: greenyellow;
  margin-top: 15px;
} */

#creer {
  text-decoration: none;
  padding-left: 252px;
}
