table.plats tr:nth-child(even) {
    background: #DDD !important
}

table.plats tr:nth-child(odd) {
    background: #FFF !important
}
td input,
.top-input,
#nom,
#adresse,
#appart,
#telephone,
#Ident_Champvide {
  width:100%;
}

.aprmm-commande-informations {
  margin-bottom:2em;
}
.aprmm-commande-items {
  margin-bottom:2em;
  border-color:var(--aprmm-accent);
  width:100%;
}
.aprmm-commande-items td {
  border-color:var(--aprmm-accent);
}
.aprmm-commande-items tr:nth-child(even) {background: #EEE;}
.aprmm-commande-items tr:nth-child(odd) {background: #FFF;}

.aprmm-commande-submit {
  margin-bottom:2em;
}

.aprmm-commande-informations input { 
  margin: 6px 0;
}

.aprmm-commande-informations input:focus,
#autre:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--aprmm-accent);
}

.aprmm-commande-submit input[type=button], .aprmm-commande-submit input[type=submit], .aprmm-commande-submit input[type=reset] {
  background-color: var(--aprmm-primary);
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:100px;
  font-weight:400;
  width:fit-content;
  display:block;
  margin:0 auto;
  transition:0.4s;
}
.aprmm-commande-submit input[type=button]:hover, .aprmm-commande-submit input[type=submit]:hover, .aprmm-commande-submit input[type=reset]:hover {
  background-color: var(--aprmm-accent);
  transition:0.4s;
}
/* centrer le formulaire */
#div_block-3-134, #_rich_text-4-134 {
  width:100%;
}
.aprmm-bon-commande {
  width:50%;
  display:block;
  margin:0 auto;
}
.aprmm-bon-commande .errormessage {
  text-align: right;
  color: red;
  font-size: 0.8em;
}
.aprmm-bon-commande .errormessage.center {
  text-align: center;
}
.aprmm-bon-commande #message {
  font-size: 1.2em;
  text-align: center;
}

.aprmm-bon-commande #message.success {
  color: green;
}
.aprmm-bon-commande #message.warning {
  color: red;
}

input.error {
  border: 1px solid red;
}

@media screen and (max-width:991px) {
  .aprmm-bon-commande {
    width:95%;
  }
}
