@charset "UTF-8";
/*!
* Start Bootstrap - Agency v6.0.2 (https://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #fed136;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fed136;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed136;
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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 Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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:hover {
  text-decoration: underline;
}

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

a:not([href]):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;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

.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: 80%;
  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: 80%;
  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.25rem;
  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.2rem;
}

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 {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@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: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.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: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff2c7;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fee796;
}

.table-hover .table-warning:hover {
  background-color: #ffecae;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffecae;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #454d55;
}

.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: #454d55;
}

.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.25rem;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-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: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.2rem;
}

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

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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  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.25rem;
}

.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);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%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 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);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.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'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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: #34ce57;
  background-color: #34ce57;
}

.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: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  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.25rem;
}

.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);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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 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);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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: #e4606d;
  background-color: #e4606d;
}

.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;
  -ms-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.25rem;
  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(254, 209, 54, 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: #0f56a3;
  border-color: #0f56a3;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #fec810;
  border-color: #fec503;
  box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 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: #fec503;
  border-color: #f3bd01;
}

.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(254, 216, 84, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b;
}

.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, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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: #1e7e34;
  border-color: #1c7430;
}

.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, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #117a8b;
  border-color: #10707f;
}

.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(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #fed136;
  border-color: #fed136;
}

.btn-warning:hover {
  color: #fff;
  background-color: #fec810;
  border-color: #fec503;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fec810;
  border-color: #fec503;
  box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #fed136;
  border-color: #fed136;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fec503;
  border-color: #f3bd01;
}

.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(254, 216, 84, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #bd2130;
  border-color: #b21f2d;
}

.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, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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: #dae0e5;
  border-color: #d3d9df;
}

.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(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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: #1d2124;
  border-color: #171a1d;
}

.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, 88, 93, 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: #fed136;
  border-color: #fed136;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #fed136;
  border-color: #fed136;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fed136;
  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: #fff;
  background-color: #fed136;
  border-color: #fed136;
}

.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(254, 209, 54, 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: #fed136;
  text-decoration: none;
}

.btn-link:hover {
  color: #e6b301;
  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.3rem;
}

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

.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;
  }
}
.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.25rem;
}

.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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fed136;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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-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.25rem;
}

.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.3rem;
}

.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.2rem;
}

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.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: #fed136;
  background-color: #fed136;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffeeb5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fffae8;
  border-color: #fffae8;
}

.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: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #fed136;
  background-color: #fed136;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 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='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(254, 209, 54, 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(254, 209, 54, 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='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 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;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffeeb5;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.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.25rem 0.25rem 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: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fed136;
  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;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fffae8;
}

.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: #fed136;
  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;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fffae8;
}

.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: #fed136;
  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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fffae8;
}

.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-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  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 {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fed136;
}

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

.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-sm,
.navbar .container-md,
.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.25rem;
}

.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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .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-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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-sm,
  .navbar-expand-md > .container-md,
  .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-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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-sm,
  .navbar-expand-lg > .container-md,
  .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-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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-sm,
  .navbar-expand-xl > .container-md,
  .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-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.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-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.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='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%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='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%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.25rem;
}

.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.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: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 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 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

@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 > .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: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  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.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fed136;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #e6b301;
  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(254, 209, 54, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fed136;
  border-color: #fed136;
}

.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.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.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.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.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.25rem;
  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-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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: #1e7e34;
}

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: #117a8b;
}

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: #fff;
  background-color: #fed136;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #fec503;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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: #dae0e5;
}

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: #1d2124;
}

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.3rem;
}

@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.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #846d1c;
  background-color: #fff6d7;
  border-color: #fff2c7;
}

.alert-warning hr {
  border-top-color: #ffecae;
}

.alert-warning .alert-link {
  color: #5a4a13;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@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.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fed136;
  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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    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.25rem;
}

.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: #fed136;
  border-color: #fed136;
}

.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.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #846d1c;
  background-color: #fff2c7;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #846d1c;
  background-color: #ffecae;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #846d1c;
  border-color: #846d1c;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.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 {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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);
}

.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;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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: -webkit-min-content;
  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.3rem;
  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: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.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: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.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: -webkit-min-content;
    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 Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: 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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  word-spacing: normal;
  white-space: 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.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.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.3rem 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 #f7f7f7;
}

.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.3rem 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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.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%;
  -webkit-backface-visibility: hidden;
  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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50%/100% 100%;
}

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

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

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

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

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

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

.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-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #1e7e34 !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: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fec503 !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: #bd2130 !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: #dae0e5 !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: #1d2124 !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-secondary {
  border-color: #6c757d !important;
}

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

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

.border-warning {
  border-color: #fed136 !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.2rem !important;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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.8571428571%;
}

.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;
  -ms-user-select: all !important;
  user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    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: 3rem !important;
}

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 3rem !important;
}

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !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: -3rem !important;
}

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !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: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !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: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !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: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !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: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #e6b301 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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-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;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

.page-section {
  padding: 6rem 0;
}

.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section h3.section-subheading {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}
::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #fed136;
  border: 0;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: none;
    background-color: rgba(33, 37, 41, 0.2);
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("/images/tertiaire/background_1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
  }
}
#portfolio .portfolio-item {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(254, 209, 54, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}

#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3rem;
  line-height: 3rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 3rem;
  text-align: center;
}

.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-block-content {
  display: flex;
  width: 90%;
  margin: auto;
  max-width: 1400px;
  flex-wrap: wrap;
  margin-top: 100px;
}

.custom-control-label::before {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}

.custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}

.deconnection {
  font-size: 0.9rem;
}

.red-text {
  color: #B93131;
}

@media (min-width: 992px) {
  .margin-left-70px {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .margin-left-70px {
    margin-left: 0;
  }
}
small.error {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: normal !important;
  font-size: 0.8rem !important;
  color: #B93131 !important;
  position: absolute;
  right: 15px;
  bottom: -4px;
  text-align: right;
}

.button-tertiaire {
  background: #B93131;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white !important;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
}
.button-tertiaire:hover {
  background: #E5C483;
  color: #000 !important;
  transition: 0.3s all ease;
}

.button-tertiaire-secondaire {
  background-color: #E5C483;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #050505;
  display: block;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
  width: fit-content;
}
.button-tertiaire-secondaire:hover {
  background: #EBEBEB;
  color: #050505;
  transition: 0.3s all ease;
}

.button-tertiaire-cancel {
  background: transparent;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(0, 0, 0) !important;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
}
.button-tertiaire-cancel:hover {
  background: #E5C483;
  color: #000 !important;
  transition: 0.3s all ease;
}

.new-badge {
  padding: 3px 7px;
  border-radius: 7px;
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.new-badge-danger {
  background-color: #B93131;
  color: white;
}

.new-badge-dark {
  background-color: #2F4378;
  color: white;
}

.new-badge-success {
  background-color: #4B782F;
  color: white;
}

.new-badge-info {
  background-color: #2F4378;
  color: white;
}

.new-badge-warning,
.new-badge-secondary {
  background-color: #E5C483;
}

section {
  padding: 0;
}

.input-style {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  height: 38px;
  padding-left: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.label-style {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-block: 10px 3px;
}

footer {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
footer a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #000;
}
footer a:hover {
  color: #B93131;
}
footer b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}

.menu-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-text:hover {
  color: #E5C483 !important;
  transition: all 0.3s ease;
}
.menu-text:hover .svg-menu path {
  fill: #E5C483;
  transition: all 0.3s ease;
}
.menu-text .database-svg {
  width: 35px;
}

.svg-menu {
  width: 62px;
}
.svg-menu.svg-vinova {
  width: 36px;
}

.nav-item {
  padding-block: 20px;
}

.svg-ted, .svg-red {
  padding-inline: 10px;
}

.svg-ted {
  padding-inline: 8px 12px;
}

#notifications-button {
  background-color: transparent;
  width: 27px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}
#notifications-button svg:hover path {
  fill: #E5C483;
}

.buttons-wrapper-mobile {
  display: flex;
  gap: 15px;
  align-items: center;
}

.notifications-button-mobile {
  width: 21px;
  min-width: 21px;
  cursor: pointer;
}
.notifications-button-mobile svg:hover path {
  fill: #E5C483;
}

.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
  box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.checkbox-wrapper {
  margin: auto !important;
}

.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
  border-color: #EBEBEB;
}

.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  border-color: #EBEBEB;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
  border-color: #B93131 !important;
  color: #B93131;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
  opacity: 1;
  background-color: #B93131;
  border-color: #B93131;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon svg path {
  fill: #E5C483;
}

.checkbox-wrapper-16 .checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  border-radius: 15px;
  background-color: #fff;
  border: rgb(255, 255, 255) solid 2px;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.checkbox-wrapper-16 .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #B93131;
  background-color: #fff;
  border-radius: 5px;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 1;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkbox-wrapper-16 .checkbox-tile:hover {
  border-color: #B93131;
  background-color: rgba(245, 245, 245, 0.2392156863);
}

.checkbox-wrapper-16 .checkbox-tile:hover:before {
  opacity: 1;
}

.checkbox-wrapper-16 .checkbox-icon {
  transition: 0.375s ease;
}

.checkbox-wrapper-16 .checkbox-label {
  color: #000000;
  transition: 0.375s ease;
  text-align: center;
}

.rounded-img {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.rounded-img.mini {
  width: 80px;
  height: 80px;
}
.rounded-img.profile {
  width: 32px;
  height: 32px;
}
.rounded-img.portrait img {
  width: 100%;
  height: auto;
}
.rounded-img.landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
.rounded-img.landscape.mini img {
  margin-left: -10px;
}
.rounded-img.landscape.profile img {
  margin-left: -8px;
}

.border-xl-left-none {
  border-left: none !important;
}

.border-xl-right-none {
  border-right: none !important;
}

.border-xl-top-none {
  border-top: none !important;
}

.border-xl-bottom-none {
  border-bottom: none !important;
}

.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: none !important;
  padding: 0;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 0;
}

form .card.error {
  border-color: red;
}
form small.error {
  color: red;
  font-style: italic;
  font-size: 11px;
  width: 100%;
  display: none;
}
form .is-invalid .select2-selection {
  border-color: #B93131;
}

/* banderoles */
.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
}

.ribbon-wrapper.ribbon-lg {
  height: 120px;
  width: 120px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
  right: 0px;
  top: 26px;
  width: 160px;
}

.ribbon-wrapper.ribbon-xl {
  height: 180px;
  width: 180px;
}

.ribbon-wrapper.ribbon-xl .ribbon {
  right: 4px;
  top: 47px;
  width: 240px;
}

.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}

.ribbon-wrapper .ribbon::before,
.ribbon-wrapper .ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}

.ribbon-wrapper .ribbon::before {
  left: 0;
}

.ribbon-wrapper .ribbon::after {
  right: 0;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 2rem !important;
}

.opaque {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.masthead.small {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.masthead.small.depot {
  background-image: url("/images/tertiaire/background_projet_1.jpg");
}
.masthead.small .masthead-subheading {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
}
.masthead.small .masthead-heading {
  font-size: 3rem;
  margin-bottom: 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.9);
}

.section-divider {
  background-color: #f0f0f0;
  /* Couleur de fond grisé */
  padding: 30px;
  /* Espacement autour de la séparation */
  margin-bottom: 30px;
  /* Espacement en bas de la séparation */
  border: 2px solid #ddd;
  /* Ajout d'une bordure */
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  /* Supprime la décoration du lien */
  display: block;
  /* Fait du lien un élément bloc pour qu'il occupe toute la largeur */
  color: #333;
  /* Couleur du texte */
}

/* Effet de bouton lorsque la souris passe sur la section */
.section-divider:hover {
  background-color: #e0e0e0;
  text-decoration: none;
  /* Supprime la décoration du lien */
}

/* Effet de bouton lorsque la section est cliquée */
.section-divider:active {
  background-color: #d0d0d0;
}

/* bar de navigation */
@media (min-width: 992px) {
  .handle-main-flex {
    display: flex;
    flex-direction: column;
  }
  #navbar {
    width: fit-content;
  }
  #mobile-nav-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .handle-main-flex {
    display: flex;
    flex-direction: column;
  }
  #bar-inline {
    display: none !important;
  }
  #navbar {
    width: 100%;
  }
}
#navbar {
  font-family: "Poppins", sans-serif;
  color: white;
  /* nav mobile ajustement */
}
#navbar #vertical-sidebar {
  width: 75px;
  height: 95vh;
  border-radius: 0 0 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background-color: #B93131;
  font-size: 0.6rem;
  font-weight: 600;
  padding-top: 15px;
  z-index: 2;
}
#navbar #vertical-sidebar .nav-item {
  padding-block: 10px;
}
#navbar #vertical-sidebar .nav-link {
  color: white;
  padding: 0;
}
#navbar #vertical-sidebar .nav-item-home {
  margin-bottom: 6vh;
}
@media (min-width: 992px) {
  #navbar #vertical-sidebar {
    display: block;
  }
  #navbar #bar-inline {
    display: block;
  }
  #navbar #mobile-nav-wrapper {
    display: none;
  }
}
#navbar .flex-grow-1 {
  margin-left: 250px;
}
@media (max-width: 991px) {
  #navbar .flex-grow-1 {
    margin-left: 0;
  }
  #navbar #sidebar,
  #navbar #bar-inline {
    display: none;
  }
}
#navbar .nav-item {
  text-align: center;
}
#navbar .nav-item img {
  display: block;
  margin: auto;
  width: 80%;
  height: 45px;
  aspect-ratio: 1;
}
#navbar ul {
  gap: 20px;
}

#bar-inline {
  height: 80px;
  display: flex;
  font-size: 1rem;
  align-items: center;
  justify-content: space-between;
  color: #000;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#bar-inline div a,
#bar-inline div button {
  margin-inline: 15px;
}
#bar-inline div a {
  color: #000;
  font-size: 0.9rem;
}
#bar-inline div a:hover {
  color: #B93131;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#bar-inline img {
  max-height: 60px;
  margin-left: 50px;
  width: 60%;
}

.top-nav-and-content {
  width: 100%;
  min-height: 87vh;
}

#mobile-nav-wrapper {
  margin-inline: 15px;
  margin-top: 15px;
}
#mobile-nav-wrapper .menu-mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav-wrapper .mail-burger {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
#mobile-nav-wrapper .navbar-brand {
  margin: 0 !important;
}
#mobile-nav-wrapper .navbar-brand img {
  width: 80px;
}
#mobile-nav-wrapper a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  margin-inline: 10px;
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mobile-nav-wrapper .navbar-toggle {
  width: 45px;
  background-color: transparent;
  border: none;
}
#mobile-nav-wrapper .navbar-nav-list {
  font-size: 2rem;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-left: 20%;
  margin-block: 15vh 10vh;
}
#mobile-nav-wrapper .navbar-nav-list a {
  margin: 0;
  padding: 0;
  text-align: left;
}
#mobile-nav-wrapper .butttons-mobile-wrapper {
  display: flex;
  margin-left: 20%;
  margin-bottom: 7vh;
  flex-direction: column;
  margin-top: 10vh;
}
#mobile-nav-wrapper .butttons-mobile-wrapper button {
  font-size: 1.2rem !important;
  color: white;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  text-align: left;
}

#mobileMenu {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  justify-content: space-between;
  align-items: center;
  background-color: #B93131;
  width: 100%;
  border-radius: 0 0 25px 25px;
  z-index: 1000;
  text-align: left;
  padding-inline: 15px;
}
#mobileMenu .navbar-brand {
  margin: 0 !important;
}
#mobileMenu .navbar-brand img {
  width: 80px;
}
#mobileMenu a {
  margin-inline: 10px;
  color: white;
}
#mobileMenu .navbar-toggle {
  width: 45px;
  background-color: transparent;
  border: none;
}

#page-login .masthead,
#page-pcrbt-etudes-depot-simple-projet .masthead,
#page-pcrbt-etudes-depot-simple-minimal-plans .masthead,
#page-pcrbt-etudes-depot-simple-minimal-plans .masthead,
#page-pcrbt-etudes-depot-simple-calepinage-projet .masthead,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .masthead,
#page-pcrbt-etudes-depot-simple-calepinage-plans .masthead,
#page-pcrbt-etudes-depot-simple-maximal-systeme .masthead,
#page-pcrbt-etudes-depot-simple-maximal-plans .masthead,
#page-pcrbt-etudes-depot-expert-projet .masthead,
#page-pcrbt-etudes-depot-expert-systeme .masthead,
#page-pcrbt-etudes-depot-expert-plans .masthead,
#page-pcrbt-etudes-nouvelle .masthead {
  background-position: bottom center;
}

#modalSpinner .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

#formSearchSocieteModal .modal-dialog {
  max-width: 800px;
  width: 95%;
}
#formSearchSocieteModal .modal-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #B93131;
  text-align: center;
  border: none;
}
#formSearchSocieteModal .suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
  margin: auto;
  width: 70%;
  margin-block: 20px;
  margin-bottom: 20px;
}
#formSearchSocieteModal .one-suggestion {
  flex: 1 1 40%;
}
#formSearchSocieteModal .one-suggestion input {
  opacity: 0;
  width: 0;
  height: 0;
}
#formSearchSocieteModal .one-suggestion label::before {
  content: "";
  width: 1em;
  height: 1em;
  padding: 0.2em;
  border: 2px solid;
  margin-right: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border-color: #B93131 !important;
  cursor: pointer;
}
#formSearchSocieteModal .one-suggestion input:focus + label::before {
  border-color: #B93131;
}
#formSearchSocieteModal .one-suggestion input:focus {
  border-color: #B93131;
}
#formSearchSocieteModal .one-suggestion input:checked + label::before {
  background-color: #B93131;
}
#formSearchSocieteModal .one-suggestion p {
  margin: 0;
  line-height: 1rem;
  font-size: 0.8rem;
  text-transform: capitalize !important;
}
#formSearchSocieteModal .one-suggestion .siret,
#formSearchSocieteModal .one-suggestion .siren {
  font-size: 1rem;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#formSearchSocieteModal .siren-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin: auto;
  width: 70%;
}
#formSearchSocieteModal .siren-wrapper .one-suggestion {
  flex: 1 1 40%;
  text-align: left;
}
#formSearchSocieteModal h6 {
  margin-bottom: 20px;
}
#formSearchSocieteModal .modal-footer {
  border: none;
}
#formSearchSocieteModal .modal-footer .buttons-wrapper {
  margin: auto;
  width: fit-content;
  gap: 10px;
}
#formSearchSocieteModal .modal-footer .buttons-wrapper button,
#formSearchSocieteModal .modal-footer .buttons-wrapper input {
  width: 160px;
  font-size: 1rem !important;
  padding-inline: 5px;
}

.select2-selection,
.select2-dropdown {
  border: none !important;
  background-color: #EBEBEB !important;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 10px;
}

.select2-selection__rendered {
  text-align: left;
  padding-left: 15px;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 6px !important;
  font-size: 0.9rem;
}

.select2-search input {
  border: none !important;
}

.select2-dropdown {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #E5C483 !important;
  color: black !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}

.select2-selection__arrow b {
  border-color: #B93131 transparent transparent transparent !important;
}

.name-siren {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  font-size: 0.8rem;
  text-transform: capitalize !important;
}

#page-demande-ouverture-acces p,
#page-demande-ouverture-compte p,
#page-demande-ouverture-societe p,
#page-demande-ouverture-termine p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-demande-ouverture-acces .singup-section,
#page-demande-ouverture-compte .singup-section,
#page-demande-ouverture-societe .singup-section,
#page-demande-ouverture-termine .singup-section {
  max-width: 1000px;
  margin: auto;
  margin-top: 12vh;
  text-align: center;
  padding-inline: 20px;
}
#page-demande-ouverture-acces .singup-section h2,
#page-demande-ouverture-compte .singup-section h2,
#page-demande-ouverture-societe .singup-section h2,
#page-demande-ouverture-termine .singup-section h2 {
  margin-bottom: 60px;
}
#page-demande-ouverture-acces .progress,
#page-demande-ouverture-compte .progress,
#page-demande-ouverture-societe .progress,
#page-demande-ouverture-termine .progress {
  margin-block: 50px;
  overflow: visible;
  margin-inline: 10%;
  border-radius: 5px;
}
#page-demande-ouverture-acces .progress-style,
#page-demande-ouverture-compte .progress-style,
#page-demande-ouverture-societe .progress-style,
#page-demande-ouverture-termine .progress-style {
  background-color: #B93131;
  overflow: visible;
  border-radius: 5px;
}
#page-demande-ouverture-acces .progress-style span,
#page-demande-ouverture-compte .progress-style span,
#page-demande-ouverture-societe .progress-style span,
#page-demande-ouverture-termine .progress-style span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  position: relative;
  top: -25px;
  color: #B93131;
  overflow: visible;
  display: block;
}
#page-demande-ouverture-acces .explications,
#page-demande-ouverture-compte .explications,
#page-demande-ouverture-societe .explications,
#page-demande-ouverture-termine .explications {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#page-demande-ouverture-acces .checkbox-wrapper-16,
#page-demande-ouverture-compte .checkbox-wrapper-16,
#page-demande-ouverture-societe .checkbox-wrapper-16,
#page-demande-ouverture-termine .checkbox-wrapper-16 {
  display: flex;
  flex-direction: column;
  width: 48%;
  min-width: 300px;
}
#page-demande-ouverture-acces .check-box-wrapper,
#page-demande-ouverture-compte .check-box-wrapper,
#page-demande-ouverture-societe .check-box-wrapper,
#page-demande-ouverture-termine .check-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#page-demande-ouverture-acces .checkbox-wrapper,
#page-demande-ouverture-compte .checkbox-wrapper,
#page-demande-ouverture-societe .checkbox-wrapper,
#page-demande-ouverture-termine .checkbox-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  align-items: center;
}
#page-demande-ouverture-acces .checkbox-tile,
#page-demande-ouverture-compte .checkbox-tile,
#page-demande-ouverture-societe .checkbox-tile,
#page-demande-ouverture-termine .checkbox-tile {
  flex: 1;
  padding: 30px;
}
#page-demande-ouverture-acces .checkbox-label,
#page-demande-ouverture-compte .checkbox-label,
#page-demande-ouverture-societe .checkbox-label,
#page-demande-ouverture-termine .checkbox-label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}
#page-demande-ouverture-acces .checkbox-label h3,
#page-demande-ouverture-compte .checkbox-label h3,
#page-demande-ouverture-societe .checkbox-label h3,
#page-demande-ouverture-termine .checkbox-label h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
#page-demande-ouverture-acces .checkbox-icon,
#page-demande-ouverture-compte .checkbox-icon,
#page-demande-ouverture-societe .checkbox-icon,
#page-demande-ouverture-termine .checkbox-icon {
  padding: 5% 35%;
}
#page-demande-ouverture-acces .buttons-wrapper,
#page-demande-ouverture-compte .buttons-wrapper,
#page-demande-ouverture-societe .buttons-wrapper,
#page-demande-ouverture-termine .buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-direction: column;
  margin-inline: auto;
  width: fit-content;
}
#page-demande-ouverture-acces .buttons-wrapper .button-tertiaire,
#page-demande-ouverture-acces .buttons-wrapper .button-tertiaire-cancel,
#page-demande-ouverture-compte .buttons-wrapper .button-tertiaire,
#page-demande-ouverture-compte .buttons-wrapper .button-tertiaire-cancel,
#page-demande-ouverture-societe .buttons-wrapper .button-tertiaire,
#page-demande-ouverture-societe .buttons-wrapper .button-tertiaire-cancel,
#page-demande-ouverture-termine .buttons-wrapper .button-tertiaire,
#page-demande-ouverture-termine .buttons-wrapper .button-tertiaire-cancel {
  width: 300px;
  font-size: 1.2rem !important;
}
#page-demande-ouverture-acces .requis,
#page-demande-ouverture-compte .requis,
#page-demande-ouverture-societe .requis,
#page-demande-ouverture-termine .requis {
  position: absolute !important;
}
#page-demande-ouverture-acces #form-acces,
#page-demande-ouverture-compte #form-acces,
#page-demande-ouverture-societe #form-acces,
#page-demande-ouverture-termine #form-acces {
  margin-block: 40px;
}
#page-demande-ouverture-acces .row,
#page-demande-ouverture-compte .row,
#page-demande-ouverture-societe .row,
#page-demande-ouverture-termine .row {
  justify-content: center;
}
#page-demande-ouverture-acces .row .form-control.is-invalid,
#page-demande-ouverture-acces .row .form-control:invalid,
#page-demande-ouverture-compte .row .form-control.is-invalid,
#page-demande-ouverture-compte .row .form-control:invalid,
#page-demande-ouverture-societe .row .form-control.is-invalid,
#page-demande-ouverture-societe .row .form-control:invalid,
#page-demande-ouverture-termine .row .form-control.is-invalid,
#page-demande-ouverture-termine .row .form-control:invalid {
  background-image: none !important;
  border: #B93131 solid 1px !important;
}
#page-demande-ouverture-acces .form-group label,
#page-demande-ouverture-compte .form-group label,
#page-demande-ouverture-societe .form-group label,
#page-demande-ouverture-termine .form-group label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 5px;
  width: 100%;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
}
#page-demande-ouverture-acces .form-group label .requis,
#page-demande-ouverture-compte .form-group label .requis,
#page-demande-ouverture-societe .form-group label .requis,
#page-demande-ouverture-termine .form-group label .requis {
  display: block;
  margin-inline: 5px;
  position: relative !important;
  top: 0;
  line-height: 0.9rem;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-demande-ouverture-acces .form-group input,
#page-demande-ouverture-acces .form-group select,
#page-demande-ouverture-compte .form-group input,
#page-demande-ouverture-compte .form-group select,
#page-demande-ouverture-societe .form-group input,
#page-demande-ouverture-societe .form-group select,
#page-demande-ouverture-termine .form-group input,
#page-demande-ouverture-termine .form-group select {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  height: 38px;
  font-size: 0.9rem;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #050505;
}
#page-demande-ouverture-acces .form-group input::selection, #page-demande-ouverture-acces .form-group input:focus,
#page-demande-ouverture-acces .form-group select::selection,
#page-demande-ouverture-acces .form-group select:focus,
#page-demande-ouverture-compte .form-group input::selection,
#page-demande-ouverture-compte .form-group input:focus,
#page-demande-ouverture-compte .form-group select::selection,
#page-demande-ouverture-compte .form-group select:focus,
#page-demande-ouverture-societe .form-group input::selection,
#page-demande-ouverture-societe .form-group input:focus,
#page-demande-ouverture-societe .form-group select::selection,
#page-demande-ouverture-societe .form-group select:focus,
#page-demande-ouverture-termine .form-group input::selection,
#page-demande-ouverture-termine .form-group input:focus,
#page-demande-ouverture-termine .form-group select::selection,
#page-demande-ouverture-termine .form-group select:focus {
  text-shadow: none !important;
  border-color: #EBEBEB !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  #page-demande-ouverture-acces .form-group input,
  #page-demande-ouverture-acces .form-group select,
  #page-demande-ouverture-compte .form-group input,
  #page-demande-ouverture-compte .form-group select,
  #page-demande-ouverture-societe .form-group input,
  #page-demande-ouverture-societe .form-group select,
  #page-demande-ouverture-termine .form-group input,
  #page-demande-ouverture-termine .form-group select {
    margin: auto;
    width: 90%;
    min-width: 300px;
  }
}
@media (max-width: 575px) {
  #page-demande-ouverture-acces h1,
  #page-demande-ouverture-compte h1,
  #page-demande-ouverture-societe h1,
  #page-demande-ouverture-termine h1 {
    font-size: 2rem;
  }
  #page-demande-ouverture-acces h2,
  #page-demande-ouverture-compte h2,
  #page-demande-ouverture-societe h2,
  #page-demande-ouverture-termine h2 {
    font-size: 1.5rem;
  }
  #page-demande-ouverture-acces label,
  #page-demande-ouverture-compte label,
  #page-demande-ouverture-societe label,
  #page-demande-ouverture-termine label {
    margin-left: 20px;
  }
}
#page-demande-ouverture-acces .inscription-finished .client-name,
#page-demande-ouverture-compte .inscription-finished .client-name,
#page-demande-ouverture-societe .inscription-finished .client-name,
#page-demande-ouverture-termine .inscription-finished .client-name {
  font-size: 1.2rem;
}
#page-demande-ouverture-acces .inscription-finished p,
#page-demande-ouverture-compte .inscription-finished p,
#page-demande-ouverture-societe .inscription-finished p,
#page-demande-ouverture-termine .inscription-finished p {
  line-height: 1;
  font-size: 1rem;
}
#page-demande-ouverture-acces .client-name,
#page-demande-ouverture-compte .client-name,
#page-demande-ouverture-societe .client-name,
#page-demande-ouverture-termine .client-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 20px;
}
#page-demande-ouverture-acces .texts,
#page-demande-ouverture-compte .texts,
#page-demande-ouverture-societe .texts,
#page-demande-ouverture-termine .texts {
  max-width: 500px;
  margin: auto;
  padding-inline: 20px;
}
#page-demande-ouverture-acces .step,
#page-demande-ouverture-compte .step,
#page-demande-ouverture-societe .step,
#page-demande-ouverture-termine .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-block: 30px;
}
#page-demande-ouverture-acces .step p,
#page-demande-ouverture-compte .step p,
#page-demande-ouverture-societe .step p,
#page-demande-ouverture-termine .step p {
  font-size: 0.9rem;
}
#page-demande-ouverture-acces .step .step-explain,
#page-demande-ouverture-compte .step .step-explain,
#page-demande-ouverture-societe .step .step-explain,
#page-demande-ouverture-termine .step .step-explain {
  width: 80%;
  min-width: 300px;
  text-align: left;
}
#page-demande-ouverture-acces .step .step-explain span,
#page-demande-ouverture-compte .step .step-explain span,
#page-demande-ouverture-societe .step .step-explain span,
#page-demande-ouverture-termine .step .step-explain span {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-demande-ouverture-acces .step .step-number,
#page-demande-ouverture-compte .step .step-number,
#page-demande-ouverture-societe .step .step-number,
#page-demande-ouverture-termine .step .step-number {
  font-size: 2rem;
  margin-right: 30px;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 13%;
}

#page-login p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
}
#page-login header {
  display: flex;
  gap: 65px;
}
#page-login header img {
  width: 100%;
}
#page-login header > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-login header img {
  display: block;
  border-radius: 0 10px 10px 0;
}
#page-login header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
#page-login header p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
}
#page-login section {
  margin-block: 40px;
}
#page-login .section-connection {
  display: flex;
  padding: 0;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  margin-inline: 10%;
}
#page-login .section-connection p {
  margin: 0;
}
#page-login .section-connection .forgotten-pw {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  display: block;
  color: black;
}
#page-login .section-connection .forgotten-pw:hover {
  color: #B93131;
}
#page-login .section-connection label,
#page-login .section-connection input {
  width: 60%;
}
#page-login .section-connection form {
  width: 100%;
}
#page-login .section-connection > div {
  width: 49%;
  text-align: center;
  min-height: 15rem;
  height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-login .section-connection div:first-child {
  border-right: #B93131 solid 1px;
}
#page-login .divider {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background-color: white;
  padding: 20px 0;
  text-align: center;
  transform: translate(-50%, 165px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
#page-login .button-login {
  background: #B93131;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white !important;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
  width: 60%;
  display: inline-block;
  margin-block: 20px;
  font-size: 1.2rem;
}
#page-login .button-login:hover {
  background: #E5C483;
  color: #000 !important;
  transition: 0.3s all ease;
}
#page-login .section-login-services {
  padding: 0;
}
#page-login .section-login-services h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#page-login .section-login-services h3 {
  font-size: 1rem;
}
#page-login .section-login-services p {
  font-size: 0.8rem;
  margin: 0;
}
#page-login .section-login-services #card-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  width: 80%;
  margin-inline: auto;
  margin-block: 40px;
}
#page-login .section-login-services .card-one-service {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#page-login .section-login-services .card-one-service img {
  display: block;
  width: 100%;
}
#page-login .section-login-services .card-one-service div {
  background-color: #EBEBEB;
  padding: 8%;
  border-radius: 10px;
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  #page-login header {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
  #page-login header img {
    width: 100%;
    border-radius: 0;
  }
  #page-login header > div {
    width: 85%;
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  #page-login header h1,
  #page-login header p {
    text-align: center;
    display: inline-block;
  }
  #page-login header h1 {
    font-size: 1.5rem;
    margin-inline: auto;
  }
  #page-login header p {
    font-size: 0.9rem;
  }
  #page-login .section-connection {
    flex-direction: column-reverse;
  }
  #page-login .section-connection > div {
    width: 100%;
    min-height: 10rem;
    height: 20rem;
  }
  #page-login .section-connection > div:first-child {
    border-right: none;
    border-top: #B93131 solid 1px;
  }
  #page-login .section-connection .divider {
    padding: 0 20px;
    position: relative;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.5rem;
    display: block;
    width: 20%;
  }
  #page-login .section-connection input,
  #page-login .section-connection label {
    width: 100%;
  }
  #page-login .section-connection .button-login {
    width: 100%;
  }
  #page-login .section-login-services h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  #page-login .section-login-services #card-wrapper {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}

#page-demande-ouverture-acces .error {
  position: relative;
  top: 0;
  right: 0;
  text-align: center;
}
#page-demande-ouverture-acces #form-acces {
  margin-top: 0;
}

#page-demande-ouverture-compte #form-compte,
#page-demande-ouverture-societe #form-compte {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
#page-demande-ouverture-compte #form-compte .field,
#page-demande-ouverture-societe #form-compte .field {
  width: 48% !important;
  max-width: none !important;
  flex: auto !important;
}
#page-demande-ouverture-compte #form-compte .field .select2,
#page-demande-ouverture-societe #form-compte .field .select2 {
  width: 100% !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: #050505;
}
#page-demande-ouverture-compte #form-compte .field .select2-selection__placeholder,
#page-demande-ouverture-societe #form-compte .field .select2-selection__placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: #050505;
  padding-left: 10px;
}
@media (max-width: 830px) {
  #page-demande-ouverture-compte #form-compte .field,
  #page-demande-ouverture-societe #form-compte .field {
    width: 100% !important;
  }
  #page-demande-ouverture-compte #form-compte .field input,
  #page-demande-ouverture-societe #form-compte .field input {
    width: 100%;
    margin: 0;
  }
  #page-demande-ouverture-compte #form-compte .field .select2,
  #page-demande-ouverture-societe #form-compte .field .select2 {
    width: 100%;
  }
  #page-demande-ouverture-compte #form-compte select,
  #page-demande-ouverture-societe #form-compte select {
    width: 100%;
  }
}
@media (max-width: 450px) {
  #page-demande-ouverture-compte #form-compte,
  #page-demande-ouverture-societe #form-compte {
    width: 100% !important;
  }
  #page-demande-ouverture-compte #form-compte .field,
  #page-demande-ouverture-societe #form-compte .field {
    padding: 0;
    min-width: 327px;
  }
  #page-demande-ouverture-compte #form-compte .select2,
  #page-demande-ouverture-societe #form-compte .select2 {
    width: 100%;
  }
}

#page-consultation-stocks .stocks {
  position: absolute;
  left: 5px;
  top: 0;
  width: 100%;
}
#page-consultation-stocks .current-price {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
}
#page-consultation-stocks .promo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-image: url(/images/ruban_rouge.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-consultation-stocks .remise {
  position: absolute;
  top: 20px;
  right: 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  transform: rotate(45deg);
}
#page-consultation-stocks .references {
  font-size: 12px;
  color: black;
}
@media (max-width: 450px) {
  #page-consultation-stocks #form-search .input-group {
    flex-direction: column;
    gap: 10px;
  }
  #page-consultation-stocks #form-search .input-group .form-control {
    width: 100%;
  }
}

#page-consultation-vinova header.masthead {
  background-image: url("/images/tertiaire/background_7.jpg");
  background-position: 50% 85%;
}

#page-home {
  text-align: center;
  display: flex;
  justify-content: center;
}
#page-home .svg-claims {
  padding-inline: 0 !important;
}
#page-home h1 {
  font-size: 2.5rem;
  margin-top: 20px;
  margin-inline: 20px;
}
@media (max-width: 991px) {
  #page-home h1 {
    font-size: 2.5rem;
  }
}
#page-home #services-wrapper {
  display: flex;
  justify-content: center;
  margin: 2% 12% 3% 12%;
  flex-wrap: wrap;
  gap: 20px;
}
#page-home .one-service-card {
  flex: 1 1 auto;
  max-width: 260px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
}
#page-home .one-service-card .card-icon {
  width: 80%;
  margin: 0 auto;
  padding: 9% 16%;
}
#page-home .one-service-card .card-icon svg {
  width: fit-content;
}
#page-home .one-service-card p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5rem;
  font-size: 0.9rem;
  flex: 1;
}
#page-home .one-service-card a {
  display: block;
  font-size: 1rem;
  width: 100%;
}

.depot-expert {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  padding-top: 1rem;
}
.depot-expert .timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative;
}
.depot-expert .timeline > div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}
.depot-expert .timeline > .time-label > span {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
  min-width: 300px;
}
.depot-expert .timeline > .time-label > span i {
  position: absolute;
  right: 5px;
  top: 8px;
}
.depot-expert .timeline > div > .timeline-item {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #fff;
  color: #495057;
  margin-left: 60px;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
}
.depot-expert .timeline > div > .timeline-item > .timeline-header,
.depot-expert .timeline > div > .timeline-item .timeline-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #495057;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px;
}
.depot-expert .timeline > div > .timeline-item > .timeline-body,
.depot-expert .timeline > div > .timeline-item > .timeline-footer {
  padding: 10px;
}
.depot-expert .timeline > div > .timeline-item > .timeline-body,
.depot-expert .timeline > div > .timeline-item > .timeline-footer {
  padding: 10px;
}
.depot-expert .depot-item {
  padding-left: 60px;
  margin-right: 15px;
}
.depot-expert .depot-item .timeline-footer {
  margin-top: 10px;
}
.depot-expert .search-install {
  cursor: pointer;
}
.depot-expert .card-header {
  font-weight: bold;
}

#page-pcrbt-etudes-depot-expert-systeme .card-header,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-header {
  position: relative;
}
#page-pcrbt-etudes-depot-expert-systeme .card-header .close,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card-header .close,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
#page-pcrbt-etudes-depot-expert-systeme .card.field-systeme .custom-control-label,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.field-systeme .custom-control-label,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.field-systeme .custom-control-label {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions .card-body,
#page-pcrbt-etudes-depot-expert-systeme .card.tubes .card-body,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions .card-body,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.tubes .card-body,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions .card-body,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.tubes .card-body {
  padding: 0;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions .card-group .card:hover .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .card.tubes .card-group .card:hover .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions .card-group .card:hover .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.tubes .card-group .card:hover .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions .card-group .card:hover .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.tubes .card-group .card:hover .card-footer {
  background-color: #1a96aa;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions .card-group .card:hover .card-footer label,
#page-pcrbt-etudes-depot-expert-systeme .card.tubes .card-group .card:hover .card-footer label,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions .card-group .card:hover .card-footer label,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.tubes .card-group .card:hover .card-footer label,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions .card-group .card:hover .card-footer label,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.tubes .card-group .card:hover .card-footer label {
  color: white;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .card.tubes .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.tubes .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.tubes .card-footer {
  font-size: 12px;
  font-weight: bold;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions img.main,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions img.main,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions img.main {
  height: 200px !important;
  max-width: 100% !important;
}
#page-pcrbt-etudes-depot-expert-systeme .card.solutions img.secondary,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .card.solutions img.secondary,
#page-pcrbt-etudes-depot-simple-maximal-systeme .card.solutions img.secondary {
  height: 125px !important;
  max-width: 100% !important;
}
#page-pcrbt-etudes-depot-expert-systeme .field-systeme .card,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-systeme .card,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-systeme .card {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-expert-systeme .field-systeme .card .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-systeme .card .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-systeme .card .card-footer {
  font-weight: bold;
  font-style: italic;
}
#page-pcrbt-etudes-depot-expert-systeme .field-dalle .card,
#page-pcrbt-etudes-depot-expert-systeme .field-tube .card,
#page-pcrbt-etudes-depot-expert-systeme .field-collecteur .card,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-dalle .card,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube .card,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-collecteur .card,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-dalle .card,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube .card,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-collecteur .card {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-expert-systeme .field-dalle .card .card-title,
#page-pcrbt-etudes-depot-expert-systeme .field-tube .card .card-title,
#page-pcrbt-etudes-depot-expert-systeme .field-collecteur .card .card-title,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-dalle .card .card-title,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube .card .card-title,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-collecteur .card .card-title,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-dalle .card .card-title,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube .card .card-title,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-collecteur .card .card-title {
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 2px;
}
#page-pcrbt-etudes-depot-expert-systeme .field-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube .card-img-top {
  width: auto;
  cursor: pointer;
  max-width: 100% !important;
}
#page-pcrbt-etudes-depot-expert-systeme .field-tube .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube .card-footer {
  font-weight: bold;
}
#page-pcrbt-etudes-depot-expert-systeme .field-tube.secondary .card-img-top,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube.secondary .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube.secondary .card-img-top {
  max-height: 105px !important;
}
#page-pcrbt-etudes-depot-expert-systeme .field-tube.secondary .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .field-tube.secondary .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-tube.secondary .card-footer {
  font-size: 0.7rem;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-img-top,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-img-top {
  max-height: 290px;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-header,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-header {
  padding: 0.2rem 1.25rem;
  min-height: 54px;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-header .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-header .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-header .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-header .subtitle {
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 2px;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .infos-container,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .infos-container,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .infos-container,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .infos-container,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .infos-container,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .infos-container,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .infos-container,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .infos-container,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .infos-container {
  position: relative;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .infos,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .infos,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .infos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .card-footer,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-footer,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-footer {
  position: relative;
}
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .epaisseur,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .epaisseur,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .epaisseur,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-dalle .epaisseur,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-tube .epaisseur,
#page-pcrbt-etudes-depot-simple-calepinage-systeme .choix-collecteur .epaisseur,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .epaisseur,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .epaisseur,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .epaisseur {
  position: absolute;
  top: -30px;
  right: 3px;
}

#page-pcrbt-etudes-depot-simple-minimal-systeme button[name=collecteur] {
  display: none;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme button.choix {
  position: relative;
  height: 90px;
  vertical-align: middle;
  padding-left: 30px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  border: 2px solid;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme button.choix img {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 25px;
  width: 25px;
}

#page-pcrbt-etudes-depot-simple-minimal-plans #collecteurModal .modal-body,
#page-pcrbt-etudes-depot-simple-calepinage-systeme #collecteurModal .modal-body,
#page-pcrbt-etudes-depot-simple-maximal-plans #collecteurModal .modal-body,
#page-pcrbt-etudes-depot-expert-plans #collecteurModal .modal-body {
  position: relative;
  padding: 0;
}
#page-pcrbt-etudes-depot-simple-minimal-plans #collecteurModal .modal-body img.plan,
#page-pcrbt-etudes-depot-simple-calepinage-systeme #collecteurModal .modal-body img.plan,
#page-pcrbt-etudes-depot-simple-maximal-plans #collecteurModal .modal-body img.plan,
#page-pcrbt-etudes-depot-expert-plans #collecteurModal .modal-body img.plan {
  width: 100%;
  height: auto;
}
#page-pcrbt-etudes-depot-simple-minimal-plans #collecteurModal .modal-body .crosshair,
#page-pcrbt-etudes-depot-simple-calepinage-systeme #collecteurModal .modal-body .crosshair,
#page-pcrbt-etudes-depot-simple-maximal-plans #collecteurModal .modal-body .crosshair,
#page-pcrbt-etudes-depot-expert-plans #collecteurModal .modal-body .crosshair {
  position: absolute;
  z-index: 1000;
  margin-top: -40px;
  margin-left: -40px;
}

#page-pcrbt-etudes-mesdemandes .page-section {
  padding-top: 2rem;
}
#page-pcrbt-etudes-mesdemandes .card {
  border-left: 5px solid #3672b3;
}
#page-pcrbt-etudes-mesdemandes .card .card-header {
  background-color: #3672b3;
}
#page-pcrbt-etudes-mesdemandes .num_opportunite,
#page-pcrbt-etudes-mesdemandes .libelle,
#page-pcrbt-etudes-mesdemandes .datcre {
  display: inline-block;
}
#page-pcrbt-etudes-mesdemandes .num_opportunite {
  width: 100px;
}
#page-pcrbt-etudes-mesdemandes .datcre {
  float: right;
}
#page-pcrbt-etudes-mesdemandes table td {
  vertical-align: middle;
}
@media (max-width: 480px) {
  #page-pcrbt-etudes-mesdemandes .form-search-demande {
    flex-direction: column !important;
    align-items: center;
    gap: 10px !important;
  }
  #page-pcrbt-etudes-mesdemandes .form-search-demande .button-tertiaire {
    width: 100%;
  }
  #page-pcrbt-etudes-mesdemandes .my-demandes__top-block {
    padding-bottom: 0 !important;
  }
  #page-pcrbt-etudes-mesdemandes .my-demandes__top-block h1 {
    margin-bottom: 20px !important;
  }
}

#page-litiges-consultation .form-reclamation {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-litiges-consultation .form-reclamation input,
#page-litiges-consultation .form-reclamation select,
#page-litiges-consultation .form-reclamation textarea {
  border-radius: 10px;
  height: 40px;
  background-color: #EBEBEB;
  border: none;
  font-size: 0.9rem;
}
#page-litiges-consultation .form-reclamation input:focus,
#page-litiges-consultation .form-reclamation select:focus,
#page-litiges-consultation .form-reclamation textarea:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-litiges-consultation .form-reclamation label {
  font-size: 0.8rem;
}
#page-litiges-consultation .form-reclamation .custom-control-label::before {
  cursor: pointer;
}
#page-litiges-consultation .form-reclamation .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-litiges-consultation .form-reclamation .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}
#page-litiges-consultation .alert-reclamation {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-block: 20px;
  margin-left: -30px;
  border-radius: 10px;
  padding: 0 30px;
}
#page-litiges-consultation .alert-reclamation img {
  width: 22px;
}
#page-litiges-consultation .alert-reclamation p {
  margin-block: 20px;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-litiges-consultation .input-group-text {
  border-radius: 10px 0 0 10px;
}
#page-litiges-consultation p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-block: 30px;
}
#page-litiges-consultation .block-no-litige {
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-top: 10% !important;
  margin: auto;
}
#page-litiges-consultation .block-no-litige .img-wrapper {
  width: 41%;
  display: flex;
  align-items: center;
  min-width: 300px;
  border-radius: 10px;
}
#page-litiges-consultation .block-no-litige .img-wrapper img {
  width: 100%;
}
#page-litiges-consultation .block-no-litige .input-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#page-litiges-consultation .block-no-litige .body-card-search h1 {
  font-size: 2.5rem;
}
#page-litiges-consultation .block-no-litige .body-card-search .welcome-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-block: 20px;
}
#page-litiges-consultation .block-no-litige .input-group {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#page-litiges-consultation .block-no-litige .input-group input {
  font-size: 0.9rem;
  height: 40px;
  height: 40px;
  border-radius: 0 10px 10px 0;
}
#page-litiges-consultation .block-no-litige .input-group input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-litiges-consultation .block-no-litige .input-group .input-group-text {
  border-radius: 10px 0 0 10px;
}
#page-litiges-consultation .block-no-litige .input-group .input-group-text {
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-litiges-consultation .block-no-litige .input-group .input-group-text,
#page-litiges-consultation .block-no-litige .input-group .form-control {
  background-color: #EBEBEB !important;
  border: none !important;
}
#page-litiges-consultation .block-no-litige .input-group .button-tertiaire {
  margin-left: 20px;
  padding: 8px 20px;
  height: 40px;
}
@media (max-width: 1130px) {
  #page-litiges-consultation .block-no-litige {
    flex-direction: column;
    align-items: center;
    width: 60% !important;
    min-width: 300px;
  }
  #page-litiges-consultation .img-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  #page-litiges-consultation .block-no-litige {
    width: 100% !important;
    margin: 0 !important;
  }
  #page-litiges-consultation .container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: fit-content;
  }
  #page-litiges-consultation .img-wrapper img {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  #page-litiges-consultation .input-group {
    flex-direction: column !important;
    flex-wrap: wrap;
  }
}
#page-litiges-consultation .flex-input-button {
  display: flex;
  gap: 20px;
}
#page-litiges-consultation .flex-input-button .input-group-text {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  border-radius: 10px 0 0 10px;
}
#page-litiges-consultation .flex-input-button input {
  border: none;
  background-color: #EBEBEB;
  height: 44px;
  border-radius: 0 10px 10px 0;
}
#page-litiges-consultation .flex-input-button input:focus {
  border: none;
  box-shadow: none;
}
#page-litiges-consultation .flex-input-button .input-group {
  width: 260%;
}

#page-litiges-liste .dropdown-menu {
  min-width: 310px;
}

@media (max-width: 575.98px) {
  .border-xs-left-none {
    border-left: none !important;
  }
  .border-xs-right-none {
    border-right: none !important;
  }
  .border-xs-top-none {
    border-top: none !important;
  }
  .border-xs-bottom-none {
    border-bottom: none !important;
  }
}
@media (max-width: 767.98px) {
  .border-sm-left-none {
    border-left: none !important;
  }
  .border-sm-right-none {
    border-right: none !important;
  }
  .border-sm-top-none {
    border-top: none !important;
  }
  .border-sm-bottom-none {
    border-bottom: none !important;
  }
  body {
    font-size: 0.9rem;
  }
  #page-login header.masthead,
  #page-demande-ouverture-acces header.masthead,
  #page-demande-ouverture-compte header.masthead,
  #page-demande-ouverture-societe header.masthead,
  #page-demande-ouverture-termine header.masthead,
  #page-validation-email header.masthead,
  #page-activation-compte header.masthead {
    padding-top: 4.3rem;
    padding-bottom: 0.7rem;
  }
  #page-login header.masthead .masthead-subheading,
  #page-demande-ouverture-acces header.masthead .masthead-subheading,
  #page-demande-ouverture-compte header.masthead .masthead-subheading,
  #page-demande-ouverture-societe header.masthead .masthead-subheading,
  #page-demande-ouverture-termine header.masthead .masthead-subheading,
  #page-validation-email header.masthead .masthead-subheading,
  #page-activation-compte header.masthead .masthead-subheading {
    font-size: 1.2rem;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
  }
  #page-login header.masthead .masthead-heading,
  #page-demande-ouverture-acces header.masthead .masthead-heading,
  #page-demande-ouverture-compte header.masthead .masthead-heading,
  #page-demande-ouverture-societe header.masthead .masthead-heading,
  #page-demande-ouverture-termine header.masthead .masthead-heading,
  #page-validation-email header.masthead .masthead-heading,
  #page-activation-compte header.masthead .masthead-heading {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  #page-login h5,
  #page-login .h5,
  #page-demande-ouverture-acces h5,
  #page-demande-ouverture-acces .h5,
  #page-demande-ouverture-compte h5,
  #page-demande-ouverture-compte .h5,
  #page-demande-ouverture-societe h5,
  #page-demande-ouverture-societe .h5,
  #page-demande-ouverture-termine h5,
  #page-demande-ouverture-termine .h5,
  #page-validation-email h5,
  #page-validation-email .h5,
  #page-activation-compte h5,
  #page-activation-compte .h5 {
    font-size: 1rem;
  }
  #page-login .bd-example-modal-lg .modal-dialog,
  #page-demande-ouverture-acces .bd-example-modal-lg .modal-dialog,
  #page-demande-ouverture-compte .bd-example-modal-lg .modal-dialog,
  #page-demande-ouverture-societe .bd-example-modal-lg .modal-dialog,
  #page-demande-ouverture-termine .bd-example-modal-lg .modal-dialog,
  #page-validation-email .bd-example-modal-lg .modal-dialog,
  #page-activation-compte .bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
  }
  #page-login .bd-example-modal-lg .modal-dialog .modal-content,
  #page-demande-ouverture-acces .bd-example-modal-lg .modal-dialog .modal-content,
  #page-demande-ouverture-compte .bd-example-modal-lg .modal-dialog .modal-content,
  #page-demande-ouverture-societe .bd-example-modal-lg .modal-dialog .modal-content,
  #page-demande-ouverture-termine .bd-example-modal-lg .modal-dialog .modal-content,
  #page-validation-email .bd-example-modal-lg .modal-dialog .modal-content,
  #page-activation-compte .bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
  }
  header.masthead,
  header.masthead.small {
    padding-top: 4.3rem;
    padding-bottom: 0.7rem;
  }
  header.masthead .masthead-subheading,
  header.masthead.small .masthead-subheading {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    text-shadow: -1px -1px 0 #827e7e, -1px 1px 0 #827e7e, 1px -1px 0 #827e7e, 1px 1px 0 #827e7e;
  }
  header.masthead .masthead-heading,
  header.masthead.small .masthead-heading {
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-shadow: -1px -1px 0 #827e7e, -1px 1px 0 #827e7e, 1px -1px 0 #827e7e, 1px 1px 0 #827e7e;
  }
  .page-section {
    padding: 0.5rem 0;
  }
  .page-section .fa-4x {
    font-size: 2.3em;
  }
  .page-section h4,
  .page-section .h4 {
    font-size: 1.3rem;
  }
  .page-section h5,
  .page-section .h5 {
    font-size: 1.1rem;
  }
  .page-section .mb-3,
  .page-section .my-3 {
    margin-bottom: 0.5rem !important;
  }
  .page-section .mt-3,
  .page-section .my-3 {
    margin-top: 0.5rem !important;
  }
  .page-section p {
    line-height: 1.5;
  }
  .section-divider {
    background-color: #f0f0f0;
    /* Couleur de fond grisé */
    padding: 30px;
    /* Espacement autour de la séparation */
    margin-bottom: 30px;
    /* Espacement en bas de la séparation */
    border: 2px solid #ddd;
    /* Ajout d'une bordure */
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    /* Supprime la décoration du lien */
    display: block;
    /* Fait du lien un élément bloc pour qu'il occupe toute la largeur */
    color: #333;
    /* Couleur du texte */
  }
  /* Effet de bouton lorsque la souris passe sur la section */
  .section-divider:hover {
    background-color: #e0e0e0;
    text-decoration: none;
    /* Supprime la décoration du lien */
  }
  /* Effet de bouton lorsque la section est cliquée */
  .section-divider:active {
    background-color: #d0d0d0;
  }
  #page-pcrbt-etudes-mesdemandes .page-section {
    padding: 0.5rem 0;
  }
  #page-pcrbt-etudes-mesdemandes .datcre {
    float: none;
  }
  #page-pcrbt-etudes-mesdemandes .table thead th {
    min-width: 150px;
  }
  .depot-expert {
    font-size: 0.9rem;
  }
  .depot-expert .timeline > .time-label > span {
    width: 100%;
  }
  .depot-expert .timeline::before {
    left: 2px;
  }
  .depot-expert .timeline > div {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .depot-expert .timeline > div .timeline-item {
    margin-left: 10px;
    margin-right: 15px;
  }
  .depot-expert .depot-item {
    padding-left: 10px;
    margin-right: 15px;
  }
  .depot-expert .card-img,
  .depot-expert .card-img-top,
  .depot-expert .card-img-bottom {
    width: 70%;
  }
  .depot-expert .card-title sup.text-info {
    font-size: 0.8rem;
  }
  .depot-expert .card-body {
    padding: 1rem;
  }
  #page-pcrbt-etudes-depot-expert-systeme .card-body,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .card-body {
    padding: 0.2rem;
  }
  #page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-header,
  #page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-header,
  #page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-header,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-header,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-header,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-header {
    min-height: auto;
  }
}
#page-catalogue-gamme .card.gamme .photo,
#page-catalogue-sommaire .card.gamme .photo {
  min-height: 202px;
}
#page-catalogue-gamme .card.gamme h6,
#page-catalogue-sommaire .card.gamme h6 {
  font-size: 0.8rem;
}

@media (min-width: 992px) {
  #mainNav {
    background-color: rgba(33, 37, 41, 0.3);
  }
}
@media (max-width: 991.98px) {
  .border-md-left-none {
    border-left: none !important;
  }
  .border-md-right-none {
    border-right: none !important;
  }
  .border-md-top-none {
    border-top: none !important;
  }
  .border-md-bottom-none {
    border-bottom: none !important;
  }
  h1.section-heading {
    font-size: 1.6rem;
  }
  .page-section h2.section-heading {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .border-lg-left-none {
    border-left: none !important;
  }
  .border-lg-right-none {
    border-right: none !important;
  }
  .border-lg-top-none {
    border-top: none !important;
  }
  .border-lg-bottom-none {
    border-bottom: none !important;
  }
}
.limited-account-info {
  background-color: #f44336;
  /* Red background color for the info box */
  color: #fff;
  /* White text color for the info box */
  padding: 10px;
  text-align: center;
}

.info-message {
  font-size: 16px;
  font-weight: bold;
}

.disabled-link {
  pointer-events: none;
}

.time-line-passed {
  opacity: 0.3;
}
.time-line-passed:hover {
  opacity: 1;
}
.time-line-passed a:hover {
  text-decoration: none;
  color: #B93131;
}

.time-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  margin-block: 10px;
}
.time-label a {
  color: black;
}

.timeline-item {
  border-left: #E5C483 2px solid;
  padding-left: 10px;
  border-radius: 1px;
  padding-block: 20px;
}

.main-block-first,
.main-block {
  width: 90%;
  margin: auto;
  max-width: 1400px;
  margin-top: 50px;
}

.modal-dialog {
  top: 47% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  max-height: 90vh !important;
}

.modal-content {
  border: none !important;
  border-radius: 10px;
}

.requis {
  color: #B93131 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main-block-first {
  margin-top: 2vh;
}

.bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#litiges-search .height-input,
#litiges-search .input-group-text {
  height: 45px;
}
#litiges-search .height-input input,
#litiges-search .input-group-text input {
  height: 45px;
}
#litiges-search .error-message {
  margin: 0;
  padding: 0;
}
#litiges-search .error-message small {
  position: inherit;
  text-align: left;
}
@media (max-width: 430px) {
  #litiges-search #form-litige .input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #litiges-search #form-litige .input-group .input-wrapper,
  #litiges-search #form-litige .input-group button {
    width: 80%;
    min-width: 250px;
    margin: auto;
  }
  #litiges-search .error-message {
    margin: auto;
    margin-top: 50px;
  }
  #litiges-search .error-message small {
    text-align: center;
  }
}

#show-litige .top-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
#show-litige h1 {
  width: 75%;
  margin-bottom: 0;
}
#show-litige .block-search {
  width: 25%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
#show-litige .block-search .input-group {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  border-radius: 10px 0 0 10px;
  position: relative;
}
#show-litige .block-search .error-message {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}
#show-litige .block-search .error-message small.error {
  width: 294px;
}
#show-litige .block-search .input-group-text {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 40px;
}
#show-litige .block-search input {
  border: none;
  background-color: #EBEBEB;
  height: 40px;
  border-radius: 0 10px 10px 0;
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#show-litige .block-search input:focus {
  border: none;
  box-shadow: none;
}
#show-litige .block-search .input-group {
  width: 260%;
}
#show-litige .block-search button {
  width: 140px;
  height: 40px;
}
#show-litige .block-search .form-control {
  height: 40px;
}
#show-litige #main-content-litige {
  display: flex;
  width: 100%;
  gap: 40px;
}
#show-litige #main-content-litige .main-inforamtion {
  width: 75%;
}
#show-litige #main-content-litige .side-information {
  width: 25%;
  margin-left: 20px;
}
#show-litige #main-content-litige .pargraph-wrapper > div {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#show-litige #main-content-litige .pargraph-wrapper .text-left {
  width: 198px;
}
#show-litige #main-content-litige .pargraph-wrapper p {
  margin: 0;
  font-size: 0.9rem;
}
#show-litige #main-content-litige .pargraph-wrapper .status {
  background-color: #E5C483;
  padding: 3px 7px;
  border-radius: 7px;
}
#show-litige .main-block-content {
  width: 90% !important;
}
#show-litige .block-demande {
  padding: 20px 0 20px 30px;
}
#show-litige .block-demande h2 {
  font-size: 1.5rem;
}
#show-litige .block-demande .text-right {
  text-align: left;
}
#show-litige .comment {
  margin-left: -30px;
  padding: 25px 30px;
  background-color: #EBEBEB;
  font-size: 0.9rem;
  border-radius: 12px;
}
#show-litige .attention > div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-left: -30px;
}
#show-litige .attention h2 {
  color: #B93131;
}
#show-litige .attention img {
  width: 25px;
  vertical-align: middle;
}
#show-litige .attention p {
  font-size: 0.9rem;
  margin: 0;
}
#show-litige .block-votre-dossier {
  padding: 0 0 20px 30px;
}
#show-litige .block-votre-dossier .text-success {
  color: #4B782F !important;
}
#show-litige .block-votre-dossier h2 {
  font-size: 1.5rem;
}
#show-litige .block-votre-dossier thead th {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
}
#show-litige .block-votre-dossier th,
#show-litige .block-votre-dossier td {
  border: none;
}
#show-litige .block-votre-dossier table {
  border-spacing: 0 5px;
  border-collapse: separate;
}
#show-litige .block-votre-dossier tbody {
  border-spacing: 5em;
}
#show-litige .block-votre-dossier tbody td {
  background-color: #EBEBEB;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#show-litige .block-votre-dossier tbody td:first-child {
  padding: 10px;
  border-radius: 7px 0 0 7px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#show-litige .block-votre-dossier tbody td:last-child {
  border-radius: 0 7px 7px 0;
  padding: 10px;
}
#show-litige .new-card-body {
  margin-block: 30px;
  padding: 0;
  border: none;
}
#show-litige .new-card-body p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: black;
}
#show-litige .bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#show-litige .fromat-p p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: black;
}
#show-litige .list-like-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 0;
  margin-block: 20px;
}
#show-litige .list-like-table li {
  background-color: #EBEBEB;
  border: none;
  border-radius: 7px;
  display: flex;
}
#show-litige .list-like-table li .text-left {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 55%;
}
#show-litige .list-like-table li .text-second-column {
  text-align: left;
  width: 45%;
}
#show-litige .alert-info-style {
  display: flex;
  gap: 5px;
  align-items: center;
}
#show-litige .alert-info-style img {
  width: 20px;
}
#show-litige .alert-info-style p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#show-litige .new-alert {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-block: 20px;
  margin-left: -30px;
  border-radius: 10px;
  padding: 0 30px;
}
#show-litige .new-alert img {
  width: 25px;
}
#show-litige .new-alert p {
  font-size: 0.9rem;
  margin-block: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#show-litige .new-alert a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B93131;
}
#show-litige .new-alert-success {
  background-color: #E1F3DA;
}
#show-litige .new-alert-info {
  background-color: #EBF4FF;
}
#show-litige .new-alert-info-style,
#show-litige .new-alert-warning {
  background-color: #FFF6E4;
}
#show-litige .new-alert-docs {
  padding-block: 20px;
  flex-direction: column;
  background-color: #EBEBEB;
}
#show-litige .new-alert-docs p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  margin: 0;
}
#show-litige .new-alert-docs .list-group-item {
  padding: 0;
  background-color: transparent;
  border: none;
}
#show-litige .new-alert-docs .list-group-item a {
  display: flex;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
#show-litige .new-alert-docs .list-group-item a:hover {
  color: #B93131;
  transition: all 0.3s ease-in-out;
}
#show-litige .new-alert-docs .list-group-item img {
  width: 16px;
  margin-right: 10px;
}
#show-litige .new-alert-danger {
  flex-direction: column;
}
#show-litige .new-alert-danger > div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  padding-left: 30px;
  margin-left: -30px;
}
#show-litige .new-alert-danger > div p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-block: 20px;
}
#show-litige .new-alert-danger > div img {
  width: 25px;
  margin: 0;
}
#show-litige .new-alert-danger > div h2 {
  color: #B93131;
  margin: 0;
  font-size: 1.5rem;
}
#show-litige .new-alert-danger p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
#show-litige .new-rejected {
  background-color: #FFF5F5;
}
#show-litige .new-rejected img {
  margin-left: 10px;
}
#show-litige .badge {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 3px 7px;
}
#show-litige .new-badge-primary {
  background-color: #E5C483;
}
#show-litige .new-badge-success {
  background-color: #4B782F;
  color: white;
}
#show-litige .side-information h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}
#show-litige .side-information p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  margin: 0;
}
#show-litige .info-client {
  padding-block: 20px;
}
#show-litige .info-client a {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}
#show-litige .info-client a:hover {
  color: #E5C483;
}
#show-litige .macros-avatar-wrapper {
  display: flex;
  align-items: center;
  margin-block: 15px;
}
#show-litige .macros-avatar-wrapper .rounded-img {
  border-radius: 15px !important;
}
#show-litige .macros-avatar-wrapper img {
  width: 100% !important;
  border-radius: 15px !important;
}
#show-litige .email-side-info {
  margin-block: 10px !important;
  text-align: center;
}
#show-litige input,
#show-litige .select2-selection__placeholder {
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  #show-litige #main-content-litige {
    flex-direction: column;
  }
  #show-litige #main-content-litige > div {
    width: 100% !important;
  }
  #show-litige #main-content-litige .side-information {
    display: flex;
    gap: 60px;
    margin-left: 0;
  }
  #show-litige #main-content-litige .info-client {
    padding-top: 0;
  }
  #show-litige #main-content-litige .email-side-info {
    text-align: left;
  }
  #show-litige .block-demande,
  #show-litige .block-votre-dossier {
    padding-left: 0;
  }
  #show-litige .new-alert {
    margin-left: 0;
    padding-inline: 25px;
  }
  #show-litige h1 {
    font-size: 2rem !important;
  }
  #show-litige .alert-reclamation {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  #show-litige .side-information {
    flex-direction: column;
    gap: 30px !important;
  }
  #show-litige .pargraph-wrapper > div {
    flex-direction: column;
  }
  #show-litige .text-left {
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 117px !important;
    min-width: 117px;
  }
  #show-litige .pargraph-wrapper .text-right {
    text-align: right !important;
  }
  #show-litige .pargraph-wrapper .text-right {
    text-align: left !important;
  }
  #show-litige .info-roth {
    margin-bottom: 20px;
  }
  #show-litige .error-message small.error {
    width: 93% !important;
    line-height: 0.8rem;
    text-align: left;
  }
}
@media (max-width: 400px) {
  #show-litige .block-search {
    flex-direction: column;
    gap: 10px;
  }
  #show-litige .block-search .input-group {
    width: 100%;
  }
  #show-litige .block-search button {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #show-litige .top-block {
    flex-direction: column-reverse;
  }
  #show-litige #form-litige {
    width: 100%;
    margin-bottom: 20px;
  }
  #show-litige h1 {
    width: 100%;
    font-size: 2.3rem;
  }
  #show-litige .top-block {
    margin-bottom: 0;
  }
}

@media (max-width: 440px) {
  #page-pcrbt-etudes-mesdemandes .one-demande__header {
    margin-bottom: 10px;
  }
  #page-pcrbt-etudes-mesdemandes .datcre {
    font-size: 0.9rem !important;
    margin-top: 5px;
  }
}
#page-pcrbt-etudes-mesdemandes .datcre {
  font-size: 0.9rem !important;
}
#page-pcrbt-etudes-mesdemandes p {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2rem;
  margin: 0;
}
@media (max-width: 900px) {
  #page-pcrbt-etudes-mesdemandes .new-demandes__block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px !important;
  }
  #page-pcrbt-etudes-mesdemandes .my-demandes__top-block {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    padding-block: 50px 10px;
  }
}
#page-pcrbt-etudes-mesdemandes .new-demandes__block-wrapper {
  display: flex;
  justify-content: center;
  gap: 130px;
  margin-block: 50px;
}
#page-pcrbt-etudes-mesdemandes .new-demandes__block {
  width: 250px;
  display: flex;
  flex-direction: column;
}
#page-pcrbt-etudes-mesdemandes .new-demandes__image {
  width: 30%;
  margin: auto;
  margin-bottom: 20px;
}
#page-pcrbt-etudes-mesdemandes .new-demandes p {
  font-size: 0.9;
  text-align: center;
  flex: 1;
}
#page-pcrbt-etudes-mesdemandes .new-demandes h1 {
  text-align: center;
}
#page-pcrbt-etudes-mesdemandes .new-demandes a {
  display: block;
  margin: auto;
  text-align: center;
}
#page-pcrbt-etudes-mesdemandes .new-demandes .message-pcrbt {
  width: 310px;
  text-align: center;
  text-align: center;
  position: absolute;
  line-height: 0.8rem;
  bottom: -70px;
  left: -12%;
}
#page-pcrbt-etudes-mesdemandes .new-demandes .little-text {
  font-size: 0.7rem;
}
#page-pcrbt-etudes-mesdemandes .new-demandes .pcrbt-demande-plan {
  position: relative;
}
#page-pcrbt-etudes-mesdemandes .new-demandes .pcrbt-demande-plan:hover .message-pcrbt {
  display: block;
}
#page-pcrbt-etudes-mesdemandes .my-demandes {
  margin-top: 100px;
}
#page-pcrbt-etudes-mesdemandes .my-demandes__top-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-pcrbt-etudes-mesdemandes .my-demandes__top-block h1 {
  margin: 0;
}
#page-pcrbt-etudes-mesdemandes .my-demandes__content-wrapper {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-end;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__group {
  position: relative;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__group input {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__group input::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__group input:focus {
  border: none;
  box-shadow: none;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande .button-tertiaire {
  height: 40px;
  padding-block: 9px;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__reset-motcles {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page-pcrbt-etudes-mesdemandes .form-search-demande__reset-motcles button {
  background-color: transparent;
  border: none;
  color: #B93131;
}
#page-pcrbt-etudes-mesdemandes .one-demande {
  border: none;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-info {
  width: 40%;
  min-width: 315px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-info > div {
  display: flex;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-second,
#page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-left {
  text-align: left;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-left {
  width: 150px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-info p {
  margin: 0 !important;
}
#page-pcrbt-etudes-mesdemandes .one-demande__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__header h2 {
  font-size: 1.2rem;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  gap: 30px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__header .datcre {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: black;
}
#page-pcrbt-etudes-mesdemandes .one-demande__body {
  border-radius: 15px;
  padding: 22px;
  background-color: #f6f6f6;
  display: flex;
  width: 100%;
}
#page-pcrbt-etudes-mesdemandes .one-demande__body .title-menu {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
@media (max-width: 1090px) {
  #page-pcrbt-etudes-mesdemandes .one-demande .one-demande__block-additional {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande .one-demande__block-additional > div {
    width: 50%;
  }
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-additional {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-width: 500px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-mesdemandes .one-demande__offre {
  text-align: center;
  width: 17%;
}
#page-pcrbt-etudes-mesdemandes .one-demande__offre p {
  text-align: center;
}
#page-pcrbt-etudes-mesdemandes .one-demande__block-date {
  width: 29%;
  text-align: center;
}
#page-pcrbt-etudes-mesdemandes .one-demande__status {
  width: 35%;
}
#page-pcrbt-etudes-mesdemandes .one-demande__status > div {
  display: flex;
  justify-content: center;
}
#page-pcrbt-etudes-mesdemandes .one-demande__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions p {
  padding-bottom: 3px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions > div {
  display: flex;
  justify-content: center;
  gap: 11px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions a,
#page-pcrbt-etudes-mesdemandes .one-demande__actions button {
  background-color: transparent;
  border: none;
  padding: 0;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions .icone-svg-wrapper {
  max-width: 25px;
  max-height: 25px;
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions svg:hover path {
  fill: #E5C483;
}
#page-pcrbt-etudes-mesdemandes .one-demande .fa-hourglass {
  font-size: 1rem;
  animation: rotation 2s ease-in-out infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  #page-pcrbt-etudes-mesdemandes .one-demande__header {
    display: flex;
    flex-wrap: wrap;
  }
  #page-pcrbt-etudes-mesdemandes h2 {
    margin: 0;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__body {
    justify-content: space-around;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info {
    margin-left: 0;
    min-width: 240px;
    width: fit-content;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-left {
    min-width: 100px;
    width: 100px;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional {
    width: auto;
    min-width: unset;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__actions {
    flex: 1;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional > div {
    width: auto;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__body .title-menu {
    font-size: 0.9rem;
  }
}
#page-pcrbt-etudes-mesdemandes .one-demande__actions-mobile {
  display: none;
}
@media (max-width: 650px) {
  #page-pcrbt-etudes-mesdemandes p {
    font-size: 0.8rem;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__body .title-menu {
    font-size: 0.8rem !important;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__actions-mobile {
    display: block;
    width: 100%;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__body {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  #page-pcrbt-etudes-mesdemandes .new-badge {
    min-width: 110px;
    line-height: 0.9rem;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info {
    width: 45%;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__header {
    margin-bottom: 5px;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional {
    flex-direction: column !important;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional > div {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional > div .title-menu {
    font-size: 0.9rem;
    text-align: left;
    min-width: 120px;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional > div .text-second {
    line-height: 1.2rem;
    margin: 0;
  }
  #page-pcrbt-etudes-mesdemandes .text-left {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-pcrbt-etudes-mesdemandes .actions-mobile-wrapper .btn {
    background-color: transparent !important;
    border: none !important;
    width: fit-content;
    color: #050505;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1rem;
    font-size: 0.8rem;
    text-align: left;
  }
  #page-pcrbt-etudes-mesdemandes .actions-mobile-wrapper .btn .icone-svg-wrapper {
    width: 25px;
    display: block;
    margin: auto;
    max-height: 40px;
  }
  #page-pcrbt-etudes-mesdemandes .actions-mobile-wrapper button .icone-svg-wrapper {
    width: 20px;
  }
  #page-pcrbt-etudes-mesdemandes .actions-mobile-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__actions {
    display: none !important;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional {
    width: 50%;
    justify-content: flex-start;
  }
}
@media (max-width: 579px) {
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info,
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional {
    width: 90%;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-left,
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info .title-menu,
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional .text-left,
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional .title-menu {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 30% !important;
    min-width: 170px;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-info .text-second,
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional .text-second {
    text-align: left;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional > div .title-menu {
    min-width: 170px;
    width: 30% !important;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__header h2 {
    gap: 10px;
    flex-wrap: wrap;
  }
  #page-pcrbt-etudes-mesdemandes .one-demande__body {
    justify-content: center;
  }
  #page-pcrbt-etudes-mesdemandes .actions-mobile-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) {
  #page-pcrbt-etudes-mesdemandes .one-demande__block-additional .title-menu,
  #page-pcrbt-etudes-mesdemandes .text-left {
    min-width: 132px !important;
  }
}

#page-pcrbt-etudes-mesdemandes-dossiertechnique .flex-block,
#page-pcrbt-etudes-mesdemandes-demandeinformation .flex-block {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .flex-block .block-help,
#page-pcrbt-etudes-mesdemandes-demandeinformation .flex-block .block-help {
  width: 30%;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .flex-block .block-technical,
#page-pcrbt-etudes-mesdemandes-demandeinformation .flex-block .block-technical {
  width: 70%;
}
@media (max-width: 900px) {
  #page-pcrbt-etudes-mesdemandes-dossiertechnique .flex-block,
  #page-pcrbt-etudes-mesdemandes-demandeinformation .flex-block {
    flex-direction: column;
    gap: 50px;
  }
  #page-pcrbt-etudes-mesdemandes-dossiertechnique .flex-block > div,
  #page-pcrbt-etudes-mesdemandes-demandeinformation .flex-block > div {
    width: 100% !important;
  }
  #page-pcrbt-etudes-mesdemandes-dossiertechnique h2,
  #page-pcrbt-etudes-mesdemandes-demandeinformation h2 {
    font-size: 2rem !important;
  }
  #page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help__wrapper-people,
  #page-pcrbt-etudes-mesdemandes-demandeinformation .block-help__wrapper-people {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  #page-pcrbt-etudes-mesdemandes-dossiertechnique .one-responsable,
  #page-pcrbt-etudes-mesdemandes-demandeinformation .one-responsable {
    width: 40%;
    margin-top: 20px;
    min-width: 280px;
    text-align: center;
  }
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical__top,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical__top {
  margin-bottom: 10px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical p,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  mask-size: 0.9rem;
  margin: 0;
  line-height: 1.5rem;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical h2,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical h2 {
  font-size: 2.5rem;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical h3,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical h3 {
  font-size: 1.5rem;
  margin-top: 30px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical .pdf-svg,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical .pdf-svg {
  width: 19px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical ul,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical ul {
  list-style-type: none;
  padding-left: 10px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical li,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-technical a,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-technical a {
  display: flex;
  color: black;
  gap: 10px;
  align-items: flex-start;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help .avatar,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-help .avatar {
  width: 28%;
  border-radius: 10%;
  margin-block: 10px;
  min-width: 150px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help p,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-help p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  mask-size: 0.9rem;
  margin: 0;
  line-height: 1.5rem;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help .name,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-help .name {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help a,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-help a {
  text-decoration: none;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .block-help .title,
#page-pcrbt-etudes-mesdemandes-demandeinformation .block-help .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .content-answer,
#page-pcrbt-etudes-mesdemandes-demandeinformation .content-answer {
  margin-block: 30px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .content-answer .button-tertiaire,
#page-pcrbt-etudes-mesdemandes-demandeinformation .content-answer .button-tertiaire {
  width: 273px;
  margin-block: 20px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .text-answer,
#page-pcrbt-etudes-mesdemandes-demandeinformation .text-answer {
  margin-left: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 90%;
  padding: 30px;
}
#page-pcrbt-etudes-mesdemandes-dossiertechnique .button-tertiaire__icon,
#page-pcrbt-etudes-mesdemandes-demandeinformation .button-tertiaire__icon {
  width: 20px;
}

.new-modal .modal-dialog {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
.new-modal .modal-header {
  color: #B93131 !important;
  text-align: center !important;
  border: none !important;
}
.new-modal .modal-body p {
  margin: 0;
}
.new-modal .modal-footer,
.new-modal .modal-content {
  border: none !important;
}

#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .form-text.error,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .form-text.error {
  top: 56px;
}
#page-pcrbt-etudes-depot-simple-projet small.error,
#page-pcrbt-etudes-depot-expert-projet small.error {
  bottom: -10px;
}
#page-pcrbt-etudes-depot-simple-projet .select2-container,
#page-pcrbt-etudes-depot-expert-projet .select2-container {
  width: 100% !important;
}
#page-pcrbt-etudes-depot-simple-projet .push-lower,
#page-pcrbt-etudes-depot-expert-projet .push-lower {
  margin-bottom: 70px;
}
#page-pcrbt-etudes-depot-simple-projet .select-group .form-group,
#page-pcrbt-etudes-depot-expert-projet .select-group .form-group {
  margin-bottom: 0;
}
#page-pcrbt-etudes-depot-simple-projet .time-label,
#page-pcrbt-etudes-depot-expert-projet .time-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  margin-block: 20px 5px;
  margin-left: 10px;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item,
#page-pcrbt-etudes-depot-expert-projet .depot-item {
  border-left: 2px solid #E5C483;
  padding-top: 20px;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card {
  border: none;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card input,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card input {
  border: none;
  background-color: #EBEBEB;
  border-radius: 10px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card input:focus,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card label,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card .card-body,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card .card-body {
  padding-top: 0;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card .form-group,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card .form-group {
  margin-bottom: 7px;
}
#page-pcrbt-etudes-depot-simple-projet .depot-item .card .card-header,
#page-pcrbt-etudes-depot-expert-projet .depot-item .card .card-header {
  border: none;
  background-color: transparent;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  #page-pcrbt-etudes-depot-simple-projet .button-tertiaire,
  #page-pcrbt-etudes-depot-expert-projet .button-tertiaire {
    height: fit-content !important;
  }
  #page-pcrbt-etudes-depot-simple-projet h1,
  #page-pcrbt-etudes-depot-expert-projet h1 {
    font-size: 2rem;
  }
  #page-pcrbt-etudes-depot-simple-projet .installateur-wrapper,
  #page-pcrbt-etudes-depot-expert-projet .installateur-wrapper {
    flex-wrap: wrap;
  }
  #page-pcrbt-etudes-depot-simple-projet .big-one,
  #page-pcrbt-etudes-depot-expert-projet .big-one {
    display: block !important;
    margin-left: 0 !important;
    font-size: 1rem !important;
    width: 100%;
    line-height: 1rem !important;
  }
  #page-pcrbt-etudes-depot-simple-projet .little-one,
  #page-pcrbt-etudes-depot-expert-projet .little-one {
    display: none !important;
  }
  #page-pcrbt-etudes-depot-simple-projet .button-group,
  #page-pcrbt-etudes-depot-expert-projet .button-group {
    width: 100%;
  }
  #page-pcrbt-etudes-depot-simple-projet .select-group,
  #page-pcrbt-etudes-depot-expert-projet .select-group {
    margin-right: 0 !important;
  }
  #page-pcrbt-etudes-depot-simple-projet .select2-selection,
  #page-pcrbt-etudes-depot-expert-projet .select2-selection {
    width: 100% !important;
  }
  #page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .form-text.error,
  #page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .form-text.error {
    position: inherit;
  }
}
#page-pcrbt-etudes-depot-simple-projet .big-one,
#page-pcrbt-etudes-depot-expert-projet .big-one {
  display: none;
}
#page-pcrbt-etudes-depot-simple-projet .little-one,
#page-pcrbt-etudes-depot-expert-projet .little-one {
  display: block;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .select-group,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .select-group {
  flex-shrink: 1;
  width: 100%;
  margin-right: 10px;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .select2-selection,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .select2-selection {
  width: 100%;
  height: 40px;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .field-installateur_id,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .field-installateur_id {
  padding: 0 !important;
  overflow: visible;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .field-installateur_id label,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .field-installateur_id label {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  margin-top: 5px;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .select2-container,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .select2-container {
  width: 100% !important;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .button-group .button-tertiaire,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .button-group .button-tertiaire {
  background-color: #E5C483;
  height: 40px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 8px;
  margin-left: 10px;
  line-height: 0.5rem;
}
#page-pcrbt-etudes-depot-simple-projet .installateur-wrapper .button-group img,
#page-pcrbt-etudes-depot-expert-projet .installateur-wrapper .button-group img {
  width: 80%;
}
#page-pcrbt-etudes-depot-simple-projet .one-option img,
#page-pcrbt-etudes-depot-expert-projet .one-option img {
  border-radius: 10px;
  aspect-ratio: 1.4/1;
  width: 280px;
}
#page-pcrbt-etudes-depot-simple-projet .one-option h4,
#page-pcrbt-etudes-depot-expert-projet .one-option h4 {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
}
#page-pcrbt-etudes-depot-simple-projet .one-option h4:hover,
#page-pcrbt-etudes-depot-expert-projet .one-option h4:hover {
  color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-projet .one-option:hover h4,
#page-pcrbt-etudes-depot-expert-projet .one-option:hover h4 {
  color: #E5C483;
}

#form-ajout-installateur h5 {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
#form-ajout-installateur .modal-header {
  border: none;
}
#form-ajout-installateur input:not([type=submit]) {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px;
}
#form-ajout-installateur input:not([type=submit]):focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#form-ajout-installateur label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#form-ajout-installateur .modal-footer {
  border: none;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
#form-ajout-installateur .modal-footer .btn {
  width: 100%;
}
#form-ajout-installateur .select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#form-ajout-installateur .error {
  font-size: 0.8rem;
}

#page-pcrbt-etudes-depot-simple-minimal-systeme #uploadedfiles {
  margin-bottom: 20px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #uploadedfiles li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  padding: 5px 10px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme button[name=supprimer] {
  background-color: transparent;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  border: none;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme button[name=supprimer]:hover {
  color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .custom-file .custom-file-input {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .custom-file .custom-file-label {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .custom-file .custom-file-label::after {
  background-color: #B93131;
  border-radius: 0 10px 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .custom-file .custom-file-label::after:hover {
  background-color: #E5C483;
  color: black;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .info-collect-body {
  margin-top: 23px;
  display: flex;
  align-items: flex-start;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .info-collect-body img {
  width: 25px;
  margin: 0px 20px 0 20px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .info-collect-body p {
  width: 80%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1rem;
}
@media (max-width: 900px) {
  #page-pcrbt-etudes-depot-simple-minimal-systeme .make-flex {
    flex-direction: column;
    gap: 50px;
  }
  #page-pcrbt-etudes-depot-simple-minimal-systeme .make-flex > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  #page-pcrbt-etudes-depot-simple-minimal-systeme #form-projet {
    margin-left: 0 !important;
  }
  #page-pcrbt-etudes-depot-simple-minimal-systeme .one-option button {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  #page-pcrbt-etudes-depot-simple-minimal-systeme h1 {
    font-size: 2rem;
  }
  #page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px !important;
  }
  #page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer > div {
    margin: auto;
  }
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .input-text textarea {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .input-text textarea:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields .form-group {
  margin-left: 10px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields input,
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields select,
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields option {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields input:focus,
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields select:focus,
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields option:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields .input-group-text {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #rbox_fields label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .error {
  position: relative !important;
  text-align: left;
  margin-left: 26px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer {
  display: flex;
  justify-content: center;
  gap: 20px !important;
  margin-top: 40px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer .button-tertiaire-cancel {
  height: 40px;
  padding-block: 9px;
  width: 200px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer .button-tertiaire:focus,
#page-pcrbt-etudes-depot-simple-minimal-systeme .timeline-footer .button-tertiaire-cancel:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme #form-projet {
  margin-left: 40px;
  margin-top: 20px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .make-yellow {
  background-color: #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #B93131;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .img-rounded {
  border-radius: 10px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .one-option .choix {
  height: fit-content;
  padding-left: 0;
  border-radius: 10px;
  border: none;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .one-option button {
  width: 90%;
  padding: 18px 25px !important;
  margin-inline: 10px;
  background-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 10px;
  text-align: left;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .one-option button:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-minimal-systeme .one-option button:hover {
  background-color: #E5C483;
}

#uploadedfiles {
  margin-left: 10px;
}
#uploadedfiles li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  border: none;
}
#uploadedfiles .erreur-invalid {
  color: #B93131;
  font-size: 0.8rem;
}
#uploadedfiles .progress-bar {
  background-color: #E5C483 !important;
}

@media (max-width: 800px) {
  #page-pcrbt-etudes-depot-simple-termine h1,
  #page-pcrbt-etudes-depot-expert-termine h1 {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 400px) {
  #page-pcrbt-etudes-depot-simple-termine h1,
  #page-pcrbt-etudes-depot-expert-termine h1 {
    font-size: 1.4rem !important;
  }
  #page-pcrbt-etudes-depot-simple-termine h1 span,
  #page-pcrbt-etudes-depot-expert-termine h1 span {
    font-size: 1.9rem !important;
  }
}
#page-pcrbt-etudes-depot-simple-termine h1,
#page-pcrbt-etudes-depot-expert-termine h1 {
  font-size: 2.3rem;
}
#page-pcrbt-etudes-depot-simple-termine h1 span,
#page-pcrbt-etudes-depot-expert-termine h1 span {
  font-size: 2.8rem;
  color: #B93131;
}
#page-pcrbt-etudes-depot-simple-termine img,
#page-pcrbt-etudes-depot-expert-termine img {
  width: 20%;
  min-width: 90px;
  max-width: 120px;
  margin-block: 45px;
}
#page-pcrbt-etudes-depot-simple-termine .text-muted,
#page-pcrbt-etudes-depot-expert-termine .text-muted {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-termine .text-muted a,
#page-pcrbt-etudes-depot-expert-termine .text-muted a {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-termine .text-muted a:hover,
#page-pcrbt-etudes-depot-expert-termine .text-muted a:hover {
  color: #E5C483;
}

#page-pcrbt-etudes-depot-simple-maximal-systeme .modal-dialog .error,
#page-pcrbt-etudes-depot-expert-systeme .modal-dialog .error {
  position: initial;
  text-align: left;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal-dialog .modal-footer,
#page-pcrbt-etudes-depot-expert-systeme .modal-dialog .modal-footer {
  flex-direction: column-reverse;
  gap: 5px !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal-dialog label,
#page-pcrbt-etudes-depot-expert-systeme .modal-dialog label {
  font-size: 0.8rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .style-lable,
#page-pcrbt-etudes-depot-expert-systeme #form-base .style-lable {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
  color: black;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .form-group label,
#page-pcrbt-etudes-depot-expert-systeme #form-base .form-group label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
  color: black;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .form-group input,
#page-pcrbt-etudes-depot-expert-systeme #form-base .form-group input {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .form-group input:focus,
#page-pcrbt-etudes-depot-expert-systeme #form-base .form-group input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .radio-wrapper,
#page-pcrbt-etudes-depot-expert-systeme .radio-wrapper {
  width: fit-content;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .radio-wrapper label,
#page-pcrbt-etudes-depot-expert-systeme .radio-wrapper label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
  color: black;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .radio-wrapper .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .radio-wrapper .custom-control-label::before {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .radio-wrapper .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .radio-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .radio-wrapper .custom-control-label:focus,
#page-pcrbt-etudes-depot-expert-systeme .radio-wrapper .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}

#page-fabdis-liste h2 {
  font-size: 1.2rem;
}
#page-fabdis-liste .block-body {
  background-color: #EBEBEB;
  padding: 30px 50px;
  border-radius: 20px;
  display: flex;
  gap: 25px 50px;
  flex-wrap: wrap;
}
#page-fabdis-liste .one-file {
  display: flex;
  gap: 20px;
  flex-direction: row;
  width: fit-content;
}
#page-fabdis-liste .one-file img {
  display: block;
  width: 60px;
}
#page-fabdis-liste h3 {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 5px;
}
#page-fabdis-liste p {
  margin: 0;
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1rem;
}
#page-fabdis-liste .bolder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page-fabdis-liste .button-tertiaire {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0px;
  margin-top: 10px;
}

#page-pcrbt-etudes-depot-simple-maximal-systeme .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-expert-systeme .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-simple-moyen-systeme .button-tertiaire-secondaire {
  background-color: #E5C483;
  color: black !important;
  font-size: 0.9rem;
  padding-block: 7px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .button-tertiaire-secondaire:hover,
#page-pcrbt-etudes-depot-expert-systeme .button-tertiaire-secondaire:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .button-tertiaire-secondaire:hover {
  background-color: #EBEBEB;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme h1,
#page-pcrbt-etudes-depot-expert-systeme h1,
#page-pcrbt-etudes-depot-simple-moyen-systeme h1 {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .button-style,
#page-pcrbt-etudes-depot-expert-systeme .button-style,
#page-pcrbt-etudes-depot-simple-moyen-systeme .button-style {
  background-color: transparent;
  color: black !important;
  margin-block: 20px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .button-style:hover,
#page-pcrbt-etudes-depot-expert-systeme .button-style:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .button-style:hover {
  color: #B93131 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .row,
#page-pcrbt-etudes-depot-expert-systeme .row,
#page-pcrbt-etudes-depot-simple-moyen-systeme .row {
  margin-inline: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header {
  position: relative;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header button,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header button,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button {
  background-color: #EBEBEB;
  color: black !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  border: none;
  padding: 20px 0 20px 20px;
  border-radius: 15px;
  margin-left: -30px;
  margin-bottom: 5px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header button:hover,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header button:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button:hover {
  color: #E5C483 !important;
  text-decoration: none !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header button:focus,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header button:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483 !important;
  text-decoration: none !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header .btn-block,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header .btn-block,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header .btn-block {
  width: 102.8%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header .close,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header .close,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header .close {
  position: absolute;
  top: 4px;
  right: 27px;
  opacity: 1 !important;
  color: #B93131;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header .close i,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header .close i,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header .close i {
  color: #B93131;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header .close i:hover,
#page-pcrbt-etudes-depot-expert-systeme .new-card-header .close i:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header .close i:hover {
  color: #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .row-no-padding > div,
#page-pcrbt-etudes-depot-expert-systeme #form-base .row-no-padding > div,
#page-pcrbt-etudes-depot-simple-moyen-systeme #form-base .row-no-padding > div {
  padding: 0 !important;
  margin-left: 20px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .row-no-padding > div:first-child,
#page-pcrbt-etudes-depot-expert-systeme #form-base .row-no-padding > div:first-child,
#page-pcrbt-etudes-depot-simple-moyen-systeme #form-base .row-no-padding > div:first-child {
  margin-left: -30px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .little-card-header,
#page-pcrbt-etudes-depot-expert-systeme .little-card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .little-card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B93131;
  font-size: 1.4rem;
  border: none;
  background-color: transparent;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .cards-solutions,
#page-pcrbt-etudes-depot-expert-systeme .cards-solutions,
#page-pcrbt-etudes-depot-simple-moyen-systeme .cards-solutions {
  display: flex;
  flex-direction: row;
  gap: 10px;
  display: flex;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 40px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-deck,
#page-pcrbt-etudes-depot-expert-systeme .card-deck,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-deck {
  margin-inline: 0 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-click,
#page-pcrbt-etudes-depot-expert-systeme .card-click,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-click {
  transition: border-color 0.3s ease;
  display: block;
  padding: 15px;
  flex: 1;
  border-radius: 15px;
  margin: 0 !important;
  border: solid transparent !important;
  padding: 20px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-click .card-title,
#page-pcrbt-etudes-depot-expert-systeme .card-click .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-click .card-title {
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 15px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-click .card-title img,
#page-pcrbt-etudes-depot-expert-systeme .card-click .card-title img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-click .card-title img {
  width: 5%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-click .card-text,
#page-pcrbt-etudes-depot-expert-systeme .card-click .card-text,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-click .card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.2rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-click img,
#page-pcrbt-etudes-depot-expert-systeme .card-click img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-click img {
  border-radius: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-body,
#page-pcrbt-etudes-depot-expert-systeme .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-body {
  padding-inline: 0;
  padding-bottom: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .full-text,
#page-pcrbt-etudes-depot-expert-systeme .full-text,
#page-pcrbt-etudes-depot-simple-moyen-systeme .full-text {
  display: none;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.2rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .active-card,
#page-pcrbt-etudes-depot-expert-systeme .active-card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .active-card {
  border-color: #B93131 !important;
  transition: all 0.3s ease;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .field-systeme,
#page-pcrbt-etudes-depot-expert-systeme .field-systeme,
#page-pcrbt-etudes-depot-simple-moyen-systeme .field-systeme {
  border: none !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .card-footer,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer {
  padding: 0px;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer .ask-button,
#page-pcrbt-etudes-depot-expert-systeme .card-footer .ask-button,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer .ask-button {
  display: block;
  width: 17px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .card-footer .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer .custom-control-label::before {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .card-footer .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer .custom-control-label:focus,
#page-pcrbt-etudes-depot-expert-systeme .card-footer .custom-control-label:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .card-footer .custom-control-label,
#page-pcrbt-etudes-depot-expert-systeme .card-footer .custom-control-label,
#page-pcrbt-etudes-depot-simple-moyen-systeme .card-footer .custom-control-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice,
#page-pcrbt-etudes-depot-expert-systeme .second-choice,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice {
  width: 100%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice > div,
#page-pcrbt-etudes-depot-expert-systeme .second-choice > div,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice > div {
  flex: 1;
  border: none !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice .show,
#page-pcrbt-etudes-depot-expert-systeme .second-choice .show,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice .show {
  visibility: visible !important;
  opacity: 1 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice .card .card-footer,
#page-pcrbt-etudes-depot-expert-systeme .second-choice .card .card-footer,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice .card .card-footer {
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice .epaisseur,
#page-pcrbt-etudes-depot-expert-systeme .second-choice .epaisseur,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice .epaisseur {
  display: flex;
  align-items: center;
  position: inherit !important;
  top: 0 !important;
  right: 0 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice .epaisseur img,
#page-pcrbt-etudes-depot-expert-systeme .second-choice .epaisseur img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice .epaisseur img {
  width: 15px;
  margin-right: 5px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur {
  width: 33%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .infos,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .infos,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .infos,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .infos,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .infos {
  line-height: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .style-button button,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .style-button button,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .style-button button,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .style-button button,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .style-button button,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .style-button button,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .style-button button,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .style-button button,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .style-button button {
  padding: 9px 15px;
  font-size: 0.9rem;
  margin: auto;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-header,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #B93131;
  border: none;
  background-color: transparent;
  padding-inline: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .header-black,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .header-black,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .header-black,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .header-black,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .header-black,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .header-black,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .header-black,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .header-black,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .header-black {
  color: black;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .header-black .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .header-black .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .header-black .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .header-black .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .header-black .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .header-black .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .header-black .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .header-black .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .header-black .subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .header-black img,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .header-black img,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .header-black img,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .header-black img,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .header-black img,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .header-black img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .header-black img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .header-black img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .header-black img {
  width: 17px;
  margin-left: 7px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .header-black img:hover,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .header-black img:hover,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .header-black img:hover,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .header-black img:hover,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .header-black img:hover,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .header-black img:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .header-black img:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .header-black img:hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .header-black img:hover {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .subtitle,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .subtitle,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .subtitle,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-maximal-systeme .choix-collecteur .card-img-top,
#page-pcrbt-etudes-depot-expert-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-expert-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-expert-systeme .choix-collecteur .card-img-top,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-dalle .card-img-top,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-tube .card-img-top,
#page-pcrbt-etudes-depot-simple-moyen-systeme .choix-collecteur .card-img-top {
  max-height: 218px;
  aspect-ratio: 1;
  width: auto;
  max-width: 100%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice,
#page-pcrbt-etudes-depot-expert-systeme .third-choice,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-block: 40px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice > div .card,
#page-pcrbt-etudes-depot-expert-systeme .third-choice > div .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice > div .card {
  border: none !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .choix-epaisseur:has(.card),
#page-pcrbt-etudes-depot-expert-systeme .third-choice .choix-epaisseur:has(.card),
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .choix-epaisseur:has(.card) {
  width: 60%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .question-derouleur,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .question-derouleur,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .question-derouleur {
  display: flex;
  flex-direction: column;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .question-derouleur .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .question-derouleur .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .question-derouleur .custom-control-label::before {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .question-derouleur .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .question-derouleur .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .question-derouleur .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .question-derouleur .custom-control-label:focus,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .question-derouleur .custom-control-label:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .question-derouleur .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .question-derouleur .custom-control-label,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .question-derouleur .custom-control-label,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .question-derouleur .custom-control-label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .p-style,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .p-style,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .p-style {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .no-gutters,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .no-gutters,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .no-gutters {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .card-img,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .card-img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .card-img {
  max-height: 180px;
  border-radius: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .card-header,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #B93131;
  border: none;
  background-color: transparent;
  padding-inline: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .header-black,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .header-black,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .header-black {
  color: black;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .card-body,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .card-body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .custom-select,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .custom-select,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .custom-select {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .custom-select:focus,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .custom-select:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .custom-select:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .custom-select option,
#page-pcrbt-etudes-depot-expert-systeme .third-choice .custom-select option,
#page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .custom-select option {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .card,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .card {
  border: none;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .card-header,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #B93131;
  border: none;
  background-color: transparent;
  padding-inline: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .card-title,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .card-title {
  color: black;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers label,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers label,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .custom-control-label,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .custom-control-label,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .custom-control-label {
  cursor: pointer;
  padding-top: 2px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .custom-control-label::before {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .custom-control-input:checked ~ .custom-control-label::before,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .custom-control-label:focus,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .custom-control-label:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .no-gutters,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .no-gutters,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .no-gutters {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .no-gutters img,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .no-gutters img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .no-gutters img {
  width: 30%;
  height: 30%;
  object-fit: contain;
  max-height: 150px;
  padding-inline: 20px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .no-gutters .card-body,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .no-gutters .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .no-gutters .card-body {
  width: 65%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .card-body,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .card-body {
  padding: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .card-title sup,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .card-title sup,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .card-title sup {
  margin-left: 15px;
  color: #B93131;
  vertical-align: middle;
  top: 0;
  white-space: nowrap;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .access-block .option,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .access-block .option,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .access-block .option {
  background-color: transparent !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .block-accessoires-wrapper,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .block-accessoires-wrapper,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .block-accessoires-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-block: 20px;
  padding-bottom: 1.25rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .accessoires-wrappers .block-accessoires-wrapper .access-block,
#page-pcrbt-etudes-depot-expert-systeme .accessoires-wrappers .block-accessoires-wrapper .access-block,
#page-pcrbt-etudes-depot-simple-moyen-systeme .accessoires-wrappers .block-accessoires-wrapper .access-block {
  width: 49%;
  flex: 1 1 auto;
  max-width: 49%;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper {
  border: none;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper textarea,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper textarea,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper textarea {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper textarea:focus,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper textarea:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper textarea:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper p,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper p,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper .card-body,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper .card-body {
  padding: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .notes-wrapper .card-header,
#page-pcrbt-etudes-depot-expert-systeme .notes-wrapper .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .notes-wrapper .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #B93131;
  border: none;
  background-color: transparent;
  padding-inline: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .margin-push,
#page-pcrbt-etudes-depot-expert-systeme .margin-push,
#page-pcrbt-etudes-depot-simple-moyen-systeme .margin-push {
  margin-top: 50px !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire-cancel {
  width: 200px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .card,
#page-pcrbt-etudes-depot-expert-systeme .modal .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .card {
  border: none;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-header,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem !important;
  color: #B93131;
  border: none;
  background-color: transparent;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .card-header,
#page-pcrbt-etudes-depot-expert-systeme .modal .card-header,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  padding-block: 0;
  border: none;
  background-color: transparent;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal img,
#page-pcrbt-etudes-depot-expert-systeme .modal img,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-footer,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-footer,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-footer {
  border: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-footer .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-footer .button-tertiaire,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-footer .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-footer .button-tertiaire-cancel {
  width: 200px;
  padding-block: 7px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .card-title,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .card-title,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .card-title,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .card,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .card,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .card,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .card {
  margin: 4px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .card .card-body,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .card .card-body,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .card .card-body,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .card .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .card .card-body,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .card .card-body {
  padding: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .card .card-title,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .card .card-title,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .card .card-title,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .card .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .card .card-title,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .card .card-title {
  padding-left: 24px;
  margin-bottom: -3px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .card:not(.solutions):hover,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .card:not(.solutions):hover,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .card:not(.solutions):hover,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .card:not(.solutions):hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .card:not(.solutions):hover,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .card:not(.solutions):hover {
  box-shadow: 0 0 5px 1px #EBEBEB;
  border-radius: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .no-gutters .text-primary,
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .modal-body .text-primary,
#page-pcrbt-etudes-depot-expert-systeme .modal .no-gutters .text-primary,
#page-pcrbt-etudes-depot-expert-systeme .modal .modal-body .text-primary,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .no-gutters .text-primary,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .modal-body .text-primary {
  color: #B93131 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .modal .field-collecteur .card,
#page-pcrbt-etudes-depot-expert-systeme .modal .field-collecteur .card,
#page-pcrbt-etudes-depot-simple-moyen-systeme .modal .field-collecteur .card {
  max-width: 300px;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme .change-zone,
#page-pcrbt-etudes-depot-expert-systeme .change-zone,
#page-pcrbt-etudes-depot-simple-moyen-systeme .change-zone {
  text-align: right;
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #formSelectCollecteur .modal-xl,
#page-pcrbt-etudes-depot-expert-systeme #formSelectCollecteur .modal-xl,
#page-pcrbt-etudes-depot-simple-moyen-systeme #formSelectCollecteur .modal-xl {
  max-width: 952px;
}
@media (max-width: 919px) {
  #page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice,
  #page-pcrbt-etudes-depot-expert-systeme .third-choice,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice {
    flex-direction: column;
    gap: 20px;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice > div,
  #page-pcrbt-etudes-depot-expert-systeme .third-choice > div,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice > div {
    width: 100% !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .block-accessoires-wrapper,
  #page-pcrbt-etudes-depot-expert-systeme .block-accessoires-wrapper,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .block-accessoires-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .block-accessoires-wrapper .access-block,
  #page-pcrbt-etudes-depot-expert-systeme .block-accessoires-wrapper .access-block,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .block-accessoires-wrapper .access-block {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 770px) {
  #page-pcrbt-etudes-depot-simple-maximal-systeme .change-zone,
  #page-pcrbt-etudes-depot-expert-systeme .change-zone,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .change-zone {
    text-align: left;
    margin-top: 20px;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header .btn-block,
  #page-pcrbt-etudes-depot-expert-systeme .new-card-header .btn-block,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header .btn-block {
    width: 100%;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .depot-item,
  #page-pcrbt-etudes-depot-expert-systeme .depot-item,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .depot-item {
    padding-left: 30px;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .cards-solutions,
  #page-pcrbt-etudes-depot-expert-systeme .cards-solutions,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .cards-solutions {
    flex-direction: column;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme #form-base .row-no-padding > div:first-child,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .new-card-header button,
  #page-pcrbt-etudes-depot-expert-systeme #form-base .row-no-padding > div:first-child,
  #page-pcrbt-etudes-depot-expert-systeme .new-card-header button,
  #page-pcrbt-etudes-depot-simple-moyen-systeme #form-base .row-no-padding > div:first-child,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button {
    margin-left: 0 !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice,
  #page-pcrbt-etudes-depot-expert-systeme .second-choice,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice {
    display: flex;
    flex-direction: column;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .second-choice > div,
  #page-pcrbt-etudes-depot-expert-systeme .second-choice > div,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .second-choice > div {
    width: 100% !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .card-click,
  #page-pcrbt-etudes-depot-expert-systeme .card-click,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .card-click {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .card-click .card-img-top,
  #page-pcrbt-etudes-depot-expert-systeme .card-click .card-img-top,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .card-click .card-img-top {
    width: 35%;
    object-fit: cover;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .modal-dialog,
  #page-pcrbt-etudes-depot-expert-systeme .modal-dialog,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .modal-dialog {
    overflow: auto;
    max-height: 90vh !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .field-collecteur .card-group,
  #page-pcrbt-etudes-depot-expert-systeme .field-collecteur .card-group,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .field-collecteur .card-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire-cancel,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire-cancel,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire-cancel {
    margin: auto;
    display: block;
    width: 250px;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .row,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer .row,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  #page-pcrbt-etudes-depot-simple-maximal-systeme .select2-container,
  #page-pcrbt-etudes-depot-expert-systeme .select2-container,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .select2-container {
    max-width: 100% !important;
    width: 100% !important;
    border: red solid thin;
    color: red !important;
  }
}
@media (max-width: 600px) {
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer > div,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer > div,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer > div {
    padding: 0;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .timeline-footer .button-tertiaire-cancel,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-expert-systeme .timeline-footer .button-tertiaire-cancel,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .button-tertiaire-cancel {
    width: 250px;
    display: block;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .access-block .no-gutters,
  #page-pcrbt-etudes-depot-expert-systeme .access-block .no-gutters,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .access-block .no-gutters {
    display: flex;
    flex-direction: column !important;
    margin-bottom: 30px !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .access-block .no-gutters img,
  #page-pcrbt-etudes-depot-simple-maximal-systeme .access-block .no-gutters > div,
  #page-pcrbt-etudes-depot-expert-systeme .access-block .no-gutters img,
  #page-pcrbt-etudes-depot-expert-systeme .access-block .no-gutters > div,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .access-block .no-gutters img,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .access-block .no-gutters > div {
    width: 100% !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .card-click,
  #page-pcrbt-etudes-depot-expert-systeme .card-click,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .card-click {
    display: flex;
    flex-direction: column;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .card-click .card-img-top,
  #page-pcrbt-etudes-depot-expert-systeme .card-click .card-img-top,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .card-click .card-img-top {
    width: 100%;
    object-fit: cover;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .card-body .no-gutters,
  #page-pcrbt-etudes-depot-expert-systeme .third-choice .card-body .no-gutters,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .card-body .no-gutters {
    display: flex;
    flex-direction: column;
  }
  #page-pcrbt-etudes-depot-simple-maximal-systeme .third-choice .card-body .no-gutters img,
  #page-pcrbt-etudes-depot-expert-systeme .third-choice .card-body .no-gutters img,
  #page-pcrbt-etudes-depot-simple-moyen-systeme .third-choice .card-body .no-gutters img {
    width: 100%;
    object-fit: contain;
  }
}
#page-pcrbt-etudes-depot-simple-maximal-systeme #accordionSurfaces,
#page-pcrbt-etudes-depot-expert-systeme #accordionSurfaces,
#page-pcrbt-etudes-depot-simple-moyen-systeme #accordionSurfaces {
  margin-top: 30px;
}

#page-pcrbt-etudes-depot-simple-moyen-systeme .card {
  border: none;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button {
  display: inline-block;
  width: 100%;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .little-card-header {
  margin-bottom: 20px;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme option {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .field {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .field .custom-control-label::before {
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .field .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E5C483;
  background-color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .field .custom-control-label:focus {
  box-shadow: 0 0 1px 1px #E5C483 !important;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .timeline-footer .row {
  justify-content: space-between;
  display: flex;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme input[type=text],
#page-pcrbt-etudes-depot-simple-moyen-systeme .custom-select {
  background-color: #ebebeb;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 40px;
  font-size: 0.8rem;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme input[type=text]:focus,
#page-pcrbt-etudes-depot-simple-moyen-systeme .custom-select:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .input-group-text {
  background-color: #ebebeb;
  border-radius: 0 10px 10px 0;
  z-index: 2;
  border: none;
  color: rgb(82, 82, 82);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .input-group:has(.input-group-append) input {
  border-radius: 10px 0 0 10px;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .delete-zone-cross {
  color: #B93131;
  font-size: 1.1rem;
  cursor: pointer;
  margin-right: 20px;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .delete-zone-cross:hover {
  color: #E5C483;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .hide-first-1 {
  display: none;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .custom-select:disabled {
  background-color: #c1c1c1;
}
#page-pcrbt-etudes-depot-simple-moyen-systeme .padding-global {
  padding-inline: 15px;
}
@media (max-width: 970px) {
  #page-pcrbt-etudes-depot-simple-moyen-systeme h1 {
    font-size: 2rem;
  }
  #page-pcrbt-etudes-depot-simple-moyen-systeme .new-card-header button {
    margin-left: 0;
  }
  #page-pcrbt-etudes-depot-simple-moyen-systeme .depot-item {
    padding-left: 0;
    margin-right: 0;
  }
  #page-pcrbt-etudes-depot-simple-moyen-systeme .padding-global {
    padding-right: 0;
  }
}

#page-consultation-bl-detail .main-block-content,
#page-consultation-factures-detail .main-block-content {
  display: block;
}
#page-consultation-bl-detail h1,
#page-consultation-factures-detail h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}
#page-consultation-bl-detail .bl-content,
#page-consultation-factures-detail .bl-content {
  margin-left: 40px;
}
#page-consultation-bl-detail .lb-common-info,
#page-consultation-factures-detail .lb-common-info {
  display: flex;
  margin-bottom: 10px;
}
#page-consultation-bl-detail .text-block,
#page-consultation-factures-detail .text-block {
  display: flex;
}
#page-consultation-bl-detail p,
#page-consultation-factures-detail p {
  margin: 0;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-bl-detail .lb-info-left,
#page-consultation-bl-detail .lb-address,
#page-consultation-factures-detail .lb-info-left,
#page-consultation-factures-detail .lb-address {
  width: 40%;
}
#page-consultation-bl-detail .text-left,
#page-consultation-factures-detail .text-left {
  width: 200px;
  min-width: 200px;
}
#page-consultation-bl-detail .new-badge,
#page-consultation-factures-detail .new-badge {
  background-color: #2F4378;
  color: white;
  padding: 3px 15px;
  border-radius: 10px;
  font-size: 0.8rem;
  margin-left: -15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-bl-detail h2,
#page-consultation-factures-detail h2 {
  font-size: 1.5rem;
}
#page-consultation-bl-detail .block-client,
#page-consultation-factures-detail .block-client {
  margin-top: 40px;
  margin-bottom: 20px;
}
#page-consultation-bl-detail .text-right,
#page-consultation-factures-detail .text-right {
  text-align: left;
}
#page-consultation-bl-detail .block-client,
#page-consultation-factures-detail .block-client {
  display: flex;
}
#page-consultation-bl-detail .following-order,
#page-consultation-bl-detail .lb-common-info,
#page-consultation-factures-detail .following-order,
#page-consultation-factures-detail .lb-common-info {
  display: flex;
  gap: 20px;
}
#page-consultation-bl-detail .info-delivery-wrapper,
#page-consultation-factures-detail .info-delivery-wrapper {
  background-color: #EBEBEB;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.8rem;
  padding: 20px 30px;
  border-radius: 15px;
  min-width: 55%;
}
#page-consultation-bl-detail .info-delivery-wrapper span,
#page-consultation-factures-detail .info-delivery-wrapper span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  width: 115px;
  display: inline-block;
}
#page-consultation-bl-detail .table-products,
#page-consultation-factures-detail .table-products {
  border-spacing: 0 5px;
  border-collapse: separate;
}
#page-consultation-bl-detail .table-products thead th,
#page-consultation-factures-detail .table-products thead th {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  background-color: white;
}
#page-consultation-bl-detail .table-products thead th .sort-options,
#page-consultation-factures-detail .table-products thead th .sort-options {
  display: inline-block;
}
#page-consultation-bl-detail .table-products thead th .sort-icon,
#page-consultation-factures-detail .table-products thead th .sort-icon {
  color: #B93131;
}
#page-consultation-bl-detail .table-products thead th:last-child,
#page-consultation-factures-detail .table-products thead th:last-child {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  background-color: white;
}
#page-consultation-bl-detail .table-products tr > td,
#page-consultation-factures-detail .table-products tr > td {
  margin-bottom: 5rem;
}
#page-consultation-bl-detail .table-products th,
#page-consultation-bl-detail .table-products td,
#page-consultation-factures-detail .table-products th,
#page-consultation-factures-detail .table-products td {
  border: none !important;
}
#page-consultation-bl-detail .table-products tbody,
#page-consultation-factures-detail .table-products tbody {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-consultation-bl-detail .table-products tbody tr:hover td,
#page-consultation-factures-detail .table-products tbody tr:hover td {
  transition: all 0.3s ease;
  background-color: #D9D9D9;
}
#page-consultation-bl-detail .table-products tbody a,
#page-consultation-factures-detail .table-products tbody a {
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-bl-detail .table-products tbody td,
#page-consultation-factures-detail .table-products tbody td {
  background-color: #EBEBEB;
}
#page-consultation-bl-detail .table-products tbody td:first-child,
#page-consultation-bl-detail .table-products tbody th:first-child,
#page-consultation-factures-detail .table-products tbody td:first-child,
#page-consultation-factures-detail .table-products tbody th:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-consultation-bl-detail .table-products td:last-child,
#page-consultation-bl-detail .table-products th:last-child,
#page-consultation-factures-detail .table-products td:last-child,
#page-consultation-factures-detail .table-products th:last-child {
  border-radius: 0 10px 10px 0;
  background-color: #EBEBEB;
}
#page-consultation-bl-detail .bl-other,
#page-consultation-factures-detail .bl-other {
  display: flex;
}
#page-consultation-bl-detail .list-group-factures,
#page-consultation-factures-detail .list-group-factures {
  list-style: none;
  padding: 0;
}
#page-consultation-bl-detail .one-facture-link,
#page-consultation-factures-detail .one-facture-link {
  color: #050505;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  width: fit-content;
}
#page-consultation-bl-detail .one-facture-link:hover,
#page-consultation-factures-detail .one-facture-link:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-consultation-bl-detail .one-facture-link:hover .bold,
#page-consultation-factures-detail .one-facture-link:hover .bold {
  color: #B93131;
}
#page-consultation-bl-detail .one-facture-link .bold,
#page-consultation-factures-detail .one-facture-link .bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-consultation-bl-detail .one-facture-link img,
#page-consultation-factures-detail .one-facture-link img {
  width: 18px;
}
#page-consultation-bl-detail .bon-livraison-wrapper,
#page-consultation-factures-detail .bon-livraison-wrapper {
  width: 62%;
}
#page-consultation-bl-detail .one-bl a,
#page-consultation-factures-detail .one-bl a {
  display: flex;
  align-items: center;
  color: #050505;
  gap: 15px;
}
#page-consultation-bl-detail .one-bl a .status-bl,
#page-consultation-factures-detail .one-bl a .status-bl {
  width: 70px;
  display: block;
}
#page-consultation-bl-detail .one-bl a .bold,
#page-consultation-factures-detail .one-bl a .bold {
  font-size: 0.9rem;
  line-height: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-bl-detail .one-bl a .little,
#page-consultation-factures-detail .one-bl a .little {
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 0.7rem;
}
#page-consultation-bl-detail .one-bl a p,
#page-consultation-factures-detail .one-bl a p {
  margin: 0;
}
#page-consultation-bl-detail .one-bl a:hover,
#page-consultation-factures-detail .one-bl a:hover {
  text-decoration: none;
}
#page-consultation-bl-detail .one-bl a:hover .status-bl,
#page-consultation-factures-detail .one-bl a:hover .status-bl {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#page-consultation-bl-detail .one-bl a:hover .top-info .bold,
#page-consultation-factures-detail .one-bl a:hover .top-info .bold {
  color: #B93131;
}
#page-consultation-bl-detail .list-group-bl,
#page-consultation-factures-detail .list-group-bl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  background-color: #EBEBEB;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  list-style: none;
}
#page-consultation-bl-detail .block-factures,
#page-consultation-bl-detail .lb-information,
#page-consultation-factures-detail .block-factures,
#page-consultation-factures-detail .lb-information {
  width: 40%;
}
#page-consultation-bl-detail .products,
#page-consultation-bl-detail .bl-other,
#page-consultation-factures-detail .products,
#page-consultation-factures-detail .bl-other {
  margin-block: 0 40px;
}
#page-consultation-bl-detail .follow-block,
#page-consultation-factures-detail .follow-block {
  width: 60%;
}
#page-consultation-bl-detail .top-info,
#page-consultation-factures-detail .top-info {
  margin-bottom: 10px;
}
#page-consultation-bl-detail .button-tertiaire-secondaire:hover,
#page-consultation-factures-detail .button-tertiaire-secondaire:hover {
  background: #D9D9D9 !important;
}
#page-consultation-bl-detail .button-tertiaire-grey,
#page-consultation-factures-detail .button-tertiaire-grey {
  background-color: #EBEBEB;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #050505;
  display: block;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none !important;
}
#page-consultation-bl-detail .button-tertiaire-grey:hover,
#page-consultation-factures-detail .button-tertiaire-grey:hover {
  background: #D9D9D9;
  color: #050505;
  transition: 0.3s all ease;
}
#page-consultation-bl-detail .button-tertiaire-secondaire,
#page-consultation-bl-detail .button-tertiaire-grey,
#page-consultation-factures-detail .button-tertiaire-secondaire,
#page-consultation-factures-detail .button-tertiaire-grey {
  text-align: center;
  width: 270px;
}
#page-consultation-bl-detail .buttons-wrapper,
#page-consultation-factures-detail .buttons-wrapper {
  display: flex;
  gap: 20px;
  margin: auto;
  width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 1160px) {
  #page-consultation-bl-detail .lb-information,
  #page-consultation-factures-detail .lb-information {
    width: 45%;
  }
  #page-consultation-bl-detail .following-order,
  #page-consultation-factures-detail .following-order {
    flex-direction: column;
  }
  #page-consultation-bl-detail .lb-address,
  #page-consultation-bl-detail .follow-block,
  #page-consultation-factures-detail .lb-address,
  #page-consultation-factures-detail .follow-block {
    width: 100%;
  }
}
@media (max-width: 990px) {
  #page-consultation-bl-detail .bl-content,
  #page-consultation-factures-detail .bl-content {
    margin: 0;
  }
  #page-consultation-bl-detail h1,
  #page-consultation-factures-detail h1 {
    font-size: 2rem;
  }
  #page-consultation-bl-detail .lb-common-info,
  #page-consultation-factures-detail .lb-common-info {
    flex-direction: column;
    gap: 20px;
  }
  #page-consultation-bl-detail .lb-information,
  #page-consultation-bl-detail .block-factures,
  #page-consultation-bl-detail .bon-livraison-wrapper,
  #page-consultation-factures-detail .lb-information,
  #page-consultation-factures-detail .block-factures,
  #page-consultation-factures-detail .bon-livraison-wrapper {
    width: 100%;
  }
  #page-consultation-bl-detail .bl-other,
  #page-consultation-factures-detail .bl-other {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  #page-consultation-bl-detail h1,
  #page-consultation-factures-detail h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #page-consultation-bl-detail .text-left,
  #page-consultation-factures-detail .text-left {
    width: 155px;
    min-width: 155px;
  }
  #page-consultation-bl-detail .buttons-wrapper,
  #page-consultation-factures-detail .buttons-wrapper {
    flex-direction: column;
    gap: 10px;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  #page-consultation-bl-detail .text-block,
  #page-consultation-factures-detail .text-block {
    flex-direction: column;
  }
  #page-consultation-bl-detail .text-block .text-left,
  #page-consultation-factures-detail .text-block .text-left {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-consultation-bl-detail .lb-information .text-block,
  #page-consultation-factures-detail .lb-information .text-block {
    flex-direction: row !important;
    justify-content: space-between;
  }
  #page-consultation-bl-detail .lb-information .text-block .text-left,
  #page-consultation-factures-detail .lb-information .text-block .text-left {
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-consultation-bl-detail .one-status span,
  #page-consultation-factures-detail .one-status span {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 610px) {
  #page-consultation-bl-detail .td-button,
  #page-consultation-factures-detail .td-button {
    padding-left: 0;
  }
  #page-consultation-bl-detail table,
  #page-consultation-bl-detail thead,
  #page-consultation-bl-detail tbody,
  #page-consultation-bl-detail th,
  #page-consultation-bl-detail td,
  #page-consultation-bl-detail tr,
  #page-consultation-factures-detail table,
  #page-consultation-factures-detail thead,
  #page-consultation-factures-detail tbody,
  #page-consultation-factures-detail th,
  #page-consultation-factures-detail td,
  #page-consultation-factures-detail tr {
    display: block;
  }
  #page-consultation-bl-detail thead tr,
  #page-consultation-factures-detail thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #page-consultation-bl-detail .table-products tbody td,
  #page-consultation-bl-detail .table-products td:last-child,
  #page-consultation-bl-detail .table-products tbody td:first-child,
  #page-consultation-factures-detail .table-products tbody td,
  #page-consultation-factures-detail .table-products td:last-child,
  #page-consultation-factures-detail .table-products tbody td:first-child {
    background-color: #EBEBEB;
    border-radius: 0;
  }
  #page-consultation-bl-detail tr,
  #page-consultation-factures-detail tr {
    margin-bottom: 10px;
  }
  #page-consultation-bl-detail td,
  #page-consultation-factures-detail td {
    border: none;
    position: relative;
    padding-left: 40%;
    padding-block: 3px;
    text-align: left !important;
  }
  #page-consultation-bl-detail td:before,
  #page-consultation-factures-detail td:before {
    position: absolute;
    text-align: right;
    left: 10px;
    width: 37%;
    padding-right: 10px;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-consultation-bl-detail td,
  #page-consultation-factures-detail td {
    margin: 0 !important;
  }
  #page-consultation-bl-detail table,
  #page-consultation-factures-detail table {
    width: 100%;
    border-collapse: collapse;
  }
  #page-consultation-bl-detail tr:nth-of-type(even) td,
  #page-consultation-factures-detail tr:nth-of-type(even) td {
    background: #EBEBEB;
  }
  #page-consultation-bl-detail tr:nth-of-type(even) td:last-child,
  #page-consultation-factures-detail tr:nth-of-type(even) td:last-child {
    padding-bottom: 10px;
    background: #EBEBEB;
    border-radius: 0 0 10px 10px;
    width: auto;
  }
  #page-consultation-bl-detail tr:nth-of-type(even) td:first-child,
  #page-consultation-factures-detail tr:nth-of-type(even) td:first-child {
    padding-top: 10px;
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
  }
  #page-consultation-bl-detail tr:nth-of-type(odd) td:last-child,
  #page-consultation-factures-detail tr:nth-of-type(odd) td:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
    width: auto;
  }
  #page-consultation-bl-detail tr:nth-of-type(odd) td:first-child,
  #page-consultation-factures-detail tr:nth-of-type(odd) td:first-child {
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
  }
  #page-consultation-bl-detail .client-order,
  #page-consultation-bl-detail .article-number,
  #page-consultation-factures-detail .client-order,
  #page-consultation-factures-detail .article-number {
    text-align: left;
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-left: 40%;
    padding-block: 3px;
  }
  #page-consultation-bl-detail td:nth-of-type(1):before,
  #page-consultation-factures-detail td:nth-of-type(1):before {
    content: "Codearticle";
  }
  #page-consultation-bl-detail td:nth-of-type(2):before,
  #page-consultation-factures-detail td:nth-of-type(2):before {
    content: "Référence";
  }
  #page-consultation-bl-detail td:nth-of-type(3):before,
  #page-consultation-factures-detail td:nth-of-type(3):before {
    content: "Désignation";
  }
  #page-consultation-bl-detail td:nth-of-type(4):before,
  #page-consultation-factures-detail td:nth-of-type(4):before {
    content: "Quantité";
  }
  #page-consultation-bl-detail td:nth-of-type(5):before,
  #page-consultation-factures-detail td:nth-of-type(5):before {
    content: "Poids";
  }
  #page-consultation-bl-detail .td-button .button-details,
  #page-consultation-factures-detail .td-button .button-details {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 1rem !important;
    margin-block: 10px;
    text-transform: capitalize;
  }
}
@media (max-width: 830px) {
  #page-consultation-bl-detail .buttons-wrapper a,
  #page-consultation-factures-detail .buttons-wrapper a {
    font-size: 1rem;
    width: 290px;
  }
}

#page-consultation-bl-detail .lb-common-info .lb-client .text-right,
#page-consultation-bl-detail .following-order .text-right,
#page-consultation-bl-detail .lb-information .text-right {
  text-align: left !important;
}
#page-consultation-bl-detail .new-badge {
  width: fit-content;
}
#page-consultation-bl-detail .text-right .button-details {
  background-color: #B93131;
  color: white !important;
  padding: 4px 14px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  cursor: pointer;
}
#page-consultation-bl-detail .text-right .button-details:hover {
  background-color: #E5C483;
  transition: all 0.3s ease;
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
#page-consultation-bl-detail table td .text-right,
#page-consultation-bl-detail th {
  text-align: center !important;
}

#page-consultation-factures-detail .main-block-content {
  display: block;
}
#page-consultation-factures-detail .all-factures {
  margin-block: 20px;
}
#page-consultation-factures-detail .all-factures h2 {
  margin-bottom: 20px;
}
#page-consultation-factures-detail .all-factures ul {
  list-style: none;
  padding-left: 10px;
}
#page-consultation-factures-detail h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}
#page-consultation-factures-detail h2 {
  font-size: 1.5rem;
}
#page-consultation-factures-detail .facture-content {
  margin-left: 40px;
}
#page-consultation-factures-detail .text-block {
  display: flex;
}
#page-consultation-factures-detail .text-block .text-right {
  text-align: left !important;
}
#page-consultation-factures-detail p {
  margin: 0;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-factures-detail .text-left {
  width: 200px;
  min-width: 200px;
}
#page-consultation-factures-detail .text-block-common {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-factures-detail .one-bl a {
  display: flex;
  align-items: center;
  color: #050505;
  gap: 15px;
}
#page-consultation-factures-detail .one-bl a .status-bl {
  width: 70px;
  display: block;
}
#page-consultation-factures-detail .one-bl a .bold {
  font-size: 0.9rem;
  line-height: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-factures-detail .one-bl a .little {
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 0.7rem;
}
#page-consultation-factures-detail .one-bl a p {
  margin: 0;
}
#page-consultation-factures-detail .one-bl a .top-info {
  margin-bottom: 10px;
}
#page-consultation-factures-detail .one-bl a:hover {
  text-decoration: none;
}
#page-consultation-factures-detail .one-bl a:hover .status-bl {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#page-consultation-factures-detail .one-bl a:hover .top-info .bold {
  color: #B93131;
}
#page-consultation-factures-detail .f-main-info {
  display: flex;
  gap: 15vw;
  margin-block: 20px;
}
#page-consultation-factures-detail .buttons-wrapper {
  margin-top: 30px;
}
#page-consultation-factures-detail .text-right .button-details {
  background-color: #B93131;
  color: white !important;
  padding: 4px 14px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  cursor: pointer;
}
#page-consultation-factures-detail .text-right .button-details:hover {
  background-color: #E5C483;
  transition: all 0.3s ease;
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
#page-consultation-factures-detail .price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-consultation-factures-detail td,
#page-consultation-factures-detail th,
#page-consultation-factures-detail .text-right {
  text-align: center;
}
#page-consultation-factures-detail .td-button {
  width: 100px;
}
@media (max-width: 990px) {
  #page-consultation-factures-detail .f-main-info {
    gap: 50px;
  }
  #page-consultation-factures-detail h1 {
    font-size: 2rem !important;
  }
  #page-consultation-factures-detail .facture-content {
    margin-left: 0;
  }
}
@media (max-width: 770px) {
  #page-consultation-factures-detail .f-main-info {
    flex-direction: column;
    gap: 20px;
  }
  #page-consultation-factures-detail .f-bon-livraison {
    margin-bottom: 10px;
  }
}
@media (max-width: 830px) {
  #page-consultation-factures-detail .buttons-wrapper a {
    font-size: 1rem;
    width: 290px;
  }
}

#page-pcrbt-etudes-depot-simple-maximal-plans .main-block-first,
#page-pcrbt-etudes-depot-expert-plans .main-block-first {
  width: 85%;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .field-plans,
#page-pcrbt-etudes-depot-expert-plans .field-plans {
  width: 59%;
}
@media (max-width: 992px) {
  #page-pcrbt-etudes-depot-simple-maximal-plans .field-plans,
  #page-pcrbt-etudes-depot-expert-plans .field-plans {
    width: 100%;
  }
}
@media (max-width: 530px) {
  #page-pcrbt-etudes-depot-simple-maximal-plans h1,
  #page-pcrbt-etudes-depot-expert-plans h1 {
    font-size: 2rem;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles,
  #page-pcrbt-etudes-depot-expert-plans #uploadedfiles {
    margin-left: 0 !important;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles li,
  #page-pcrbt-etudes-depot-expert-plans #uploadedfiles li {
    padding-inline: 0;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans .new-alert-wrapper,
  #page-pcrbt-etudes-depot-expert-plans .new-alert-wrapper {
    font-size: 0.9rem;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans .new-alert-wrapper img,
  #page-pcrbt-etudes-depot-expert-plans .new-alert-wrapper img {
    display: none;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer,
  #page-pcrbt-etudes-depot-expert-plans .timeline-footer {
    flex-direction: column-reverse;
    justify-content: center;
  }
  #page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer .button-tertiaire-cancel,
  #page-pcrbt-etudes-depot-expert-plans .timeline-footer .button-tertiaire,
  #page-pcrbt-etudes-depot-expert-plans .timeline-footer .button-tertiaire-cancel {
    width: 250px !important;
    margin: auto;
    display: block;
  }
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer,
#page-pcrbt-etudes-depot-expert-plans .timeline-footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-footer .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-expert-plans .timeline-footer .button-tertiaire,
#page-pcrbt-etudes-depot-expert-plans .timeline-footer .button-tertiaire-cancel {
  width: 200px;
  padding-block: 10px;
  font-size: 1rem;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .time-label,
#page-pcrbt-etudes-depot-expert-plans .time-label {
  margin: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-item,
#page-pcrbt-etudes-depot-expert-plans .timeline-item {
  margin: 0;
  box-shadow: none;
  padding-left: 30px;
  margin-right: 15px;
  padding-top: 30px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .depot-item,
#page-pcrbt-etudes-depot-expert-plans .depot-item {
  padding-left: 60px;
  margin-right: 15px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .depot-item .timeline-footer,
#page-pcrbt-etudes-depot-expert-plans .depot-item .timeline-footer {
  margin-top: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans h3,
#page-pcrbt-etudes-depot-expert-plans h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem !important;
  color: #B93131;
  border: none;
  background-color: transparent;
  padding: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .card-header,
#page-pcrbt-etudes-depot-expert-plans .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  padding-block: 0;
  border: none;
  background-color: transparent;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-body,
#page-pcrbt-etudes-depot-expert-plans .timeline-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline-body label,
#page-pcrbt-etudes-depot-expert-plans .timeline-body label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .custom-file input,
#page-pcrbt-etudes-depot-expert-plans .custom-file input {
  height: 40px;
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .custom-file label,
#page-pcrbt-etudes-depot-expert-plans .custom-file label {
  background-color: #EBEBEB;
  border-radius: 10px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  padding-inline: 10px;
  border: none;
  margin: 0;
  padding-top: 9px;
  cursor: pointer;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .custom-file label:focus,
#page-pcrbt-etudes-depot-expert-plans .custom-file label:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .new-alert,
#page-pcrbt-etudes-depot-expert-plans .new-alert {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .new-alert-wrapper,
#page-pcrbt-etudes-depot-expert-plans .new-alert-wrapper {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .new-alert-wrapper b,
#page-pcrbt-etudes-depot-expert-plans .new-alert-wrapper b {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .new-alert-wrapper img,
#page-pcrbt-etudes-depot-expert-plans .new-alert-wrapper img {
  width: 30px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .timeline::before,
#page-pcrbt-etudes-depot-expert-plans .timeline::before {
  position: inherit;
  display: none;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .form-group .error,
#page-pcrbt-etudes-depot-expert-plans .form-group .error {
  position: relative !important;
  top: 0;
  left: 0;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .custom-file-label::after,
#page-pcrbt-etudes-depot-expert-plans .custom-file-label::after {
  border-radius: 10px;
  padding-block: 9px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles {
  margin-left: 30px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-info,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-info {
  background-color: #E5C483;
  color: black !important;
  border: none;
  border-radius: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-secondaire:hover,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-info:hover,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-secondaire:hover,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-info:hover {
  background-color: #EBEBEB;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-danger,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-info,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-secondaire,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-danger,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-info {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  padding: 7px 20px;
  margin-top: 10px;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-danger,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-cancel,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-danger {
  background-color: transparent;
  border: none;
  color: black;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-cancel i,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-danger i,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-cancel i,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-danger i {
  display: none;
}
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .button-tertiaire-cancel:hover,
#page-pcrbt-etudes-depot-simple-maximal-plans #uploadedfiles .btn-danger:hover,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .button-tertiaire-cancel:hover,
#page-pcrbt-etudes-depot-expert-plans #uploadedfiles .btn-danger:hover {
  background-color: transparent;
  color: #B93131 !important;
}
#page-pcrbt-etudes-depot-simple-maximal-plans .modal-content .modal-body,
#page-pcrbt-etudes-depot-expert-plans .modal-content .modal-body {
  overflow-x: scroll;
}

#collecteurModal {
  left: 1% !important;
  width: 98% !important;
}
#collecteurModal .modal-content {
  padding: 10px;
  border-radius: 15px;
}
#collecteurModal .modal-body {
  flex: none;
  border-radius: 10px;
}

#formDeleteModal .modal-header,
#formDeleteModal .modal-footer {
  border: none;
}
#formDeleteModal .modal-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#formDeleteModal .button-tertiaire,
#formDeleteModal .button-tertiaire-cancel {
  padding: 7px 20px;
  font-size: 0.9rem;
}

@media (max-width: 480px) {
  #page-pcrbt-etudes-depot-expert-projet .new-alert img {
    display: none;
  }
  #page-pcrbt-etudes-depot-expert-projet .depot-item {
    padding-left: 10px !important;
  }
}
#page-pcrbt-etudes-depot-expert-projet .timeline::before {
  display: none;
}
#page-pcrbt-etudes-depot-expert-projet .new-alert {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  display: block;
  max-width: 1000px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 0;
}
#page-pcrbt-etudes-depot-expert-projet .new-alert b {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-pcrbt-etudes-depot-expert-projet .new-alert img {
  width: 27px;
  margin-top: 10px;
}
#page-pcrbt-etudes-depot-expert-projet .new-alert p {
  margin: 0;
  line-height: 1.5;
}
#page-pcrbt-etudes-depot-expert-projet .depot-item {
  padding-left: 30px;
  margin: 0;
  width: 100%;
}
#page-pcrbt-etudes-depot-expert-projet .time-label {
  margin-block: 10px;
}
#page-pcrbt-etudes-depot-expert-projet .timeline-footer {
  display: flex;
  justify-content: center;
}
#page-pcrbt-etudes-depot-expert-projet .big-one {
  color: #050505 !important;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem !important;
  font-weight: 600px;
}
#page-pcrbt-etudes-depot-expert-projet .timeline-footer .button-tertiaire {
  width: 250px;
}

#page-pcrbt-etudes-depot-expert-systeme .time-label {
  margin-block: 10px;
}
#page-pcrbt-etudes-depot-expert-systeme .timeline::before {
  display: none;
}

#form-force .modal-header,
#form-force .modal-footer {
  border: none;
}
#form-force .modal-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#form-force .button-tertiaire,
#form-force .button-tertiaire-cancel {
  padding: 7px 20px;
  font-size: 0.9rem;
}
#form-force .modal-header {
  padding-bottom: 0;
}
#form-force .modal-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#formLoadSurfaceModal label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#formLoadSurfaceModal select {
  background-color: #EBEBEB;
  border: none;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
}
#formLoadSurfaceModal select:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}

#form-preference .modal-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#form-preference .modal-body input {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#form-preference .modal-body input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#form-preference .button-tertiaire,
#form-preference .button-tertiaire-cancel {
  padding: 7px 20px;
  font-size: 0.9rem;
}

#page-consultation-stocks,
#page-consultation-vinova,
#page-consultation-vinova-composant {
  color: #050505;
}
#page-consultation-stocks .header,
#page-consultation-vinova .header,
#page-consultation-vinova-composant .header {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
#page-consultation-stocks .header h1,
#page-consultation-vinova .header h1,
#page-consultation-vinova-composant .header h1 {
  font-size: 2.5rem;
}
#page-consultation-stocks .header input,
#page-consultation-vinova .header input,
#page-consultation-vinova-composant .header input {
  height: 40px;
  border: none;
  background-color: #EBEBEB;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 10px;
  z-index: 0;
  min-width: 180px;
  font-size: 0.8rem;
}
#page-consultation-stocks .header input:focus,
#page-consultation-vinova .header input:focus,
#page-consultation-vinova-composant .header input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-consultation-stocks .header form,
#page-consultation-vinova .header form,
#page-consultation-vinova-composant .header form {
  width: 30%;
  min-width: 315px;
}
#page-consultation-stocks .header .input-group,
#page-consultation-vinova .header .input-group,
#page-consultation-vinova-composant .header .input-group {
  display: flex;
  flex-wrap: nowrap;
}
#page-consultation-stocks .header .button-tertiaire,
#page-consultation-vinova .header .button-tertiaire,
#page-consultation-vinova-composant .header .button-tertiaire {
  font-size: 0.9rem;
  padding-block: 8px;
  z-index: 1;
}
#page-consultation-stocks .container-article,
#page-consultation-vinova .container-article,
#page-consultation-vinova-composant .container-article {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#page-consultation-stocks .photo-container,
#page-consultation-vinova .photo-container,
#page-consultation-vinova-composant .photo-container {
  width: 35%;
  min-width: 300px;
}
#page-consultation-stocks .carousel-inner,
#page-consultation-vinova .carousel-inner,
#page-consultation-vinova-composant .carousel-inner {
  padding: 0px 40px 20px 40px;
}
#page-consultation-stocks .carousel-inner > div,
#page-consultation-vinova .carousel-inner > div,
#page-consultation-vinova-composant .carousel-inner > div {
  width: 100%;
  height: 310px;
  max-height: 310px;
}
#page-consultation-stocks .carousel-inner img,
#page-consultation-vinova .carousel-inner img,
#page-consultation-vinova-composant .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#page-consultation-stocks .carousel-indicators,
#page-consultation-vinova .carousel-indicators,
#page-consultation-vinova-composant .carousel-indicators {
  margin: 0;
}
#page-consultation-stocks .carousel-indicators li,
#page-consultation-vinova .carousel-indicators li,
#page-consultation-vinova-composant .carousel-indicators li {
  background-color: #EBEBEB;
  opacity: 1;
  border-radius: 11px;
  border: none;
  height: 5px;
}
#page-consultation-stocks .carousel-indicators li.active,
#page-consultation-vinova .carousel-indicators li.active,
#page-consultation-vinova-composant .carousel-indicators li.active {
  background-color: #B93131;
}
#page-consultation-stocks .carousel-control-prev,
#page-consultation-stocks .carousel-control-next,
#page-consultation-vinova .carousel-control-prev,
#page-consultation-vinova .carousel-control-next,
#page-consultation-vinova-composant .carousel-control-prev,
#page-consultation-vinova-composant .carousel-control-next {
  width: 10%;
  opacity: 1;
}
#page-consultation-stocks .carousel-control-prev .flash-left,
#page-consultation-stocks .carousel-control-prev .flash-right,
#page-consultation-stocks .carousel-control-next .flash-left,
#page-consultation-stocks .carousel-control-next .flash-right,
#page-consultation-vinova .carousel-control-prev .flash-left,
#page-consultation-vinova .carousel-control-prev .flash-right,
#page-consultation-vinova .carousel-control-next .flash-left,
#page-consultation-vinova .carousel-control-next .flash-right,
#page-consultation-vinova-composant .carousel-control-prev .flash-left,
#page-consultation-vinova-composant .carousel-control-prev .flash-right,
#page-consultation-vinova-composant .carousel-control-next .flash-left,
#page-consultation-vinova-composant .carousel-control-next .flash-right {
  width: 28%;
  opacity: 1;
}
#page-consultation-stocks .carousel-control-prev .flash-right,
#page-consultation-stocks .carousel-control-next .flash-right,
#page-consultation-vinova .carousel-control-prev .flash-right,
#page-consultation-vinova .carousel-control-next .flash-right,
#page-consultation-vinova-composant .carousel-control-prev .flash-right,
#page-consultation-vinova-composant .carousel-control-next .flash-right {
  transform: rotate(180deg);
}
#page-consultation-stocks .replace-image,
#page-consultation-vinova .replace-image,
#page-consultation-vinova-composant .replace-image {
  width: 80%;
  display: block;
  margin: auto;
}
#page-consultation-stocks .infos-container,
#page-consultation-vinova .infos-container,
#page-consultation-vinova-composant .infos-container {
  width: 65%;
}
#page-consultation-stocks .infos-container h2,
#page-consultation-vinova .infos-container h2,
#page-consultation-vinova-composant .infos-container h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 10px;
}
#page-consultation-stocks .infos-container h3,
#page-consultation-vinova .infos-container h3,
#page-consultation-vinova-composant .infos-container h3 {
  font-size: 1.2rem;
  color: #B93131;
}
#page-consultation-stocks .note-destockage,
#page-consultation-vinova .note-destockage,
#page-consultation-vinova-composant .note-destockage {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-consultation-stocks .note-destockage a,
#page-consultation-vinova .note-destockage a,
#page-consultation-vinova-composant .note-destockage a {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-stocks .note-destockage a:hover,
#page-consultation-vinova .note-destockage a:hover,
#page-consultation-vinova-composant .note-destockage a:hover {
  color: #E5C483;
}
#page-consultation-stocks .destockage-wrapper,
#page-consultation-vinova .destockage-wrapper,
#page-consultation-vinova-composant .destockage-wrapper {
  margin-block: 10px;
}
#page-consultation-stocks .badge,
#page-consultation-vinova .badge,
#page-consultation-vinova-composant .badge {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 7px 13px;
  font-size: 0.8rem;
  border-radius: 6px;
  margin-block: 15px;
}
#page-consultation-stocks .badge-no-commercial,
#page-consultation-vinova .badge-no-commercial,
#page-consultation-vinova-composant .badge-no-commercial {
  background-color: #EBEBEB;
  color: black;
}
#page-consultation-stocks .badge-secondary,
#page-consultation-vinova .badge-secondary,
#page-consultation-vinova-composant .badge-secondary {
  background-color: #E5C483;
  color: #050505;
}
#page-consultation-stocks .quantity,
#page-consultation-vinova .quantity,
#page-consultation-vinova-composant .quantity {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  margin-block: 10px;
  color: #B93131;
}
#page-consultation-stocks .references,
#page-consultation-vinova .references,
#page-consultation-vinova-composant .references {
  margin-block: 10px;
}
#page-consultation-stocks .references p,
#page-consultation-vinova .references p,
#page-consultation-vinova-composant .references p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0px;
  line-height: 1.2rem;
}
#page-consultation-stocks .description,
#page-consultation-vinova .description,
#page-consultation-vinova-composant .description {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  margin-block: 20px;
  line-height: 1.2rem;
}
#page-consultation-stocks .badge.badge-info,
#page-consultation-vinova .badge.badge-info,
#page-consultation-vinova-composant .badge.badge-info {
  background-color: #E5C483;
  color: #050505;
}
#page-consultation-stocks .badge.badge-success,
#page-consultation-vinova .badge.badge-success,
#page-consultation-vinova-composant .badge.badge-success {
  background-color: #4B782F;
}
#page-consultation-stocks .additional-info,
#page-consultation-vinova .additional-info,
#page-consultation-vinova-composant .additional-info {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
#page-consultation-stocks .additional-info sup,
#page-consultation-vinova .additional-info sup,
#page-consultation-vinova-composant .additional-info sup {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 3px;
}
#page-consultation-stocks .additional-info b,
#page-consultation-stocks .additional-info a,
#page-consultation-vinova .additional-info b,
#page-consultation-vinova .additional-info a,
#page-consultation-vinova-composant .additional-info b,
#page-consultation-vinova-composant .additional-info a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B93131;
}
#page-consultation-stocks .additional-info a:hover,
#page-consultation-vinova .additional-info a:hover,
#page-consultation-vinova-composant .additional-info a:hover {
  color: #E5C483;
  transition: all 0.3s ease;
  text-decoration: none;
}
#page-consultation-stocks .replacement-wrapper,
#page-consultation-vinova .replacement-wrapper,
#page-consultation-vinova-composant .replacement-wrapper {
  margin-left: 40px;
}
#page-consultation-stocks .replacement-wrapper h2,
#page-consultation-vinova .replacement-wrapper h2,
#page-consultation-vinova-composant .replacement-wrapper h2 {
  font-size: 1.2rem;
}
#page-consultation-stocks .replacement-wrapper .card-replacement,
#page-consultation-vinova .replacement-wrapper .card-replacement,
#page-consultation-vinova-composant .replacement-wrapper .card-replacement {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
#page-consultation-stocks .replacement-wrapper .img-wrapper,
#page-consultation-vinova .replacement-wrapper .img-wrapper,
#page-consultation-vinova-composant .replacement-wrapper .img-wrapper {
  width: 300px;
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
#page-consultation-stocks .replacement-wrapper .img-wrapper img,
#page-consultation-vinova .replacement-wrapper .img-wrapper img,
#page-consultation-vinova-composant .replacement-wrapper .img-wrapper img {
  min-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#page-consultation-stocks .replacement-wrapper .card-replacement,
#page-consultation-vinova .replacement-wrapper .card-replacement,
#page-consultation-vinova-composant .replacement-wrapper .card-replacement {
  border: none;
}
#page-consultation-stocks .replacement-wrapper .stocks,
#page-consultation-vinova .replacement-wrapper .stocks,
#page-consultation-vinova-composant .replacement-wrapper .stocks {
  position: relative !important;
}
#page-consultation-stocks .replacement-wrapper .card-body,
#page-consultation-vinova .replacement-wrapper .card-body,
#page-consultation-vinova-composant .replacement-wrapper .card-body {
  padding: 0;
}
#page-consultation-stocks .replacement-wrapper .card-body a:hover,
#page-consultation-vinova .replacement-wrapper .card-body a:hover,
#page-consultation-vinova-composant .replacement-wrapper .card-body a:hover {
  text-decoration: none !important;
}
#page-consultation-stocks .replacement-wrapper .card-text,
#page-consultation-vinova .replacement-wrapper .card-text,
#page-consultation-vinova-composant .replacement-wrapper .card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #B93131;
}
#page-consultation-stocks .replacement-wrapper .card-text:hover,
#page-consultation-vinova .replacement-wrapper .card-text:hover,
#page-consultation-vinova-composant .replacement-wrapper .card-text:hover {
  color: #E5C483;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media (max-width: 1000px) {
  #page-consultation-stocks .replacement-wrapper .card-replacement,
  #page-consultation-vinova .replacement-wrapper .card-replacement,
  #page-consultation-vinova-composant .replacement-wrapper .card-replacement {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #page-consultation-stocks .replacement-wrapper .badge,
  #page-consultation-vinova .replacement-wrapper .badge,
  #page-consultation-vinova-composant .replacement-wrapper .badge {
    margin: auto;
    margin-top: 10px;
  }
  #page-consultation-stocks .replacement-wrapper .card-body,
  #page-consultation-vinova .replacement-wrapper .card-body,
  #page-consultation-vinova-composant .replacement-wrapper .card-body {
    margin-top: 20px;
  }
  #page-consultation-stocks .replacement-wrapper .replacement-wrapper,
  #page-consultation-vinova .replacement-wrapper .replacement-wrapper,
  #page-consultation-vinova-composant .replacement-wrapper .replacement-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 1130px) {
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen {
    flex-direction: column;
    align-items: center;
    width: 60% !important;
    min-width: 300px;
    margin-top: 5%;
  }
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen .img-wrapper-first,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen .img-wrapper-first,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen .img-wrapper-first {
    width: 100% !important;
  }
}
@media (max-width: 720px) {
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen {
    width: 100% !important;
  }
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen h1,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen h1,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen h1 {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen .input-group,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen .input-group,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen .input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen .form-control,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen .form-control,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen .form-control {
    width: 80%;
    min-width: 250px;
    margin: auto;
  }
  #page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen .button-tertiaire,
  #page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen .button-tertiaire,
  #page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen .button-tertiaire {
    width: 80%;
    min-width: 250px;
    display: block;
    margin: auto;
  }
}
#page-consultation-stocks #stocks:has(.main-search-screen) .header,
#page-consultation-vinova #stocks:has(.main-search-screen) .header,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .header {
  display: none !important;
}
#page-consultation-stocks #stocks:has(.main-search-screen) .body-card-search,
#page-consultation-vinova #stocks:has(.main-search-screen) .body-card-search,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .body-card-search {
  display: flex;
  flex-direction: column;
}
#page-consultation-stocks #stocks:has(.main-search-screen) .main-search-screen,
#page-consultation-vinova #stocks:has(.main-search-screen) .main-search-screen,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .main-search-screen {
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-top: 9vh;
  width: 80%;
  margin: auto;
}
#page-consultation-stocks #stocks:has(.main-search-screen) .img-wrapper-first,
#page-consultation-vinova #stocks:has(.main-search-screen) .img-wrapper-first,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .img-wrapper-first {
  width: 74% !important;
  display: flex;
  align-items: center;
  width: 600px;
  min-width: 300px;
  border-radius: 10px;
}
#page-consultation-stocks #stocks:has(.main-search-screen) .img-wrapper-first img,
#page-consultation-vinova #stocks:has(.main-search-screen) .img-wrapper-first img,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .img-wrapper-first img {
  width: 100%;
}
#page-consultation-stocks #stocks:has(.main-search-screen) p,
#page-consultation-vinova #stocks:has(.main-search-screen) p,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) p {
  font-size: 0.9rem;
  margin-block: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-stocks #stocks:has(.main-search-screen) input,
#page-consultation-vinova #stocks:has(.main-search-screen) input,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) input {
  background-color: #EBEBEB;
  border-radius: 10px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  height: 40px;
  width: 60%;
}
#page-consultation-stocks #stocks:has(.main-search-screen) input:focus,
#page-consultation-vinova #stocks:has(.main-search-screen) input:focus,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-consultation-stocks #stocks:has(.main-search-screen) button,
#page-consultation-vinova #stocks:has(.main-search-screen) button,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) button {
  margin-left: 20px;
  padding: 8px 20px;
}
#page-consultation-stocks #stocks:has(.main-search-screen) .input-group,
#page-consultation-vinova #stocks:has(.main-search-screen) .input-group,
#page-consultation-vinova-composant #stocks:has(.main-search-screen) .input-group {
  width: 100%;
}
@media (max-width: 1500px) {
  #page-consultation-stocks .documentation ul li,
  #page-consultation-vinova .documentation ul li,
  #page-consultation-vinova-composant .documentation ul li {
    width: 48% !important;
    min-width: 48% !important;
  }
}
@media (max-width: 890px) {
  #page-consultation-stocks .documentation ul li,
  #page-consultation-vinova .documentation ul li,
  #page-consultation-vinova-composant .documentation ul li {
    width: 100% !important;
    min-width: 100% !important;
  }
}
#page-consultation-stocks .documentation,
#page-consultation-vinova .documentation,
#page-consultation-vinova-composant .documentation {
  margin-block: 20px;
  padding-left: 40px;
}
#page-consultation-stocks .documentation ul,
#page-consultation-vinova .documentation ul,
#page-consultation-vinova-composant .documentation ul {
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
#page-consultation-stocks .documentation ul li,
#page-consultation-vinova .documentation ul li,
#page-consultation-vinova-composant .documentation ul li {
  border: none;
  width: 430px;
  min-width: 430px;
  max-width: max-content;
  list-style-type: none;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
#page-consultation-stocks .documentation ul li svg,
#page-consultation-vinova .documentation ul li svg,
#page-consultation-vinova-composant .documentation ul li svg {
  margin-right: 10px;
  width: 18px;
  min-width: 18px;
}
#page-consultation-stocks .documentation h2,
#page-consultation-vinova .documentation h2,
#page-consultation-vinova-composant .documentation h2 {
  font-size: 1.5rem;
}
#page-consultation-stocks .documentation p,
#page-consultation-vinova .documentation p,
#page-consultation-vinova-composant .documentation p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#page-consultation-stocks .documentation .list-group-item a,
#page-consultation-vinova .documentation .list-group-item a,
#page-consultation-vinova-composant .documentation .list-group-item a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  color: #050505;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#page-consultation-stocks .documentation .list-group-item a:hover,
#page-consultation-vinova .documentation .list-group-item a:hover,
#page-consultation-vinova-composant .documentation .list-group-item a:hover {
  color: #E5C483;
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-consultation-stocks .similar-wrapper,
#page-consultation-vinova .similar-wrapper,
#page-consultation-vinova-composant .similar-wrapper {
  margin-block: 40px;
  margin-left: 40px;
  width: 97%;
}
#page-consultation-stocks .similar-wrapper .wrapper-control,
#page-consultation-vinova .similar-wrapper .wrapper-control,
#page-consultation-vinova-composant .similar-wrapper .wrapper-control {
  width: 1400px;
}
#page-consultation-stocks .similar-wrapper h2,
#page-consultation-vinova .similar-wrapper h2,
#page-consultation-vinova-composant .similar-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#page-consultation-stocks .similar-wrapper .wrapper-cards-similar,
#page-consultation-vinova .similar-wrapper .wrapper-cards-similar,
#page-consultation-vinova-composant .similar-wrapper .wrapper-cards-similar {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  overflow-x: hidden;
}
#page-consultation-stocks .similar-wrapper .one-similar,
#page-consultation-vinova .similar-wrapper .one-similar,
#page-consultation-vinova-composant .similar-wrapper .one-similar {
  width: 270px;
  min-width: 270px;
  border: none;
}
#page-consultation-stocks .similar-wrapper .one-similar .badge,
#page-consultation-vinova .similar-wrapper .one-similar .badge,
#page-consultation-vinova-composant .similar-wrapper .one-similar .badge {
  margin: 10px 5px;
  font-size: 0.7rem;
  margin-bottom: 0;
}
#page-consultation-stocks .similar-wrapper .one-similar .img-wrapper,
#page-consultation-vinova .similar-wrapper .one-similar .img-wrapper,
#page-consultation-vinova-composant .similar-wrapper .one-similar .img-wrapper {
  width: 100%;
  height: 250px;
}
#page-consultation-stocks .similar-wrapper .one-similar .img-wrapper img,
#page-consultation-vinova .similar-wrapper .one-similar .img-wrapper img,
#page-consultation-vinova-composant .similar-wrapper .one-similar .img-wrapper img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
#page-consultation-stocks .similar-wrapper .one-similar .card-body,
#page-consultation-vinova .similar-wrapper .one-similar .card-body,
#page-consultation-vinova-composant .similar-wrapper .one-similar .card-body {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600 !important;
  background-color: #EBEBEB;
  font-size: 0.8rem;
  padding: 10px 15px;
  margin-top: 10px;
}
#page-consultation-stocks .similar-wrapper .one-similar .card-body p,
#page-consultation-vinova .similar-wrapper .one-similar .card-body p,
#page-consultation-vinova-composant .similar-wrapper .one-similar .card-body p {
  color: #050505;
  line-height: 1rem;
}
#page-consultation-stocks .similar-wrapper .one-similar .card-body a:hover,
#page-consultation-stocks .similar-wrapper .one-similar .card-body p:hover,
#page-consultation-vinova .similar-wrapper .one-similar .card-body a:hover,
#page-consultation-vinova .similar-wrapper .one-similar .card-body p:hover,
#page-consultation-vinova-composant .similar-wrapper .one-similar .card-body a:hover,
#page-consultation-vinova-composant .similar-wrapper .one-similar .card-body p:hover {
  color: #B93131;
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-consultation-stocks .scroll-similar,
#page-consultation-vinova .scroll-similar,
#page-consultation-vinova-composant .scroll-similar {
  width: 14px;
  display: block;
  cursor: pointer;
}
#page-consultation-stocks #scroll-right,
#page-consultation-vinova #scroll-right,
#page-consultation-vinova-composant #scroll-right {
  transform: rotate(180deg);
}
#page-consultation-stocks .controls-wrapper,
#page-consultation-vinova .controls-wrapper,
#page-consultation-vinova-composant .controls-wrapper {
  display: flex;
  margin-left: -30px;
  position: relative;
  top: -200px;
  gap: 100%;
}
#page-consultation-stocks .new-container,
#page-consultation-vinova .new-container,
#page-consultation-vinova-composant .new-container {
  width: 100%;
}
#page-consultation-stocks .bonaffaire-wrapper,
#page-consultation-vinova .bonaffaire-wrapper,
#page-consultation-vinova-composant .bonaffaire-wrapper {
  margin-block: 40px;
  margin-left: 40px;
}
#page-consultation-stocks .bonaffaire-wrapper .controls-wrapper,
#page-consultation-vinova .bonaffaire-wrapper .controls-wrapper,
#page-consultation-vinova-composant .bonaffaire-wrapper .controls-wrapper {
  display: flex;
  margin-left: -30px;
  position: relative;
  top: -200px;
  gap: 100%;
}
#page-consultation-stocks .bonaffaire-wrapper .controls-wrapper #scroll-sales-right,
#page-consultation-vinova .bonaffaire-wrapper .controls-wrapper #scroll-sales-right,
#page-consultation-vinova-composant .bonaffaire-wrapper .controls-wrapper #scroll-sales-right {
  transform: rotate(180deg);
}
#page-consultation-stocks .bonaffaire-wrapper h2,
#page-consultation-vinova .bonaffaire-wrapper h2,
#page-consultation-vinova-composant .bonaffaire-wrapper h2 {
  color: #B93131;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#page-consultation-stocks .products-wrapepr,
#page-consultation-vinova .products-wrapepr,
#page-consultation-vinova-composant .products-wrapepr {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  overflow-x: hidden;
}
#page-consultation-stocks .one-product-card,
#page-consultation-vinova .one-product-card,
#page-consultation-vinova-composant .one-product-card {
  width: 270px;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#page-consultation-stocks .one-product-card .img-wrapper,
#page-consultation-vinova .one-product-card .img-wrapper,
#page-consultation-vinova-composant .one-product-card .img-wrapper {
  width: 100%;
  height: 250px;
}
#page-consultation-stocks .one-product-card .img-wrapper .badge,
#page-consultation-vinova .one-product-card .img-wrapper .badge,
#page-consultation-vinova-composant .one-product-card .img-wrapper .badge {
  margin: 10px 5px;
  margin-bottom: 0;
  font-size: 0.7rem;
}
#page-consultation-stocks .one-product-card .img-wrapper img,
#page-consultation-vinova .one-product-card .img-wrapper img,
#page-consultation-vinova-composant .one-product-card .img-wrapper img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
#page-consultation-stocks .one-product-card .card-body,
#page-consultation-vinova .one-product-card .card-body,
#page-consultation-vinova-composant .one-product-card .card-body {
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  flex: 1 1 auto;
  font-weight: 600 !important;
  background-color: #EBEBEB;
  font-size: 0.8rem;
  padding: 10px 15px;
  margin-top: 10px;
}
#page-consultation-stocks .one-product-card .card-body p,
#page-consultation-vinova .one-product-card .card-body p,
#page-consultation-vinova-composant .one-product-card .card-body p {
  color: #050505;
  line-height: 1rem;
}
#page-consultation-stocks .one-product-card .card-body a:hover,
#page-consultation-stocks .one-product-card .card-body p:hover,
#page-consultation-vinova .one-product-card .card-body a:hover,
#page-consultation-vinova .one-product-card .card-body p:hover,
#page-consultation-vinova-composant .one-product-card .card-body a:hover,
#page-consultation-vinova-composant .one-product-card .card-body p:hover {
  color: #B93131;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  #page-consultation-stocks .header,
  #page-consultation-vinova .header,
  #page-consultation-vinova-composant .header {
    flex-direction: column-reverse;
  }
  #page-consultation-stocks .header h1,
  #page-consultation-vinova .header h1,
  #page-consultation-vinova-composant .header h1 {
    font-size: 2rem;
    margin-top: 40px;
  }
  #page-consultation-stocks .header form,
  #page-consultation-vinova .header form,
  #page-consultation-vinova-composant .header form {
    width: 100% !important;
  }
  #page-consultation-stocks .similar-wrapper,
  #page-consultation-stocks .bonaffaire-wrapper,
  #page-consultation-vinova .similar-wrapper,
  #page-consultation-vinova .bonaffaire-wrapper,
  #page-consultation-vinova-composant .similar-wrapper,
  #page-consultation-vinova-composant .bonaffaire-wrapper {
    width: 92%;
  }
}
@media (max-width: 630px) {
  #page-consultation-stocks .container-article,
  #page-consultation-vinova .container-article,
  #page-consultation-vinova-composant .container-article {
    flex-direction: column;
    gap: 40px;
  }
  #page-consultation-stocks .container-article > div,
  #page-consultation-vinova .container-article > div,
  #page-consultation-vinova-composant .container-article > div {
    width: 100%;
  }
  #page-consultation-stocks .documentation,
  #page-consultation-vinova .documentation,
  #page-consultation-vinova-composant .documentation {
    padding-left: 0;
  }
  #page-consultation-stocks .similar-wrapper,
  #page-consultation-vinova .similar-wrapper,
  #page-consultation-vinova-composant .similar-wrapper {
    margin-left: 0;
  }
  #page-consultation-stocks .controls-wrapper,
  #page-consultation-vinova .controls-wrapper,
  #page-consultation-vinova-composant .controls-wrapper {
    display: none !important;
  }
  #page-consultation-stocks .bonaffaire-wrapper,
  #page-consultation-vinova .bonaffaire-wrapper,
  #page-consultation-vinova-composant .bonaffaire-wrapper {
    margin-left: 0;
  }
  #page-consultation-stocks .wrapper-cards-similar,
  #page-consultation-stocks .products-wrapepr,
  #page-consultation-vinova .wrapper-cards-similar,
  #page-consultation-vinova .products-wrapepr,
  #page-consultation-vinova-composant .wrapper-cards-similar,
  #page-consultation-vinova-composant .products-wrapepr {
    flex-wrap: wrap;
    justify-content: center;
  }
  #page-consultation-stocks .similar-wrapper .one-similar,
  #page-consultation-stocks .one-product-card,
  #page-consultation-vinova .similar-wrapper .one-similar,
  #page-consultation-vinova .one-product-card,
  #page-consultation-vinova-composant .similar-wrapper .one-similar,
  #page-consultation-vinova-composant .one-product-card {
    width: 45%;
    min-width: 200px;
  }
  #page-consultation-stocks .similar-wrapper,
  #page-consultation-stocks .bonaffaire-wrapper,
  #page-consultation-vinova .similar-wrapper,
  #page-consultation-vinova .bonaffaire-wrapper,
  #page-consultation-vinova-composant .similar-wrapper,
  #page-consultation-vinova-composant .bonaffaire-wrapper {
    width: 100%;
  }
}
@media (max-width: 470px) {
  #page-consultation-stocks .similar-wrapper .one-similar,
  #page-consultation-stocks .one-product-card,
  #page-consultation-vinova .similar-wrapper .one-similar,
  #page-consultation-vinova .one-product-card,
  #page-consultation-vinova-composant .similar-wrapper .one-similar,
  #page-consultation-vinova-composant .one-product-card {
    width: 100%;
    min-width: 180px;
    max-width: 320px;
  }
  #page-consultation-stocks .similar-wrapper .one-similar .img-wrapper,
  #page-consultation-stocks .one-product-card .img-wrapper,
  #page-consultation-vinova .similar-wrapper .one-similar .img-wrapper,
  #page-consultation-vinova .one-product-card .img-wrapper,
  #page-consultation-vinova-composant .similar-wrapper .one-similar .img-wrapper,
  #page-consultation-vinova-composant .one-product-card .img-wrapper {
    height: auto;
    aspect-ratio: 48/49;
  }
}

#stocks:has(.block-no-vinova) .header {
  display: none;
}

#page-consultation-vinova .table-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#page-consultation-vinova .table-body .table-row {
  flex-direction: column;
  display: flex;
  flex-direction: column;
}
#page-consultation-vinova .table-body .table-infos {
  background-color: #EBEBEB;
  border-radius: 10px;
  display: flex;
  height: 50px;
  align-items: center;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
#page-consultation-vinova .table-body .row-end {
  display: flex;
  gap: 10px;
  align-items: center;
}
#page-consultation-vinova .table-body .row-quantity {
  width: 100px;
  text-align: center;
}
#page-consultation-vinova .table-body .docs-button {
  font-size: 12px;
  background-color: #E5C483;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
#page-consultation-vinova .table-body .table-docs {
  padding: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
  transition: all 0.3s ease;
}
#page-consultation-vinova .table-body .one-doc {
  flex: 1 1 calc(33.333% - 16px);
  vertical-align: middle;
  color: #050505;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-vinova .table-body .one-doc svg {
  width: 17px;
  margin-right: 8px;
}
@media (max-width: 1024px) {
  #page-consultation-vinova .table-body .one-doc {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  #page-consultation-vinova .table-body .one-doc {
    flex: 1 1 100%;
  }
}
@media (max-width: 450px) {
  #page-consultation-vinova .table-infos {
    height: 80px !important;
  }
  #page-consultation-vinova .row-quantity {
    width: 76px;
  }
}
@media (max-width: 1130px) {
  #page-consultation-vinova .block-no-vinova {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65% !important;
    min-width: 300px;
    margin-top: 0 !important;
  }
  #page-consultation-vinova .block-no-vinova .image-wrapper-search {
    width: 100% !important;
  }
  #page-consultation-vinova .main-block-content {
    margin-top: 20px;
  }
}
@media (max-width: 720px) {
  #page-consultation-vinova .block-no-vinova {
    width: 100% !important;
    gap: 40px !important;
  }
  #page-consultation-vinova .block-no-vinova h1 {
    font-size: 2rem !important;
  }
}
@media (max-width: 480px) {
  #page-consultation-vinova .block-no-vinova .input-group {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
  }
  #page-consultation-vinova .block-no-vinova .form-control {
    width: 80%;
    min-width: 250px;
    margin: auto;
  }
  #page-consultation-vinova .block-no-vinova .button-tertiaire {
    width: 80%;
    min-width: 250px;
    display: block;
    margin: auto;
  }
}
#page-consultation-vinova .block-no-vinova {
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-top: 9vh;
  margin: auto;
}
#page-consultation-vinova .block-no-vinova .image-wrapper-search {
  width: 47%;
  display: flex;
  align-items: center;
  min-width: 300px;
  border-radius: 10px;
}
#page-consultation-vinova .block-no-vinova .image-wrapper-search img {
  width: 100%;
  border-radius: 10px;
}
#page-consultation-vinova .block-no-vinova .welcome-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-block: 20px;
}
#page-consultation-vinova .block-no-vinova input {
  background-color: #EBEBEB;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  border: none;
  font-size: 0.8rem;
  height: 40px;
}
#page-consultation-vinova .block-no-vinova .button-tertiaire {
  height: 40px;
  padding: 8px 20px;
}
#page-consultation-vinova .block-no-vinova h1 {
  font-size: 2.5rem;
}
#page-consultation-vinova .block-no-vinova h1 span {
  font-size: 1rem;
  position: relative;
  top: -10px;
}
#page-consultation-vinova .block-no-vinova .input-group {
  display: flex;
  gap: 20px;
}
#page-consultation-vinova .container h2 {
  font-size: 1.5rem;
}
#page-consultation-vinova .description {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5rem;
}
#page-consultation-vinova .description b {
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-vinova .button-tertiaire-secondaire {
  background-color: #E5C483;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #050505 !important;
  width: fit-content;
  margin-left: 30px;
}
#page-consultation-vinova .button-tertiaire-secondaire svg {
  width: 20px;
  margin-right: 5px;
}
#page-consultation-vinova .button-tertiaire-secondaire:hover {
  background-color: #B93131;
  color: white !important;
}
#page-consultation-vinova .button-tertiaire-secondaire:hover svg path {
  fill: white !important;
}
#page-consultation-vinova .stretch {
  display: flex;
  flex-direction: column;
}
#page-consultation-vinova .description {
  margin-bottom: 40px;
}
#page-consultation-vinova .table-components {
  width: 85%;
  margin: auto;
}
#page-consultation-vinova .table-components h2 {
  margin-block: 30px;
}
#page-consultation-vinova .table-styled {
  border: none !important;
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-top: -5px;
}
#page-consultation-vinova .table-styled th,
#page-consultation-vinova .table-styled td {
  border: none !important;
}
#page-consultation-vinova .table-styled thead th {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
}
#page-consultation-vinova .table-styled tbody tr {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  border-radius: 10px;
  margin-bottom: 5px;
}
#page-consultation-vinova .table-styled td {
  font-size: 0.9rem;
  padding: 10px;
  background-color: #EBEBEB;
}
#page-consultation-vinova .table-styled td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#page-consultation-vinova .table-styled td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 991px) {
  #page-consultation-vinova .container {
    max-width: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 770px) {
  #page-consultation-vinova .table-components {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 580px) {
  #page-consultation-vinova .table-styled tbody tr {
    width: 100%;
  }
  #page-consultation-vinova .button-tertiaire-secondaire {
    display: block;
    margin: auto;
  }
  #page-consultation-vinova .img-fluid {
    max-height: 450px;
    margin: auto;
    display: block;
  }
}

#page-consultation-commandes .pagination {
  display: flex;
  justify-content: center !important;
}
#page-consultation-commandes .page-item a {
  border: none !important;
  color: #050505 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-consultation-commandes .page-item a:hover {
  color: #E5C483 !important;
  border-radius: 10px;
  background-color: #EBEBEB !important;
  transition: all 0.3s ease;
}
#page-consultation-commandes .page-item.disabled a {
  color: #B93131 !important;
}
#page-consultation-commandes h1 {
  font-size: 2.5rem;
}
#page-consultation-commandes #form-liste-search {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-consultation-commandes .group-left,
#page-consultation-commandes .group-right {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
}
#page-consultation-commandes .group-left {
  flex-shrink: 1;
  gap: 20px;
}
#page-consultation-commandes .filter-button {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  border: none;
  margin-bottom: 5px;
}
#page-consultation-commandes .filter-button svg {
  width: 20px;
}
#page-consultation-commandes .filter-button:hover {
  transition: all 0.3s ease;
}
#page-consultation-commandes .filter-button:hover svg path {
  stroke: #E5C483 !important;
}
#page-consultation-commandes .input-group-search {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#page-consultation-commandes .input-group-select label,
#page-consultation-commandes .input-group-search label {
  justify-content: flex-start;
}
#page-consultation-commandes .input-group-select input,
#page-consultation-commandes .input-group-select select,
#page-consultation-commandes .input-group-search input,
#page-consultation-commandes .input-group-search select {
  height: 35px;
  background-color: #EBEBEB;
  border: none;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-consultation-commandes .button-tertiaire {
  font-size: 0.9rem;
  padding: 7px 22px;
  height: 35px;
}
#page-consultation-commandes .orders-table-wrapper {
  width: 100%;
  margin-top: 20px;
}
#page-consultation-commandes .orders-table-wrapper table {
  border-collapse: separate;
  border-spacing: 0 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-commandes .orders-table-wrapper thead th {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  background-color: white !important;
}
#page-consultation-commandes .orders-table-wrapper thead th .sort-options {
  display: inline-block;
}
#page-consultation-commandes .orders-table-wrapper thead th .sort-icon {
  color: #B93131;
}
#page-consultation-commandes .orders-table-wrapper tr > td {
  margin-bottom: 5rem;
}
#page-consultation-commandes .orders-table-wrapper th,
#page-consultation-commandes .orders-table-wrapper td {
  border: none !important;
}
#page-consultation-commandes .orders-table-wrapper tbody {
  font-size: 0.9rem;
}
#page-consultation-commandes .orders-table-wrapper tbody td {
  background-color: #EBEBEB;
}
#page-consultation-commandes .orders-table-wrapper tbody td:first-child,
#page-consultation-commandes .orders-table-wrapper tbody th:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-consultation-commandes .orders-table-wrapper tbody td:first-child a,
#page-consultation-commandes .orders-table-wrapper tbody th:first-child a {
  color: #050505;
}
#page-consultation-commandes .orders-table-wrapper td:last-child,
#page-consultation-commandes .orders-table-wrapper th:last-child {
  border-radius: 0 10px 10px 0;
  background-color: #EBEBEB;
}
#page-consultation-commandes .article-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  padding-left: 30px;
}
#page-consultation-commandes th,
#page-consultation-commandes td {
  text-align: center;
}
#page-consultation-commandes .new-badge {
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
}
#page-consultation-commandes .client-order {
  text-align: left;
  width: 40%;
  padding-left: 3%;
}
#page-consultation-commandes .badge-finised {
  background-color: #4B782F;
}
#page-consultation-commandes .button-details {
  background-color: #B93131;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8rem;
  cursor: pointer;
}
#page-consultation-commandes .button-details:hover {
  background-color: #E5C483;
  transition: all 0.3s ease;
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
#page-consultation-commandes tr:hover td,
#page-consultation-commandes tr:hover td:last-child,
#page-consultation-commandes tr:hover td:first-child {
  background-color: #D9D9D9;
}
#page-consultation-commandes .checkbox-commandes-finished {
  display: flex;
  gap: 10px;
}
#page-consultation-commandes .main-label {
  width: 173px;
  line-height: 1rem;
}
#page-consultation-commandes .checkbox-commandes-finished .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
#page-consultation-commandes .checkbox-commandes-finished .switch input {
  display: none;
}
#page-consultation-commandes .checkbox-commandes-finished .slider {
  background-color: #EBEBEB;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
#page-consultation-commandes .checkbox-commandes-finished .slider:before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
#page-consultation-commandes .checkbox-commandes-finished input:checked + .slider:before {
  background-color: #B93131;
}
#page-consultation-commandes .checkbox-commandes-finished input:checked + .slider:before {
  transform: translateX(26px);
}
#page-consultation-commandes .checkbox-commandes-finished .slider.round {
  border-radius: 10px;
}
#page-consultation-commandes .checkbox-commandes-finished .slider.round:before {
  border-radius: 50%;
}
@media (max-width: 990px) {
  #page-consultation-commandes h1 {
    font-size: 2rem;
  }
  #page-consultation-commandes table,
  #page-consultation-commandes thead,
  #page-consultation-commandes tbody,
  #page-consultation-commandes th,
  #page-consultation-commandes td,
  #page-consultation-commandes tr {
    display: block;
  }
  #page-consultation-commandes thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #page-consultation-commandes .table-products tbody td,
  #page-consultation-commandes .table-products td:last-child,
  #page-consultation-commandes .table-products tbody td:first-child {
    background-color: transparent;
    border-radius: 0;
  }
  #page-consultation-commandes tr {
    margin-bottom: 10px;
  }
  #page-consultation-commandes td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 40%;
    padding-block: 3px;
  }
  #page-consultation-commandes td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    text-align: right;
    left: 10px;
    width: 37%;
    padding-right: 10px;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-consultation-commandes td {
    margin: 0 !important;
  }
  #page-consultation-commandes table {
    width: 100%;
    border-collapse: collapse;
  }
  #page-consultation-commandes tr:nth-of-type(even) td {
    background: #EBEBEB;
  }
  #page-consultation-commandes tr:nth-of-type(even) td:last-child {
    padding-bottom: 10px;
    background: #EBEBEB;
    border-radius: 0 0 10px 10px;
  }
  #page-consultation-commandes tr:nth-of-type(even) td:first-child {
    padding-top: 10px;
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
  }
  #page-consultation-commandes tr:nth-of-type(odd) td:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
  #page-consultation-commandes tr:nth-of-type(odd) td:first-child {
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
  }
  #page-consultation-commandes .client-order,
  #page-consultation-commandes .article-number {
    text-align: left;
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-left: 40%;
    padding-block: 3px;
  }
  #page-consultation-commandes td,
  #page-consultation-commandes th {
    text-align: left;
  }
  #page-consultation-commandes td:nth-of-type(1):before {
    content: "Numéro";
  }
  #page-consultation-commandes td:nth-of-type(2):before {
    content: "Date";
  }
  #page-consultation-commandes td:nth-of-type(3):before {
    content: "Status";
  }
  #page-consultation-commandes td:nth-of-type(4):before {
    content: "Client";
  }
  #page-consultation-commandes td:nth-of-type(5):before {
    content: "Réf.";
  }
  #page-consultation-commandes td:nth-of-type(6):before {
    content: "Date dispo. \a estimée";
    display: block;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  #page-consultation-commandes .block-button-details {
    padding-left: 0;
  }
  #page-consultation-commandes .block-button-details a {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 1rem;
    margin-block: 10px;
    text-transform: capitalize;
  }
  #page-consultation-commandes .page-item a {
    font-size: 1.05rem;
  }
}
#page-consultation-commandes .pagination-mobile {
  display: none;
}
#page-consultation-commandes .pagination-descop {
  display: block;
}
#page-consultation-commandes .main-label-mobile {
  display: none;
}
@media (max-width: 875px) {
  #page-consultation-commandes #form-liste-search {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  #page-consultation-commandes .group-left,
  #page-consultation-commandes .group-right {
    width: 100%;
  }
  #page-consultation-commandes .group-right {
    flex-wrap: nowrap;
  }
  #page-consultation-commandes .input-group-search {
    width: 100%;
  }
  #page-consultation-commandes .custom-select {
    width: 100%;
  }
  #page-consultation-commandes .main-label,
  #page-consultation-commandes .switch {
    margin: 0;
  }
  #page-consultation-commandes .search-order {
    white-space: nowrap;
    overflow: hidden;
  }
  #page-consultation-commandes .input-group-select {
    min-width: 150px;
  }
  #page-consultation-commandes .checkbox-commandes-finished {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 518px) {
  #page-consultation-commandes .main-label-mobile {
    display: block;
    vertical-align: middle;
    margin: 0;
  }
  #page-consultation-commandes .main-label {
    display: none;
  }
  #page-consultation-commandes .input-group-select {
    width: 100%;
  }
  #page-consultation-commandes .checkbox-commandes-finished .switch {
    width: 93px;
  }
  #page-consultation-commandes .checkbox-commandes-finished input:checked + .slider:before {
    transform: translateX(60px);
  }
}
@media (max-width: 465px) {
  #page-consultation-commandes td:nth-of-type(6):after {
    content: ".";
    display: block;
    color: #EBEBEB;
    line-height: 0.8rem;
  }
  #page-consultation-commandes .pagination-mobile {
    display: block;
  }
  #page-consultation-commandes .pagination-descop {
    display: none;
  }
  #page-consultation-commandes .cut-label {
    display: none;
    text-transform: capitalize;
  }
}

#page-consultation-commandes-detail p {
  font-size: 0.9rem;
}
#page-consultation-commandes-detail .main-block-content {
  display: block;
}
#page-consultation-commandes-detail h1 {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 40px;
}
#page-consultation-commandes-detail h2 {
  font-size: 1.4rem;
}
#page-consultation-commandes-detail .wrapper-info,
#page-consultation-commandes-detail .facturation-wrapper,
#page-consultation-commandes-detail .delivery-wrapper {
  display: flex;
  gap: 20px;
  padding-left: 40px;
}
#page-consultation-commandes-detail .products-wrapper {
  padding-left: 40px;
  margin-block: 40px;
}
#page-consultation-commandes-detail .block-commande,
#page-consultation-commandes-detail .facturation-client {
  width: 50%;
  height: fit-content;
}
#page-consultation-commandes-detail .block-team,
#page-consultation-commandes-detail .block-factures {
  width: 50%;
}
#page-consultation-commandes-detail .inner-block {
  margin-bottom: 20px;
}
#page-consultation-commandes-detail .delivery-address {
  width: 38%;
}
#page-consultation-commandes-detail .delivery-address .text-right {
  text-align: left !important;
}
#page-consultation-commandes-detail .text-block {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  margin: 0;
}
#page-consultation-commandes-detail .text-block p {
  margin: 0;
}
#page-consultation-commandes-detail .text-block .text-left {
  width: 200px;
  min-width: 200px;
}
#page-consultation-commandes-detail .text-block .text-right {
  text-align: left !important;
}
#page-consultation-commandes-detail .block-team {
  display: flex;
  flex-direction: column;
}
#page-consultation-commandes-detail .one-person {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
#page-consultation-commandes-detail .one-person p {
  margin: 0;
  line-height: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-commandes-detail .one-person .name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
  color: #B93131;
}
#page-consultation-commandes-detail .one-person .rounded-img {
  border-radius: 25%;
}
#page-consultation-commandes-detail .list-group-factures {
  list-style: none;
  padding: 0;
}
#page-consultation-commandes-detail .one-facture-link {
  color: #050505;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
  width: fit-content;
}
#page-consultation-commandes-detail .one-facture-link:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-consultation-commandes-detail .one-facture-link:hover .bold {
  color: #B93131;
}
#page-consultation-commandes-detail .one-facture-link .bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#page-consultation-commandes-detail .one-facture-link img {
  width: 18px;
}
#page-consultation-commandes-detail .one-client-facture {
  margin-bottom: 10px;
}
#page-consultation-commandes-detail .table-products {
  border-spacing: 0 5px;
  border-collapse: separate;
}
#page-consultation-commandes-detail .table-products thead th {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  background-color: white;
}
#page-consultation-commandes-detail .table-products thead th .sort-options {
  display: inline-block;
}
#page-consultation-commandes-detail .table-products thead th .sort-icon {
  color: #B93131;
}
#page-consultation-commandes-detail .table-products thead th:last-child {
  text-align: center !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  background-color: white;
}
#page-consultation-commandes-detail .table-products tr > td {
  margin-bottom: 5rem;
}
#page-consultation-commandes-detail .table-products th,
#page-consultation-commandes-detail .table-products td {
  border: none !important;
}
#page-consultation-commandes-detail .table-products tbody {
  font-size: 0.9rem;
}
#page-consultation-commandes-detail .table-products tbody tr:hover td {
  transition: all 0.3s ease;
  background-color: #D9D9D9;
}
#page-consultation-commandes-detail .table-products tbody a {
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-consultation-commandes-detail .table-products tbody td {
  background-color: #EBEBEB;
}
#page-consultation-commandes-detail .table-products tbody td:first-child,
#page-consultation-commandes-detail .table-products tbody th:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-consultation-commandes-detail .table-products td:last-child,
#page-consultation-commandes-detail .table-products th:last-child {
  border-radius: 0 10px 10px 0;
  background-color: #EBEBEB;
}
#page-consultation-commandes-detail .top-info {
  margin-bottom: 10px;
}
#page-consultation-commandes-detail .info-bl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#page-consultation-commandes-detail .list-group-bl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  background-color: #EBEBEB;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  list-style: none;
}
#page-consultation-commandes-detail .bon-livraison-wrapper {
  width: 62%;
}
#page-consultation-commandes-detail .one-bl a {
  display: flex;
  align-items: center;
  color: #050505;
  gap: 15px;
}
#page-consultation-commandes-detail .one-bl a .status-bl {
  width: 70px;
  display: block;
}
#page-consultation-commandes-detail .one-bl a .bold {
  font-size: 0.9rem;
  line-height: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-consultation-commandes-detail .one-bl a .little {
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 0.7rem;
}
#page-consultation-commandes-detail .one-bl a p {
  margin: 0;
}
#page-consultation-commandes-detail .one-bl a:hover {
  text-decoration: none;
}
#page-consultation-commandes-detail .one-bl a:hover .status-bl {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
#page-consultation-commandes-detail .one-bl a:hover .top-info .bold {
  color: #B93131;
}
#page-consultation-commandes-detail .button-back {
  margin-top: 40px !important;
  display: block;
  width: fit-content;
  background-color: #E5C483;
  color: #050505 !important;
  margin: auto;
}
#page-consultation-commandes-detail .button-back:hover {
  background-color: #B93131;
  color: white !important;
}
@media (max-width: 1130px) {
  #page-consultation-commandes-detail .delivery-wrapper {
    flex-direction: column;
  }
  #page-consultation-commandes-detail .delivery-address,
  #page-consultation-commandes-detail .bon-livraison-wrapper {
    width: 100%;
  }
}
@media (max-width: 830px) {
  #page-consultation-commandes-detail .wrapper-info,
  #page-consultation-commandes-detail .facturation-wrapper,
  #page-consultation-commandes-detail .products-wrapper,
  #page-consultation-commandes-detail .delivery-wrapper {
    padding-left: 0;
  }
  #page-consultation-commandes-detail .wrapper-info,
  #page-consultation-commandes-detail .facturation-wrapper {
    flex-direction: column;
  }
  #page-consultation-commandes-detail .block-commande,
  #page-consultation-commandes-detail .team-wrapper {
    display: flex;
    gap: 40px;
    width: 100%;
  }
  #page-consultation-commandes-detail .main-block-content h1 {
    margin-left: 0;
  }
  #page-consultation-commandes-detail .inner-block {
    margin: 10px;
    margin-left: 0;
  }
  #page-consultation-commandes-detail .team-wrapper {
    gap: 80px;
  }
  #page-consultation-commandes-detail .facturation-wrapper {
    margin-top: 20px;
  }
  #page-consultation-commandes-detail .wrapper-info {
    gap: 10px;
  }
  #page-consultation-commandes-detail .block-team {
    width: 100%;
  }
  #page-consultation-commandes-detail .button-back {
    font-size: 1.2rem;
  }
}
@media (max-width: 830px) {
  #page-consultation-commandes-detail .block-commande {
    flex-direction: column;
    gap: 15px;
  }
  #page-consultation-commandes-detail .facturation-client,
  #page-consultation-commandes-detail .block-factures {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #page-consultation-commandes-detail .team-wrapper {
    flex-direction: column;
    gap: 0px;
  }
  #page-consultation-commandes-detail h1 {
    font-size: 2rem;
    margin: 10px;
  }
  #page-consultation-commandes-detail .text-left {
    width: 155px;
    min-width: 155px;
  }
}
@media (max-width: 400px) {
  #page-consultation-commandes-detail .text-block {
    flex-direction: column;
  }
  #page-consultation-commandes-detail .text-block .text-left {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
}

#page-activation-compte .block-activation {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 10%;
}
#page-activation-compte p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 40%;
  min-width: 300px;
  margin: auto;
}
#page-activation-compte .merci,
#page-activation-compte h1 {
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-activation-compte .client span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
}
#page-activation-compte .aprrouved {
  min-width: 60px;
  width: 5%;
  display: block;
  margin: auto;
  margin-block: 40px;
}
#page-activation-compte .button-tertiaire-cancel {
  display: block;
  width: 250px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 580px) {
  #page-activation-compte .merci,
  #page-activation-compte h1 {
    font-size: 2rem;
  }
}

#page-mdpperdu-demande,
#page-mdpperdu-envoye {
  text-align: center;
}
#page-mdpperdu-demande h1,
#page-mdpperdu-envoye h1 {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-mdpperdu-demande .error,
#page-mdpperdu-envoye .error {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: center;
}
#page-mdpperdu-demande .block-restore-password,
#page-mdpperdu-envoye .block-restore-password {
  width: 25%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20vh;
  min-width: 420px;
  text-align: center;
  max-width: 560px;
}
#page-mdpperdu-demande p,
#page-mdpperdu-demande label,
#page-mdpperdu-envoye p,
#page-mdpperdu-envoye label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}
#page-mdpperdu-demande .buttons-wrapper,
#page-mdpperdu-envoye .buttons-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  margin-top: 50px;
  gap: 10px;
}
#page-mdpperdu-demande .buttons-wrapper .button-tertiaire,
#page-mdpperdu-demande .buttons-wrapper .button-tertiaire-cancel,
#page-mdpperdu-envoye .buttons-wrapper .button-tertiaire,
#page-mdpperdu-envoye .buttons-wrapper .button-tertiaire-cancel {
  width: 250px;
  margin: auto;
}
#page-mdpperdu-demande form .input-group,
#page-mdpperdu-envoye form .input-group {
  width: 100%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: auto;
  margin-block: 30px 40px;
}
#page-mdpperdu-demande form .input-group label,
#page-mdpperdu-envoye form .input-group label {
  text-align: left;
  font-size: 0.8rem;
  margin: 0;
}
#page-mdpperdu-demande form .input-group input,
#page-mdpperdu-envoye form .input-group input {
  width: 100%;
  background-color: #EBEBEB;
  border: none;
  border-radius: 10px;
  color: #050505;
}
#page-mdpperdu-demande form .input-group input:focus,
#page-mdpperdu-envoye form .input-group input:focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-mdpperdu-demande form .input-group .button-tertiaire,
#page-mdpperdu-envoye form .input-group .button-tertiaire {
  width: 250px;
  margin: auto;
}
@media (max-width: 530px) {
  #page-mdpperdu-demande .block-restore-password,
  #page-mdpperdu-envoye .block-restore-password {
    width: 90%;
    min-width: 250px;
  }
  #page-mdpperdu-demande h1,
  #page-mdpperdu-envoye h1 {
    font-size: 2rem;
  }
}

#page-contact {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#page-contact .first-p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  margin: 0;
}
#page-contact p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}
#page-contact h1 {
  font-size: 2rem;
  color: #B93131;
  margin-top: 40px;
}
#page-contact .name {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  line-height: 1.5rem;
}
#page-contact .photo-styled {
  border-radius: 10px;
  border: none;
  margin-block: 25px;
}
#page-contact .team-member {
  min-width: 300px;
}
#page-contact .team-member p {
  margin: 0;
}
#page-contact .team-member .title {
  margin-bottom: 10px;
}
#page-contact .team-member a {
  font-size: 0.9rem;
  display: block;
  color: #B93131;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-contact .team-member a:hover {
  color: #E5C483;
  text-decoration: none;
  transition: all 0.3s ease;
}
#page-contact .members-wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  #page-contact .first-p {
    font-size: 2rem;
  }
  #page-contact .members-wrapper {
    gap: 20px;
  }
  #page-contact h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 990px) {
  .main-block-content {
    margin-top: 20px;
  }
  .main-search-screen {
    margin-top: 40px !important;
    gap: 30px !important;
  }
}
#page-mdpperdu-nouveau h1,
#page-mdpperdu-termine h1,
#page-validation-emailchange h1,
#page-validation-email h1 {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-mdpperdu-nouveau .page-centralized,
#page-mdpperdu-termine .page-centralized,
#page-validation-emailchange .page-centralized,
#page-validation-email .page-centralized {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 350px;
}
#page-mdpperdu-nouveau .main-wrapper,
#page-mdpperdu-termine .main-wrapper,
#page-validation-emailchange .main-wrapper,
#page-validation-email .main-wrapper {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 490px;
}
#page-mdpperdu-nouveau label,
#page-mdpperdu-termine label,
#page-validation-emailchange label,
#page-validation-email label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin-bottom: 3px;
}
#page-mdpperdu-nouveau .message span:not(.dark),
#page-mdpperdu-termine .message span:not(.dark),
#page-validation-emailchange .message span:not(.dark),
#page-validation-email .message span:not(.dark) {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B93131;
}
#page-mdpperdu-nouveau input:not([type=submit]),
#page-mdpperdu-termine input:not([type=submit]),
#page-validation-emailchange input:not([type=submit]),
#page-validation-email input:not([type=submit]) {
  width: 100%;
  background-color: #EBEBEB;
  border: none;
  border-radius: 10px;
  color: #050505;
  height: 40px;
}
#page-mdpperdu-nouveau input:not([type=submit]):focus,
#page-mdpperdu-termine input:not([type=submit]):focus,
#page-validation-emailchange input:not([type=submit]):focus,
#page-validation-email input:not([type=submit]):focus {
  border: none;
  box-shadow: 0 0 1px 1px #E5C483;
}
#page-mdpperdu-nouveau .buttons-wrapper,
#page-mdpperdu-termine .buttons-wrapper,
#page-validation-emailchange .buttons-wrapper,
#page-validation-email .buttons-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 30px;
  gap: 10px;
}
#page-mdpperdu-nouveau .buttons-wrapper .btn,
#page-mdpperdu-termine .buttons-wrapper .btn,
#page-validation-emailchange .buttons-wrapper .btn,
#page-validation-email .buttons-wrapper .btn {
  width: 250px;
  margin: auto;
}
#page-mdpperdu-nouveau form p,
#page-mdpperdu-termine form p,
#page-validation-emailchange form p,
#page-validation-email form p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-mdpperdu-nouveau small.error,
#page-mdpperdu-termine small.error,
#page-validation-emailchange small.error,
#page-validation-email small.error {
  position: relative !important;
  right: 0;
  bottom: 0;
}

#page-mdpperdu-termine {
  text-align: center;
}
#page-mdpperdu-termine .main-wrapper {
  max-width: 500px;
}
#page-mdpperdu-termine .buttons-wrapper .btn {
  width: 300px;
}
#page-mdpperdu-termine h1 {
  font-size: 2.5rem !important;
}

@media (max-width: 500px) {
  #page-mdpperdu-nouveau .page-centralized {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px;
  }
}

#page-validation-email .main-wrapper {
  max-width: 500px;
  text-align: center;
}

#page-validation-emailchange {
  text-align: center;
}
#page-validation-emailchange .dark {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#page-litiges-liste .list-search {
  width: 120px;
}
#page-litiges-liste .list-search .label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-litiges-liste .custom-select {
  height: 35px;
  background-color: #ebebeb;
  border: none;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-litiges-liste #form-liste-search {
  width: 100%;
}
#page-litiges-liste .table-wrapper {
  margin-block: 20px;
  width: 100%;
}
#page-litiges-liste .table thead th .dropdown {
  width: fit-content;
  display: inline-block;
}
#page-litiges-liste .table thead th .fa {
  line-height: 0.9;
}
#page-litiges-liste .sort-options {
  display: inline-block;
}
#page-litiges-liste .sort-icon {
  color: #B93131;
}
#page-litiges-liste .sort-icon:hover {
  color: #E5C483;
}
#page-litiges-liste .btn-outline-secondary {
  font-size: 0.8rem;
  background-color: #EBEBEB;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none !important;
  color: #050505;
  border-radius: 10px !important;
}
#page-litiges-liste .btn-outline-secondary:hover, #page-litiges-liste .btn-outline-secondary:focus {
  background-color: #E5C483;
  border: none !important;
  box-shadow: none !important;
}
#page-litiges-liste .sort-options {
  display: inline-block;
  width: fit-content;
}
#page-litiges-liste .sort-options a {
  line-height: 0.5rem;
}
#page-litiges-liste .filters {
  display: flex;
  justify-content: space-between;
}
#page-litiges-liste .search {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 10px;
}
#page-litiges-liste .search label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
  margin: 0;
}
#page-litiges-liste .search .form-control {
  height: 35px;
  background-color: #ebebeb;
  border: none;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.8rem;
}
#page-litiges-liste .search .button-tertiaire {
  font-size: 0.9rem;
  padding: 7px 22px;
  height: 35px;
}
#page-litiges-liste thead th {
  border: none !important;
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9rem;
}
#page-litiges-liste tbody {
  border-spacing: 5em;
}
#page-litiges-liste tbody tr {
  border-radius: 10px;
  margin-bottom: 5px;
}
#page-litiges-liste tbody tr:hover {
  background-color: transparent !important;
}
#page-litiges-liste tbody td {
  padding: 10px;
  font-size: 0.9rem;
  background-color: #EBEBEB;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page-litiges-liste tbody td:first-child {
  border-radius: 10px 0 0 10px;
}
#page-litiges-liste tbody td:last-child {
  border-radius: 0 10px 10px 0;
}
#page-litiges-liste tbody tr:hover {
  background-color: #D9D9D9;
}
#page-litiges-liste table {
  border-spacing: 0 5px;
  border-collapse: separate;
}
#page-litiges-liste .litige-number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-litiges-liste .badge {
  text-align: center;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 5px;
}
#page-litiges-liste .text-danger,
#page-litiges-liste .text-success {
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#page-litiges-liste .text-danger {
  color: #B93131 !important;
}
#page-litiges-liste .text-success {
  color: #4B782F !important;
}
#page-litiges-liste thead th:last-child {
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
#page-litiges-liste .button-details {
  background-color: #B93131;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: auto;
  width: fit-content;
}
#page-litiges-liste .button-details:hover {
  background-color: #E5C483;
  transition: all 0.3s ease;
  color: #050505;
  text-decoration: none;
}
#page-litiges-liste th {
  white-space: nowrap !important;
}
@media (min-width: 991px) {
  #page-litiges-liste tr:hover td,
  #page-litiges-liste tr:hover td:last-child,
  #page-litiges-liste tr:hover td:first-child {
    background-color: #D9D9D9;
  }
}
@media (max-width: 990px) {
  #page-litiges-liste table,
  #page-litiges-liste thead,
  #page-litiges-liste tbody,
  #page-litiges-liste th,
  #page-litiges-liste td,
  #page-litiges-liste tr {
    display: block;
  }
  #page-litiges-liste thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #page-litiges-liste tr {
    margin-bottom: 10px;
  }
  #page-litiges-liste td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 40% !important;
    padding-block: 3px !important;
  }
  #page-litiges-liste td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    text-align: right;
    left: 10px;
    width: 37%;
    padding-right: 10px;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #page-litiges-liste td {
    margin: 0 !important;
  }
  #page-litiges-liste td::before {
    color: #050505 !important;
  }
  #page-litiges-liste table {
    width: 100%;
    border-collapse: collapse;
  }
  #page-litiges-liste tr:nth-of-type(even) td {
    background: #EBEBEB;
  }
  #page-litiges-liste tr:nth-of-type(even) td:last-child {
    padding-bottom: 10px !important;
    background: #EBEBEB;
    border-radius: 0 0 10px 10px;
  }
  #page-litiges-liste tr:nth-of-type(even) td:first-child {
    padding-top: 10px !important;
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
  }
  #page-litiges-liste tr:nth-of-type(odd) td:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px !important;
  }
  #page-litiges-liste tr:nth-of-type(odd) td:first-child {
    border-radius: 10px 10px 0 0;
    padding-top: 10px !important;
  }
  #page-litiges-liste td,
  #page-litiges-liste th {
    text-align: left;
  }
  #page-litiges-liste td:nth-of-type(1):before {
    content: "Numéro";
  }
  #page-litiges-liste td:nth-of-type(2):before {
    content: "Date";
  }
  #page-litiges-liste td:nth-of-type(3):before {
    content: "Status";
  }
  #page-litiges-liste td:nth-of-type(4):before {
    content: "Motif";
  }
  #page-litiges-liste td:nth-of-type(5):before {
    content: "Montant";
  }
  #page-litiges-liste td:nth-of-type(6):before {
    content: "Avoir";
  }
  #page-litiges-liste .block-button-details {
    padding-left: 0 !important;
  }
  #page-litiges-liste .block-button-details a {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 1rem;
    margin-block: 10px;
    text-transform: capitalize;
  }
  #page-litiges-liste .page-item a {
    font-size: 1.05rem;
  }
  #page-litiges-liste h1 {
    font-size: 2rem;
  }
}
@media (max-width: 580px) {
  #page-litiges-liste .filters {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  #page-litiges-liste .search {
    flex-direction: column;
    align-items: normal;
  }
  #page-litiges-liste .list-search {
    width: 100%;
  }
  #page-litiges-liste .filters {
    margin-block: 10px 30px;
  }
}

#notifications {
  display: block;
  width: 500px;
  height: 80vh;
  background-color: rgb(255, 255, 255);
  border-radius: 0 15px 15px 0;
  position: absolute;
  top: 9vh;
  left: -424px;
  box-shadow: 4px 0 77px 10px rgba(12, 12, 12, 0.15);
  color: #050505;
  padding: 15px 50px 15px 55px;
  z-index: 1;
  transition: all 0.7s ease-in-out;
}
#notifications p, #notifications li {
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1rem;
}
#notifications p b, #notifications li b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#notifications .flag {
  position: absolute;
  width: 20px;
  top: 0;
  left: 10px;
}
#notifications h1 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#notifications h2 {
  font-size: 1.2rem;
}
#notifications .logo-maintenance {
  width: 60px;
  float: left;
  margin-right: 20px;
}
#notifications .signature, #notifications .date {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 78px;
}
#notifications .christmas-deco {
  width: 55px;
  float: right;
}
#notifications .one-message {
  position: relative;
  word-wrap: break-word; /* Break long words */
  overflow: visible;
  min-height: 0;
}
#notifications .messages-wrapper {
  height: 60vh;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#notifications #close-notifications {
  width: 13px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#notifications #close-notifications svg:hover path {
  stroke: #E5C483;
}

@media (max-width: 990px) {
  #notifications {
    display: block;
    width: 95%;
    height: 80vh;
    background-color: rgb(255, 255, 255);
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 9vh;
    left: -50%;
    transform: translateX(-50%);
    box-shadow: 4px 0 77px 10px rgba(12, 12, 12, 0.15);
    color: #050505;
    padding: 15px 50px 15px 55px;
    z-index: 1;
    transition: all 0.7s ease-in-out;
  }
  #notifications #close-notifications {
    width: 20px;
    position: absolute;
    bottom: 15px;
    right: 50%;
    top: unset;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #notifications #close-notifications svg:hover path {
    stroke: #E5C483;
  }
}
@media (max-width: 990px) {
  #notifications {
    padding: 13px 20px;
  }
  #notifications h1 {
    margin-left: 20px;
  }
  #notifications .one-message {
    margin: 10px;
  }
}

/*# sourceMappingURL=tertiaire.css.map */
