

#maprapport1 { 
  height: 400px;
  max-width: 90%;
  /* max-height: 90vh;  */
  /* box-sizing: border-box; */
  margin-left: auto;
  margin-right: auto;
  
}



.tablecontainer{
  max-width: 90%;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 10px;
}



a.button_href {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
  margin:20px;
  padding:5px;
  font-size:16px;
  border: 1px solid transparent;
  background-color: DodgerBlue;
  color: #fff;
  border-start-end-radius: 10px;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 10px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 70%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: relative; /*absolute;*/
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.aitemrubrique {
  color: black;
  /* text-decoration: none; */
  font-size: 13px;
  
}


li.itemrubrique{
  padding: 5px;
  /* margin:10px; */
}

li.itemrubrique::marker {
  content: "⇾";
}