/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

table {
  /* margin: 0 auto; */
  clear: both;
  padding: 16px;
}

overlay table,
onglets table {
  margin-right: 0;
}

#w .contenu table {
  margin-right: 10px;
}

table.tableSansPagination {
  margin-top: 36px;
}

table thead tr {
  height: 57px;
  text-align: left;
  color: #333333;
  background-color: #aeb04c;
  font-family:
    "Lato",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: 700;
  font-size: 16px;
}

table tbody tr {
  height: 57px;
}

table thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

table thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

table:not(.sansHover) tbody tr:hover td:not(.sansHover) {
  background-color: #fbfce9;
}

#pageDynamique table:not(.sansHover) tbody tr:hover td:not(.sansHover) {
  background-color: transparent;
}

table tbody tr:nth-child(even) {
  border: 1px solid #fbfce9;
  border-left-width: 0;
  border-right-width: 0;
}

.boite table:not(.bordure) tbody tr:nth-child(even) {
  border: 0;
}

table tbody .footer {
  background-color: #f9f9f9;
}

table tbody tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.boite table tbody tr:last-child {
  border-bottom: 0;
}

#pageGauche > table th {
  font-weight: 600;
}

table th {
  font-weight: normal;
  user-select: none;
}

table thead.gras th {
  font-weight: 600;
}

table th,
table td {
  padding: 16px 8px;
  vertical-align: top;
}

table.alignementVertical th,
table.alignementVertical td {
  vertical-align: middle;
}

table.tableauHauteurFixe tr {
  height: 41px;
}

table label {
  font-weight: normal;
}

table texte,
table texte input,
table .selecteur,
table telephone,
table courriel,
table prix,
table texte .enLecture libelle,
table texte .valeur,
table bouton {
  margin-bottom: 0;
}

table date span {
  padding-top: 1px;
  margin-bottom: 0;
}

table texte,
table .selecteur {
  margin-right: 0;
}

table + bouton {
  margin-top: 15px;
}

div .entreDeuxTableau {
  margin-bottom: 40px;
}

pagination table {
  width: 100%;
}

#w pagination table {
  width: 100%;
}

pagination table thead th {
  font-weight: 600;
}

table.totaux {
  float: right;
  border: 0;
}

table.totaux.gauche {
  float: left;
}

table.totaux.modification prix texte {
  margin-bottom: 5px;
}

table.totaux tr {
  border: 0 !important;
}

table.totaux td {
  padding-top: 0;
  padding-bottom: 0;
}

table.totaux.etatCompte td {
  padding-top: 5px;
}

table tr.aligner td texte,
table td texte.aligner,
table tr.aligner td prix {
  margin-top: 5px !important;
}

table.totaux.gauche td:first-child {
  padding-left: 0;
}

table .estSupprime td,
table .estSupprime input {
  background-color: #ffeeee !important;
  border: 0;
  color: #f75d5b;
  pointer-events: none;
}

table .empecherClic {
  pointer-events: none;
}

table.noBorder tr,
table.noBorder td {
  border: 0 !important;
}

table .texteProduit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.historique {
  margin-bottom: 20px;
}

table .centrerVertical {
  margin-top: 5px;
}

table .center-horizontal {
  display: flex;
  justify-content: center;
}

table.produitsAvecCertification tr.certification td {
  background-color: #eef0f6;
}

table.produitsAvecCertification tr.certification td div {
  display: inline;
}

td.bleu {
  background-color: #b0e0e6;
}
