html,
.carto,
.globalSite,
.containerSite,
.map-wrapper {
  height: 100vh;
}
.carto .main {
  padding-top: 0;
  margin: 0;
}
.carto .main::before {
  display: none;
}
.map {
  position: relative;
  display: table;
  vertical-align: top;
  border-collapse: collapse;
  width: 100%;
}
.map__menu,
.map__search,
.map__container,
.map__popup {
  display: table-cell;
  vertical-align: top;
}
.map__popup,
.map__search {
  display: none;
  position: relative;
}
.map__popup .container,
.map__search .container {
  height: 100vh;
  overflow-y: auto;
  padding: 10px;
}
.map__popup--active .map__popup {
  display: table-cell;
}
.map__search--active .map__search {
  display: table-cell;
}
.map__container {
  position: relative;
}
.map__menu {
  width: 280px;
  background: #fff;
}
.map__menu form {
  margin-top: 0;
}
.map__menu fieldset {
  margin-bottom: 0;
}
.map__menu legend {
  margin: 0;
}
.map__menu input,
.map__menu select {
  margin-bottom: 0;
}
.map__menu p,
.map__menu label {
  color: #000;
}
.map__menu h1 {
  padding: 0 10px;
}
.map__menu h1 img {
  margin-bottom: 20px;
}
.map__menu .map__title {
  padding-top: 10px;
  font-weight: normal;
  color: #ca4a4d;
  text-align: center;
  margin: 0;
  font-size: 1em;
}
.map__menu .map__title img,
.map__menu .map__title span {
  display: inline-block;
}
.map__menu .map__title a {
  color: #ca4a4d;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.map__menu .map__title a:before {
  content: "Retour à l'accueil";
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateX(-50%);
  font-size: 1.3em;
  color: #007994;
  opacity: 0;
  transition: all ease .3s 0.3s;
}
.map__menu .map__title a:hover:before,
.map__menu .map__title a:focus:before {
  bottom: 7%;
  opacity: 1;
  transition: all ease 0.4s;
}
.map__menu .map__title__text {
  font-size: 2.1em;
  margin: 0 20px;
}
.map__menu .menu__button {
  display: none;
}
.map__menu .menu__container {
  overflow-y: auto;
  height: 100vh;
}
.map__menu .menu {
  padding: 20px;
}
.map__menu .validate {
  margin-top: 30px;
}
.map__menu .validate__filter {
  float: right;
}
.map__popup {
  width: 280px;
  background: #fff;
}
.map__popup .picture {
  display: block;
  padding-bottom: 20px;
}
.map__popup .button {
  margin-top: 20px;
}
.map__search {
  width: 300px;
  min-width: 300px;
  background: #e4e4e4;
}
.map__search .side-nav-close {
  right: 15px;
}
.map__search .result__title {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #000;
}
.map__search p {
  font-size: 1.4em;
  margin: 10px;
  color: #f4f4f4;
}
.map__search ul {
  font-size: 1.8em;
  margin: 10px;
}
.map__search ul li {
  border-bottom: 1px solid #a0a0a0;
}
.map__search ul li button {
  font-size: 1.4rem;
  color: #000;
  white-space: normal;
  text-align: left;
  text-transform: none;
  display: block;
  width: 100%;
  padding: 10px 5px;
  transition: all ease .3s;
}
.map__search ul li button:hover,
.map__search ul li button:focus {
  background: #00a0c4;
  color: #fff;
}
@media (max-width: 768px) {
  .map__search {
    display: none;
  }
  .map__menu--active .map__menu {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .map__menu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  .map__menu .menu__button {
    display: block;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    background: #f4f4f4;
    position: absolute;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .map__popup--active .map__container {
    display: block;
    height: 50vh;
  }
  .map__popup--active .map__container > * {
    height: 50vh !important;
  }
  .map__popup--active .map__popup {
    display: block;
    height: 50vh;
    width: 100%;
  }
  .map__popup--active .map__popup .container {
    height: inherit;
  }
  .map__popup--active .map__popup .picture {
    float: left;
    padding: 0 20px 0 0;
  }
}
/*# sourceMappingURL=stratis-map-large.map */