.ce-contact-map {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.ce-contact-map .brxe-container {
  padding-left: 20px;
  padding-right: 20px;
}
.ce-contact-map__map-wrapper {
  height: 709px;
  width: 100%;
  z-index: 0;
  position: relative;
}
.ce-contact-map__map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ce-contact-map__infos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ce-contact-map__infos-wrapper .brxe-container {
  height: 100%;
}
.ce-contact-map__inner {
  z-index: 1;
  position: relative;
  margin-top: 308px;
  padding: 47px 35px 38px;
  background-color: #038188;
  color: #fff;
  border-radius: 26px;
  pointer-events: all;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .ce-contact-map__inner {
    margin-top: 87px;
    margin-left: 58.3333%;
    width: 41.6667%;
    padding: 44px 50px 50px;
  }
}
.ce-contact-map__title {
  font-family: "robotoSlab";
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .ce-contact-map__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 26px;
  }
}
.ce-contact-map__address {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.ce-contact-map__email {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 47px;
  transition: all 0.3s ease;
}
.ce-contact-map__email:hover {
  color: var(--primary-1);
}
@media screen and (min-width: 992px) {
  .ce-contact-map__email {
    margin-bottom: 100px;
  }
}
.ce-contact-map__email a {
  color: inherit;
}
.ce-contact-map__button {
  color: #000;
}
.ce-contact-map__button .btn {
  padding-left: 56px;
}
.ce-contact-map__link {
  position: relative;
  display: inline-block;
  padding-left: 56px;
}
.ce-contact-map__link:before {
  content: "";
  position: absolute;
  background-image: url("../img/exportshare.svg");
  background-repeat: no-repeat;
  left: 20px;
  width: 17px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
}
