/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/styles/core.scss ***!
  \****************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/styles/core.scss (1) ***!
  \********************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,700);
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/styles/core.scss (2) ***!
  \********************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/wgj4yjv.css);
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/styles/core.scss (3) ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * core.scss
 * Import tous les élément SCSS
 */
/**
 * _bootstrap_custom.scss
 * Bootstrap 4 variable CUSTOM
 */
a.sr-only-focusable {
  background-color: #fff;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 1.75rem;
}

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

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: "#fff";
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 1.875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 1.875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 1.875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 1.875rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 1.875rem !important;
}

.pr-30,
.px-30 {
  padding-right: 1.875rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 1.875rem !important;
}

.pl-30,
.px-30 {
  padding-left: 1.875rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -2.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

.m-n7 {
  margin: -3rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

.m-n8 {
  margin: -3.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

.m-n9 {
  margin: -4rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}

.m-n10 {
  margin: -4.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -4.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -4.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -4.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -4.5rem !important;
}

.m-n20 {
  margin: -1.25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}

.m-n30 {
  margin: -1.875rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -1.875rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -1.875rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -1.875rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -1.875rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
  }
  .m-sm-10 {
    margin: 4.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 1.25rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 1.875rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
  }
  .p-sm-10 {
    padding: 4.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 1.25rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 1.875rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n7 {
    margin: -3rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important;
  }
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n9 {
    margin: -4rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4rem !important;
  }
  .m-sm-n10 {
    margin: -4.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n20 {
    margin: -1.25rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n30 {
    margin: -1.875rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -1.875rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .m-md-10 {
    margin: 4.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 1.25rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 1.25rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 1.25rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 1.875rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 1.875rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 1.875rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .p-md-10 {
    padding: 4.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 1.25rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 1.25rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 1.25rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 1.875rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 1.875rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 1.875rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  .m-md-n7 {
    margin: -3rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4rem !important;
  }
  .m-md-n10 {
    margin: -4.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -4.5rem !important;
  }
  .m-md-n20 {
    margin: -1.25rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -1.25rem !important;
  }
  .m-md-n30 {
    margin: -1.875rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -1.875rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .m-lg-10 {
    margin: 4.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 1.25rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 1.875rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .p-lg-10 {
    padding: 4.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 1.25rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 1.875rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n7 {
    margin: -3rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-n10 {
    margin: -4.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n20 {
    margin: -1.25rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n30 {
    margin: -1.875rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -1.875rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .m-xl-10 {
    margin: 4.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 4.5rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 1.25rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 1.875rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .p-xl-10 {
    padding: 4.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 4.5rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 1.25rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 1.875rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n7 {
    margin: -3rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-n10 {
    margin: -4.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n20 {
    margin: -1.25rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n30 {
    margin: -1.875rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -1.875rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * _html-basics.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
html,
.content-center {
  background: #fff;
}

body {
  color: #000000;
}

p, dl, dt, dd, li, th, td, pre, code,
.entry-summary,
.textwidget {
  color: var(--global-text-color);
}

a,
a:hover {
  color: var(--global-link-color);
}

@media (max-width: 991px) {
  #content-left {
    background-color: var(--menu-bg-color);
    padding: 2rem 30px;
  }
}
@media (max-width: 767px) {
  #content-left {
    padding: 2rem 20px;
  }
}

.content-center {
  color: #333;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .content-center {
    padding: 0 30px;
  }
}
.content-center #main-content .entry-title,
.content-center #sidebar-front .entry-title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
}
.content-center #main-content .entry-meta,
.content-center #sidebar-front .entry-meta {
  font-size: 0.9rem;
}
.content-center #main-content .title-front,
.content-center #main-content .widget-title,
.content-center #sidebar-front .title-front,
.content-center #sidebar-front .widget-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 7px 10px 6px 10px;
  background-color: var(--home-bg-title);
  color: #FFF;
}
.content-center #main-content .widget-title-link,
.content-center #sidebar-front .widget-title-link {
  background-color: unset;
  padding: 0;
}
.content-center #main-content .widget-title-link a,
.content-center #sidebar-front .widget-title-link a {
  background-color: var(--home-bg-link-title);
  color: #FFF;
  display: block;
  padding: 7px 10px 6px 10px;
  position: relative;
}
.content-center #main-content .widget-title-link a:hover, .content-center #main-content .widget-title-link a:hover:after,
.content-center #sidebar-front .widget-title-link a:hover,
.content-center #sidebar-front .widget-title-link a:hover:after {
  background-color: var(--home-bg-link-title-hover);
  text-decoration: none;
}
.content-center #main-content .widget-title-link a:after,
.content-center #sidebar-front .widget-title-link a:after {
  content: "";
  display: inline-block;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/plus@2x.png") center center no-repeat var(--home-bg-link-title);
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center center no-repeat var(--home-bg-link-title);
  background-color: var(--home-bg-link-title);
  position: absolute;
  right: -38px;
  width: 30px;
  height: 30px;
  top: 0;
}
.content-center #sidebar aside {
  border-bottom: none !important;
  margin-bottom: 0.5rem !important;
}
.content-center #sidebar aside:last-child {
  border-bottom: none !important;
}
.content-center #sidebar .widget {
  border-top: 1.5px solid rgba(255, 255, 255, 0.3);
}
.content-center #sidebar .widget-title {
  margin-bottom: 0 !important;
  padding: 0.5rem 1rem;
  border: 1px solid var(--col-right-bg-title);
  background-color: var(--col-right-bg-title);
  color: var(--col-right-title);
  font-size: 0.95rem;
  text-transform: uppercase;
}
.content-center #sidebar .textwidget {
  border-right: 1px solid var(--col-right-border-color);
  border-bottom: 1px solid var(--col-right-border-color);
  border-left: 1px solid var(--col-right-border-color);
  padding: 1.4rem 1rem 0.5rem 1rem;
  font-size: 0.9rem;
}
.content-center ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.content-center ul li:before {
  background-color: #CCC;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
}
.content-center ul li li {
  margin-bottom: 10px;
}
.content-center ul, .content-center ol {
  margin-bottom: 20px;
  padding-left: 15px;
}
.content-center ul li, .content-center ol li {
  margin-bottom: 1.25rem;
}
.content-center ul {
  padding-left: 0;
}
.content-center p {
  margin-bottom: 1.25rem;
}

img {
  height: auto;
  max-width: 100%;
}

#main-content-footer > aside:last-child {
  border-bottom: none !important;
}

.error404 .main-content .top-menu-wrapper-container {
  justify-content: center;
}
.error404 .main-content .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.error404 .main-content .row.anim {
  margin: 0 auto;
  display: block;
  position: relative;
}
.error404 .main-content .mainframe-menu,
.error404 .main-content .choix-langue {
  display: none;
}
.error404 .main-content .logo-avertissement {
  background-color: #CA4700;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/message-avertissement.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/message-avertissement.svg") no-repeat center center;
  height: 150px;
  margin-bottom: 30px;
}
.error404 .main-content h2 {
  font-size: 1.75rem;
  color: #333333;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .error404 .main-content h2 {
    text-align: center;
  }
}
.error404 .main-content p {
  color: #333333;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 768px) {
  .error404 .main-content p {
    text-align: center;
  }
}
.error404 .main-content #options-404 {
  margin-top: 20px;
}
.error404 .main-content #options-404 div {
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 568px) {
  .error404 .main-content #options-404 div {
    padding-bottom: 8px;
  }
}
.error404 .main-content #options-404 a {
  align-items: center;
  display: inline-block;
  text-transform: uppercase;
  height: 100%;
  background-color: #0079be;
  padding: 0.5rem;
  font-size: 0.9rem;
  position: relative;
  clear: both;
}
.error404 .main-content #options-404 a:hover {
  background-color: black;
  color: #FFF;
  text-decoration: none;
}
.error404 .main-content #options-404 a::after {
  position: relative;
  content: "";
  padding: 1rem;
  display: inline-block;
  vertical-align: middle;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") left 12px center/6px no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") left 12px center/6px no-repeat;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .error404 .main-content #options-404 a {
    padding: 0.5rem 0;
    text-align: center;
  }
}
.error404 .main-content #options-404 .btn-bottin {
  background-color: #054972;
}
.error404 .main-content #options-404 .btn-joindre {
  background-color: #002439;
}

.comments-wrapper .comments .comment-author .avatar {
  display: none;
}
.comments-wrapper .comment-respond label {
  display: block;
}

.social_media_title {
  background-color: #FFF;
  display: inline-block;
  height: 20px;
  margin: -5px 10px -5px -5px;
  width: 20px;
}

.social_media_title_facebook {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook_rouge_carre.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook_rouge_carre.svg") no-repeat center;
}

.social_media_title_twitter {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter_blanc_carre.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter_blanc_carre.svg") no-repeat center;
}

.social_media_title_instagram {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/instagram_blanc.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/instagram_blanc.svg") no-repeat center;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: flex;
  align-items: center;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
  margin-right: 20px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a {
  margin: 0 6px;
}

img + figcaption {
  font-size: 0.875rem;
  margin: 5px 0 20px;
}

.mw-750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 782px) {
  .tight-columns .wp-block-column {
    margin-left: 0 !important;
  }
}
.advgb-recent-post .advgb-post-title {
  font-size: 1.25rem;
}

/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/accordions/accordions.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * accordions.scss
 * Doit contenir le visuel de tous les types d'accordéon
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
#main-content .c-accordion__item {
  margin-bottom: 10px;
}
#main-content .c-accordion__item.is-open .c-accordion__title {
  color: var(--global-accordion-color-text, #FFF);
  background-color: var(--global-accordion-color-alt, #333);
}
#main-content .c-accordion__item.is-open .c-accordion__title:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
  background-color: var(--global-accordion-color-text, #FFF);
}

#main-content .c-accordion__title {
  color: var(--global-accordion-color-alt, #333);
  background-color: var(--global-accordion-color, #efefef);
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 !important;
  padding: 10px 40px 10px 15px;
}
#main-content .c-accordion__title:hover {
  color: var(--global-accordion-color-text, #FFF);
  background-color: var(--global-accordion-color-alt, #333);
}
#main-content .c-accordion__title:hover:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
  background-color: var(--global-accordion-color-text, #FFF);
}
#main-content .c-accordion__title:after {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
  background-color: var(--global-accordion-color-alt, #333);
  display: inline-block;
  height: 100%;
  right: 15px;
  width: 15px;
}
#main-content .c-accordion__content {
  border: 1px solid var(--global-accordion-color-alt, #333);
  padding: 30px;
}
#main-content .c-accordion__content > h2:first-child,
#main-content .c-accordion__content > h3:first-child,
#main-content .c-accordion__content > h4:first-child,
#main-content .c-accordion__content > h5:first-child,
#main-content .c-accordion__content > h6:first-child {
  margin-top: 0;
}
#main-content .c-accordion__content:last-child {
  margin-bottom: 0;
}
#main-content .advgb-accordion-wrapper {
  margin-bottom: 30px;
}
#main-content .advgb-accordion-item {
  margin-bottom: 10px !important;
}
#main-content .advgb-accordion-header {
  background-color: var(--global-accordion-color, #efefef) !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  margin-top: 0;
  padding: 10px 40px 10px 15px;
}
#main-content .advgb-accordion-header-icon,
#main-content .advgb-accordion-header .ui-accordion-header-icon {
  display: none;
}
#main-content .advgb-accordion-header h4 {
  color: var(--global-accordion-color, #efefef) !important;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
}
#main-content .advgb-accordion-header h4:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
  background-color: var(--global-accordion-color, #efefef);
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 15px;
}
#main-content .advgb-accordion-header:hover, #main-content .advgb-accordion-header.ui-accordion-header-active {
  background-color: var(--global-accordion-color-alt, #333) !important;
}
#main-content .advgb-accordion-header:hover h4, #main-content .advgb-accordion-header.ui-accordion-header-active h4 {
  color: var(--global-accordion-color-text, #FFF) !important;
}
#main-content .advgb-accordion-header:hover h4:after, #main-content .advgb-accordion-header.ui-accordion-header-active h4:after {
  background-color: var(--global-accordion-color-text, #FFF);
}
#main-content .advgb-accordion-header.ui-accordion-header-active h4:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
}
#main-content .advgb-accordion-body {
  border: 1px solid var(--global-accordion-color, #efefef);
  padding: 20px 40px;
}

#accordion,
.accordion {
  margin-bottom: 25px;
}
#accordion .card,
.accordion .card {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
}
#accordion .card-header,
.accordion .card-header {
  border-bottom: none;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#accordion .card-header button,
.accordion .card-header button {
  background-color: var(--global-accordion-color, #efefef);
  color: var(--global-accordion-color-alt, #333);
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}
#accordion .card-header button[aria-expanded=true],
.accordion .card-header button[aria-expanded=true] {
  background-color: var(--global-accordion-color-alt, #333);
  color: var(--global-accordion-color-text, #FFF);
}
#accordion .card-header button[aria-expanded=true]:after,
.accordion .card-header button[aria-expanded=true]:after {
  background-color: var(--global-accordion-color-text, #FFF);
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
}
#accordion .card-header button:after,
.accordion .card-header button:after {
  content: "";
  background-color: var(--global-accordion-color-alt, #333);
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
  padding: 10px;
  right: 15px;
  position: absolute;
  height: 100%;
  top: 0;
}
#accordion .card-header button:hover, #accordion .card-header button:focus,
.accordion .card-header button:hover,
.accordion .card-header button:focus {
  background-color: var(--global-accordion-color-alt, #333);
  color: var(--global-accordion-color-text, #FFF);
  text-decoration: none;
}
#accordion .card-header button:hover:after, #accordion .card-header button:focus:after,
.accordion .card-header button:hover:after,
.accordion .card-header button:focus:after {
  background-color: var(--global-accordion-color-text, #FFF);
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
}
#accordion .card-header button:hover[aria-expanded=true]:after, #accordion .card-header button:focus[aria-expanded=true]:after,
.accordion .card-header button:hover[aria-expanded=true]:after,
.accordion .card-header button:focus[aria-expanded=true]:after {
  background-color: var(--global-accordion-color-text, #FFF);
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins.svg") center right/13px no-repeat;
}
#accordion .card-body,
.accordion .card-body {
  padding: 20px 40px;
  border: solid var(--global-accordion-color-alt, #333) 1px;
  border-top: none;
}

#mainframe .accordeons-style2 .c-accordion__title {
  background-color: unset;
  border-bottom: 2px solid var(--global-accordion-color, #efefef);
  color: var(--global-text-color);
  padding-left: 0;
}
#mainframe .accordeons-style2 .c-accordion__title:hover {
  background-color: unset;
  color: var(--global-accordion-color-text, #FFF);
  text-decoration: underline;
}
#mainframe .accordeons-style2 .c-accordion__title:after, #mainframe .accordeons-style2 .c-accordion__title:hover:after {
  background-color: var(--global-link-color);
}
#mainframe .accordeons-style2 .c-accordion__content {
  border: unset;
  margin: 0 auto;
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}
#mainframe .accordeons-style2.is-open .c-accordion__title {
  background-color: unset;
  color: var(--global-accordion-color-text, #FFF);
}
#mainframe .accordeons-style2.is-open .c-accordion__title:after {
  background-color: var(--global-link-color);
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/actualites/actualites.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * actualites.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.actualites.widget .widget-title {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.actualites.widget .uqam_actualites-all {
  float: right;
  font-size: 1.125rem;
  margin-left: 2rem;
}
.actualites.widget .uqam_actualites-all::after {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
  background-color: var(--global-link-color);
  margin-left: 0.35rem;
  padding: 0.25rem;
}
.actualites.widget .uqam_actualites-container {
  width: 100%;
  border-top: none;
  padding-top: 0;
}
.actualites.widget .uqam_actualites-container::after {
  content: "";
  display: table;
  clear: both;
}
.actualites.widget .uqam_actualites-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875em;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 1.375rem;
}
.actualites.widget article {
  display: block;
  float: none;
  width: inherit;
  margin-right: inherit;
}
.actualites.widget article .uqam_actualites-title {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.125rem;
  margin-top: 0rem;
}
.actualites.widget article img {
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}
.actualites.widget article .uqam_actualites-date {
  font-size: 0.875em;
  margin-top: 0.625rem;
}
.actualites.widget article .uqam_actualites-excerpt {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .actualites.widget .uqam_actualites-container {
    width: 100%;
    margin: 0 0 1.25rem;
  }
  .actualites.widget .uqam_actualites-wrapper {
    display: block;
  }
  .actualites.widget .uqam_actualites-wrapper .uqam_actualites-all {
    display: block;
  }
  .actualites.widget article {
    width: 100%;
    margin: 0 0 1.25rem;
    padding: 0 0 1.375rem;
  }
  .actualites.widget article .uqam_actualites-image {
    max-width: 100%;
  }
  .actualites.widget article .uqam_actualites-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .actualites.widget article .uqam_actualites-title {
    line-height: 1.5rem;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .actualites.widget article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2em;
  }
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/babillard/babillard.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * babillard.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.babillard.widget .uqam_babillard-all {
  float: right;
  font-size: 1.125rem;
  margin-left: 2rem;
}
.babillard.widget .uqam_babillard-all::after {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
  background-color: var(--global-link-color);
  margin-left: 0.35rem;
  padding: 0.25rem;
}
.babillard.widget .uqam_babillard-container {
  width: 100%;
  border-top: none;
  padding-top: 0;
}
.babillard.widget .uqam_babillard-container::after {
  content: "";
  display: table;
  clear: both;
}
.babillard.widget .uqam_babillard-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875em;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 1.375rem;
}
.babillard.widget article {
  display: block;
  float: none;
  width: inherit;
  margin-right: inherit;
}
.babillard.widget article .uqam_babillard-title {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 0;
}
.babillard.widget article .uqam_babillard-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}

.uqam_babillard-date {
  font-size: 0.875em;
  margin-top: 0.625rem;
}

.uqam_babillard-excerpt {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .babillard.widget .uqam_babillard-container {
    width: 100%;
    margin: 0 0 1.25rem;
  }
  .babillard.widget .uqam_babillard-wrapper {
    display: block;
  }
  .babillard.widget .uqam_babillard-wrapper .uqam_babillard-all {
    display: block;
  }
  .babillard.widget article {
    width: 100%;
    margin: 0 0 1.25rem;
    padding: 0 0 1.375rem;
  }
  .babillard.widget article .uqam_babillard-image {
    max-width: 100%;
  }
  .babillard.widget article .uqam_babillard-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .babillard.widget article .uqam_babillard-title {
    line-height: 1.5rem;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .babillard.widget article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2em;
  }
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/banniere/banniere.scss ***!
  \**************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * banniere.scss
 * Tout ce qui concerne les bannières en haut de page ainsi que la couleur à la droite des bannières
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.banner-zone.banner-zone-left-col {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .banner-zone.banner-zone-left-col {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.banner-zone .metaslider {
  background: var(--banner-bg-color);
}
.banner-zone .widget_metaslider_widget {
  width: 100%;
}
.banner-zone figure {
  margin-bottom: 0;
}
.banner-zone > aside {
  width: 100%;
}
.banner-zone .widget_block .wp-block-cover > span {
  background: none;
}

@media (min-width: 992px) {
  .banner-bg-color {
    background: var(--banner-bg-color);
    background: linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) var(--banner-height), #ffffff var(--banner-height), #ffffff 100%);
  }
  .banner-bg-image {
    background: var(--banner-bg-color);
    background: var(--banner-bg-image) center 0/auto var(--banner-height) repeat-x, linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) var(--banner-height), #ffffff var(--banner-height), #ffffff 100%);
  }
}
@media (min-width: 1200px) {
  .banner-bg-color {
    background: var(--banner-bg-color);
    background: linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) var(--banner-height), #ffffff var(--banner-height), #ffffff 100%);
  }
  .banner-bg-image {
    background: var(--banner-bg-color);
    background: var(--banner-bg-image) center 0/auto var(--banner-height) repeat-x, linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) var(--banner-height), #ffffff var(--banner-height), #ffffff 100%);
  }
}
@media (min-width: 992px) {
  body.compact:not(.home) .banner-zone {
    height: 37px;
    overflow-y: hidden;
  }
  body.compact:not(.home) .banner-bg-color {
    background: linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) 37px, #ffffff 37px, #ffffff 100%);
  }
  body.compact:not(.home) .banner-bg-image {
    background: var(--banner-bg-image) center 0/auto 37px repeat-x, linear-gradient(to bottom, var(--banner-bg-color) 0px, var(--banner-bg-color) 37px, #ffffff 37px, #ffffff 100%);
  }
}

.metaslider .slides {
  margin: 0;
  padding: 0;
}
.metaslider .slides li {
  margin: 0;
  padding: 0;
}
.metaslider .slides .caption-wrap {
  opacity: 1;
}
.metaslider .slides .caption-wrap .caption {
  padding: 5px 15px;
}
.metaslider .slides .caption-wrap .caption a {
  color: #FFF;
  text-decoration: underline;
}

#mainframe-body-outer.banner-bg-color .metaslider .slides li,
#mainframe-body-outer.banner-bg-image .metaslider .slides li {
  display: flex !important;
  justify-content: center;
  overflow: hidden;
}
#mainframe-body-outer.banner-bg-color .metaslider .slides li img,
#mainframe-body-outer.banner-bg-image .metaslider .slides li img {
  width: auto;
}
@media (max-width: 991px) {
  #mainframe-body-outer.banner-bg-color .metaslider .slides li img,
  #mainframe-body-outer.banner-bg-image .metaslider .slides li img {
    height: calc(var(--banner-height) / 2);
  }
}

#banner-zone-full {
  background-color: var(--banner-bg-color);
}
#banner-zone-full .flexslider {
  margin: 0;
}
#banner-zone-full .wp-block-image {
  margin: 0;
  text-align: center;
}
#banner-zone-full .widget_block .wp-block-cover > span {
  background: none;
}
#banner-zone-full .wp-block-cover {
  min-height: var(--banner-height) !important;
  height: var(--banner-height);
}

@media (min-width: 992px) {
  .banner-right #content-left {
    position: relative;
    bottom: var(--banner-height);
    z-index: 2;
    margin-bottom: calc(var(--banner-height) * -1);
  }
  .banner-right #banner-zone-full .widget_block .wp-block-cover > span {
    background: linear-gradient(90deg, var(--col-left-bg-color) 0%, var(--col-left-bg-color) 25%, rgba(0, 0, 0, 0) 25%);
    opacity: 1;
  }
}
@media (min-width: 992px) and (min-width: 2000px) {
  .banner-right #banner-zone-full .widget_block .wp-block-cover > span {
    background: linear-gradient(90deg, var(--col-left-bg-color) 0%, var(--col-left-bg-color) 35%, rgba(0, 0, 0, 0) 35%);
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/breadcrumb/breadcrumb.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * breadcrumb.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
#sub-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb {
  font-size: 0.875em;
  padding: 0.5rem 1rem;
}
.breadcrumb li:first-child + li + li {
  display: none;
}
.breadcrumb li:first-child + li + li:last-child {
  display: block;
}
.breadcrumb a {
  color: #0079be;
}
.breadcrumb a:after {
  padding-left: 0.5rem;
  content: ">";
  padding-right: 0.25rem;
  display: inline-block;
}
.breadcrumb a:hover:after {
  text-decoration: none;
}

/* Choix de langue */
/***************************/
#language-switcher .wpml-ls,
#language-switcher .widget_polylang {
  border: 0;
  padding: 0;
  position: relative;
  top: -2px;
}
#language-switcher .wpml-ls ul,
#language-switcher .widget_polylang ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  text-align: right;
}
#language-switcher .wpml-ls ul li,
#language-switcher .widget_polylang ul li {
  display: inline-block;
}
#language-switcher .wpml-ls ul li a,
#language-switcher .widget_polylang ul li a {
  color: #FFF;
  padding: 2px 5px 7px 0;
}
#language-switcher .wpml-ls ul li a:after,
#language-switcher .widget_polylang ul li a:after {
  content: "";
  padding: 0;
}
#language-switcher .wpml-ls ul li a span,
#language-switcher .widget_polylang ul li a span {
  padding-left: 15px;
}
#language-switcher .wpml-ls ul li.wpml-ls-current-language a, #language-switcher .wpml-ls ul li.current-lang a,
#language-switcher .widget_polylang ul li.wpml-ls-current-language a,
#language-switcher .widget_polylang ul li.current-lang a {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/phylactere_blanc@2x.png") right center no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/phylactere_blanc.svg") right center no-repeat;
  color: #000;
}
#language-switcher .wpml-ls ul li:first-child a,
#language-switcher .widget_polylang ul li:first-child a {
  background-position: left;
  padding-right: 0;
  padding-left: 10px;
}
#language-switcher .wpml-ls ul li:first-child a span,
#language-switcher .widget_polylang ul li:first-child a span {
  border-right: 1px solid #FFF;
  padding-left: 0;
  padding-right: 15px;
}
#language-switcher .wpml-ls ul li:last-child a span,
#language-switcher .widget_polylang ul li:last-child a span {
  border-right: none;
}

@media (min-width: 0px) and (max-width: 300px) {
  #header-mobile .idlogo nav aside#language-switcher ul {
    width: 90px;
  }
}
@media (min-width: 301px) {
  #header-mobile .idlogo nav aside#language-switcher ul {
    width: auto;
  }
}
@media (max-width: 991px) {
  #header-mobile #logo > div + div {
    padding-right: 2px;
  }
  #header-mobile #logo > div + div nav {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #language-switcher {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
  #language-switcher .wpml-ls,
  #language-switcher .widget_polylang {
    padding: 0 15px 0 0;
    top: 0;
  }
  #language-switcher .wpml-ls ul li a,
  #language-switcher .widget_polylang ul li a {
    color: #0079be;
    padding-top: 4px;
  }
  #language-switcher .wpml-ls ul li a span,
  #language-switcher .widget_polylang ul li a span {
    padding-top: 2px;
  }
  #language-switcher .wpml-ls ul li.wpml-ls-current-language a, #language-switcher .wpml-ls ul li.current-lang a,
  #language-switcher .widget_polylang ul li.wpml-ls-current-language a,
  #language-switcher .widget_polylang ul li.current-lang a {
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/phylactere_bleu@2x.png") right center no-repeat;
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/phylactere_bleu.svg") right center no-repeat;
    color: #FFF;
  }
  #language-switcher .wpml-ls ul li:first-child a,
  #language-switcher .widget_polylang ul li:first-child a {
    background-position: left;
    padding-right: 0;
    padding-left: 7px;
  }
  #language-switcher .wpml-ls ul li:first-child a span,
  #language-switcher .widget_polylang ul li:first-child a span {
    border-right: 1px solid #d9d9d9;
    padding-right: 18px;
  }
  #language-switcher .wpml-ls ul li:last-child a span,
  #language-switcher .widget_polylang ul li:last-child a span {
    border-right: none;
  }
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/customClass/customClass.scss ***!
  \********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * customClass.scss
 * Styliser les class custom
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.border-top-light {
  border-top: 1px solid #ccc;
}

.border-top-large {
  border-top: 2px solid #ccc;
}

@media (max-width: 991px) {
  aside.border-bottom {
    border-bottom: 3px double #dee2e6 !important;
  }
}
.savoirPlus a {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.savoirPlus a:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
  background-color: var(--global-link-color);
  bottom: 6px;
  content: "";
  display: inline-block;
  padding-left: 25px;
  position: absolute;
  height: 13px;
  width: 7px;
}

.content-center ul.liste-moins-espace li,
.content-center ul.liste-moins-espace li ul {
  margin-bottom: 0.5rem;
}

.img-play a {
  display: block;
  height: 100%;
  position: relative;
}
.img-play a:after {
  content: "";
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/play_rond@2x.png") no-repeat center center/70px 70px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/play_rond.svg") no-repeat center center/70px 70px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.img-play a:hover:after {
  background-color: unset;
}

.icone-lieu,
.icone-telephone,
.icone-courriel,
.icone-horaire {
  padding-left: 35px;
  position: relative;
}
.icone-lieu:before,
.icone-telephone:before,
.icone-courriel:before,
.icone-horaire:before {
  background-color: #FFF;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center center/18px;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center center/18px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
}

.icone-telephone:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center center/18px;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center center/18px;
}

.icone-courriel:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center center/18px;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center center/18px;
}

.icone-horaire:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Horaire.svg") no-repeat center center/18px;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Horaire.svg") no-repeat center center/18px;
}

.pleine-largeur {
  background-color: red;
  color: #FFF;
  padding: 20px 0;
  width: 99vw;
  position: relative;
  left: 49.5%;
  margin-left: -50vw;
}
.pleine-largeur .wp-block-group__inner-container {
  margin: 0 auto;
  padding: 0 16px 0 48px;
}
@media (min-width: 992px) {
  .pleine-largeur .wp-block-group__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .pleine-largeur .wp-block-group__inner-container {
    max-width: 1200px;
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/employe/employe.scss ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * employe.scss
 * Pour une futur page qui fais la liste des employé provenant du bottin
 * Pas encore en fonction
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
.employes_carte {
  padding-top: 30px;
}
.employes_carte h3 {
  margin: 0;
}
.employes_carte .employes_carte-poste {
  margin-bottom: 10px;
}
.employes_carte .employes_carte-contact {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.icone_employe {
  display: block;
  font-size: 1em;
  padding: 0 0 0 25px;
}
.icone_employe:before {
  content: "";
  width: 20px;
  background: #333;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 15px;
}

.icone_employe-telephone:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center/1em;
}

.icone_employe-courriel:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center/1em;
}

.icone_employe-local:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center/1em;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/evenements/evenements.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * evenements.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.evenements.widget .widget-title {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.evenements.widget .uqam_evenements-all {
  float: right;
  font-size: 1.125rem;
  margin-left: 2rem;
}
.evenements.widget .uqam_evenements-all::after {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
  background-color: var(--global-link-color);
  margin-left: 0.35rem;
  padding: 0.25rem;
}
.evenements.widget .uqam_evenements-container {
  width: 100%;
  border-top: none;
  padding-top: 0;
}
.evenements.widget .uqam_evenements-container::after {
  content: "";
  display: table;
  clear: both;
}
.evenements.widget .uqam_evenements-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.875em;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0 0 1.375rem;
}
.evenements.widget article {
  display: block;
  float: none;
  width: inherit;
  margin-right: inherit;
}
.evenements.widget article .uqam_evenements-title {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 0;
}
.evenements.widget article img {
  width: 100%;
  height: auto;
  margin-bottom: 0.625rem;
}
.evenements.widget article .uqam_evenements-content {
  font-size: 0.875em;
}
.evenements.widget article .uqam_evenements-date {
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .evenements.widget .uqam_evenements-container {
    width: 100%;
    margin: 0 0 1.25rem;
  }
  .evenements.widget .uqam_evenements-wrapper {
    display: block;
  }
  .evenements.widget .uqam_evenements-wrapper .uqam_evenements-all {
    display: block;
  }
  .evenements.widget .uqam_evenements-content {
    margin-top: 0px !important;
  }
  .evenements.widget .uqam_evenements-date {
    margin-top: 0.625rem;
  }
  .evenements.widget article {
    width: 100%;
    margin: 0 0 1.25rem;
    padding: 0 0 1.375rem;
  }
  .evenements.widget article .uqam_evenements-image {
    max-width: 100%;
  }
  .evenements.widget article .uqam_evenements-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .evenements.widget article .uqam_evenements-title {
    line-height: 1.5rem;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .evenements.widget article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 2em;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/filtre/filtre.scss ***!
  \**********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * filtre.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.aucunResultat {
  display: none;
  padding: 20px 0;
}

.grid-filtres {
  border-top: 1px solid #D4D4D4;
  display: none;
  margin-bottom: 50px;
}
.grid-filtres .element-item {
  border-bottom: 1px solid #D4D4D4;
  padding: 20px 0;
  width: 100%;
}
.grid-filtres .element-item p {
  margin: 0;
}

.filtres {
  padding-bottom: 50px;
}
.filtres h2.filtres-titre {
  font-size: 1.25rem;
  margin: 0 0 20px;
}
.filtres .enleverFiltres {
  background-color: #FFF2F2;
  border: 1px solid #E72C2C;
  color: #E72C2C;
  font-size: 0.875rem;
  margin-bottom: 25px;
}
.filtres .enleverFiltres.active {
  display: none;
}
.filtres .enleverFiltres:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") center center no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") center center no-repeat;
  background-color: #E72C2C;
  top: 9px;
}
.filtres .enleverFiltres:hover:after {
  background-color: #E72C2C;
}
.filtres .quicksearch {
  border: 1px solid #D4D4D4;
  border-top: 3px solid var(--global-link-color);
  margin-bottom: 25px;
  padding: 5px 40px 5px 10px;
  width: 100%;
}
.filtres .accordion {
  margin: 0 0 25px;
}
.filtres .accordion .card {
  margin: 0;
}
.filtres .accordion .card .card-header {
  background-color: unset;
  padding-bottom: 15px;
}
.filtres .accordion .card .card-header h3 {
  margin: 0;
}
.filtres .accordion .card .card-header h3 button {
  border: none;
  border-top: 3px solid var(--global-link-color);
  background-color: unset;
  color: var(--global-text-color);
  line-height: 1.5rem;
  padding: 5px 40px 0 0;
}
.filtres .accordion .card .card-header h3 button:hover {
  color: var(--global-text-color);
}
.filtres .accordion .card .card-header h3 button:hover:after {
  background-color: var(--global-link-color);
}
.filtres .accordion .card .card-header h3 button:after {
  background-color: var(--global-link-color);
}
.filtres .accordion .card .card-body {
  border: none;
  padding: 0;
}
.filtres .accordion ul {
  margin: 0;
  padding: 0;
}
.filtres .accordion ul.unique {
  border-top: 3px solid var(--global-link-color);
  padding-top: 10px;
}
.filtres .accordion ul li {
  margin: 0 0 5px;
  padding: 0;
}
.filtres .accordion ul li:before {
  content: none;
}
.filtres button,
.filtres select {
  align-items: center;
  background-color: unset;
  border: 1px solid #D4D4D4;
  display: flex;
  font-size: 0.875rem;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  width: 100%;
}
.filtres button:after,
.filtres select:after {
  border: 2px solid var(--global-link-color);
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 14px;
  width: 13px;
}
.filtres button:hover, .filtres button:focus,
.filtres select:hover,
.filtres select:focus {
  border: 1px solid #B4B4B4;
}
.filtres button:hover:after, .filtres button:focus:after,
.filtres select:hover:after,
.filtres select:focus:after {
  background-color: var(--global-link-color);
}
.filtres button.active,
.filtres select.active {
  background-color: var(--global-link-color);
  color: #FFF;
}
.filtres button.active:after,
.filtres select.active:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") center center no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") center center no-repeat;
  background-color: #FFF;
}
.filtres button.radio:after,
.filtres select.radio:after {
  border-radius: 10px;
}
.filtres button.radio.active:after,
.filtres select.radio.active:after {
  border-radius: unset;
}
.filtres button.filtre:focus,
.filtres select.filtre:focus {
  outline: none;
}
.filtres select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 25px;
}
.filtres select:hover {
  cursor: pointer;
}
.filtres select:focus {
  outline: unset;
}
.filtres .filtre-annee-titre {
  margin: 0;
  border-top: 3px solid var(--global-link-color);
  color: var(--global-text-color);
  line-height: 1.5rem;
  font-size: 18px;
  font-weight: normal;
  padding: 5px 15px 15px 0;
  position: relative;
}
.filtres .filtre-annee-titre:after {
  background-color: var(--global-link-color);
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") center center no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") center center no-repeat;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 14px;
  bottom: -25px;
  width: 13px;
}
.filtres .filtre-annee-titre .spinner-border {
  border-width: 0.15rem;
  display: none;
  position: absolute;
  right: 12px;
  top: 5px;
  height: 1rem;
  width: 1rem;
}

.aucunResultat + .spinner-border {
  display: block;
  margin: 0 auto;
  height: 5rem;
  width: 5rem;
}

.grid-filtres + .filtre-pagination {
  display: none;
}

@media (max-width: 991px) {
  #btn-filtres-mobile {
    background-color: #00243A;
    border: none;
    color: #FFF;
    margin-bottom: 30px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
  }
  #btn-filtres-mobile:hover {
    background-color: #0079be;
  }
  .filtres {
    background-color: rgba(26, 26, 26, 0.3);
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    overflow: scroll-y;
    height: 100%;
    width: 100%;
    z-index: 1001;
  }
  .filtres .filtres-mobile {
    background-color: #FFF;
    margin-left: 10%;
    max-height: 100%;
    overflow-y: scroll;
    padding: 100px 25px 50px;
  }
  .filtres .filtres-mobile .filtres-mobile-x {
    height: 50px;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 50px;
  }
  .filtres .filtres-mobile .filtres-mobile-x:after {
    background-color: var(--global-link-color);
    height: 100%;
    width: 100%;
    top: 0;
    right: auto;
    -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") no-repeat center center;
            mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-x2.svg") no-repeat center center;
  }
}
.single .titre-category {
  font-size: 2.813rem;
  font-weight: 500;
  padding-bottom: 60px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/filtre/filtre-programme.scss ***!
  \********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * filtre-programme.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
.filtres-programme .grid-filtres {
  border-bottom: 2px solid #D4D4D4;
}
.filtres-programme .element-item {
  display: flex;
  padding: 15px 0;
  width: 100%;
}
.filtres-programme .element-item > div {
  padding-left: 10px;
}
.filtres-programme .element-item > div:first-child {
  padding-left: 0;
}
.filtres-programme .element-item .type {
  flex-basis: 20%;
}
.filtres-programme .element-item .titre {
  flex-basis: 70%;
}
.filtres-programme .element-item .cycle,
.filtres-programme .element-item .credit {
  flex-basis: 10%;
  text-align: center;
}
.filtres-programme .element-item.thead {
  border-bottom: 2px solid #D4D4D4;
  font-size: 1.25rem;
  font-weight: bold;
}
.filtres-programme .filtres {
  padding-top: 18px;
}
.filtres-programme .filtres .quicksearch,
.filtres-programme .filtres .accordion .card .card-header h3 button {
  border-top: 2px solid #f57b20;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/filtre/filtre-nouvelle.scss ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * filtre-nouvelle.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.filtres-nouvelle .grid-filtres {
  border-top: none;
  margin: 0 -12px;
}
.filtres-nouvelle .element-item {
  border: none;
  padding: 0 12px 40px;
  width: 50%;
}
@media (min-width: 768px) {
  .filtres-nouvelle .element-item {
    width: 25%;
  }
}
.filtres-nouvelle .element-item .entry-title,
.filtres-nouvelle .element-item p {
  padding-top: 10px;
}
.filtres-nouvelle .filtres {
  padding: 0;
}
.filtres-nouvelle .filtres .accordion {
  margin: 0 0 40px;
}
.filtres-nouvelle .filtres .accordion ul {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .filtres-nouvelle .filtres .accordion ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.filtres-nouvelle .filtres .accordion ul li {
  margin: 0;
  padding: 0;
}
.filtres-nouvelle .filtres .accordion ul li:before {
  content: none;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/filtre/filtre-tuile.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * filtre-nouvelle.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.filtres-tuile h1 {
  font-weight: normal;
}
.filtres-tuile .grid-filtres {
  border: none;
}
.filtres-tuile .element-item {
  background-color: #FFF;
  box-shadow: 0px 4px 10px 1px #D4D4D4;
  border: none;
  margin-bottom: 30px;
  padding: 0;
  width: calc(50% - 15px);
}
@media (max-width: 567px) {
  .filtres-tuile .element-item {
    width: 100%;
  }
}
.filtres-tuile .element-item .attachment-post-thumbnail {
  width: 100%;
}
.filtres-tuile .element-item-container {
  padding: 25px 25px 5px;
}
.filtres-tuile .element-item-container > div,
.filtres-tuile .element-item-container .element-item-lien {
  margin-bottom: 20px;
}
.filtres-tuile .element-item-container .element-item-tags {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.filtres-tuile .element-item-container .element-item-tags a {
  margin-right: 15px;
}
.filtres-tuile .element-item-container .entry-title {
  font-size: 1.375rem !important;
  font-weight: normal;
  margin: 0 0 20px;
}
.filtres-tuile .element-item-container .entry-title a {
  color: var(--global-title-color);
}
.filtres-tuile .element-item-container .element-item-lien {
  background-color: #00395D;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  padding: 10px 55px 10px 15px;
  position: relative;
  text-transform: uppercase;
}
.filtres-tuile .element-item-container .element-item-lien:after {
  background-color: #FFF;
  content: "";
  display: block;
  height: 100%;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_droite.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_droite.svg") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  width: 7px;
}
.filtres-tuile .element-item-container .element-item-lien.balado {
  padding-left: 55px;
}
.filtres-tuile .element-item-container .element-item-lien.balado:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 100%;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-balado.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-balado.svg") no-repeat center center;
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
}
.filtres-tuile .element-item-container .element-item-lien:hover {
  background-color: var(--global-link-color);
  text-decoration: none;
}
.filtres-tuile .element-item-container .element-item-date {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.filtres-tuile .filtres h2 {
  font-size: 1.5rem;
  margin-top: 45px;
}
.filtres-tuile .filtres-mobile:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/icone-filtre@2x.png") no-repeat center center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-filtre.svg") no-repeat center center;
}
.filtres-tuile .filtres-mobile,
.filtres-tuile aside > .wp-block-group {
  padding: 1px 25px 25px;
}
.filtres-tuile .filtres-mobile,
.filtres-tuile aside > .wp-block-group,
.filtres-tuile aside > .twitter {
  background-color: #FFF;
  box-shadow: 0px 4px 10px 1px #D4D4D4;
  margin-bottom: 50px;
  position: relative;
}
.filtres-tuile .filtres-mobile:before,
.filtres-tuile aside > .wp-block-group:before,
.filtres-tuile aside > .twitter:before {
  background-color: #0079be;
  border-radius: 20px;
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  left: calc(50% - 19px);
  top: -15px;
  width: 38px;
}
.filtres-tuile .bibliotheque:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/icone-livre@2x.png") no-repeat center center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-livre.svg") no-repeat center center;
}
.filtres-tuile .bibliotheque h2 {
  margin-bottom: 30px;
}
.filtres-tuile .bibliotheque h3 {
  margin-top: 20px;
}
.filtres-tuile .bibliotheque hr {
  color: var(--global-link-color);
}
.filtres-tuile .bibliotheque ul {
  border-bottom: 1px solid #D4D4D4;
  border-top: 1px solid #D4D4D4;
  max-height: 225px;
  overflow-y: scroll;
}
.filtres-tuile .bibliotheque ul li a {
  font-size: 0.875rem;
}
.filtres-tuile .tags:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/icone-tags@2x.png") no-repeat center center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-tags.svg") no-repeat center center;
}
.filtres-tuile .tags a {
  font-size: 0.875rem !important;
  font-weight: 400;
  text-transform: uppercase;
}
.filtres-tuile .tags a:after {
  content: ",";
}
.filtres-tuile .tags a:last-child:after {
  content: none;
}
.filtres-tuile .twitter {
  padding: 45px 25px 25px;
}
.filtres-tuile .twitter:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/twitter-blanc@2x.png") no-repeat center center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter-blanc.svg") no-repeat center center;
}

.single .filtres-tuile article {
  padding: 0;
}
.single .filtres-tuile article > img {
  margin-bottom: 40px;
}
.single .filtres-tuile article .element-item-tags {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 55px;
  padding: 5px 0;
}
.single .filtres-tuile article .date-share {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.single .filtres-tuile article .share-btn a {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 25px;
}
.single .filtres-tuile article .share-btn a:before {
  background-color: #717171;
  content: "";
  display: block;
  height: 100%;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook.svg") no-repeat center center;
  position: absolute;
  width: 100%;
}
.single .filtres-tuile article .share-btn a.share-btn-twitter:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter-blanc.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter-blanc.svg") no-repeat center center;
}
.single .filtres-tuile article .is-style-balado {
  background-color: #00395D;
  text-transform: uppercase;
}
.single .filtres-tuile article .is-style-balado:hover {
  background-color: var(--global-link-color);
}
.single .filtres-tuile .sujet-similaire-titre {
  border-top: 2px solid #0079be;
  margin: 90px 0 35px;
  padding-top: 40px;
  position: relative;
}
.single .filtres-tuile .sujet-similaire-titre a {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc_bas@2x.png") no-repeat center center/13px 13px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") no-repeat center center/13px 13px;
  background-color: #0079be;
  border-radius: 30px;
  content: "";
  display: block;
  height: 46px;
  position: absolute;
  top: -23px;
  left: calc(50% - 23px);
  width: 46px;
}
.single .filtres-tuile .sujet-similaire-titre a:hover {
  background-color: #00243A;
}
.single .filtres-tuile .sujet-similaire {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 567px) {
  .single .filtres-tuile .sujet-similaire {
    -moz-columns: 1;
         columns: 1;
  }
}
.single .filtres-tuile .sujet-similaire .element-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/filtre/filtre-realisation.scss ***!
  \**********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * filtre-realisation.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.filtres-rea h1 {
  font-weight: normal;
}
.filtres-rea .grid-filtres {
  border: none;
}
.filtres-rea .element-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
  width: 30%;
  box-shadow: none;
  min-height: 280px;
}
@media (max-width: 567px) {
  .filtres-rea .element-item {
    width: 100%;
  }
}
.filtres-rea .element-item .attachment-post-thumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.filtres-rea .element-item-container {
  padding: 10px 0 0 0;
}
.filtres-rea .element-item-container > div,
.filtres-rea .element-item-container .element-item-lien {
  margin-bottom: 20px;
}
.filtres-rea .element-item-container .element-item-tags {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.filtres-rea .element-item-container .element-item-tags a {
  margin-right: 15px;
}
.filtres-rea .element-item-container .entry-title {
  font-size: 1rem !important;
  font-weight: normal;
  margin: 0 0 20px;
}
.filtres-rea .element-item-container .entry-title a {
  color: var(--global-link-color);
}
.filtres-rea .filtres h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
.filtres-rea .filtres-mobile,
.filtres-rea aside > .wp-block-group {
  padding: 1px 25px 25px;
}

.category-realisation .taxonomy-description {
  max-width: 750px;
  margin-bottom: 30px;
}

.single-realisation {
  max-width: 750px;
  margin: 0 auto;
  padding: 0;
}
.single-realisation h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 16px 0 30px;
}
.single-realisation .img-real .attachment-post-thumbnail {
  margin-bottom: 70px;
}
.single-realisation .thematique {
  font-size: 0.625rem;
  background-color: var(--menu-bg-color-horizontal);
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  padding: 2px 8px 1px 8px;
  border-radius: 4px;
}
.single-realisation {
  /*.collab-real{

  }*/
}
.single-realisation .annee-real-wrap {
  margin: 0;
  margin-bottom: 70px !important;
  font-size: 20px;
  font-weight: 500;
}
.single-realisation .annee-real-wrap .annee {
  margin-right: 4px;
}
.single-realisation .annee-real-wrap .type-projet {
  margin-left: 4px;
}
.single-realisation .annee-real-wrap .type-projet .projet + .projet::before {
  content: " - ";
  display: inline-block;
  margin-left: 6px;
  margin-left: 6px;
  margin-right: 6px;
}
.single-realisation .retour-lien {
  color: #fff;
  font-size: 14px;
  background-color: var(--col-left-link-color);
  padding: 20px 30px;
  font-weight: 500;
  position: relative;
  width: 300px;
  display: block;
}
.single-realisation .retour-lien:after {
  content: "";
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") no-repeat center center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") no-repeat center center;
  padding-left: 13px;
  right: 30px;
  height: 13px;
  top: 50%;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}
.single-realisation .retour-lien:hover {
  text-decoration: none;
  background-color: var(--menu-bg-color-2-horizontal);
}

.home .section-collaboration a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/footer/footer-uqam.scss ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * footer-uqam.scss
 * Footer
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
#mainframe-footer {
  background: #00243A;
  background: linear-gradient(to bottom, #00243A 0%, #00243A 71%, #000000 50%, #000000 50%, #000000 100%);
  border-top: thick solid #fff;
  color: #fff;
}
@media (max-width: 991px) {
  #mainframe-footer .container {
    max-width: none;
  }
}
#mainframe-footer a {
  color: #fff;
}
#mainframe-footer a:link, #mainframe-footer a:visited, #mainframe-footer a:hover, #mainframe-footer a:focus, #mainframe-footer a:active {
  color: #fff;
}
@media (min-width: 992px) {
  #mainframe-footer {
    background: #00243A;
    border-top: thick solid;
    font-size: 0.8rem;
  }
}

#foot-uqam {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #foot-uqam {
    margin-bottom: 0;
    border-right: 1px solid rgba(129, 146, 156, 0.4);
  }
  #foot-uqam p {
    padding-left: 1rem;
  }
}

#foot-info .list-inline-item {
  display: list-item;
}
#foot-info ul li {
  font-size: 1.2rem;
  font-weight: 500;
}
#foot-info ul li + li {
  font-size: 0.9rem;
  font-weight: 500;
}
#foot-info ul li + li::before {
  content: "";
  padding-right: 0;
}
@media (max-width: 991px) {
  #foot-info ul li + li::after {
    content: "";
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") right center/7px no-repeat;
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") right center/7px no-repeat;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  #foot-info {
    padding-left: 30px;
  }
  #foot-info ul li {
    font-size: 0.8rem;
    font-weight: normal;
  }
  #foot-info ul li.list-inline-item {
    display: inline-block;
  }
  #foot-info ul li + li {
    font-size: 0.8rem;
    font-weight: normal;
  }
  #foot-info ul li + li::before {
    content: "";
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") left center/7px no-repeat;
    background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") left center/7px no-repeat;
    padding-right: 1rem;
  }
  #foot-info ul li + li::after {
    content: "";
  }
}

#foot-a11y.pb-sp {
  padding-bottom: 0.25rem !important;
}
#foot-a11y .link-a11y::before, #foot-a11y .link-a11y::after {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem;
}
#foot-a11y .link-a11y::before {
  left: -0.6rem;
  margin-left: 1rem;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/accessibilite_blanc_2@2x.png") no-repeat 0 0;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/accessibilite_blanc_2.svg") no-repeat 0 0;
}
#foot-a11y .link-a11y::after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") left center/7px no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") left center/7px no-repeat;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  #foot-a11y {
    padding-right: 30px;
  }
  #foot-a11y.pb-sp {
    padding-bottom: 0.5rem !important;
  }
}

#content-center {
  min-height: calc(100vh - 277px);
}
@media (min-width: 768px) {
  #content-center {
    min-height: calc(100vh - 277px);
  }
}
@media (min-width: 992px) {
  #content-center {
    min-height: calc(100vh - 254px);
  }
}
@media (min-width: 1200px) {
  #content-center {
    min-height: calc(100vh - 236px);
  }
}

.admin-bar #content-center {
  min-height: calc(100vh - 323px);
}
@media (min-width: 768px) {
  .admin-bar #content-center {
    min-height: calc(100vh - 309px);
  }
}
@media (min-width: 992px) {
  .admin-bar #content-center {
    min-height: calc(100vh - 286px);
  }
}
@media (min-width: 1200px) {
  .admin-bar #content-center {
    min-height: calc(100vh - 266px);
  }
}

@media (min-width: 992px) {
  #mainframe-footer.uqam {
    border-top-color: #0079be;
  }
  #mainframe-footer.esg-faculte {
    border-top-color: #ea2c2a;
  }
  #mainframe-footer.com-faculte {
    border-top-color: #eeb111;
  }
  #mainframe-footer.pol-faculte {
    border-top-color: #5091cd;
  }
  #mainframe-footer.art-faculte {
    border-top-color: #7b7d72;
  }
  #mainframe-footer.sci-faculte {
    border-top-color: #40b239;
  }
  #mainframe-footer.edu-faculte {
    border-top-color: #f57b20;
  }
  #mainframe-footer.fsh-faculte {
    border-top-color: #af006e;
  }
  #mainframe-footer.vie-faculte {
    border-top-color: #00ade6;
  }
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/gutenberg/gutenberg.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * gutenberg.scss
 * Style custom pour tous les blocs Gutenberg et Advanced Gutenberg
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 40px;
  }
}
.wp-block-columns .wp-block-column h2:first-child, .wp-block-columns .wp-block-column h3:first-child, .wp-block-columns .wp-block-column h4:first-child, .wp-block-columns .wp-block-column h5:first-child, .wp-block-columns .wp-block-column h6:first-child {
  margin-top: 0;
}

.wp-block-buttons .wp-block-button a,
.wp-block-buttons .wp-block-button input[type=button],
.wp-block-buttons .nf-field-element a,
.wp-block-buttons .nf-field-element input[type=button],
.submit-container .wp-block-button a,
.submit-container .wp-block-button input[type=button],
.submit-container .nf-field-element a,
.submit-container .nf-field-element input[type=button] {
  background-image: none;
  background-color: #0079be;
  border-radius: 0 !important;
  color: #FFF;
  font-size: 1rem;
  padding: 13px 16px 12px;
  position: relative;
  text-align: left;
}
.wp-block-buttons .wp-block-button a:hover,
.wp-block-buttons .wp-block-button input[type=button]:hover,
.wp-block-buttons .nf-field-element a:hover,
.wp-block-buttons .nf-field-element input[type=button]:hover,
.submit-container .wp-block-button a:hover,
.submit-container .wp-block-button input[type=button]:hover,
.submit-container .nf-field-element a:hover,
.submit-container .nf-field-element input[type=button]:hover {
  color: #FFF;
  background-color: #00243A;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button a:after,
.wp-block-buttons .wp-block-button input[type=button]:after,
.wp-block-buttons .nf-field-element a:after,
.wp-block-buttons .nf-field-element input[type=button]:after,
.submit-container .wp-block-button a:after,
.submit-container .wp-block-button input[type=button]:after,
.submit-container .nf-field-element a:after,
.submit-container .nf-field-element input[type=button]:after {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 7px;
}
.wp-block-buttons .wp-block-button.is-style-fleche a, .wp-block-buttons .wp-block-button.is-style-bordure a, .wp-block-buttons .wp-block-button.is-style-pleine-largeur a, .wp-block-buttons .wp-block-button.is-style-balado a,
.wp-block-buttons .nf-field-element.is-style-fleche a,
.wp-block-buttons .nf-field-element.is-style-bordure a,
.wp-block-buttons .nf-field-element.is-style-pleine-largeur a,
.wp-block-buttons .nf-field-element.is-style-balado a,
.submit-container .wp-block-button.is-style-fleche a,
.submit-container .wp-block-button.is-style-bordure a,
.submit-container .wp-block-button.is-style-pleine-largeur a,
.submit-container .wp-block-button.is-style-balado a,
.submit-container .nf-field-element.is-style-fleche a,
.submit-container .nf-field-element.is-style-bordure a,
.submit-container .nf-field-element.is-style-pleine-largeur a,
.submit-container .nf-field-element.is-style-balado a {
  padding-right: 50px;
}
.wp-block-buttons .wp-block-button.is-style-fleche a:after, .wp-block-buttons .wp-block-button.is-style-bordure a:after, .wp-block-buttons .wp-block-button.is-style-pleine-largeur a:after, .wp-block-buttons .wp-block-button.is-style-balado a:after,
.wp-block-buttons .nf-field-element.is-style-fleche a:after,
.wp-block-buttons .nf-field-element.is-style-bordure a:after,
.wp-block-buttons .nf-field-element.is-style-pleine-largeur a:after,
.wp-block-buttons .nf-field-element.is-style-balado a:after,
.submit-container .wp-block-button.is-style-fleche a:after,
.submit-container .wp-block-button.is-style-bordure a:after,
.submit-container .wp-block-button.is-style-pleine-largeur a:after,
.submit-container .wp-block-button.is-style-balado a:after,
.submit-container .nf-field-element.is-style-fleche a:after,
.submit-container .nf-field-element.is-style-bordure a:after,
.submit-container .nf-field-element.is-style-pleine-largeur a:after,
.submit-container .nf-field-element.is-style-balado a:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px 13px no-repeat;
  background-color: #FFF;
  content: "";
}
.wp-block-buttons .wp-block-button.is-style-bordure a,
.wp-block-buttons .nf-field-element.is-style-bordure a,
.submit-container .wp-block-button.is-style-bordure a,
.submit-container .nf-field-element.is-style-bordure a {
  background-color: #FFF;
  border: 1px solid #0079be;
  color: #0079be;
}
.wp-block-buttons .wp-block-button.is-style-bordure a:after,
.wp-block-buttons .nf-field-element.is-style-bordure a:after,
.submit-container .wp-block-button.is-style-bordure a:after,
.submit-container .nf-field-element.is-style-bordure a:after {
  background-color: #0079be;
}
.wp-block-buttons .wp-block-button.is-style-bordure a:hover,
.wp-block-buttons .nf-field-element.is-style-bordure a:hover,
.submit-container .wp-block-button.is-style-bordure a:hover,
.submit-container .nf-field-element.is-style-bordure a:hover {
  background-color: #0079be;
  color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-bordure a:hover:after,
.wp-block-buttons .nf-field-element.is-style-bordure a:hover:after,
.submit-container .wp-block-button.is-style-bordure a:hover:after,
.submit-container .nf-field-element.is-style-bordure a:hover:after {
  background-color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-fleche-2 a, .wp-block-buttons .wp-block-button.is-style-ancre-droite a, .wp-block-buttons .wp-block-button.is-style-ancre-bas a,
.wp-block-buttons .nf-field-element.is-style-fleche-2 a,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a,
.submit-container .wp-block-button.is-style-fleche-2 a,
.submit-container .wp-block-button.is-style-ancre-droite a,
.submit-container .wp-block-button.is-style-ancre-bas a,
.submit-container .nf-field-element.is-style-fleche-2 a,
.submit-container .nf-field-element.is-style-ancre-droite a,
.submit-container .nf-field-element.is-style-ancre-bas a {
  background-color: #FAFAFA;
  color: #333;
  padding-right: 60px;
  display: inline-flex;
  align-items: center;
}
.wp-block-buttons .wp-block-button.is-style-fleche-2 a:after, .wp-block-buttons .wp-block-button.is-style-ancre-droite a:after, .wp-block-buttons .wp-block-button.is-style-ancre-bas a:after,
.wp-block-buttons .nf-field-element.is-style-fleche-2 a:after,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a:after,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a:after,
.submit-container .wp-block-button.is-style-fleche-2 a:after,
.submit-container .wp-block-button.is-style-ancre-droite a:after,
.submit-container .wp-block-button.is-style-ancre-bas a:after,
.submit-container .nf-field-element.is-style-fleche-2 a:after,
.submit-container .nf-field-element.is-style-ancre-droite a:after,
.submit-container .nf-field-element.is-style-ancre-bas a:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_bleu_droite@2x.png") no-repeat center center/10px 10px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_bleu_droite.svg") no-repeat center center/10px 10px;
  border: 2px solid #0079be;
  border-radius: 15px;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: unset;
}
.wp-block-buttons .wp-block-button.is-style-ancre-droite a, .wp-block-buttons .wp-block-button.is-style-ancre-bas a,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a,
.submit-container .wp-block-button.is-style-ancre-droite a,
.submit-container .wp-block-button.is-style-ancre-bas a,
.submit-container .nf-field-element.is-style-ancre-droite a,
.submit-container .nf-field-element.is-style-ancre-bas a {
  border-top: 2px solid #FAFAFA;
}
.wp-block-buttons .wp-block-button.is-style-ancre-droite a:after, .wp-block-buttons .wp-block-button.is-style-ancre-bas a:after,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a:after,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a:after,
.submit-container .wp-block-button.is-style-ancre-droite a:after,
.submit-container .wp-block-button.is-style-ancre-bas a:after,
.submit-container .nf-field-element.is-style-ancre-droite a:after,
.submit-container .nf-field-element.is-style-ancre-bas a:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_bleu_bas@2x.png") no-repeat center center/10px 10px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_bleu_bas.svg") no-repeat center center/10px 10px;
}
.wp-block-buttons .wp-block-button.is-style-ancre-droite a:hover, .wp-block-buttons .wp-block-button.is-style-ancre-bas a:hover,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a:hover,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a:hover,
.submit-container .wp-block-button.is-style-ancre-droite a:hover,
.submit-container .wp-block-button.is-style-ancre-bas a:hover,
.submit-container .nf-field-element.is-style-ancre-droite a:hover,
.submit-container .nf-field-element.is-style-ancre-bas a:hover {
  border-top: 2px solid #333;
}
.wp-block-buttons .wp-block-button.is-style-ancre-droite a:hover:after, .wp-block-buttons .wp-block-button.is-style-ancre-bas a:hover:after,
.wp-block-buttons .nf-field-element.is-style-ancre-droite a:hover:after,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a:hover:after,
.submit-container .wp-block-button.is-style-ancre-droite a:hover:after,
.submit-container .wp-block-button.is-style-ancre-bas a:hover:after,
.submit-container .nf-field-element.is-style-ancre-droite a:hover:after,
.submit-container .nf-field-element.is-style-ancre-bas a:hover:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_blanc_bas@2x.png") no-repeat center center/10px 10px #0079BE;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_blanc_bas.svg") no-repeat center center/10px 10px #0079BE;
}
.wp-block-buttons .wp-block-button.is-style-ancre-seul a,
.wp-block-buttons .nf-field-element.is-style-ancre-seul a,
.submit-container .wp-block-button.is-style-ancre-seul a,
.submit-container .nf-field-element.is-style-ancre-seul a {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc_bas@2x.png") no-repeat center center/13px 13px #0079BE;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") no-repeat center center/13px 13px #0079BE;
  border-radius: 40px !important;
  height: 46px;
  width: 46px;
}
.wp-block-buttons .wp-block-button.is-style-ancre-seul a:hover,
.wp-block-buttons .nf-field-element.is-style-ancre-seul a:hover,
.submit-container .wp-block-button.is-style-ancre-seul a:hover,
.submit-container .nf-field-element.is-style-ancre-seul a:hover {
  background-color: #00243A;
}
.wp-block-buttons .wp-block-button.is-style-fleche-2 a:hover,
.wp-block-buttons .nf-field-element.is-style-fleche-2 a:hover,
.submit-container .wp-block-button.is-style-fleche-2 a:hover,
.submit-container .nf-field-element.is-style-fleche-2 a:hover {
  background-color: #0079be;
  color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-fleche-2 a:hover:after,
.wp-block-buttons .nf-field-element.is-style-fleche-2 a:hover:after,
.submit-container .wp-block-button.is-style-fleche-2 a:hover:after,
.submit-container .nf-field-element.is-style-fleche-2 a:hover:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_blanc_droite@2x.png") no-repeat center center/10px 10px #0079BE;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_blanc_droite.svg") no-repeat center center/10px 10px #0079BE;
  border: 2px solid #FFF;
}
.wp-block-buttons .wp-block-button.is-style-ancre-bas a,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a,
.submit-container .wp-block-button.is-style-ancre-bas a,
.submit-container .nf-field-element.is-style-ancre-bas a {
  padding-right: 16px;
  padding-bottom: 50px;
}
.wp-block-buttons .wp-block-button.is-style-ancre-bas a:after,
.wp-block-buttons .nf-field-element.is-style-ancre-bas a:after,
.submit-container .wp-block-button.is-style-ancre-bas a:after,
.submit-container .nf-field-element.is-style-ancre-bas a:after {
  bottom: 15px;
  left: 15px;
  top: inherit;
}
.wp-block-buttons .wp-block-button.is-style-haut-page, .wp-block-buttons .wp-block-button.is-style-haut-page-2,
.wp-block-buttons .nf-field-element.is-style-haut-page,
.wp-block-buttons .nf-field-element.is-style-haut-page-2,
.submit-container .wp-block-button.is-style-haut-page,
.submit-container .wp-block-button.is-style-haut-page-2,
.submit-container .nf-field-element.is-style-haut-page,
.submit-container .nf-field-element.is-style-haut-page-2 {
  display: none;
  position: fixed;
  bottom: 125px;
  right: 125px;
  z-index: 10;
}
@media (max-width: 991px) {
  .wp-block-buttons .wp-block-button.is-style-haut-page, .wp-block-buttons .wp-block-button.is-style-haut-page-2,
  .wp-block-buttons .nf-field-element.is-style-haut-page,
  .wp-block-buttons .nf-field-element.is-style-haut-page-2,
  .submit-container .wp-block-button.is-style-haut-page,
  .submit-container .wp-block-button.is-style-haut-page-2,
  .submit-container .nf-field-element.is-style-haut-page,
  .submit-container .nf-field-element.is-style-haut-page-2 {
    bottom: 100px;
    right: 70px;
  }
}
.wp-block-buttons .wp-block-button.is-style-haut-page a, .wp-block-buttons .wp-block-button.is-style-haut-page-2 a,
.wp-block-buttons .nf-field-element.is-style-haut-page a,
.wp-block-buttons .nf-field-element.is-style-haut-page-2 a,
.submit-container .wp-block-button.is-style-haut-page a,
.submit-container .wp-block-button.is-style-haut-page-2 a,
.submit-container .nf-field-element.is-style-haut-page a,
.submit-container .nf-field-element.is-style-haut-page-2 a {
  background: none;
  color: var(--global-text-color);
  padding: 0 20px 0 0;
  max-width: 90px;
  text-align: right;
}
.wp-block-buttons .wp-block-button.is-style-haut-page a:after, .wp-block-buttons .wp-block-button.is-style-haut-page-2 a:after,
.wp-block-buttons .nf-field-element.is-style-haut-page a:after,
.wp-block-buttons .nf-field-element.is-style-haut-page-2 a:after,
.submit-container .wp-block-button.is-style-haut-page a:after,
.submit-container .wp-block-button.is-style-haut-page-2 a:after,
.submit-container .nf-field-element.is-style-haut-page a:after,
.submit-container .nf-field-element.is-style-haut-page-2 a:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_blanc_bas@2x.png") no-repeat center center/20px 20px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_blanc_bas.svg") no-repeat center center/20px 20px;
  background-color: #0079be;
  border: 2px solid #0079be;
  border-radius: 30px;
  content: "";
  height: 50px;
  width: 50px;
  top: 0;
  right: -50px;
  transform: rotate(180deg);
}
.wp-block-buttons .wp-block-button.is-style-haut-page a:hover:after, .wp-block-buttons .wp-block-button.is-style-haut-page-2 a:hover:after,
.wp-block-buttons .nf-field-element.is-style-haut-page a:hover:after,
.wp-block-buttons .nf-field-element.is-style-haut-page-2 a:hover:after,
.submit-container .wp-block-button.is-style-haut-page a:hover:after,
.submit-container .wp-block-button.is-style-haut-page-2 a:hover:after,
.submit-container .nf-field-element.is-style-haut-page a:hover:after,
.submit-container .nf-field-element.is-style-haut-page-2 a:hover:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_long_bleu_bas@2x.png") no-repeat center center/20px 20px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_bleu_bas.svg") no-repeat center center/20px 20px;
  background-color: #FFF;
}
.wp-block-buttons .wp-block-button.is-style-haut-page-2 a:after,
.wp-block-buttons .nf-field-element.is-style-haut-page-2 a:after,
.submit-container .wp-block-button.is-style-haut-page-2 a:after,
.submit-container .nf-field-element.is-style-haut-page-2 a:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc_bas@2x.png") no-repeat center center/20px 20px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") no-repeat center center/20px 20px;
  background-color: #0079be;
}
.wp-block-buttons .wp-block-button.is-style-haut-page-2 a:hover:after,
.wp-block-buttons .nf-field-element.is-style-haut-page-2 a:hover:after,
.submit-container .wp-block-button.is-style-haut-page-2 a:hover:after,
.submit-container .nf-field-element.is-style-haut-page-2 a:hover:after {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_bleu_uqam@2x.png") no-repeat center center/20px 20px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_bleu_uqam.svg") no-repeat center center/20px 20px;
  background-color: #FFF;
  transform: rotate(-90deg);
}
.wp-block-buttons .wp-block-button.is-style-pleine-largeur,
.wp-block-buttons .nf-field-element.is-style-pleine-largeur,
.submit-container .wp-block-button.is-style-pleine-largeur,
.submit-container .nf-field-element.is-style-pleine-largeur {
  width: 100%;
}
.wp-block-buttons .wp-block-button.is-style-pleine-largeur a,
.wp-block-buttons .nf-field-element.is-style-pleine-largeur a,
.submit-container .wp-block-button.is-style-pleine-largeur a,
.submit-container .nf-field-element.is-style-pleine-largeur a {
  padding-right: 35px;
  text-align: center;
  width: 100%;
}
.wp-block-buttons .wp-block-button.is-style-pleine-largeur a:after,
.wp-block-buttons .nf-field-element.is-style-pleine-largeur a:after,
.submit-container .wp-block-button.is-style-pleine-largeur a:after,
.submit-container .nf-field-element.is-style-pleine-largeur a:after {
  padding-left: 25px;
  right: unset;
  height: 13px;
  top: unset;
  bottom: 17px;
}
.wp-block-buttons .wp-block-button.is-style-balado a,
.wp-block-buttons .nf-field-element.is-style-balado a,
.submit-container .wp-block-button.is-style-balado a,
.submit-container .nf-field-element.is-style-balado a {
  padding-left: 55px;
}
.wp-block-buttons .wp-block-button.is-style-balado a:before,
.wp-block-buttons .nf-field-element.is-style-balado a:before,
.submit-container .wp-block-button.is-style-balado a:before,
.submit-container .nf-field-element.is-style-balado a:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 100%;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-balado.svg") no-repeat center center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-balado.svg") no-repeat center center;
  position: absolute;
  left: 20px;
  top: 0;
  width: 20px;
}
.wp-block-buttons .wp-block-button.is-style-menu-horizontal,
.wp-block-buttons .nf-field-element.is-style-menu-horizontal,
.submit-container .wp-block-button.is-style-menu-horizontal,
.submit-container .nf-field-element.is-style-menu-horizontal {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button.is-style-menu-horizontal a,
.wp-block-buttons .nf-field-element.is-style-menu-horizontal a,
.submit-container .wp-block-button.is-style-menu-horizontal a,
.submit-container .nf-field-element.is-style-menu-horizontal a {
  background-color: var(--col-left-icon-color);
  color: var(--menu-bg-color-horizontal);
  font-size: 0.875rem;
  padding: 2px 5px;
  text-transform: uppercase;
}
.wp-block-buttons .wp-block-button.is-style-menu-horizontal a:hover,
.wp-block-buttons .nf-field-element.is-style-menu-horizontal a:hover,
.submit-container .wp-block-button.is-style-menu-horizontal a:hover,
.submit-container .nf-field-element.is-style-menu-horizontal a:hover {
  opacity: 0.6;
}

.wp-block-quote,
.wp-block-pullquote {
  border-left: 3px solid #ccc;
  padding: 2px 0 2px 40px;
  text-align: left;
}
.wp-block-quote p:last-child,
.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-style-default,
.wp-block-pullquote.is-style-large,
.wp-block-pullquote.is-style-default {
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 2px 0 2px 40px;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-style-default p,
.wp-block-pullquote.is-style-large p,
.wp-block-pullquote.is-style-default p {
  font-style: normal;
  font-size: 1.375rem;
  line-height: 2rem;
}

.wp-block-pullquote {
  float: right;
}
@media (min-width: 768px) {
  .wp-block-pullquote {
    margin-left: 40px;
    width: 40%;
  }
}
.wp-block-pullquote cite {
  font-style: unset;
  font-weight: bold;
}

.wp-block-file .wp-block-file__button {
  display: none;
}

.wp-block-image figure.alignleft {
  margin-top: 1rem;
}

.content-center .wp-block-gallery {
  padding: 0;
}
.content-center .wp-block-gallery .blocks-gallery-grid {
  padding: 0;
}

.wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1rem;
}

.wp-block-embed-youtube.video-pleine-largeur {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.wp-block-embed-youtube.video-pleine-largeur iframe,
.wp-block-embed-youtube.video-pleine-largeur object,
.wp-block-embed-youtube.video-pleine-largeur embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube.video-pleine-largeur .wp-block-embed__wrapper {
  position: unset;
}

.wp-block-query {
  margin-top: 40px;
}
.wp-block-query ul {
  padding: 0;
  margin-bottom: 50px;
}
.wp-block-query ul li {
  padding: 0;
}
.wp-block-query ul li:before {
  content: none;
}
.wp-block-query ul li img {
  margin-bottom: 0;
}
.wp-block-query ul li h3 {
  font-size: 1.125rem;
  font-weight: unset;
  margin-top: 0;
}
.wp-block-query ul li .wp-block-post-date {
  font-size: 0.875em;
  margin-bottom: 1rem;
}

#main-content .advgb-tabs-wrapper {
  margin: 1.25rem 0;
}
#main-content .advgb-tabs-wrapper .advgb-tabs-panel {
  display: flex;
  align-items: flex-end;
}
#main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab {
  background-color: #FFF !important;
  border: 0 !important;
  border-bottom: 2px solid #FFF !important;
  border-radius: 0 !important;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab {
    text-align: right;
  }
}
#main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab:before {
  content: none;
}
#main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab a {
  color: var(--global-tabs-color-text, #333) !important;
}
#main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab-active, #main-content .advgb-tabs-wrapper .advgb-tabs-panel .advgb-tab:hover {
  background-color: var(--global-tabs-color-alt, #EFEFEF) !important;
  border-bottom: 2px solid var(--global-tabs-color, #0079BE) !important;
}
@media (max-width: 767px) {
  #main-content .advgb-tabs-wrapper.advgb-tab-horz-mobile .advgb-tabs-panel {
    align-items: unset;
  }
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper {
  border: none !important;
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body {
    padding-left: 30px;
  }
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body-header {
  font-size: 1.125rem;
  line-height: 1.8;
  position: relative;
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body-header:after {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") center right/13px no-repeat;
  background-color: var(--global-tabs-color-text, #333);
  height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .header-active {
  background-color: var(--global-tabs-color-alt, #EFEFEF) !important;
  border-bottom: 2px solid var(--global-tabs-color, #0079BE) !important;
  color: var(--global-tabs-color-text, #333) !important;
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .header-active:after {
  content: none;
}
#main-content .advgb-tabs-wrapper .advgb-tab-body-wrapper .advgb-tab-body-container .advgb-tab-body {
  border-top: 2px solid var(--global-tabs-color-alt, #EFEFEF);
}
@media (min-width: 768px) {
  #main-content .advgb-tab-horz-tablet .advgb-tab {
    margin: 3px 3px 0 0;
  }
  #main-content .advgb-tab-vert-tablet .advgb-tab {
    margin: 0 0 3px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #main-content .advgb-tab-horz-desktop .advgb-tab {
    margin: 3px 3px 0 0;
  }
  #main-content .advgb-tab-vert-desktop .advgb-tab {
    margin: 0 0 3px 0;
  }
}

.advgb-images-slider-block .slick-dots {
  display: none !important;
}

#main-content .blue-message,
#main-content .green-message,
#main-content .orange-message,
#main-content .red-message,
#main-content .grey-message {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2039215686);
  color: var(--global-text-color);
  font-size: 1rem;
  padding: 30px 30px 30px 80px;
  position: relative;
}
#main-content .blue-message:before,
#main-content .green-message:before,
#main-content .orange-message:before,
#main-content .red-message:before,
#main-content .grey-message:before {
  background-color: rgba(0, 0, 0, 0.2039215686);
  content: "";
  display: inline-block;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/message-info.svg") center center/32px 32px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/message-info.svg") center center/32px 32px no-repeat;
  position: absolute;
  left: 25px;
  top: 35px;
  height: 32px;
  width: 32px;
}
#main-content .blue-message {
  background-color: rgba(0, 121, 190, 0.0509803922);
  border-color: rgba(0, 121, 190, 0.3019607843);
}
#main-content .blue-message:before {
  background-color: #0079BE;
}
#main-content .green-message {
  background-color: rgba(64, 178, 57, 0.0509803922);
  border-color: rgba(64, 178, 57, 0.3019607843);
}
#main-content .green-message:before {
  background-color: #40B239;
}
#main-content .orange-message {
  background-color: rgba(255, 137, 0, 0.0509803922);
  border-color: rgba(255, 137, 0, 0.3019607843);
}
#main-content .orange-message:before {
  background-color: #FF8900;
}
#main-content .red-message {
  background-color: rgba(213, 0, 24, 0.0509803922);
  border-color: rgba(213, 0, 24, 0.3019607843);
}
#main-content .red-message:before {
  background-color: #D50018;
}

.content-center .advgb-testimonial-wrapper {
  padding: 0 !important;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial {
  margin: 45px -45px 45px 0;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item {
  margin: 0;
  padding: 0 45px 0 0;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-avatar-group {
  padding-bottom: 25px;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-avatar-group .advgb-testimonial-avatar {
  align-items: center;
  border: 0;
  display: flex;
  margin: 0;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-avatar-group .advgb-testimonial-avatar img {
  max-height: 100%;
  max-width: unset !important;
  width: 100%;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-info .advgb-testimonial-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0 15px;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-info .advgb-testimonial-position {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  text-transform: none;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial .advgb-testimonial-item .advgb-testimonial-info .advgb-testimonial-desc {
  font-size: 0.875rem;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial.advgb-avatar-left .advgb-testimonial-info {
  text-align: left;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial.advgb-avatar-left .advgb-testimonial-avatar-group {
  padding-bottom: 0;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial.advgb-avatar-left .advgb-testimonial-avatar-group .advgb-testimonial-avatar {
  align-items: flex-start;
  padding-right: 25px;
  padding-bottom: 0;
}
.content-center .advgb-testimonial-wrapper .advgb-testimonial.slider-view .slick-list {
  margin: 0 55px;
  padding: 0 !important;
}
.content-center .advgb-testimonial-wrapper .advgb-slider-arrow {
  border: 0;
  margin: 0;
  padding: 0;
  width: 55px !important;
}
.content-center .advgb-testimonial-wrapper .advgb-slider-arrow.advgb-slider-prev {
  left: 0;
}
.content-center .advgb-testimonial-wrapper .advgb-slider-arrow.advgb-slider-next {
  right: 0;
}
.content-center .advgb-testimonial-wrapper .advgb-slider-arrow.slick-disabled {
  display: none !important;
}
.content-center .advgb-testimonial-wrapper .advgb-slider-arrow svg {
  fill: #0079be;
}

/*
.wp-block-advgb-testimonial {

	.advgb-slider-arrow svg {
		fill: #0079be;
	}

	.advgb-testimonial-item {
		width: 270px;
	}

	.advgb-testimonial-info {
		padding-left: 20px;
	}

	.advgb-testimonial-avatar-group {
		height: 100px;
		text-align: left;

		.advgb-testimonial-avatar {
			height: auto !important;
			position: absolute;
			top: 50%;
			left: -60px;
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			margin: 0;
		}
	}
	h4 {
		margin-bottom: 0;
		text-align: left;
		padding-left: 0 !important;
	}

	h4 + p {
		text-transform: none !important;
		text-align: left;
	}

	h4 + p + p {
		text-align: left;

		& a::after {
			content: ' >';
			font-weight: bold;
		}
	}
}
*/
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/header/header-uqam.scss ***!
  \***************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * header-uqam.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
#mainframe-header.uqam {
  background-color: #0079be;
}

#mainframe-header.esg-faculte {
  background-color: #ea2c2a;
}

#mainframe-header.com-faculte {
  background-color: #eeb111;
}

#mainframe-header.pol-faculte {
  background-color: #5091cd;
}

#mainframe-header.art-faculte {
  background-color: #7b7d72;
}

#mainframe-header.sci-faculte {
  background-color: #40b239;
}

#mainframe-header.edu-faculte {
  background-color: #f57b20;
}

#mainframe-header.fsh-faculte {
  background-color: #af006e;
}

#mainframe-header.vie-faculte {
  background-color: #00ade6;
}

#mainframe-header #header-mobile .logo {
  height: 45px;
  padding: 12px 15px;
  margin: 0px;
}
#mainframe-header #header-mobile .logo img {
  height: 21px;
  width: auto;
  vertical-align: baseline;
}
#mainframe-header #header-mobile #sub-header {
  background-color: var(--menu-color-barre-mobile);
  min-height: 45px;
  height: auto;
  margin: 0px;
  padding: 0px 15px;
}
#mainframe-header #header-mobile #sub-header .navbar-brand {
  white-space: normal;
}
#mainframe-header #header-mobile #sub-header span {
  margin-bottom: 0;
}
#mainframe-header #header-mobile #sub-header span > a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-right: 1rem;
  display: block;
  text-decoration: none;
}
#mainframe-header #header-mobile #sub-header h2 {
  display: none;
}

@media (min-width: 992px) {
  #header-large {
    max-width: 1200px;
    min-height: 75px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-large .uqam #header-mobile {
    background-color: #0079be;
  }
  #header-large .esg-faculte #header-mobile {
    background-color: #ea2c2a;
  }
  #header-large .com-faculte #header-mobile {
    background-color: #eeb111;
  }
  #header-large .pol-faculte #header-mobile {
    background-color: #5091cd;
  }
  #header-large .art-faculte #header-mobile {
    background-color: #7b7d72;
  }
  #header-large .sci-faculte #header-mobile {
    background-color: #40b239;
  }
  #header-large .edu-faculte #header-mobile {
    background-color: #f57b20;
  }
  #header-large .fsh-faculte #header-mobile {
    background-color: #af006e;
  }
  #header-large .vie-faculte #header-mobile {
    background-color: #00ade6;
  }
  #header-large .logo {
    padding: 19px 30px 13px 0px;
    height: 75px;
  }
  #header-large .logo img {
    max-height: 40px;
    width: auto;
  }
  #header-large .logo img.esg {
    padding-top: 5px;
  }
  #header-large #header-title {
    padding-top: 20px;
  }
  #header-large #header-title .site-title {
    padding: 0 15px 0px 0px;
    min-height: 45px;
  }
  #header-large #header-title .site-title a {
    font-size: 1.125rem;
    font-weight: 700;
  }
  #header-large #header-title .row {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 0 0 30px;
    height: 100%;
    margin-left: -1.9rem;
  }
  #header-large #header-title .row span a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    display: block;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-decoration: none;
  }
  #header-large #header-title .row span a.large {
    margin-bottom: 0.5em;
  }
  #header-large #header-title .row h2 {
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: -4px 0px 2px;
  }
}
@media (max-width: 991px) {
  .header-uqam {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .esg-faculte #header-large .logo img {
    max-height: 32px;
    padding-top: 9px;
  }
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/liensPlus/liensPlus.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * liensPlus.scss
 * Bouton + qui apparait à côté du logo de l'UQAM dans le header
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.esg-faculte #quick-links {
  display: none !important;
}
#quick-links button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 26px;
  right: 40px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/plus@2x.png") no-repeat center center rgba(0, 0, 0, 0.4);
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus.svg") no-repeat center center rgba(0, 0, 0, 0.4);
  border: 0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#quick-links button:after {
  display: none;
}
#quick-links button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#quick-links.show button {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/moins_blanc@2x.png") rgba(0, 0, 0, 0.4) no-repeat center center/12px;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins_blanc.svg") rgba(0, 0, 0, 0.4) no-repeat center center/12px;
}
#quick-links.show button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#quick-links .dropdown-menu.uqam {
  background-color: #0079be;
}
#quick-links .dropdown-menu.esg-faculte {
  background-color: #ea2c2a;
}
#quick-links .dropdown-menu.com-faculte {
  background-color: #eeb111;
}
#quick-links .dropdown-menu.pol-faculte {
  background-color: #5091cd;
}
#quick-links .dropdown-menu.art-faculte {
  background-color: #7b7d72;
}
#quick-links .dropdown-menu.sci-faculte {
  background-color: #40b239;
}
#quick-links .dropdown-menu.edu-faculte {
  background-color: #f57b20;
}
#quick-links .dropdown-menu.fsh-faculte {
  background-color: #af006e;
}
#quick-links .dropdown-menu.vie-faculte {
  background-color: #00ade6;
}
#quick-links .dropdown-menu {
  border: 3px solid #fff;
  padding: 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 30px;
  margin-left: -134px;
  width: 294px;
}
#quick-links .dropdown-menu .background {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 55px 40px;
}
#quick-links .dropdown-menu .background:before {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 25px 25px;
  content: "";
  display: block;
  margin: 0 -25px 0 0;
  position: absolute;
  right: 50%;
  top: -25px;
}
#quick-links .dropdown-menu .background:after {
  border-style: solid;
  border-width: 0px 20px 20px;
  content: "";
  display: block;
  margin: 1px -20px 0 0;
  position: absolute;
  right: 50%;
  top: -20px;
  border-right-color: transparent;
  border-left-color: transparent;
}
#quick-links .dropdown-menu .background.uqam:after {
  border-top-color: #004972;
  border-bottom-color: #004972;
}
#quick-links .dropdown-menu .background.esg-faculte:after {
  border-top-color: #731d10;
  border-bottom-color: #731d10;
}
#quick-links .dropdown-menu .background.com-faculte:after {
  border-top-color: #8a6b1b;
  border-bottom-color: #8a6b1b;
}
#quick-links .dropdown-menu .background.pol-faculte:after {
  border-top-color: #30577b;
  border-bottom-color: #30577b;
}
#quick-links .dropdown-menu .background.art-faculte:after {
  border-top-color: #4a4b44;
  border-bottom-color: #4a4b44;
}
#quick-links .dropdown-menu .background.sci-faculte:after {
  border-top-color: #266b22;
  border-bottom-color: #266b22;
}
#quick-links .dropdown-menu .background.edu-faculte:after {
  border-top-color: #934a13;
  border-bottom-color: #934a13;
}
#quick-links .dropdown-menu .background.fsh-faculte:after {
  border-top-color: #6a134a;
  border-bottom-color: #6a134a;
}
#quick-links .dropdown-menu .background.vie-faculte:after {
  border-top-color: #00688a;
  border-bottom-color: #00688a;
}
#quick-links .dropdown-menu .background a {
  padding: 7px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#quick-links .dropdown-menu .background a:hover {
  text-decoration: underline;
  background: none;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/menuHorizontal/menuHorizontal.scss ***!
  \**************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * menuHorizontal.scss
 * Tout ce qui concerne le menu horzontal qui se retrouve en dessous du fil ariane
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.top-menu-wrapper {
  background: var(--menu-bg-color-horizontal);
  position: relative;
  z-index: 10;
}
.top-menu-wrapper .top-menu-wrapper-container {
  display: flex;
  align-items: center;
}
.top-menu-wrapper .top-menu-wrapper-container .wp-block-image {
  margin: 0;
}
.top-menu-wrapper .top-menu-wrapper-container aside.widget {
  padding-right: 1rem;
}
.top-menu-wrapper .top-menu + .widget {
  margin-left: auto;
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li {
  background-color: var(--menu-bg-color-horizontal);
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > a {
  color: var(--menu-text-color-horizontal);
  padding: 20px;
}
@media (max-width: 1199px) {
  .top-menu-wrapper .top-menu ul.horizontal-menu > li > a {
    padding: 20px 15px;
  }
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > a:focus, .top-menu-wrapper .top-menu ul.horizontal-menu > li > a:hover, .top-menu-wrapper .top-menu ul.horizontal-menu > li > a:active {
  background-color: var(--menu-bg-color-2-horizontal);
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul {
  background-color: var(--menu-bg-color-2-horizontal);
  padding: 20px 20px 15px;
  margin: 0;
  border: 0;
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li {
  list-style: none;
  margin: 0 0 5px;
  min-width: 250px;
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li a {
  padding: 4px 10px;
  position: relative;
  color: var(--menu-text-color-horizontal);
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li.current-menu-item a,
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li a:hover,
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li a:active,
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li a:focus {
  background-color: var(--menu-bg-color-horizontal);
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li > ul > li ul {
  display: none;
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li.current-menu-item > a, .top-menu-wrapper .top-menu ul.horizontal-menu > li.current-menu-ancestor > a, .top-menu-wrapper .top-menu ul.horizontal-menu > li:hover > a {
  background-color: var(--menu-bg-color-2-horizontal);
}
.top-menu-wrapper .top-menu ul.horizontal-menu > li.menu-item-has-children > a:after {
  background-color: var(--menu-text-color-horizontal);
  content: "";
  display: inline-block;
  margin-left: 15px;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") no-repeat center;
  height: 6px;
  width: 11px;
}
.top-menu-wrapper .top-menu ul.horizontal-menu .dropdown-header {
  font-size: inherit;
  padding: inherit;
}
.top-menu-wrapper .top-menu ul.horizontal-menu .dropdown-item {
  white-space: normal;
  word-break: inherit;
}
.top-menu-wrapper .icone-accueil a {
  height: 100%;
  padding: 20px !important;
  position: relative;
}
.top-menu-wrapper .icone-accueil a:after {
  background-color: var(--menu-text-color-horizontal);
  content: "";
  display: block;
  margin-top: 3px;
  -webkit-mask: url(ddbdabb7d2b61476ac97.svg) no-repeat;
          mask: url(ddbdabb7d2b61476ac97.svg) no-repeat;
  height: 20px;
  width: 20px;
}
.top-menu-wrapper .icone-accueil a span {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/menuMain/menuMain.scss ***!
  \**************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * menuMain.scss
 * Tout ce qui concerne le menu principal qui se retrouve dans la colonne de gauche
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.menu {
  list-style: none;
}
.menu a {
  display: block;
  text-decoration: none;
}
.menu ul {
  list-style: none;
}
.menu li ul {
  display: none;
  padding-bottom: 10px;
}
.menu li.current-menu-parent > ul {
  display: block;
}
.menu li.current-menu-ancestor > ul {
  display: block;
}

@media (min-width: 992px) {
  #content-left {
    background: var(--menu-bg-color);
  }
  .menu-bg-color {
    background: var(--col-left-bg-color); /* Old browsers */
    background: linear-gradient(to right, var(--col-left-bg-color) 0%, var(--col-left-bg-color) 40%, transparent 40%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .menu {
    padding: 0;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .menu:first-child a {
    margin-top: 0;
  }
  .menu a,
  .menu a:link,
  .menu a:visited {
    color: var(--menu-text-color);
  }
  .menu > li {
    margin-bottom: 2px;
  }
  .menu > li a {
    padding: 4px 40px 4px 15px;
    margin: 6px 0 0 0;
  }
  .menu > li > a {
    font-weight: 500;
    padding: 6px 10px 6px 15px;
  }
  .menu > li > .sub-menu > li > a {
    font-weight: 500;
  }
  .menu a:hover {
    color: var(--menu-text-color-hover);
    background-color: var(--menu-bg-color-hover);
  }
  .menu > li.active {
    background-color: var(--menu-bg-color-2);
  }
  .menu .sub-menu {
    background-color: var(--menu-bg-color-2);
    list-style: none;
    padding-left: 15px;
  }
  .menu .sub-menu li {
    position: relative;
  }
  .menu .sub-menu li a {
    color: var(--menu-2-text-color);
  }
  .menu .sub-menu li a:before {
    content: "";
    -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/puce.svg") no-repeat center left/contain;
            mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/puce.svg") no-repeat center left/contain;
    background-color: var(--menu-2-text-color);
    position: absolute;
    left: 0.5rem;
    top: 0.75rem;
    height: 0.45rem;
    width: 0.45rem;
    opacity: 0.3;
    padding: 0 0.5rem;
  }
  .menu .sub-menu li a:hover, .menu .sub-menu li.current-menu-item a {
    color: var(--menu-2-text-color-hover);
    background-color: var(--menu-2-bg-color-hover);
  }
  .menu .sub-menu li a:hover:before, .menu .sub-menu li.current-menu-item a:before {
    background-color: var(--menu-2-text-color-hover);
  }
  .menu .sub-menu > li > a {
    padding-left: 26px;
  }
  .menu .sub-menu .current-menu-item a:before {
    background-color: var(--menu-2-text-color-hover);
  }
  .menu .menu-item-ancestor > a,
  .menu .menu-item-has-children > a {
    text-decoration: none;
    padding-right: 40px;
    position: relative;
  }
  .menu .menu-item-ancestor > a:after,
  .menu .menu-item-has-children > a:after {
    -webkit-mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus_blanc.svg) no-repeat center right/contain;
            mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus_blanc.svg) no-repeat center right/contain;
    content: "";
    background-color: var(--menu-text-color);
    text-decoration: none;
    position: absolute;
    padding: 5px;
    top: calc(50% - 5px);
    display: inline-block;
    right: 15px;
  }
  .menu .menu-item-ancestor > a.active:after,
  .menu .menu-item-has-children > a.active:after {
    background-color: var(--menu-2-text-color);
    -webkit-mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins_blanc.svg) no-repeat center right/contain;
            mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins_blanc.svg) no-repeat center right/contain;
  }
  .menu .menu-item-ancestor > a.active:before, .menu .menu-item-ancestor > a:hover:before, .menu .menu-item-ancestor > a:hover:after,
  .menu .menu-item-has-children > a.active:before,
  .menu .menu-item-has-children > a:hover:before,
  .menu .menu-item-has-children > a:hover:after {
    background-color: var(--menu-text-color-hover);
  }
  .menu .current-menu-item a {
    color: var(--menu-text-color-hover);
    background-color: var(--menu-bg-color-hover);
  }
  .menu > .current-menu-ancestor.active > a,
  .menu .sub-menu .current-menu-ancestor.active > a,
  .menu .current-menu-parent > a.active,
  .menu .menu-item-has-children > a.active {
    color: var(--menu-2-text-color);
    text-decoration: none;
  }
  .menu > .current-menu-ancestor.active > a:hover,
  .menu .sub-menu .current-menu-ancestor.active > a:hover,
  .menu .current-menu-parent > a.active:hover,
  .menu .menu-item-has-children > a.active:hover {
    color: var(--menu-text-color-hover);
  }
  .menu > .current-menu-ancestor.active > a:before,
  .menu .sub-menu .current-menu-ancestor.active > a:before,
  .menu .current-menu-parent > a.active:before,
  .menu .menu-item-has-children > a.active:before {
    background-color: var(--menu-text-color);
  }
  .majuscule-menu #main-menu > li > a {
    text-transform: uppercase;
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/menuMobile/menuMobile.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * menuMobile.scss
 * Tout ce qui concerne le menu principal lorsque nous somme dans la version mobile
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.mobileMenuTrigger {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/menu_mobile_blanc@2x.png") center no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/menu_mobile_blanc.svg") center no-repeat;
  background-size: 16px;
  background-position: center right 18px;
  border: none;
  color: transparent;
  cursor: pointer;
  height: 32px;
  width: 100%;
  padding: 5px;
  z-index: 1000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.menuMobile_button-fermer {
  background: transparent;
  border: none;
  padding: 25px 0 15px;
  opacity: 1;
}

.menuMobile_button-fermer:after {
  content: "";
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") center no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center no-repeat;
  background-color: var(--menu-color-mobile);
  background-size: 0.75rem;
  border-radius: 25px;
  display: inline-block;
  padding: 1.5rem;
  transform: rotate(-90deg);
}

.mobileMenu {
  background-color: var(--menu-bg-color-mobile);
  border: 0;
  box-shadow: 5px 5px 9px 2px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin: 0;
  padding: 0 0 0.5rem;
  border: none;
}
.mobileMenu .container-fluid,
.mobileMenu .container {
  display: block;
}
@media (max-width: 991px) {
  .mobileMenu .container {
    max-width: none;
  }
}
.mobileMenu .menu {
  margin: 0;
  padding-left: 0;
}
.mobileMenu .menu a {
  color: #fff;
}
.mobileMenu .menu > li {
  background-color: var(--menu-color-mobile);
  margin-bottom: 2px;
  transition: background-color 0.25s linear;
}
.mobileMenu .menu > li.current-menu-item,
.mobileMenu .menu > li .current-menu-item {
  background-color: var(--menu-color-mobile-active);
}
.mobileMenu .menu > li.active {
  background-color: var(--menu-color-2-mobile);
}
.mobileMenu .menu > li a {
  padding: 8px 45px 8px 15px;
}
.mobileMenu .menu .sub-menu {
  color: #718591;
  list-style: none;
  padding-left: 0;
  margin-left: 15px;
}
.mobileMenu .menu .sub-menu li {
  position: relative;
}
.mobileMenu .menu .sub-menu li a:before {
  content: "";
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/puce.svg") no-repeat center left/contain;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/puce.svg") no-repeat center left/contain;
  background-color: #fff;
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  height: 0.5rem;
  width: 0.5rem;
}
.mobileMenu .menu .sub-menu > li > a {
  padding-left: 26px;
}
.mobileMenu .menu .menu-item-ancestor > a,
.mobileMenu .menu .menu-item-has-children > a {
  background: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/plus_blanc.svg) no-repeat calc(100% - 15px) center;
  text-decoration: none;
  background-size: 10px;
}
.mobileMenu .menu > .current-menu-ancestor.active > a,
.mobileMenu .menu .sub-menu .current-menu-ancestor.active > a,
.mobileMenu .menu .current-menu-parent > a.active,
.mobileMenu .menu .menu-item-has-children > a.active {
  background: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/moins_blanc.svg) no-repeat calc(100% - 13px) center;
  background-size: 14px;
  text-decoration: none;
}
.mobileMenu aside {
  margin: 2rem 1rem 1rem;
}
.mobileMenu .wp-block-buttons {
  justify-content: center;
}
.mobileMenu .wp-block-buttons .is-style-menu-horizontal a {
  padding: 7px 10px;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/menuUsers/menuUsers.scss ***!
  \****************************************************************************************************************************************************************************************************/
/**
 * menuUsers.scss
 */
#content-left nav + nav {
  position: relative;
}
#content-left nav + nav:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  display: block;
  margin: 0 15px;
  position: absolute;
  height: 2px;
  width: calc(100% - 30px);
}
#content-left nav + nav > ul {
  padding-top: 30px;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/ninjaForm/ninjaForm.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * ninjaForm.scss
 * Ajustement du visuel des élément du plugin Ninja Form
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
form .nf-form-content {
  padding: 0;
}
form .nf-field-container {
  margin-bottom: 35px;
}
form .nf-field-container .field-wrap .nf-field-label {
  margin-top: 10px;
}
form .nf-field-container .field-wrap .nf-field-label label {
  color: var(--global-title-color);
}
form .nf-field-container .field-wrap .nf-field-element input:not([type=button]),
form .nf-field-container .field-wrap .nf-field-element textarea,
form .nf-field-container .field-wrap .nf-field-element select {
  color: var(--global-text-color);
  border: 1px solid #ccc;
}
form .nf-field-container .field-wrap .nf-field-element input:not([type=button]),
form .nf-field-container .field-wrap .nf-field-element textarea {
  background-color: #FFF;
}
form .nf-field-container .field-wrap .nf-field-element select {
  cursor: pointer;
  position: relative;
}
form .nf-field-container .field-wrap .nf-field-element textarea {
  padding: 25px;
}
form .nf-field-container .field-wrap .nf-field-element > div {
  background-color: #FFF;
}
form .nf-field-container .field-wrap .nf-field-element > div:after {
  color: #0079be;
  font-size: 0.75rem;
}
form .nf-field-container .field-wrap .nf-field-element ul li:before {
  content: none;
}
@media (min-width: 768px) {
  form .nf-field-container .field-wrap .nf-field-element input:not([type=button]),
  form .nf-field-container .field-wrap .nf-field-element select, form .nf-field-container .field-wrap .nf-field-element > div {
    width: 50%;
  }
}
form .nf-field-container .field-wrap.submit-wrap {
  text-align: right;
}
form .nf-field-container .field-wrap.submit-wrap input[type=button] {
  transition: unset;
}
form .nf-field-container .list-radio-wrap .nf-field-element label,
form .nf-field-container .list-checkbox-wrap .nf-field-element label {
  cursor: pointer;
  display: inline;
  font-size: 1rem;
  margin: 0 !important;
  padding-left: 25px;
}
form .nf-field-container .list-radio-wrap .nf-field-element label:after,
form .nf-field-container .list-checkbox-wrap .nf-field-element label:after {
  border: 2px solid #0079be;
  height: 14px;
  left: 0;
  top: 2px;
  width: 14px;
}
form .nf-field-container .list-radio-wrap .nf-field-element label:before {
  background: #0079be;
  height: 6px;
  left: 4px;
  top: 6px;
  width: 6px;
}
form .nf-field-container .list-checkbox-wrap .nf-field-element label:before {
  color: #0079be;
  left: 3px;
  top: -1px;
  font-size: 0.563rem;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/pagination/pagination.scss ***!
  \******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * pagination.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.pagination {
  justify-content: center;
}
.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  border: 1px solid #0079be;
  color: #0079be;
  margin-right: 5px;
  padding: 10px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #0079be;
  color: #FFF;
  text-decoration: none;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  border: 1px solid #0079be;
  content: "";
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: 45px;
}
.pagination .page-numbers.prev:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc_gauche@2x.png") center center/7px no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_gauche.svg") center center/7px no-repeat;
  background-color: #0079be;
  left: -45px;
}
.pagination .page-numbers.next:before {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") center center/7px no-repeat;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px no-repeat;
  background-color: #0079be;
  right: -45px;
}

.filtre-pagination {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0 50px;
}
@media (max-width: 567px) {
  .filtre-pagination {
    justify-content: space-between;
  }
}
@media (max-width: 400px) {
  .filtre-pagination {
    flex-direction: column;
  }
}
.filtre-pagination button {
  background-color: unset;
  border: none;
  margin: 0;
  padding: 5px 2px;
}
.filtre-pagination .pagerNavigation {
  position: relative;
}
@media (max-width: 767px) {
  .filtre-pagination .pagerNavigation {
    text-transform: capitalize;
  }
}
.filtre-pagination .pagerNavigation:before {
  background-color: var(--global-link-color);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 14px;
}
.filtre-pagination .pagerNavigation.prev {
  padding-left: 30px;
}
.filtre-pagination .pagerNavigation.prev:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_gauche.svg") center center/7px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_gauche.svg") center center/7px no-repeat;
  left: 0;
}
.filtre-pagination .pagerNavigation.next {
  padding-right: 30px;
}
.filtre-pagination .pagerNavigation.next:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") center center/7px no-repeat;
  right: 0;
}
.filtre-pagination .pagerNavigation span {
  display: inline;
}
@media (max-width: 400px) {
  .filtre-pagination .isotope-pager {
    padding: 10px 0;
    text-align: center;
  }
}
.filtre-pagination .isotope-pager button {
  color: var(--global-link-color);
  margin: 0 8px;
}
.filtre-pagination .isotope-pager button.active {
  border-bottom: 2px solid var(--global-text-color);
  color: var(--global-text-color);
  cursor: auto;
}

.filtre-pagination-pager {
  display: none;
}
@media (max-width: 400px) {
  .filtre-pagination-pager {
    padding: 10px 0;
    text-align: center;
  }
}
.filtre-pagination-pager label {
  margin: 0;
}
.filtre-pagination-pager label input {
  border: 1px solid #D4D4D4;
  text-align: center;
  padding: 5px;
  width: 35px;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/recherche/recherche.scss ***!
  \****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * recherche.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.uqamRecherche-mobile {
  position: relative;
}

.uqamRecherche__champ-mobile {
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.uqamRecherche__envoie-mobile {
  position: absolute;
  right: 0;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/loupe_bleu@2x.png") rgba(0, 0, 0, 0) no-repeat scroll center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/loupe_bleu.svg") rgba(0, 0, 0, 0) no-repeat scroll center;
  background-size: 20px;
  box-shadow: none;
  border: 0;
  height: 100%;
  padding: 0 20px;
}

.uqamRecherche__choix_conteneur .dropdown-item.active,
.uqamRecherche__choix_conteneur .dropdown-item:active {
  background-color: #cce4f2;
  color: #004369;
  width: 100%;
}

@media (min-width: 992px) {
  .uqamRecherche {
    height: 25px;
  }
}
.uqamRecherche button {
  cursor: pointer;
}

.uqamRecherche__champ {
  border: 0;
  max-width: 194px;
  padding: 0 10px;
  height: 25px;
  font-size: 14px;
  margin-left: 33px;
  width: 87%;
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .uqamRecherche__champ {
    margin-left: -2px;
    max-width: 195px;
    width: 77%;
  }
}

.uqamRecherche_button {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  width: 25px;
  height: 25px;
  margin-left: -4px;
  position: absolute;
  right: 26px;
}

.uqamRecherche__choix {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/fleche_blanc@2x.png") rgba(0, 0, 0, 0.4) no-repeat center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc.svg") rgba(0, 0, 0, 0.4) no-repeat center;
  background-size: 8px;
  transform: rotate(90deg);
  color: transparent;
}
.uqamRecherche__choix:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.uqamRecherche__envoie {
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/png/loupe_blanc@2x.png") rgba(0, 0, 0, 0.4) no-repeat center;
  background: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/loupe_blanc.svg") rgba(0, 0, 0, 0.4) no-repeat center;
  background-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
}
.uqamRecherche__envoie:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dropdown-menu-right {
  border: none;
  border-radius: 0 0 5px 5px;
  padding: 0.25rem 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-menu-right {
    transform: translate3d(-2px, 20px, 0) !important;
    max-width: 169px;
    width: 169px;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-right {
    transform: translate3d(33px, 20px, 0) !important;
    max-width: 194px;
    width: 194px;
  }
}
.dropdown-menu-right button {
  font-size: 0.85rem;
  padding: 0.25rem 0.65rem;
}

.dropdown-toggle::after {
  border: none;
}
.dropdown-toggle::after button {
  width: 10%;
}

.content-center .cse .gsc-search-button-v2,
.content-center .gsc-search-button-v2 {
  padding: 8px 27px 9px;
  margin-top: 0;
  cursor: pointer;
}
.content-center .gsc-table-result,
.content-center .gsc-url-top,
.content-center .gsc-thumbnail-inside {
  padding-left: 0;
}
.content-center .gsc-results .gsc-cursor-box .gsc-cursor-page {
  font-size: 1rem;
  margin-right: 1rem;
}
.content-center .gsc-control-cse .gsc-input-box {
  height: 35px;
  padding: 0;
  border-radius: 0;
}
.content-center .gsc-control-cse table {
  margin: inherit;
}
.content-center .gsc-control-cse table tr {
  border: none;
}
.content-center .gsc-control-cse table td {
  padding: inherit;
}
.content-center .gsc-control-cse table .gsc-input-box td {
  padding: 4px 6px;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/retourHautPage/retourHautPage.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/**
 * retourHautPage.scss
 * Tout ce qui concerne le bouton de retour vers le haut de la page
 */
a.retourHautPage {
  display: none;
  width: 45px;
  height: 45px;
  background-color: #0079BE;
  position: fixed;
  right: 10px;
  bottom: 35px;
  border-radius: 25px;
}
a.retourHautPage:after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
  left: 50%;
  -webkit-mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_bleu_bas.svg) no-repeat center center/20px;
  mask: url(https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_long_bleu_bas.svg) no-repeat center center/20px;
  height: 20px;
}

@media screen and (min-width: 1200px) {
  a.retourHautPage {
    right: calc((100vw - 1200px) / 2);
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/tableau/tableau.scss ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * tableau.scss
 * Solution pour les tableau sur mobile
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
.wp-block-table,
table.advgb-table-frontend.wp-block-advgb-table {
  margin-bottom: 2.813rem;
}

table,
table.advgb-table-frontend.wp-block-advgb-table {
  border-collapse: collapse;
}
table thead,
table.advgb-table-frontend.wp-block-advgb-table thead {
  background-color: #FFF;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  text-transform: uppercase;
}
table tr,
table.advgb-table-frontend.wp-block-advgb-table tr {
  border: unset;
  border-bottom: 1px solid #ccc;
}
table th, table td,
table.advgb-table-frontend.wp-block-advgb-table th,
table.advgb-table-frontend.wp-block-advgb-table td {
  border: unset;
  padding: 13px 20px 13px 0;
}
table .tablesorter-header:not(.sorter-false),
table.advgb-table-frontend.wp-block-advgb-table .tablesorter-header:not(.sorter-false) {
  cursor: pointer;
}
table .tablesorter-header:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner:after,
table.advgb-table-frontend.wp-block-advgb-table .tablesorter-header:not(.sorter-false).tablesorter-headerAsc .tablesorter-header-inner:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") bottom right/12px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_bas.svg") bottom right/12px 13px no-repeat;
}
table .tablesorter-header:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner:after,
table.advgb-table-frontend.wp-block-advgb-table .tablesorter-header:not(.sorter-false).tablesorter-headerDesc .tablesorter-header-inner:after {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_haut.svg") top right/12px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_haut.svg") top right/12px 13px no-repeat;
}
table .tablesorter-header:not(.sorter-false) .tablesorter-header-inner:after,
table.advgb-table-frontend.wp-block-advgb-table .tablesorter-header:not(.sorter-false) .tablesorter-header-inner:after {
  background-color: #0079be;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_hautBas.svg") center right/12px 13px no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/fleche_blanc_hautBas.svg") center right/12px 13px no-repeat;
  width: 12px;
}

.scrollableTable {
  width: 100%;
  position: relative;
}
.scrollableTable .degrade {
  height: 100%;
  width: 10%;
  max-width: 30%;
  position: absolute;
  overflow-y: hidden;
  background: none;
}
.scrollableTable .degrade.droit {
  right: 0;
  background: linear-gradient(-90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.scrollableTable .degrade.gauche {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.scrollableTable table {
  display: block;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.scrollableTable table td,
.encadre_table table th {
  white-space: nowrap;
}

table.dataTable {
  border-collapse: collapse;
}

.wp-block-table.is-style-stripes tbody,
.wp-block-advgb-table.is-style-stripes tbody {
  border-bottom: 1px solid #ccc;
}
.wp-block-table.is-style-stripes tbody tr,
.wp-block-advgb-table.is-style-stripes tbody tr {
  border-bottom: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}
.wp-block-table.is-style-stripes tbody tr td:first-child,
.wp-block-table.is-style-stripes tbody tr th:first-child,
.wp-block-table.is-style-stripes thead tr td:first-child,
.wp-block-table.is-style-stripes thead tr th:first-child,
.wp-block-advgb-table.is-style-stripes tbody tr td:first-child,
.wp-block-advgb-table.is-style-stripes tbody tr th:first-child,
.wp-block-advgb-table.is-style-stripes thead tr td:first-child,
.wp-block-advgb-table.is-style-stripes thead tr th:first-child {
  padding-left: 12px;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/service/service.scss ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * service.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.fiche-service .fiche-contenu h2, .fiche-service .fiche-contenu h3, .fiche-service .fiche-contenu h4, .fiche-service .fiche-contenu h5, .fiche-service .fiche-contenu h6 {
  margin-top: 0;
}
.fiche-service .fiche-contenu section {
  border-top: 1px solid #ccc;
}
.fiche-service .fiche-contenu section:first-of-type {
  border-top: 0;
}

.usagers {
  margin: 20px 0;
  display: flex;
  flex-wrap: nowrap;
}
.usagers-term {
  background: #333;
  color: #fff;
  padding: 1px 5px;
  font-size: 0.75em;
  text-transform: uppercase;
  display: inline-block;
  margin: 3px 1px;
}
.usagers-label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 3px 10px 3px 0;
}
.usagers-data {
  display: inline-block;
}

.bloc_service {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.bloc_service .bloc_service-titre {
  margin: 0;
  background-color: var(--global-title-color);
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px 10px 10px 55px;
}
.bloc_service .bloc_service-titre:before {
  content: "";
  width: 20px;
  background: #fff;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 35px;
}
@media (min-width: 768px) {
  .bloc_service .bloc_service-titre:before {
    left: 25px;
  }
}
.bloc_service .icone_service-obtenir:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Obtention.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Obtention.svg") no-repeat center/1em;
}
.bloc_service .icone_service-telephone:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Telephone.svg") no-repeat center/1em;
}
.bloc_service .icone_service-courriel:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Courriel.svg") no-repeat center/1em;
}
.bloc_service .icone_service-formulaire:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fleche.svg") no-repeat 6px center/0.65em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fleche.svg") no-repeat 6px center/0.65em;
}
.bloc_service .icone_service-local:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Local.svg") no-repeat center/1em;
}
.bloc_service .icone_service-url:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fleche.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fleche.svg") no-repeat center;
}
.bloc_service .icone_service-horaire:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Horaire.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Horaire.svg") no-repeat center/1em;
}
.bloc_service .icone_service-tarifs:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Tarifs.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Tarifs.svg") no-repeat center/1em;
}
.bloc_service .icone_service-partenaires:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Partenaires.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Partenaires.svg") no-repeat center/1em;
}
.bloc_service .icone_service-personne:before {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Personne.svg") no-repeat center/1em;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Personne.svg") no-repeat center/1em;
}
.bloc_service .bloc_service-content {
  padding: 25px 20px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .bloc_service .bloc_service-content {
    padding: 25px;
  }
}
.bloc_service .bloc_service-content > div {
  margin-top: 20px;
}
.bloc_service .bloc_service-content > div:first-child {
  margin-top: 0;
}
.bloc_service .bloc_service-content h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
}
.bloc_service .bloc_service-content h3:nth-child(2n) {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.bloc_service .bloc_service-content p:last-child {
  margin-bottom: 0;
}
.bloc_service .bloc_service-content ul {
  padding-left: 20px;
}
.bloc_service .bloc_service-content ul li a {
  font-size: 0.875rem;
}
.bloc_service .bloc_service-content .point_contact {
  margin-bottom: 1rem;
}
.bloc_service .bloc_service-content .point_contact p {
  margin-bottom: 5px;
  padding-left: 25px;
}
.bloc_service .bloc_service-content .point_contact p a {
  overflow-wrap: break-word;
}
.bloc_service .bloc_service-content .point_contact p:last-child {
  margin-bottom: 0;
}
.bloc_service .bloc_service-content .point_contact:last-child {
  margin-bottom: 0;
}
.bloc_service .bloc_service-content .bloc_service-description p {
  padding-left: 0;
}
.bloc_service .bloc_service-content .bloc_service-label {
  font-weight: 500;
}
.bloc_service .bloc_service-content .icone_service {
  display: block;
  font-size: 1em;
  padding: 0 0 0 25px;
}
.bloc_service .bloc_service-content .icone_service:before {
  content: "";
  width: 20px;
  background: var(--global-title-color);
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 35px;
}
@media (min-width: 768px) {
  .bloc_service .bloc_service-content .icone_service:before {
    left: 25px;
  }
}
.bloc_service .bloc_service-content .icone_service + span {
  padding: 0 0 0 25px;
}
.bloc_service .bloc_service-content .icone_service.icone_service-url {
  padding-left: 20px;
}
.bloc_service .bloc_service-content .icone_service.icone_service-url:before {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}

.servicesConnexes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}
.servicesConnexes .serviceConnexe {
  width: 100%;
  flex-grow: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.servicesConnexes .serviceConnexe .btn-consulter {
  display: block;
  max-width: 200px;
  margin: 2rem auto;
  border: 1px solid var(--global-link-color);
  padding: 10px 35px 10px 25px;
}
.servicesConnexes .serviceConnexe .btn-consulter:after {
  content: "";
  width: 12px;
  background: var(--global-link-color);
  height: 15px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 2px;
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fichier.svg") no-repeat center;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/icone-Fichier.svg") no-repeat center;
}
.servicesConnexes .serviceConnexe .btn-consulter:hover {
  background-color: var(--global-link-color);
  color: #fff;
  text-decoration: none;
}
.servicesConnexes .serviceConnexe .btn-consulter:hover:after {
  filter: brightness(0) invert(1);
}
.servicesConnexes .serviceConnexe:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  .servicesConnexes {
    flex-direction: row;
  }
  .servicesConnexes .serviceConnexe {
    flex-grow: 0;
    padding: 0 25px;
    border-top: 0;
    border-left: 1px solid #ccc;
  }
  .servicesConnexes .serviceConnexe:first-child {
    border-left: 0;
    padding-left: 0;
  }
}
.actifInformationnel {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  width: 100%;
}
.actifInformationnel:not(.publie) {
  background-color: #eee;
  opacity: 0.5;
}

.widget .actifInformationnel {
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
.widget .actifInformationnel:first-of-type {
  border-top: none;
  margin-top: 0;
}
.widget .actifInformationnel:first-of-type h2 {
  padding-top: 0;
}
.widget .actifInformationnel h2 {
  margin-top: 0;
  padding-top: 2rem;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/shame/shame.scss ***!
  \********************************************************************************************************************************************************************************************/
/**
 * component.scss
 */
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/sidebarPromo/sidebarPromo.scss ***!
  \**********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * promoSidebar.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.promo-sidebar h1, .promo-sidebar h2, .promo-sidebar h3, .promo-sidebar h4, .promo-sidebar h5, .promo-sidebar h6,
.promo-sidebar .widget-title {
  color: var(--col-left-title-color);
}
.promo-sidebar p, .promo-sidebar dl, .promo-sidebar dt, .promo-sidebar dd, .promo-sidebar li, .promo-sidebar th, .promo-sidebar td, .promo-sidebar pre, .promo-sidebar code,
.promo-sidebar .textwidget {
  color: var(--col-left-text-color);
  margin-bottom: 1.25rem;
}
.promo-sidebar aside:last-child {
  padding-bottom: 40px;
}
.promo-sidebar nav:not(:first-child):before,
.promo-sidebar aside:before {
  content: "";
  display: block;
  border-top: 2px solid var(--col-left-separators);
  margin: 0 15px;
  padding-top: 35px;
}
.promo-sidebar a {
  color: var(--col-left-link-color);
}
.promo-sidebar a:link, .promo-sidebar a:visited {
  color: var(--col-left-link-color);
}
.promo-sidebar a:hover, .promo-sidebar a:focus, .promo-sidebar a:active {
  text-decoration: underline;
}

@media (max-width: 991px) {
  #promo-footer {
    background: var(--menu-bg-color);
    text-align: center;
  }
  #promo-footer .promo-sidebar {
    display: inline-block;
    margin: 0 16px 16px;
  }
  #promo-footer .promo-sidebar img {
    max-width: 100%;
    height: auto;
  }
  #promo-footer .promo-sidebar:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .promo-sidebar {
    margin-bottom: 25px;
  }
  .promo-sidebar .promo {
    max-width: 330px;
    padding: 0;
    text-align: center;
  }
  .promo-sidebar .promo img {
    max-width: 100%;
    height: auto;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/sidebarSocialMedia/sidebarSocialMedia.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * sidebarSocialMedia.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
.icon {
  fill: var(--col-left-icon-color);
  width: 44px;
  height: 44px;
  vertical-align: middle;
}
.icon:hover {
  opacity: 0.6;
}

.hide-on-fallback {
  display: block;
  position: absolute;
  left: -100%;
  height: 0;
  width: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .widget_social_media_widget {
    padding: 1rem 0 2rem;
  }
  .widget_social_media_widget .follow-us {
    text-transform: uppercase;
    color: var(--col-left-title-color);
    font-size: 20px;
    font-weight: 300;
  }
  .widget_social_media_widget ul {
    display: inline-block;
    line-height: 2;
  }
  .widget_social_media_widget li {
    color: var(--col-left-text-color);
    margin: 5px 0;
    padding-bottom: 0;
    padding-right: 0.5rem;
  }
  .widget_social_media_widget li a {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .widget_social_media_widget li.follow-us:first-child {
    padding-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .widget_social_media_widget {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    padding: 30px 0;
  }
  #wrapper-social-media {
    margin: 0 15px;
  }
  .follow-us {
    text-transform: uppercase;
    color: var(--col-left-title-color);
    font-weight: 300;
    margin-bottom: 6px;
  }
  .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .follow-us {
    display: block;
  }
}
.wp-block-social-links {
  gap: 24px;
  justify-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .wp-block-social-links {
    gap: 8px;
  }
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: unset;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link {
  margin: 0;
  padding: 0;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link:hover {
  transform: unset;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link a {
  background-color: var(--col-left-icon-color);
  padding: 0;
  height: 32px;
  width: 32px;
}
@media (min-width: 992px) {
  .wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link a {
    height: 24px;
    width: 24px;
  }
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link a:hover {
  opacity: 0.6;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-block-social-link a svg {
  display: none;
}
.wp-block-social-links .wp-social-link-facebook a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook_blanc_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/facebook_blanc_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-twitter a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter_blanc_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/twitter_blanc_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-instagram a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/instagram_coul.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/instagram_coul.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-snapchat a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/snapchat_blanc_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/snapchat_blanc_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-youtube a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/youtube_blanc_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/youtube_blanc_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-linkedin a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/linkedin_rouge_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/linkedin_rouge_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-feed a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/rss_blanc_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/rss_blanc_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-tiktok a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/tiktok_coul_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/tiktok_coul_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-spotify a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/spotify_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/spotify_carre.svg") no-repeat;
}
.wp-block-social-links .wp-social-link-apple-podcast a {
  -webkit-mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/apple_podcast_carre.svg") no-repeat;
          mask: url("https://gabarit-adaptatif.uqam.ca/statique/images/icones/svg/apple_podcast_carre.svg") no-repeat;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/titre/titre.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * titre.scss
 */
/**
 * _uqam-variables.scss
 * Variable lié à l'UQAM
 * Mixin pour aider à créer du CSS
 */
/**
 * _media-queries.scss
 * MEDIA QUERIES
 * Provient de: https://glennmccomb.com/articles/useful-sass-scss-media-query-mixins-for-bootstrap/
 * Par Glenn McComb
 *
 * Fonctions à utiliser pour créer des Media Queries
 */
h1, h2, h3, h4, h5, h6 {
  color: var(--global-title-color);
  margin-bottom: 1rem;
}

.content-center h2, .content-center h3, .content-center h4, .content-center h5, .content-center h6,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin-top: 2.813rem;
}
.content-center h2 + h3, .content-center h3 + h4, .content-center h4 + h5, .content-center h5 + h6,
.main-content h2 + h3,
.main-content h3 + h4,
.main-content h4 + h5,
.main-content h5 + h6 {
  margin-top: inherit;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./components/woocommerce/woocommerce.scss ***!
  \********************************************************************************************************************************************************************************************************/
/**
 * woocommerce.scss
 */
.wc-block-grid__product:before,
.woocommerce-error:before,
.woocommerce-NoticeGroup ul li:before,
.related .product:before,
.product:before {
  display: none;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none;
}

.related.products {
  width: 55%;
}

.wc-block-grid__product {
  padding-left: 0 !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  background-color: rgba(0, 0, 0, 0.85);
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
  background-color: #4c4c4c;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
  max-width: none;
}

.woocommerce-checkout .payment_box .form-row-first {
  width: 100% !important;
}

.woocommerce-checkout label {
  margin-right: 10px;
}

.woocommerce-checkout .wc_payment_method img {
  max-width: 25px;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
  padding-left: 20px !important;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  padding: 0;
}

/*# sourceMappingURL=main.css.map*/