.elementor-61076 .elementor-element.elementor-element-bf34775{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b5568f4 */.alphabet-filter {
  text-align: center;
  margin-bottom: 20px;
}
.alphabet-link {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 10px;
  background: #eee;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
}
.alphabet-link:hover {
  background: #2D5791;
  color: #fff;
}


.alphabet-filter {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
}
.alphabet-filter.sticky-active {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.letter-section h3{
    font-size: 2rem;
     color: #3D9477;
     font-weight: 600;
}
.brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;

}


.brand-item {
  flex: 0 1 calc(20% - 20px); /* 5 colonne */
  box-sizing: border-box;
  text-align: center;

}

.brand-name {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  color: #2D5791;
}
.brand-name:hover {
  color: #3D9477;
}

/* Responsive: tablet */
@media (max-width: 768px) {
  .brand-item {
    flex: 0 1 calc(50% - 20px); /* 2 colonne */
  }
}

/* Responsive: smartphone */
@media (max-width: 480px) {
  .brand-item {
    flex: 0 1 100%; /* 1 colonna */
  }
}/* End custom CSS */