.sub-tabs {
  display: flex;
  border-bottom: 2px solid #0070b4;
  margin-bottom: 50px;
}
.sub-tabs .tab {
  transition: all 0.3s ease;
  flex: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  height: 50px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}
.sub-tabs .tab:hover, .sub-tabs .tab.active {
  color: #fff;
  background-color: #0070b4;
  border-color: #0070b4;
}

.tab-content {
  display: none;
  padding: 0px 15px;
}
.tab-content.active {
  display: block;
}
.tab-content table {
  width: 100%;
}
.tab-content table thead {
  background-color: #0070b4;
  color: #fff;
}
.tab-content table th,
.tab-content table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 10px;
}
.tab-content .section {
  margin: 25px 0px 60px;
}
.tab-content .infos .location, .tab-content .infos .call {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-content .infos .location > img, .tab-content .infos .call > img {
  height: 100%;
}/*# sourceMappingURL=facilities.css.map */