[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}
.gallery-tabs {
  display: flex;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.gallery-tabs li{
	list-style: none !important;
  position: relative;
}
.gallery-tab {
  cursor: pointer;
  padding: 10px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-weight: bold;
  font-size: 1.4rem;
}
.gallery-tab.active::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery-tab:hover::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-framed.btn-index-framed:hover {
  background: #888 ;
}
.btn-framed.btn-index-framed.active {
  background: #888 ;
}

.section .section-aside.small-relative.fixed-aside{
  position: fixed;
}
@media (max-width: 767px) {
  .section .section-aside.small-relative.fixed-aside{
    display: none;
  }
}

.ml-30-d{
  margin-left: 30px;
}
@media (max-width: 767px) {
  .ml-30-d{
    margin-left: auto;
  }
}


.section-home .home-title{
  font-family: "Debby", serif;
}

