:root {
  --bs-body-color: #22252a;
  --bs-body-font-family: "Sora", sans-serif;
  --bs-body-font-size: 11px;
}

html, body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

h1, .h1 { font-size: 1.9rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.5rem; }
h4, .h4 { font-size: 1.3rem; }
h5, .h5 { font-size: 1.2rem; }
h6, .h6 { font-size: 1.1rem; }
/* @media (max-width: 767px) {
  h1, .h1 { font-size: 2.2rem; }
  h2, .h2 { font-size: 2rem; }
  h3, .h3 { font-size: 1.7rem; }
  h4, .h4 { font-size: 1.6rem; }
  h5, .h5 { font-size: 1.5rem; }
  h6, .h6 { font-size: 1.4rem; }
} */

.fs-small {
  font-size: 0.8rem;
}
.fs-xs {
  font-size: 0.6rem;
}

.sb-1 {
  width: 64px;
}

.list-no-styles, .list-no-styles > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline, .list-inline > li {
  display: inline-block;
}

.sidebar {}
.sidebar a {
  --bs-link-color-rgb: 98, 98, 98;
}
.sidebar .link-text {
  font-size: 0.9rem;
  margin-left: 0.5rem !important;
}

.sidebar .user-nav {
  width: calc(100% - 64px);
  /* height: 100vh; */
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sidebar a .plus-icon {
  transition: all 0.15s linear;
  top: 0.3rem !important;
  right: 0.3rem !important;
}
.sidebar a[aria-expanded="true"] .plus-icon {
  transform: rotate(45deg);
}
.sidebar .nav-item a {
  padding: 0.3rem 0.8rem;
  background-color: transparent;
  border-radius: 0.3rem;
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  border: solid 1px transparent;
}
.sidebar .nav-item a:not(.no-hover):hover, .sidebar .nav-item a.active:hover {
  border-color: #5a5a5a;
}
.sidebar .nav-item a.active, .sidebar .nav-item a.is-active {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.sidebar .nav-item .bi {
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
}
.collapsable-menu {
  padding-left: 0.6rem;
}

#user-login-form .description { display: none; }
#block-geminimalist-connexionutilisateur .bi {
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
}

.toast-body a {
  color: #000;
}
.text-bg-danger .toast-body a {
  color: #fff;
}

.password-suggestions {
  font-size: 0.8rem;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
.path-frontpage .toast {
  width: 50vw!important;
  font-size: 1rem!important;
}
}
.path-frontpage .toast .toast-body {
  padding: 1.5rem!important;
}
#views-exposed-form-ag-novabox-page-1 #edit-actions {
  display: inline-block!important;
}
.sticky-enabled > thead {
  position: sticky;
  top: 0;
  z-index: 1020;
}
