@font-face {
  font-family: "Univers";
  src:
    url("../fonts/univers.woff2") format("woff2"),
    url("../fonts/univers.woff") format("woff");
}

:root {
  --global-padding: 1.5rem;
  --choices-primary-color: #000000;
  --choices-keyline-color: #000000;
  --choices-bg-color: #ffffff;
  --choices-border-radius-item: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: "Archivo", sans-serif;
  background-color: #fff;
  color: #000;
}
body {
  padding: 0;
  margin: 0;
}
.site-header {
  max-width: 100%;
  /* padding: var(--global-padding); */
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.custom-logo-link {
  display: block;
  /* max-width: 20%; */
  width: 12rem;
  margin-left: auto;
  margin-bottom: -5rem;
}

.main-navigation .menu {
  text-transform: uppercase;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
  font-size: 1.25rem;
  max-width: 96rem;
  padding: 0;
  margin: 0 auto 3em;
}
.main-navigation a {
  text-decoration: none;
  display: inline-block;
}

/*--------------------------------------------------------------
## Footer site
--------------------------------------------------------------*/

.ico {
  width: 1em;
  height: 1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.ico-facebook {
  background-image: url(../img/icon-facebook.svg);
}
.ico-instagram {
  background-image: url(../img/icon-instagram.svg);
}
.ico-twitter {
  background-image: url(../img/icon-twitter.svg);
}
.ico-mail {
  background-image: url(../img/icon-mail.svg);
}
.ico-pinterest {
  background-image: url(../img/icon-pinterest.svg);
}
.ico-linkedin {
  background-image: url(../img/icon-linkedin.svg);
}
.ico-whatsapp {
  background-image: url(../img/icon-whatsapp.svg);
}

.site-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "Univers", sans-serif;
  text-transform: uppercase;
  background: #fff;
  border-top: 1px solid #000;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
}
.site-info section {
  margin: 0 0.5em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.site-info a {
  font-weight: normal;
}
.site-info .menu,
.lang-list,
.rs-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  vertical-align: middle;
}
.rs-list {
  font-size: 1.25em;
}
.site-info .menu li,
.lang-list li {
  display: inline-block;
  margin-right: 0.5em;
}
.lang-list li .selected {
  font-weight: 700;
}
.rs-list li {
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (min-width: 48em) {
  .site-info section {
    margin: 0 2em;
  }
}
.site-main {
  max-width: 96rem;
  margin: 0 auto;
}
.table-filters {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  margin: 0 var(--global-padding) 1em;
  padding-right: 5rem;
}
.table-filters > * {
  flex: 0 1 min(100%, 18rem);
}
select {
  padding: 0.5em;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
}
label {
  margin-right: 1em;
}
.table-cont {
  max-width: 100%;
  overflow-x: auto;
}
/* Tableau */
table {
  margin: 0 var(--global-padding) 4em;
  width: calc(100% - 2 * var(--global-padding));
  border-collapse: collapse;
  line-height: 1.2;
  font-size: 0.75em;
}
.label-value,
th,
th button {
  font-weight: 700;
  padding: 0.5em;
  text-align: left;
  border-bottom: 3px solid #000;
  text-transform: uppercase;
  font-size: 0.875rem;
}
th:last-child {
  text-align: center;
}
th button {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.125em;
  padding: 0;
  border: 0;
  align-items: center;
  background: none;
}
th button img {
  width: 1em;
  opacity: 0;
}
th[aria-sort] button img,
th button:focus img,
th button:hover img {
  opacity: 1;
}
th[aria-sort="descending"] button img {
  transform: rotate(90deg);
}
th[aria-sort="ascending"] button img {
  transform: rotate(-90deg);
}
td {
  padding: 0.5em;
  border-bottom: 1px solid #999;
}
td:nth-child(2) {
  text-transform: uppercase;
}
tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background-color: #f9f9f9;
}
tr.hide {
  display: none;
}
table img {
  display: block;
  width: 1.5em;
  height: auto;
  margin: 0 auto;
}
table a {
  text-decoration: none;
  font-weight: 700;
}

.label-value {
  border-bottom: 0;
  display: block;
  padding: 0;
  margin: 0.5em 0;
}
td.hidden,
th.hidden {
  display: none !important;
}
@media (max-width: 60rem) {
  thead {
    display: none;
  }
  td {
    border: 0;
    display: block;
    padding: 0;
  }
  td:nth-child(6) {
    display: inline-block;
  }
  td:nth-child(6)::after {
    content: "\00a0";
  }
  td:nth-child(7) {
    display: inline-block;
  }
  td:last-child {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
  }
  td:nth-child(2) {
    padding-top: 0.5em;
  }
  td:last-child .screen-reader-text {
    clip-path: none;
    margin: 0;
    position: static;
    display: block;
    height: unset;
    width: unset;
  }
  td:last-child a {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  td:last-child img {
    margin: 0;
  }
}
@media (min-width: 108rem) {
  .custom-logo-link {
    margin-bottom: -11rem;
  }
}
