/* NAVBAR */
body,
body.pushable > .pusher {
  background-color: #e0e0e0;
  padding-top: 6em;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#navbar-grid > .row {
  padding: 0px;
}

#navbar-grid {
  margin: 0px;
}

#user-avatar {
  width: 4em;
  height: 100%;
  margin: auto 1em;
}

@media screen and (max-width: 1249px) {
  #menu {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  #small-navbar {
    display: none;
  }
}

.comment-block {
  background-color: #fafafc;
  padding: 1em;
}

/* @font-face {
	font-family: 'earthorbiter';
	src: url('earthorbiter.ttf');
} */

h1,
h2,
h3,
h4 {
  font-family: earthorbiter;
}

.ui.cards {
  margin-bottom: 1em;
  margin-top: 0.875em;
}
.ui.statistics {
  justify-content: center;
}
.ui.table p {
  overflow-wrap: anywhere;
}

footer {
  position: absolute;
  bottom: 0;
}

.center-div {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}

.main-content {
  flex: 1;
  margin-bottom: 1em;
}

.avis {
  display: none;
}

.page1 {
  display: table-row;
}

@media only screen and (min-width: 1480px) and (max-width: 1779px) {
  .ui.container.custom {
      width: 1400px;
}
}

@media only screen and (min-width: 1780px) {
.ui.container.custom {
  width: 1700px;
}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.ui.container.custom {
  width: auto!important;
  margin-left: 1em!important;
  margin-right: 1em!important;
}
.ui.table:not(.unstackable) {
  padding: 0;
  width: 100%;
}
.ui.table:not(.unstackable) thead {
  display: block;
}
.ui.table:not(.unstackable) tr {
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,.1) inset!important;
}
.ui.table:not(.unstackable) td:first-child,
.ui.table:not(.unstackable) th:first-child {
  font-weight: 700;
}
.ui.table:not(.unstackable) tr>td,
.ui.table:not(.unstackable) tr>th {
  background: 0 0;
  border: none!important;
  padding: 0.25em 0.75em!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.ui.table:not(.unstackable) tbody,
.ui.table:not(.unstackable) tr,
.ui.table:not(.unstackable) tr>td,
.ui.table:not(.unstackable) tr>th {
  width: auto;
  display: block;
}
.ui.table:not(.unstackable) tfoot {
  display: block;
}
.ui.table tfoot tr:first-child>th:last-child {
  border-radius: 0 0 .28571429rem .28571429rem;
}
.ui.table:not(.unstackable) .avis {
  display: none;
}
.ui.table:not(.unstackable) .avis.page1 {
  display: block;
}
}

@media only screen and (max-width: 767px) {
.ui.table:not(.unstackable) .avis {
  display: none!important;
}
.ui.table:not(.unstackable) .avis.page1 {
  display: block!important;
}
.ui.large.labeled.icon.button.olive {
  margin: 20px 0;
}
.ui.right.floated.pagination.menu {
  margin: 20px 0;
}
}