/*
 * Résisences
 */
._residences {
  display: flex;
  flex-wrap: wrap;
  margin-right: -37px;
}
@media only screen and (max-width: 1680px) {
  ._residences {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  ._residences {
    margin-right: 0;
  }
}
._residences ._residence {
  position: relative;
  flex: 0 0 536px;
  margin-right: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1680px) {
  ._residences ._residence {
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1092px) {
  ._residences ._residence {
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 768px) {
  ._residences ._residence {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
._residences ._residence ._title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  ._residences ._residence ._title {
    padding: 0 10px;
    text-align: center;
  }
}
._residences ._residence ._mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  ._residences ._residence ._mask {
    opacity: 1;
  }
}
._residences ._residence ._background {
  position: relative;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
._residences ._residence ._background_zoom {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
._residences ._residence ._more {
  display: inline-block;
  z-index: 3;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  font-family: AutoScape, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-top: 55px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 1092px) {
  ._residences ._residence ._more {
    opacity: 1;
  }
}
._residences ._residence ._more:before,
._residences ._residence ._more:after {
  content: '';
  position: absolute;
  background: #fff;
  margin: auto;
  left: 0;
  right: 0;
}
._residences ._residence ._more:before {
  width: 26px;
  height: 2px;
  top: 12px;
}
._residences ._residence ._more:after {
  width: 2px;
  height: 26px;
  top: 0;
}
._residences ._residence:hover ._mask {
  opacity: 1;
}
._residences ._residence:hover ._background {
  background: transparent !important;
}
._residences ._residence:hover ._background_zoom {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
}
._residences ._residence:hover ._more {
  opacity: 1;
}
/*# sourceMappingURL=residences.css.map */