/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/details.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.address-detail--title {
  font-size: 28px;
  color: var(--color-secondary);
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.25rem;
}

.address-detail--infos--table {
  list-style: none;
  margin: 0;
  padding: 0;
}

.address-detail--infos--table-item {
  position: relative;
  color: var(--color-secondary);
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 0.375rem 0;
  hyphens: auto;
}
.address-detail--infos--table-item i {
  color: var(--color-primary);
  margin-right: 1rem;
}
.address-detail--infos--table-item i.fa-home {
  margin-right: 0.8rem;
}
.address-detail--infos--table-item a {
  text-decoration: underline;
  color: var(--color-primary);
  transition: var(--transition-base);
}
.address-detail--infos--table-item a:hover, .address-detail--infos--table-item a:focus, .address-detail--infos--table-item a:active {
  color: var(--color-secondary);
  text-decoration: underline;
}

.address-detail--image {
  position: relative;
  margin-bottom: 17px;
}
.address-detail--image:hover .image-overlay-plus-button:after {
  transform: rotate(45deg);
}

.address-detail--image--overlay {
  position: absolute;
  width: calc(100% - 17px);
  height: 100%;
  top: 0;
  left: 8.5px;
  display: flex;
  flex-direction: row;
  transform: scale(0);
  transform-origin: 100% 100%;
  transition: all 0.4s;
}
.address-detail--image--overlay .overlay--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.address-detail--image--overlay .overlay--icon i {
  color: #fff;
}
.address-detail--image--overlay .overlay--icon .overlay--icon--link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.address-detail--image--overlay .overlay--text {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background: var(--color-secondary);
  flex: 1;
}
.address-detail--image--overlay .overlay--text .overlay--text--caption {
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  color: #fff;
}
.address-detail--image--overlay .overlay--text .overlay--text--copyright {
  font-size: 11px;
  font-weight: var(--font-weight-light);
  color: #fff;
}
.address-detail--image--overlay .overlay--text .overlay--text--copyright a {
  color: #fff;
}
.address-detail--image--overlay .overlay--text .overlay--text--copyright a:hover, .address-detail--image--overlay .overlay--text .overlay--text--copyright a:focus, .address-detail--image--overlay .overlay--text .overlay--text--copyright a:active {
  color: var(--color-primary);
}
.address-detail--image:hover .address-detail--image--overlay {
  transform: scale(1);
}

.address-tile--address-info--top {
  margin-bottom: 30px;
}
