/* supprime la bordure rouge des input radio dans firefox */
.radio>input {
box-shadow: none;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
  cursor: pointer;
}

.address {
box-shadow: 0 0.2em 0.4em -0.05em rgba(10, 10, 10, 0.1);
padding: 0.4rem;
margin-bottom: 0.2rem;
 cursor: grab;
}

.route {
height:100%;
}
