
#blocMap{
  position: relative;;
}
.iconeType{
  display: block;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(16%) saturate(0%) hue-rotate(195deg) brightness(94%) contrast(91%);
  max-height: 2em;
}
.circleIcone{
  border-style: solid;
  border-color: #4E4E4E;
  border-radius: 50%;
  padding: .25em;
  border-width: 2px;
  height: 2.8em;
  width: 2.8em;
  margin: auto;
  background: #f5f6f7;
  vertical-align: middle;
}
.etatParcours{
  font-size : 1em !important;
}
.nomTrace{
  vertical-align: middle;
  font-size:1em;
}
.infosTrace{
  vertical-align: middle;
  font-size:.9em;
}
.detailsBoutons{
  font-size:.7em;
  padding: .5em .5em;
}
.msgVigilance{
  color: #842029;
  font-weight:bold;
}
@media (min-width: 576px) {
  .nomTrace{
    font-size:1.1em;
  }
}
@media (min-width: 768px) {
  .nomTrace{
    font-size:1.2em;
  }
  .infosTrace{
    font-size:1em;
  }
}
