@charset "UTF-8";
body {
  background-color: rgb(249, 250, 251);
}
body .page-container {
  max-width: 72rem;
  margin: 10rem auto;
}
body#login-page {
  background-color: #E9E8DB;
}
body#login-page .page-container {
  margin: 0 auto;
}

h1, h2, h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
}

h1, h2 {
  text-transform: uppercase;
}

h2 {
  font-weight: bold;
}

p, li, a {
  font-family: "Source Sans Pro", sans-serif;
}

.color-atm-blue {
  color: #21248e;
}

.btn, .card, .nav-link, .badge, input, select {
  border-radius: 0 !important;
}

.btn-primary {
  background-color: #EBAB5C;
  border-color: #EBAB5C;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:disabled {
  background-color: #2B2B2B !important;
  border-color: #2B2B2B !important;
}

.text-bg-primary {
  background-color: #21248e !important;
  border-color: #21248e;
}

.navbar .nav-item a {
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.navbar .nav-item a:hover {
  color: #EBAB5C;
}
.navbar .nav-item.active {
  border-bottom: 3px solid #EBAB5C;
}
.navbar .nav-item.active a {
  color: #EBAB5C;
  font-weight: bold;
}

#faq a {
  text-decoration: none !important;
}
#faq a .question {
  color: #000;
  font-size: 1.2em;
}

.top-border-orange {
  border-top: 3px solid #EBAB5C !important;
}

#wiki-categories .nav-link {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}
#wiki-categories .nav-link.active {
  background-color: #21248e;
  color: #fff !important;
  font-weight: bold;
}

#wiki-subcategories .btn {
  border-color: #EBAB5C;
  color: #EBAB5C;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}
#wiki-subcategories .btn:hover, #wiki-subcategories .btn.active {
  background-color: #EBAB5C;
  border-color: #EBAB5C;
  font-weight: bold;
  color: #fff;
}

.wiki-article .subcategory.badge {
  background-color: #EBAB5C !important;
  border-color: #EBAB5C !important;
  font-weight: bold !important;
  color: #fff !important;
}
.wiki-article .wiki-article-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}

#offcanvas {
  z-index: 1080; /* égal à celui du backdrop */
}
#offcanvas .vich-image img {
  width: 100%;
}

.toast {
  min-width: 320px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#articles .question {
  color: #000;
  font-size: 1.2em;
}

/*# sourceMappingURL=app.output.css.map */
