/*
Theme Name: Industrie Child
Description: Thème enfant du thème Industrie
Author: SEFAM
Template: industrie
Version: 1.0.0
*/
.justify; {
  text-align: justify;
}

.table-prix-cloture {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto; /* centre le tableau */
/*  background-color: grey; */
}

.table-prix-cloture th,
.table-prix-cloture td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center; /* centre le texte */
  vertical-align: middle; /* centre verticalement */
}
/* FORCER L'AFFICHAGE - URGENT *//* 🔧 FIX VISIBILITÉ FORMULAIRE DEVIS */
.form-container-devis,
#devisForm {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Champs standards */
.form-container-devis input,
.form-container-devis select,
.form-container-devis textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0;

  background-color: #ffffff;
  color: #000000;

  border: 1.5px solid #0073aa;
  border-radius: 4px;

  font-size: 15px;
}

/* Radios : NE PAS forcer block */
