body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 400;
}

#map {
  height: 100%;
  transition: opacity 0.3s;
}

#logo {
  background-image: url(/www.raccourci.fr/sites/raccourci-group/themes/theme_base/logo.png);
  position: absolute;
  top: 45%;
  left: 41%;
  z-index: 999999;
  display: block;
  height: 75px;
  width: 290px;
  background-size: contain;
  background-repeat: no-repeat;
}

.marker-icon {
  height: 24px;
  width: 24px;
}

.popupInfos {
  width: 175px;
  text-align: center;
}

.popupInfos img {
  width: 100%;
  margin-bottom: 10px;
}

.popupInfos .name {
  font-size: 1.5em;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  color: #666;
}

.popupInfos .productsList {
  text-align: left;
}

.popupInfos .btn {
  display: block;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.popupInfos .btn.no-url {
  cursor: default;
}

.popupInfos .btn:not(.no-url):hover {
  background: #eee;
}

.popupInfos .btn:after {
  content: "\e619";
  font-family: raccourci;
  margin-left: 5px;
}

.popupInfos .btn.no-url:after {
  display: none;
}

.popupInfos .btn .icon:after {
  color: #000;
  margin-right: 5px;
}

.popupInfos .btn .icon-mobitour:after {
  content: "\e61e";
  font-family: raccourci;
}

.popupInfos .btn .icon-website:after {
  content: "\e982";
  font-family: raccourci;
}

.popupInfos .btn .icon-i_mobile_terminal:after {
  content: "\e983";
  font-family: raccourci;
}

.marker-icon {
  position: relative;
}

.marker-icon:before {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  border-radius: 50%;
}

.marker-icon.icon-website:before {
  content: "\e982";
  font-family: raccourci;
}

.marker-icon.icon-mobitour:before {
  content: "\e61e";
  font-family: raccourci;
}

.marker-icon.icon-i_mobile_terminal:before {
  content: "\e983";
  font-family: raccourci;
}

.marker-icon.icon-mixed:before {
  content: "\e651";
  font-family: raccourci;
}
