.agencyTitle {
  text-align: center;
  color: #035b90;
}

li.row {
  margin-top: 15px;
}

.list-icon {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #035b90;
  background-color: #035a903f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.list-icon:hover {
  background-color: #035b90;
  color: #ffffff;
}

.listTitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.adress {
  width: 75%;
}

#agencyMap {
  height: 400px;
  z-index: 1;
}

@media only screen and (min-width: 962px) {
  #agencyMap {
    height: 500px;
  }
}

#page_content_wrapper .inner .sidebar_content img {
  width: auto !important;
}

#page_content_wrapper .inner .sidebar_content img.agence-img {
  width: 100% !important;
}
