/* DIGEX - complements au template Virtua Premium. Ne pas modifier les CSS du template. */

/* Bandeau de fond des onglets (classe utilisee par tem-references-dark) */
.background-primary-hightlight {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  padding: 10px;
}

/* Grille des onglets */
.tabs { display: block; width: 100%; }
.tabs .tab-label { cursor: pointer; }

/* Vignettes de reference : hauteur homogene */
.reference-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Logos clients : rendu homogene sur fond clair */
.client-logo img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}
