/*MYI2A*/
#filestable tr, #filestable_newsletter tr {
  background-color: rgba(0, 0, 0, .7);
}

#filestable_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > button.dt-paging-button.disabled.first,
#filestable_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > button.dt-paging-button.disabled.previous,
#filestable_newsletter_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > button.dt-paging-button.disabled.first,
#filestable_newsletter_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > button.dt-paging-button.disabled.previous {
  color: #ffffff !important;
}

.page-id-14854 td.dt-type-numeric {
  text-align: center !important;
}

#filestable_wrapper > div:nth-child(3) > div > div > nav > button,
#filestable_newsletter_wrapper > div:nth-child(3) > div > div > nav > button {
  border: 1px solid #ffffff;
  border-radius: 55px !important;
  color: #ffffff !important;
}

#filestable_wrapper > div:nth-child(3) > div.dt-end > div > nav > button.dt-paging-button:hover,
#filestable_newsletter_wrapper > div:nth-child(3) > div.dt-end > div > nav > button.dt-paging-button:hover {
  background-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .5);
  border: 1px solid transparent;
}

#filestable_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > nav > button.next,
#filestable_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > nav > button.last,
#filestable_newsletter_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > nav > button.next,
#filestable_newsletter_wrapper > div:nth-child(3) > div.dt-layout-cell.dt-end > div > nav > button.last {
  color: #ffffff !important;
}

#filestable_wrapper > div:nth-child(1) > div.dt-layout-cell.dt-end > div > nav > label,
#filestable_newsletter_wrapper > div:nth-child(1) > div.dt-layout-cell.dt-end > div > nav > label {
  margin-bottom: 12px;
}

#dt-length-0 {
  margin: 6px 0;
}

#filestable, #filestable th, #filestable td,
#filestable_newsletter, #filestable_newsletter th, #filestable_newsletter td {
  border-color: rgba(255, 255, 255, .5);
}

/* I2A-LANG */
#i2a-lang-select ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#i2a-lang-select a {
  cursor: pointer;
  margin-left: 12px;
}

#i2a-lang-select a:hover {
  text-decoration: underline;
}

#i2a-lang-select .switcher__name {
  color: #999999;
}
#i2a-lang-select .switcher__name.active {
  font-weight: bold;
  color: #ffffff;
}

/* I2A-SEARCH */
#i2a_certificats_externe, #i2a_certificats_interne {
  cursor: pointer;
}