html {
  margin: 0;
  padding: 0;
  background-color: #333;
}

/*
#FF9900
#FF9900
*/
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #555;
}

#index {
  background: url("../images/fond.jpg") no-repeat center fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

#index h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}

#auth {
  width: 400px;
  margin: auto;
  background-color: #333;
  border: 0;
  padding: 10px;
  border-radius: 8px;
  /*! display: table-row; */
  flex-direction: column;
}

#index label {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #FF9900;
}

#index input {
  padding: 10px 0px;
  border: 0;
  width: 100%;
  font-family: century gothic;
  text-align: center;
  margin-top: 4px;
  background-color: #666;
  color: #fff;
  font-weight: bold;
}

#index input[type=submit] {
  margin-top: 50px;
  width: 40%;
  float: right;
  font-weight: bold;
  background-color: #FF9900;
  color: white;
  cursor: pointer;
  border-radius: 8px;
}

.ligne {
  clear: both;
  height: 10px;
}

#bandeauPanier {
  padding: 10px 0;
  background-color: #333;
  width: 100%;
}

#cartBan {
  text-align: right;
  color: #fff;
  margin-right: 10px
}

#cartBan a {
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

#banniere {
  background-color: #FF9900;
  color: #333;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

#menu {
  background-color: #333;
  color: #fff;
  width: 15%;
  float: left;
  /*! height: 100vh; */
}

.titreMenu {
  background-color: #222;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  border-bottom: 3px solid #FF9900;
}

#menu ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

#menu a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

#menu a:hover {
  background-color: #FF9900;
}

#menu li {
  list-style-type: none;
  margin: 0;
  width: 100%;
  font-size: 14px;
}

#conteneur {
  width: 85%;
  float: right;
  background-color: #555;
  min-height: 120vh;
  padding-bottom: 30px
}

#accueil {
  padding: 0px;
}

.catProd {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  background-color: #333;
  color: #FF9900;
  /*! margin: 10px; */
  margin-bottom: 0;
  /*! border-radius: 25px; */
  text-align: center;
  /*! width: 100%; */
  /*! overflow: hidden; */
}

.blocProd {
  border: 0px solid #FF9900;
  background-color: #333;
  margin-top: 10px;
  margin-left: 10px;
  color: white;
  float: left;
  border-radius: 8px;
  overflow: hidden;
}

.blocProd a {
  color: white;
  text-decoration: none;
}

.blocProd a:hover {
  background-color: #FF9900;
}

.blocProd img {
  /*! width: 250px; */
  height: 150px;
}

.titreProd {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

#footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  border-top: 3px solid #FF9900;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#titreFooter {
  color: #FF9900;
  font-weight: bold;
  font-size: 24px;
}

#config {
  padding: 10px;
}

#titreConfig {
  font-weight: bold;
  font-size: 60px;
  padding: 10px;
  /*! background-color: #333; */
  color: #FF9900;
  margin: 0px;
  text-align: center;
}


.titreLigne {
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  background-color: #333;
  color: #FF9900;
  margin-top: 10px;
}

.titreLigne a {
  background-color: #FF9900;
  color: #333;
  padding: 5px 15px;
  float: right;
  text-decoration: none;
  font-size: 21px;
}

.mot {
  margin: 7px;
  float: left;
  padding: 10px;
  background-color: #888 !important;
  ;
  border: 3px solid #888;
  color: #333;
}

#colorSelect, #colorLESelect {
  overflow-y: scroll;
  height: 500px;
  font-size: 20px;
}

.repConfig {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  /*! border: 1px solid #333; */
  border-radius: 0px 0px 8px 8px;
  background-color: #444;
}

.repConfig input[type=number] {
  padding: 7px;
  font-family: century gothic;
  border: 0;
  width: 130px;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #009966;
  background-color: #333;
  color: white;
  border-radius: 8px;
}

.repConfig input[type=text] {
  padding: 7px;
  font-family: century gothic;
  border: 0;
  width: 250px;
  font-size: 24px;
  font-weight: bold;
  /* border: 3px solid #009966; */
  background-color: #333;
  color: white
}

.repConfig input[type=number]:invalid {
  border: 2px solid #FF9900;
  border-radius: 8px;
}

.repConfig input[type=radio] {
  display: none;
}

.repConfig input[type=checkbox] {
  display: none;
}

.repConfig label {
  margin: 7px;
  float: left;
  padding: 10px;
  background-color: #333;
  border: 3px solid #333;
  border-radius: 8px;
}

.repConfig label:hover {
  border: 3px solid #F90;
}

.repInput:checked+.repLabel {
  border: 3px solid #FF9900;
}

.repVali input[type="submit"] {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  float: right;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 8px;
}

.refColor {
  text-align: center;
}

.inputTxt label {
  border: 0
}

.inputTxt label:hover {
  border: 0
}

#total, #bras {
  background-color: #333;
  padding: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
  margin-top: 20px;
  border-radius: 8px;
  /*! display: flex; */
  flex-direction: column;
}

#port {
  background-color: #333;
  padding: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
  margin-top: 20px;
}

#totaltxt {
  float: left;
  color: #FF9900;
  padding: 5px 10px;
}

#totalold {
  float: left;
  color: #FF9900;
  padding: 10px 20px;
  text-decoration: line-through;
}

#totalht, .brasconfig {
  background-color: #ff9900;
  color: #333;
  float: left;
  padding: 5px 10px;
  border-radius: 8px;
}

.brasconfig {
  margin-right: 10px;
}

#biais, #ral {
  padding: 10px;
  font-family: century gothic;
  border: 0;
  width: 190px;
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
  color: white
}

.marquage {
  padding: 10px;
  font-family: century gothic;
  border: 0;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  background-color: #333;
  color: white
}

#rechRef, #rechLambRef, #filter-tissu {
  padding: 10px;
  font-family: century gothic;
  border: 2px solid #888;
  width: 350px;
  font-size: 17px;
  font-weight: bold;
  background-color: #333;
  color: white;
  /*! float: right; */
  border-radius: 8px;
  /*! margin: auto; */
  /*! display: flex; */
  /*! flex-direction: column-reverse; */
  margin: 10px;
}

#panier {
  padding-left: 10px;
}

#listeArt {
  padding: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
}

.articlePan {
  padding: 10px;
  background-color: #333;
  margin-bottom: 10px;
}

.tabPanier {
  width: 100%;
}

.tabPanier td {
  padding: 10px;
  background-color: #666;
  text-align: center;
  font-size: 12px;
}

.qtePan input[type=number] {
  padding: 7px;
  font-family: century gothic;
  border: 0;
  width: 70px;
  font-size: 30px;
  font-weight: bold;
  background-color: #333;
  color: white
}

#panierBtn button {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  float: right;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}

#panierBtn button a {
  color: #333;
  text-decoration: none;
}

#listeAdr {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
}

#newAdr {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
}

#newAdr input[type=text] {
  padding: 4px;
  font-family: century gothic;
  border: 0;
  width: 190px;
  font-size: 16px;
  font-weight: bold;
  background-color: #333;
  color: white;
}

#newAdr input[type=submit] {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  float: right;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}

#tableNewAdr td {
  padding: 10px;
  background-color: #666;
}

.adrSelect {
  float: left;
  margin-right: 10px;
}

.adrSelect label {
  margin: 10px;
  float: left;
  padding: 10px;
  background-color: #333;
  border: 3px solid #333;
}

.adrSelect label:hover {
  border: 3px solid #FF9900;
}

.adrSelect input[type=radio] {
  display: none;
}

.adrSelect td a {
  border: 0;
  background-color: #E92A2A;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
}

#comRecap, #comArt {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
}

#comRecap textarea, #comArt textarea {
  font-family: century gothic;
  font-weight: bold;
  border: 0;
  width: 100%;
  height: 150px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  padding: 5px;
}

#merci {
  padding: 50px;
  font-weight: bold;
  font-size: 40px;
  background-color: #333;
  color: white;
  margin: 40px;
  margin-top: 300px;
  border: 1px solid #FF9900;
}

#merci a {
  color: #FF9900;
}

#client {
  padding: 10px;
}

#comClient {
  width: 100%;
  color: white;
  font-size: 14px;
}

#comClient td {
  padding: 10px;
  text-align: center;
}

#comClient td img {
  width: 30px;
}

.replamb, .finht, .finbt, .repmarq, .mot4mf, .mot4mr, .motsomfyf, .motsomfyr, .motsol, .auto4mf, .auto4mr, .autosomfyf, .autosomfyr, .motmanu, .ligmanivelle, .ligautomatisme, #hidequestore {
  display: none
}

#repfinh:focus {
  background-color: red;
}

#repmoteur:focus {
  background-color: red;
}

#overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 2.4rem;
  background-color: rgba(0, 0, 0, 0.75);
  transition: .2s;
}

#misselt {
  flex: 1;
  max-width: 48rem;
  margin: auto;
  padding: 2.4rem;
  background-color: #333;
  border: 3px solid #FF9900;
  font-weight: bold;
  font-size: 30px;
}

#misselt button {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  float: right;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}

#misstext {
  float: left;
}

#titreCli th {
  background-color: #333;
  font-weight: bold;
  padding: 10px;
}

.l1 td {
  background-color: #404040;
}

.l2 td {
  background-color: #494949;
}

.txt_help {
  font-size: 24px;
  color: #FF9900;
}

.valipcs input[type=submit] {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: 10px;
}

#tabArt {
  width: 100%;
  color: white;
  font-size: 14px;
  margin-top: 10px;
}

#tabArt td {
  padding: 10px;
  text-align: center;
}


#info {
  /*! border: 1px solid #333; */
  /*! margin: 0 10px 10px 10px; */
  /*! border-radius: 8px; */
  /*! overflow: hidden; */
}

.actu {
  /*! background-color: #333; */
  /*! margin: 10px; */
  padding: 10px;
  color: white;
}

.dateActu {
  float: right;
  background-color: #FF9900;
  color: #333;
  padding: 5px;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 14px;
  font-weight: bold;
  /*! height: 100%; */
}

.titreActu {
  color: #FF9900;
  font-weight: bold;
  font-size: 28px;
  /*! margin: 10px; */
}

.photoActu {
  margin: 0px;
  float: left;
  margin-right: 10px;
  /*! padding: 10px; */
}

.texteActu {
  font-size: 16px;
}

#tabRech td {
  padding: 0;
  padding-bottom: 10px;
}

#tabRech input[type=text] {
  padding: 10px;
  font-family: century gothic;
  border: 0;
  width: 85%;
  font-size: 30px;
  font-weight: bold;
  background-color: #333;
  color: white;
}

#tabRech input[type=submit] {
  border: 0;
  background-color: #FF9900;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  font-family: century gothic;
  padding: 10px 20px;
  cursor: pointer;
  margin-left: -24px;
  width: 15%;
}

#description {
  background-color: #FF9900;
  color: #333;
  margin-top: 20px
}

#descri_img {
  float: left;
  width: 50%;
}

#descri_img img {
  width: 100%;
}

#descri_txt {
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: bold;
}

#descri_txt li {
  font-size: 16px;
  font-weight: bold;
}

.descri_pdf {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 10px;
  background-color: #333;
  width: 33%;
  padding: 10px;
}

#description a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

.descri_pdf img {
  float: left;
  width: 20px;
}

#lambrequinenroul {
  display: none;
}

.superuser {
  color: #CC00FF;
}

.superuser a {
  color: #CC00FF !important;
}

#index_info {
  width: 1200px;
  margin: auto;
  background-color: #333;
  border: 3px solid #FF9900;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}

#index_info a {
  color: #cc9900;
}

#schemazip {
  padding: 7px;
}

.schemax {
  padding: 7px;
}

#menuHisto li {
  display: inline;
}

#menuHisto {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 3px
}

.selmenu {
  background-color: #FF9900;
  padding: 10px;
  color: #CC00FF;
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #FF9900;
}

.selmenu a {
  background-color: #FF9900;
  padding: 10px;
  color: #333;
  text-decoration: none;
  text-decoration: none;
}

.unselmenu {
  background-color: #333;
  padding: 10px;
  color: #CC00FF;
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #333;
}

.unselmenu a {
  background-color: #333;
  padding: 10px;
  color: #FF9900;
  text-decoration: none;
  text-decoration: none;
}

.new {
  font-style: italic;
  color: #FF9900;
  font-size: 10px;
  ;
}

.new:hover {
  color: #fff;
}


.colatelier {
  background-color: #E92A2A !important;
}

.colcoupe {
  background-color: #e9662a !important;
}

.colassemblage {
  background-color: #e98d2a !important;
}

.colequerrage {
  background-color: #e9d92a !important;
}

.coljonc {
  background-color: #b3e92a !important;
}

.colfinhl {
  background-color: #70e92a !important;
}

.colfinblamb {
  background-color: #70e92a !important;
}

.colemballage {
  background-color: #2ae957 !important;
}

.colfin {
  background-color: #2ae957 !important;
}

.repcom {
  font-size: 14px;
  font-weight: lighter;
}

.artpromo {
  font-style: italic;
  background-color: #FF9900;
  font-size: 12px;
  padding: 4px;
  border-radius: 8px;
  font-weight: bold;
}

#filtreDate {
  padding: 3px;
  color: #fff;

}

#filtreDate button {
  background-color: #333;
  border: 0;
  padding: 10px;
  color: #fff;
  font-family: century gothic;
}

#filtreDate select {
  background-color: #333;
  border: 0;
  padding: 10px;
  color: #fff;
  font-family: century gothic;
}

.rep {
  text-align: center;
}

.repcorb {
  text-align: center;
  margin-bottom: 10px;
}

#ral_autre_value {
  background-color: #333;
  border: 0;
  font-family: century gothic;
  color: white;
  font-weight: bold;
  font-size: 21px;

}

#panier {
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
  color: #FF9900;
  /* gris foncé */
  /*! background-color: #ccc; */
  /* fond blanc */
  padding: 20px;
  border-radius: 6px;
}

.panier-list {
  margin-top: 20px;
}

.panier-item {
  /*! border: 1px solid #555; */
  /* fond gris foncé */
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #aaa;
  /* blanc */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding:10px;
}

.prod-details {
  margin-top: 10px;
  color: #333;
  /* gris foncé */
}

.cara-list {
  margin-top: 8px;
}

.cara-list ul {
  margin: 5px 0 0 20px;
  padding: 0;
  list-style-type: disc;
  color: #333;
  /* gris foncé */
}

.pricing {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

.actions {
  margin-top: 10px;
}

.btn-supprimer {
  background-color: #FF9900;
  /* orange */
  border: none;
  color: #fff;
  /* blanc */
  padding: 5px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.btn-supprimer:hover {
  background-color: #d13b04;
  /* orange foncé */
}

.total-general {
  text-align: right;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 20px;
  color: #FF9900;
  /* orange */
}

.form-confirm {
  margin-top: 20px;
  text-align: right;
}

.btn-confirm {
  background-color: #FF9900;
  /* orange */
  border: none;
  color: #fff;
  /* blanc */
  padding: 12px 25px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.btn-confirm:hover {
  background-color: #d13b04;
  /* orange foncé */
}

/* L’overlay couvre tout l’écran */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  /* caché par défaut */
  /* ON ACTIVE LE FLEX A L’AFFICHAGE */
  align-items: center;
  /* centre vertical */
  justify-content: center;
  /* centre horizontal */
  z-index: 1000;
  /* au-dessus de tout */
}

/* Le spinner */
.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.manu, .elec {
  display: none;
}

.actions form {
  display: inline-block
}

.btnFilter {
  margin: 7px;
  font-family: century gothic;
  padding: 10px;
  background-color: #666;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border: 3px solid #666;
  cursor: pointer;
  border-radius:8px;
}

.repColo {
  height: 500px;
  overflow: scroll;
}

.repColo img {
  height: 75px;
  width: 150px;
}

.repCollection {
  font-size: 10px;
  color: #ccc
}

.txtCara {
  font-size: 14px;
  color: #ff6600;
}


.imgCara {
  padding: 10px;
}

/* Masquer totalement le bloc question (titre + réponses) */
.is-hidden {
  display: none !important;
}

.repLabel.is-hidden {
  display: none !important;
}

/* 1) Masquer tous les inputs radios/checkbox (labels seulement visibles) */
.repConfig input.repInput {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* 2) Classe de masquage (plus rapide que show()/hide()) */
.is-hidden {
  display: none !important;
}

/* 3) WHY (debug) */
.whyBox {
  margin: .5rem 0;
  font-size: .9em;
  color: #666;
}

.whyBox ul {
  margin: .25rem 0 .5rem;
  padding-left: 1.2rem;
}

/* 4) Bandeau & surbrillance "champs manquants" (form guard) */
.missing-banner {
  background: #332;
  color: #fff;
  padding: 10px 14px;
  margin: 10px 0;
  border-left: 4px solid #ff8c00;
  font-size: 14px;
}

.missing-banner ul {
  margin: 6px 0 0 18px;
}

.field-missing {
  outline: 2px solid #ff8c00;
  box-shadow: 0 0 0 3px rgba(255, 140, 0, .25);
  border-radius: 6px;
}

/* cache réellement les réponses marquées par le moteur */
.ligneConfig .repConfig label.repLabel.is-hidden {
  display: none !important;
}

.ligneConfig{border-radius: 8px; color:blue;background-color: #444;}

/* (optionnel) n'afficher que les labels, pas les inputs */
.repConfig input.repInput {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* option désactivée en debug */
.repLabel.is-disabled {
  opacity: .55;
  filter: grayscale(.6);
  outline: 1px dashed rgba(255, 165, 0, .45);
  border-radius: 8px;
}

/* bloc WHY directement visible sous la réponse */
.repLabel .why-inline {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #ffd591;
  /* texte or pâle */
  background: #262626;
  /* fond sombre */
  border: 1px dashed rgba(255, 165, 0, .50);
  border-radius: 6px;
  padding: 6px 8px;
}

.repLabel .why-inline ul {
  margin: 0 0 0 16px;
}

.repLabel .why-inline li {
  margin: .15rem 0;
}

/* cache les réponses filtrées par matière */
.repLabel.mat-hidden {
  display: none !important;
}

/* ========================================
   FILTRES MATÉRIAU COLORIS 102
   ======================================== */

.material-filter {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: 5px 10px;
    /* background-color: #333;*/
}

.btnFilter {
    margin: 0;
    padding: 10px 20px;
    border: 3px solid #666;
    background-color: #666;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.btnFilter:hover {
    background-color: #888;
    border-color: #FF9900;
}

.btnFilter.active {
    background-color: #FF9900;
    color: #333;
    border-color: #FF9900;
}

/* Masquage des options filtrées */
.repLabel.mat-hidden,
.repLabel.sm-hidden {
    display: none !important;
}

/* Message aucun résultat */
.no-results-message {
    background: #FF9900;
    border: 3px solid #FF9900;
    padding: 15px;
    margin: 10px 0;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.no-results-message p {
    margin: 5px 0;
}

.no-results-message .btn-reset-filters {
    margin-top: 10px;
    padding: 8px 16px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.no-results-message .btn-reset-filters:hover {
    background: #555;
}

/* ========================================
   PANIER - STYLE AMÉLIORÉ
   ======================================== */

#panier {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #444;
  border-radius: 8px;
}

#panier h1 {
  color: #FF9900;
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #FF9900;
}

/* Message panier vide */
#panier > p {
  text-align: center;
  font-size: 18px;
  color: #ccc;
  padding: 40px;
}

/* ========================================
   LISTE DES ARTICLES
   ======================================== */

.panier-list {
  margin-top: 20px;
}

.panier-item {
  background: #3a3a3a;
  border: 2px solid #555;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.panier-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 153, 0, 0.25);
  border-color: #FF9900;
}

/* Badge numéro de devis */
.badge-devis {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #FF9900 0%, #e68a00 100%);
  color: #333;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

/* ========================================
   DÉTAILS PRODUIT
   ======================================== */

.prod-details {
  margin: 20px 0;
  padding: 0;
}

.prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: linear-gradient(135deg, #FF9900 0%, #e68a00 100%);
  color: #333;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
}

.prod-header strong {
  font-size: 18px;
}

.prod-info {
  display: flex;
  gap: 30px;
  padding: 15px 20px;
  background-color: rgba(255, 153, 0, 0.08);
  border-left: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
}

.prod-info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.prod-info-item strong {
  color: #FFB84D;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.prod-info-item span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* ========================================
   CARACTÉRISTIQUES
   ======================================== */

.cara-list {
  margin: 0;
  padding: 20px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-left: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
  border-bottom: 3px solid #FF9900;
  border-radius: 0 0 6px 6px;
}

.cara-list em {
  color: #FF9900;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cara-list ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  list-style: none;
}

.cara-list li {
  color: #f5f5f5;
  padding: 12px 15px;
  background-color: rgba(255, 153, 0, 0.08);
  border-left: 3px solid #FFB84D;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.cara-list li:hover {
  background-color: rgba(255, 153, 0, 0.15);
  border-left-color: #FF9900;
  transform: translateX(3px);
}

.cara-list li strong {
  color: #FFD699;
  font-weight: 600;
}

/* ========================================
   TARIFICATION
   ======================================== */

.pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  padding: 20px;
  background: linear-gradient(135deg, #2d2d2d 0%, #252525 100%);
  border-radius: 6px;
  border: 2px solid #444;
}

.pricing-item {
  text-align: center;
  flex: 1;
}

.pricing-item strong {
  color: #FFB84D;
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-item span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.pricing-item:last-child {
  border-left: 2px solid #555;
  padding-left: 20px;
}

.pricing-item:last-child strong {
  color: #FF9900;
  font-size: 14px;
}

.pricing-item:last-child span {
  color: #FF9900;
  font-size: 24px;
}

/* ========================================
   ACTIONS
   ======================================== */

.actions {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 20px;
  background-color: #2d2d2d;
  border-top: 2px solid #444;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.actions form {
  display: inline-block;
  margin: 0;
}

.btn-supprimer {
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.btn-delete {
  background: linear-gradient(135deg, #e63946 0%, #c1121f 100%);
}

.btn-delete:hover {
  background: linear-gradient(135deg, #c1121f 0%, #9a0f1a 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);
}

.btn-edit {
  background: linear-gradient(135deg, #0077b6 0%, #023e8a 100%);
}

.btn-edit:hover {
  background: linear-gradient(135deg, #023e8a 0%, #012a5e 100%);
  box-shadow: 0 4px 10px rgba(0, 119, 182, 0.4);
  transform: translateY(-2px);
}

.btn-supprimer:active {
  transform: translateY(0);
}

/* ========================================
   TOTAL GÉNÉRAL
   ======================================== */

.total-general {
  background: linear-gradient(135deg, #FF9900 0%, #e68a00 100%);
  color: #333;
  text-align: right;
  font-weight: bold;
  font-size: 28px;
  margin: 30px 0 20px;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
  letter-spacing: 1px;
}

/* ========================================
   FORMULAIRE DE CONFIRMATION
   ======================================== */

.form-confirm {
  margin-top: 30px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ref-client-group {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  text-align: left;
}

.ref-client-group label {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}

.ref-client-group .optional {
  font-weight: normal;
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
}

.ref-client-input {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 2px solid #ced4da;
  border-radius: 6px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.ref-client-input:focus {
  outline: none;
  border-color: #FF9900;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.1);
}

.ref-client-input::placeholder {
  color: #adb5bd;
  font-style: italic;
}

.button-group {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.btn-confirm {
  background: linear-gradient(135deg, #FF9900 0%, #e68a00 100%);
  border: none;
  color: #333;
  padding: 15px 35px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-confirm:hover {
  background: linear-gradient(135deg, #e68a00 0%, #cc7700 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 153, 0, 0.4);
}

.btn-confirm:active {
  transform: translateY(0);
}

/* Bouton commande (style différent) */
.btn-confirm[value="quotation"] {
  background: linear-gradient(135deg, #06d6a0 0%, #048a5b 100%);
  color: #fff;
}

.btn-confirm[value="quotation"]:hover {
  background: linear-gradient(135deg, #048a5b 0%, #036647 100%);
  box-shadow: 0 6px 16px rgba(6, 214, 160, 0.4);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
  #panier {
    padding: 15px;
  }

  .badge-devis {
    position: static;
    display: inline-block;
    margin: 15px;
  }

  .prod-info {
    flex-direction: column;
    gap: 15px;
  }

  .cara-list ul {
    grid-template-columns: 1fr;
  }

  .pricing {
    flex-direction: column;
    gap: 15px;
  }

  .pricing-item:last-child {
    border-left: none;
    border-top: 2px solid #555;
    padding-left: 0;
    padding-top: 15px;
  }

  .actions {
    flex-direction: column;
  }

  .actions form {
    width: 100%;
  }

  .btn-supprimer {
    width: 100%;
  }

  .form-confirm {
    flex-direction: column;
  }

  .btn-confirm {
    width: 100%;
  }

  .total-general {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #panier h1 {
    font-size: 28px;
  }

  .prod-header strong {
    font-size: 16px;
  }

  .cara-list em {
    font-size: 14px;
  }

  .pricing-item span {
    font-size: 18px;
  }

  .pricing-item:last-child span {
    font-size: 20px;
  }
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panier-item {
  animation: slideIn 0.4s ease-out;
}

/* Animation d'apparition progressive */
.panier-item:nth-child(1) { animation-delay: 0.05s; }
.panier-item:nth-child(2) { animation-delay: 0.1s; }
.panier-item:nth-child(3) { animation-delay: 0.15s; }
.panier-item:nth-child(4) { animation-delay: 0.2s; }
.panier-item:nth-child(5) { animation-delay: 0.25s; }

.blocCatProd{background-color: #666;margin: 20px;padding-bottom: 10px;border-radius: 8px;overflow: hidden;}

#filtre-ref{padding: 10px;}

.ligneConfig.ralspe { display:none; }

.required-indicator {
    color: #d32f2f;
    font-weight: bold;
    margin-left: 3px;
}

.optional-indicator {
    color: #757575;
    font-size: 0.9em;
    font-style: italic;
    margin-left: 5px;
}

#cara-161-162,
#ligne-36 {
    display: none;
}
/* Message d'erreur au niveau du total */
.error-total {
    background: linear-gradient(135deg, #e51818 0%, #ee5a6f 100%);
    color: white;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    animation: slideDown 0.3s ease-out;
}

.error-icon {
    font-size: 48px;
    line-height: 1;
    flex-shrink: 0;
}

.error-content {
    flex: 1;
    /*! line-height: 1.5; */
    font-size: 14px;
}

.error-content strong {
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-error{background-color: #333;padding: 10px;color:#fff;border-left:3px solid #ff9900}

#lvn-logo-index{
  max-width: 150px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
  top: 40px;
}