.ol-zoom {
  left: initial;
  top: 5px;
  right: 5px;
  -webkit-transition: .7s ease;
  transition: .7s ease;
}
.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.tools__routing {
  display: none;
}
.ol-control {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.ol-control:hover {
  background: transparent;
}
.ol-control button {
  padding: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: #fff;
  color: #000;
  transition: background ease .3s, color ease .3s;
}
.ol-control button:hover,
.ol-control button:active,
.ol-control button:focus {
  background: #00a0c4;
  color: #fff;
}
.map__tools {
  position: absolute;
  top: 6px;
  right: 34px;
}
.map__tools .map__tools__nav,
.map__tools .tools__routing {
  display: inline-block;
  vertical-align: middle;
}
.map__tools .tools__routing {
  display: none;
  height: 42px;
  margin-right: 5px;
}
.map__tools .tools__routing--active:before {
  content: '' !important;
  background: url('../Images/reload.gif') no-repeat 0 -1px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.map__tools p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: normal;
}
.map__tools a {
  display: block;
  padding: 12px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #fff;
  position: relative;
  transition: all ease .3s;
}
.map__tools a:hover,
.map__tools a:focus {
  background: #00a0c4;
  color: #fff;
}
.map__tools a:hover:after,
.map__tools a:focus:after {
  content: attr(data-title);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  color: #000;
  padding: 3px 10px;
}
.map__tools a:hover svg,
.map__tools a:focus svg {
  fill: #fff;
}
.map__tools svg {
  fill: #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  transition: all ease .3s;
}
.map__tools .tools__background {
  display: inline-block;
  vertical-align: middle;
}
.map__tools .tools__background:before {
  position: absolute;
  margin: 6px;
  width: 30px;
  height: 30px;
  content: '';
  cursor: pointer;
}
.map__tools .tools__background--plan:before {
  background: url('../Images/plan.jpg');
}
.map__tools .tools__background--satellite:before {
  background: url('../Images/sat.jpg');
}
.map__tools .tools__background select {
  border: 0 none;
  border-radius: 0;
  padding-left: 50px;
  height: 42px;
  width: 155px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.side-nav-close {
  font-size: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.popup__container .site-infos__wrapper {
  padding: 20px;
}
.popup__container .button-1,
.popup__container .button-2 {
  margin-top: 10px;
}
.ol-attribution {
  position: absolute;
  text-align: right;
  bottom: 0;
  right: 0;
  max-width: calc(98.7%);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
  vertical-align: middle;
}
.ol-attribution li a {
  display: inline-block;
  vertical-align: middle;
}
.ol-attribution li a::after {
  display: none;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution ul {
  font-size: 1.1rem;
}
.ol-attribution button {
  background: #103d82;
  color: #fff;
  padding: 0.5rem 1rem;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.content .ol-attribution li a::after {
  display: none !important;
}
.content ul > li {
  padding: 0;
}
.content ul > li::before {
  display: none !important;
}
/*# sourceMappingURL=stratis-map.map */