/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.mapboxgl-popup-content {
  background-color: linen;
}
.mapboxgl-ctrl-logo {
  display: none !important;
}

.form-control {
  height: 46.5833px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-map__title {
  display: flex;
  justify-content: center;
}
.c-map__map {
  width: 100%;
  height: 400px;
  border: 2px solid teal;
  border-radius: 5px;
}
.c-map__marker {
  width: 2rem;
  height: 3.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-map__popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-map__popup--image {
  width: auto;
  height: 100px;
}
.c-map__popup--infolist {
  padding-left: 0;
  margin: 0;
}
.c-map__popup--title {
  font-size: 100%;
  padding-top: 5px;
}
.c-map__popup--info {
  display: contents;
  font-size: 80%;
}
.c-map__popup--strong {
  font-weight: bolder;
  margin-right: 5px;
}
.c-map__popup--icon {
  width: 8%;
  height: auto;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/