/********** Color ****************/
/********** Main ****************/
body {
  color: white; }

/********** Navigantion ****************/
.navbar {
  padding: 15px 10px; }

.bg-primary {
  background-color: #1D3557 !important; }

.logo-wrapper {
  margin-left: 275px;
  margin-top: -65px;
  position: absolute; }

.logo-dispo {
  position: absolute; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 147px; }

/********** Filter ****************/
.clear-link {
  font-size: 1.6rem;
  color: #1D3557; }

.clear-link i {
  margin-right: 10px; }

.switch .fas.fa-truck {
  color: #1D3557;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 10px; }

.switch label {
  margin-right: -15px; }

.switch label input[type="checkbox"]:checked + .lever::after {
  background-color: #1D3557; }

.switch label input[type="checkbox"]:checked + .lever {
  background-color: #a6a6a6; }

/********** Content ****************/
.content {
  padding: 30px 20px 0; }

#mapContainer {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 800px;
  overflow: hidden;
  /*right: 0;*/
  /*top: 50px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.static-bubble, .dynamic-bubble {
  width: 250px; }

.static-bubble .bubble-head {
  text-align: center;
  font-weight: bold; }

h5 {
  color: white; }

/*# sourceMappingURL=style.css.map */
