@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Roboto';
}
.logo {
  max-width: 300px;
}
.conditions {
  font-style: italic;
  font-size: 14px;
  margin-top: 0.5rem;
}
/*form .form-label, form .col-form-label {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  display: flex;
}*/
ul.pagination {
  float: left;
  margin: 0;
}
div.pagination.pagination-result {
  vertical-align: top;
  float: right;
  clear: right;
}
div.pagination.pagination-result span {
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
}
div.table-responsive {
  clear: both;
}
div.table-responsive .table {
  margin: 0.5rem 0;
}

table th {
  position: relative;
}

table th a.sortable, table th a.asc, table th a.desc {
  padding-right: 20px;
  /*color: black;*/
  text-decoration: none;
  display: inline-block;
}

table th a {
  color: #212529;
}

table th a.sortable:after {
  top: 6px;
  right: 6px;
  opacity: 0.2;
  content: "\f0dc";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

table th a.asc:after {
  top: 6px;
  right: 6px;
  opacity: 0.5;
  content: "\f0dd";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

table th a.desc:after {
  top: 6px;
  right: 6px;
  opacity: 0.5;
  content: "\f0de";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}
/*.table-sm td:last-child {*/
/*  width: 10px;*/
/*}*/
.table-sm .btn.btn-sm {
  padding: 1px 5px;
  font-size: 0.75rem;
}
table .btn.btn-sm, .btn-toolbar .btn.btn-sm {
  margin: 0 2px !important;
}
table form {
  display: inline;
}
form .form-label.required:before, form .col-form-label.required:before {
  content: "\2a";
  color: red;
  padding-right: 2px;
}
h2, h3 {
  margin: 0;
}
.clear {
  clear: both;
}
.form-check {
  display: inline-block;
  margin-right: 1rem;
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: 0;
  margin-bottom: 0;
}
.col-form-label {
  padding-bottom: 0;
}
p {
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 1.75rem;
}
h3, .h3 {
  font-size: 1.5rem;
}

.invite-item+.invite-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: var(--bs-border-width) solid var(--bs-border-color);
}

#table-pdf tr.paire > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}