/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/address/tiles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.address-tiles--item {
  margin-bottom: 50px;
  box-shadow: 0 8px 15px -10px rgba(0, 0, 0, 0.5);
}

.address-tile--wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.address-tile--wrap.even {
  flex-direction: row-reverse;
}

.address-tile--image {
  position: relative;
  width: 100%;
  height: 300px;
  order: 1;
}
.address-tile--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.address-tile--address-info {
  position: relative;
  display: flex;
  flex-direction: column;
  order: 2;
  width: 100%;
}

.address-tile--address-info--top {
  flex: 1;
  padding: 15px;
}

.address-tile--address-info--bottom {
  padding: 0 15px 15px;
}

.address-tile--address-detail {
  width: 100%;
  order: 3;
}

.address-tile--address-detail--inner {
  padding: 25px 15px 30px;
}

.address-tile--address-info--accessibility {
  display: flex;
  flex-direction: row;
}
.address-tile--address-info--accessibility .address--accessibility-icon {
  margin: 0 8px 0 0;
}

.address-tile--address-info--toggle-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  transform: rotate(0);
  transform-origin: center;
  transition: all 0.4s;
  perspective: 1000px;
}
.address-tile--address-info--toggle-btn .front, .address-tile--address-info--toggle-btn .back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  background: var(--color-secodary);
  transition: all 0.4s;
  z-index: 1;
}
.address-tile--address-info--toggle-btn .back {
  transform: rotate(90deg);
  z-index: 0;
}
.address-tile--address-info--toggle-btn.active .front {
  opacity: 0;
  transform: rotate(90deg);
}
.address-tile--address-info--toggle-btn.active .back {
  opacity: 1;
  transform: rotate(180deg);
}

.address-tile--address-detail {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}
.address-tile--address-detail.open {
  max-height: var(--scroll-height, 100%);
}

@media (min-width: 992px) {
  .address-tiles--item {
    box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s;
  }
  .address-tiles--item.open {
    box-shadow: -1px 2px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .address-tile--address-info {
    order: 1;
    width: 50%;
    flex-direction: row;
  }
  .even .address-tile--address-info {
    flex-direction: row-reverse;
  }
  .address-tile--address-info--toggle-btn {
    left: auto;
    bottom: 30px;
    right: 30px;
  }
  .even .address-tile--address-info--toggle-btn {
    right: auto;
    left: 30px;
  }
  .address-tile--address-info--top {
    padding: 30px;
  }
  .address-tile--address-info--bottom {
    padding: 30px 30px 0 0;
  }
  .even .address-tile--address-info--bottom {
    padding: 30px 0 0 30px;
  }
  .address-tile--address-detail {
    order: 3;
  }
  .address-tile--address-detail--inner {
    padding: 25px 30px 30px;
  }
  .address-tile--address-detail--inner .address-detail--images {
    margin-bottom: -15px;
  }
  .address-tile--image {
    order: 2;
    width: 50%;
    height: 450px;
  }
  .address-tile--address-info--accessibility {
    flex-direction: column;
  }
  .address-tile--address-info--accessibility .address--accessibility-icon {
    margin: 0 0 8px 0;
  }
}
