/* ===========================================
   floorz-fiches.css
   Floorz La Grande Parqueterie
   Chemin : /themes/child_classic/assets/css/floorz-fiches.css
   Juin 2026 — v2.0
   =========================================== */

/* Etiquette destock / nouveaute */
.fz-etiquette {
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #FA7000;
  color: #ffffff;
  padding: 10px 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px 0;
}

/* H2 angle differenciant */
.fz-h2small {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #2B0807;
  border-left: 3px solid #FA7000;
  padding-left: 10px;
  margin: 16px 0;
}

/* Paragraphe storytelling §1 */
.fz-p1 {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.95rem;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 16px 0;
}

/* Bandeau bordeaux */
.fz-bandeau {
  font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #2B0807;
  color: #ffffff;
  padding: 10px 16px;
  display: block;
  margin: 24px 0 12px 0;
}

/* Chapeau avant bullets §2 */
.fz-chapeau {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.9rem;
  color: #555555;
  font-style: italic;
  margin: 0 0 10px 0;
}

/* Bullets techniques */
.fz-bullet {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.9rem;
  color: #333333;
  margin: 0 0 6px 0;
  padding-left: 12px;
}

.fz-bullet-last {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.9rem;
  color: #333333;
  margin: 0 0 16px 0;
  padding-left: 12px;
}

.fz-bullet,.fz-bullet-last {
  position: relative;
  padding-left: 18px;
  margin: 0 0 6px 0;
  list-style: none;
  border-left: none;
}



.fz-bullet::before,.fz-bullet-last::before {
  content: "\25A0";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 0.55rem;
  color: #2B0807;
}

/* Label bold dans bullet */
.fz-label {
  font-weight: 700;
  color: #2B0807;
}

/* Lignes liens internes */
.fz-lien {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.88rem;
  margin: 8px 0;
}

.fz-lien-last {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.88rem;
  margin: 8px 0 16px 0;
}

/* Ancre lien interne */
.fz-link {
  color: #FA7000;
  text-decoration: none;
  font-weight: 600;
}

.fz-link:hover {
  text-decoration: underline;
}

/* CTA §3 */
.fz-cta {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.92rem;
  color: #333333;
  background: #F5F3F0;
  padding: 14px 16px;
  border-radius: 3px;
  line-height: 1.6;
  margin: 16px 0;
}

/* Conseil terrain */
.fz-conseil {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.95rem;
  background: #F5F3F0;
  padding: 16px 20px;
  margin: 0 0 8px 0;
  border-left: none;
  font-style: italic;
  color: #000000;
}

/* Signal fraicheur */
.fz-date {
  font-family: Montserrat, 'Trebuchet MS', Arial, sans-serif;
  font-size: 0.78rem;
  color: #888888;
  font-style: italic;
  margin: 0 0 16px 0;
}

#grille-tarifaire a{
  width: 100%;
}