#nous-trouver-map {
  width: 100%;
  height: 550px;
  background: #ddd;
}

.nous-trouver-window {
  padding: 20px 75px;
}
.nous-trouver-window span {
  display: block;
  color: #000;
}
.nous-trouver-window span.title {
  margin-bottom: 10px;
  color: #F07E1E;
  font-size: 23px;
}
.nous-trouver-window span.address {
  font-size: 18px;
}
.nous-trouver-window span.zipcode {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.nous-trouver-window span.phone, .nous-trouver-window span.email {
  display: flex;
  align-items: center;
  margin: 0;
}
.nous-trouver-window span.phone i, .nous-trouver-window span.email i {
  display: block;
  width: 23px !important;
  height: 15px !important;
  margin-right: 5px;
  transform: scale(0.8);
}
.nous-trouver-window span.email {
  margin-top: 5px;
}
.nous-trouver-window span.phone i {
  background-position: -479px -2px;
}
.nous-trouver-window span.email i {
  background-position: -518px -3px;
}

#nous-trouver-items {
  display: none;
}
