.tooltip_address {
  background: var(--blanc);
  height: 80px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.tooltip_address img {
  height: 40px;
}

@media screen and (max-width: 700px) {
  #module_adresse_section_apropos_homepage {
    top: 15px !important;
    max-width: 48%;
  }
  .tooltip_address_txt {
    font-size: 12px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 560px) {
  #module_adresse_section_apropos_homepage {
    top: 120px !important;
    max-width: 48%;
  }
  .tooltip_address img {
    height: 30px;
  }
}

