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

body {
  font-family: century gothic;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#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: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}

#auth {
  width: 400px;
  margin: auto;
  background-color: #333;
  border: 3px solid #DFD322;
  padding: 10px;
}

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

#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: #DFD322;
  color: white;
  cursor: pointer;
}

.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: #DFD322;
  font-weight: bold;
  text-decoration: none;
}

#banniere {
  background-color: #DFD322;
  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: 26px;
  padding: 10px;
  border-bottom: 3px solid #DFD322;
}

#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: #DFD322;
}

#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: 40px;
  padding: 10px;
  background-color: #333;
  color: #DFD322;
  margin: 10px;
  margin-bottom: 0;
}

.blocProd {
  border: 0px solid #DFD322;
  background-color: #333;
  margin-top: 10px;
  margin-left: 10px;
  color: white;
  float: left;
}

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

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

.blocProd img {
  width: 284px;
  height: 190px;
}



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

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

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

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

#config {
  padding: 10px;
}

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




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

.titreLigne a {
  background-color: #DFD322;
  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: 24px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #333;
}

.repConfig input[type=number] {
  padding: 7px;
  font-family: century gothic;
  border: 0;
  width: 130px;
  font-size: 24px;
  font-weight: bold;
  border: 3px solid #009966;
  background-color: #333;
  color: white;
  margin-top: 20px;
}

.repConfig input[type=number]:invalid {
  border: 3px solid #DFD322;
  margin-top: 20px;
}

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

.repConfig label {
  margin: 7px;
  float: left;
  padding: 10px;
  background-color: #333;
  border: 3px solid #333;
  width: 210px;
  text-align: center;
}

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

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

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

.refColor {
  text-align: center;
}

.inputTxt label {
  border: 0
}

.inputTxt label:hover {
  border: 0
}



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

#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: #DFD322;
  padding: 10px 20px;
}

#totalht, .brasconfig {
  background-color: #DFD322;
  color: #333;
  float: left;
  padding: 10px 20px;
}

.brasconfig {
  margin-right: 10px;
}

#biais, #ral {
  padding: 10px;
  font-family: century gothic;
  border: 0;
  width: 190px;
  font-size: 30px;
  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 {
  padding: 4px;
  font-family: century gothic;
  border: 3px solid #DFD322;
  width: 210px;
  font-size: 20px;
  font-weight: bold;
  background-color: #333;
  color: white;
  float: right;
}

#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: #DFD322;
  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: #DFD322;
  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 #DFD322;
}

.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 #DFD322;
}

#merci a {
  color: #DFD322;
}

#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, .auto4mf, .auto4mr, .autosomfyf, .autosomfyr, .motmanu, .ligmanivelle, .ligautomatisme {
  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 #DFD322;
  font-weight: bold;
  font-size: 30px;
}

#misselt button {
  border: 0;
  background-color: #DFD322;
  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 td {
  background-color: #333;
  font-weight: bold;
}

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

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

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

.valipcs input[type=submit] {
  border: 0;
  background-color: #DFD322;
  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;
}

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

.dateActu {
  float: right;
  background-color: #DFD322;
  color: #333;
  padding: 5px;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 14px;
  font-weight: bold;
}

.titreActu {
  color: #DFD322;
  font-weight: bold;
  font-size: 28px;
}

.photoActu {
  margin: 0px;
}

.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: #DFD322;
  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: #DFD322;
  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 #DFD322;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
}

#index_info a {
  color: #cc9900;
}