/* Items individuels */
.view-fiches-techniques .views-row {
  padding: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #8B0000;
  background: #f9f9f9;
  transition: all 0.3s;
}

.view-fiches-techniques .views-row:hover {
  background: white;
  transform: translateX(5px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Liens PDF */
.view-fiches-techniques a[href$=".pdf"] {
  display: inline-block;
  padding: 10px 20px;
  background: #8B0000;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}

.view-fiches-techniques a[href$=".pdf"]:hover {
  background: #660000;
}


/* === Fiches techniques === */

.fiche-technique-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.fiche-titre {
  font-size: 18px;
  font-weight: 600;
  color: #8B0000;
  min-width: 200px;
}

.fiche-infos {
  font-size: 18px;
  font-weight: 600;
  color: #8B0000;
  flex: 1;
}

.fiche-pdf {
  margin-left: auto;
}

.fiche-pdf a {
  color: #2E5834;
  text-decoration: none;
  font-weight: 500;
}

.fiche-pdf a:hover {
  text-decoration: underline;
}




/* === Regroupements Gamme et Couleur === */

/* GAMME (Niveau 1) */
.groupe-gamme {
  margin-top: 80px;  /* Pour beaucoup d'espace */
  padding-top: 20px; /* Ajouter du padding aussi si besoin */
}

/* Éviter l'espace en haut du premier groupe */
.groupe-gamme:first-of-type {
  margin-top: 20px;
}

.titre-gamme {
  font-size: 28px !important;
  font-weight: bold !important;
  color: #8B0000 !important;
  margin: 0 0 20px 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 3px solid #8B0000 !important;
  text-transform: uppercase;
}

.contenu-gamme {
  padding-left: 0;
}

/* COULEUR (Niveau 2) */
.groupe-couleur {
  margin-top: 25px;
  margin-left: 20px;
}

.titre-couleur {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #2E5834 !important;
  margin: 0 0 15px 0 !important;
  padding-left: 10px !important;
  border-left: 4px solid #2E5834 !important;
}

.contenu-couleur {
  padding-left: 15px;
}

/* Les fiches techniques restent inchangées */
.fiche-technique-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
