@charset "UTF-8";
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.besight-tab-nav {
  margin: 100px 0;
}
@media (max-width: 580px) {
  .besight-tab-nav {
    margin: 2.5rem 0 1.5rem;
  }
}
.besight-tab-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--color-neutral-grey);
}
.besight-tab-nav ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: flex-basis 0.2s ease, max-width 0.2s ease;
}
.besight-tab-nav ul li a {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: var(--color-neutral-grey);
  text-decoration: none;
  outline: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 0 0.5rem 10px;
  box-sizing: border-box;
}
.besight-tab-nav ul li.besight-tab-nav-item-active {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.besight-tab-nav ul li.besight-tab-nav-item-active a {
  font-size: 17px;
  line-height: 1.35;
  color: var(--color-foreground);
  font-weight: 700;
  border-bottom-color: var(--color-foreground);
}
@media (max-width: 580px) {
  .besight-tab-nav ul li.besight-tab-nav-item-active a {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.besight-tab-content {
  display: none;
}

.besight-tab-content-active {
  display: block;
}

.besoin-container {
  margin-bottom: 40px;
  height: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.besoin-container .besoin-image {
  flex: 1;
}
.besoin-container .besoin-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}
.besoin-container .besoin-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.besoin-container .besoin-count {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #FFF;
  padding: 8px 10px;
  color: var(--color-foreground);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
}

.besoin-content {
  margin-top: 20px;
  text-align: center;
  height: 60px;
}

.besoin-title a {
  color: var(--color-foreground);
  font-family: "Maven Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.1px;
  text-decoration: none;
}

/*# sourceMappingURL=page-catalogue-shop.css.map */
