@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Poppins:ital,wght@0,100;0,300;0,400;0,600;0,700;1,100;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@300;400;500;600;700&display=swap");
html {
  height: 100%;
  box-sizing: border-box;
  font-size: 16px !important;
}

a:hover {
  text-decoration: none !important;
}

/*
Les méthodes suivantes permettent de gérer des class media-queries entre les breakpoint $lower et $upper
$lower et $upper prennent les noms des breakpoints : sm, md, lg, xl (ou autres ajoutés ci-dessus dans $grid-breakpoints)

- response-above($lower) génère un media-query de type : min-width: $lower
- response-below($upper) génère un media-query de type : max-width: $lower
- response-between($lower, $upper) génère un media-query de type : min-width: $lower AND max-width: $upper

par exemple :
    @include respond-above(sm) {
      .element {
        font-weight: bold;
      }
    }
génère la class :
    @media (min-width: 768px) {
      .element {
        font-weight: bold;
      }
    }
*/
@media (min-width: 768px) {
  h1.text-responsive, .text-responsive h1 {
    font-size: 3vw !important;
  }

  h2.text-responsive, .text-responsive h2 {
    font-size: 2.5vw !important;
  }

  h3.text-responsive, .text-responsive h3 {
    font-size: 2.25vw !important;
  }

  h4.text-responsive, .text-responsive h4 {
    font-size: 2vw !important;
  }

  h5.text-responsive, .text-responsive h5 {
    font-size: 1.75vw !important;
  }

  h6.text-responsive, .text-responsive h6 {
    font-size: 1.5vw !important;
  }
}
/***************************************************/
/***************************************************/
/***************************************************/
/*            CLASS PROPRES AU PROJET              */
/***************************************************/
/***************************************************/
/***************************************************/
/* pour fixer le footer (en position-abolute, bottom:0) en bas de la page et non de la fenêtre */
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #111235 !important;
  position: relative;
  margin: 0;
}

body:not(.booking) {
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif !important;
}

h1, .h1 {
  font-size: 1.9rem !important;
  line-height: 1.2 !important;
}

h2, .h2 {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
}

h3, .h3 {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  h2, .h2 {
    font-size: 1.7rem !important;
    line-height: 1.5 !important;
  }

  h3, .h3 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
  }

  h2, .h2 {
    font-size: 1.7rem !important;
    line-height: 1.5 !important;
  }

  h3, .h3 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
  }
}
label.label-up {
  position: absolute;
  top: -10px;
  left: 35px;
  padding: 0 5px 0 5px;
}

.font-title {
  font-family: "Comfortaa", sans-serif !important;
}

.font-current {
  font-family: "Poppins", sans-serif !important;
}

.form-control {
  border-color: #A1AFC5 !important;
  border-radius: 6px !important;
}

.form-control.disabled {
  color: #A1AFC5 !important;
  background-color: white !important;
}

.form-control::placeholder {
  opacity: 0.4 !important;
}

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

.btn:not(.btn-group-switch .btn) {
  border-radius: 6px;
}

.btn-group-switch .btn {
  color: black !important;
}

.btn-group-switch .btn:hover {
  color: white !important;
  border-color: #F67D6A !important;
  background-color: #F67D6A !important;
}

.btn-group-switch .btn.btn-switch-selected {
  color: white !important;
}

a, a:hover, .btn-link, .btn-link:hover {
  text-decoration: none !important;
}

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

.border-radius-6px {
  border-radius: 6px !important;
}

.border-radius-bottom-6px {
  border-radius: 0 0 6px 6px !important;
}

.border-radius-top-6px {
  border-radius: 6px 6px 0 0 !important;
}

.border-radius-bottom-left-6px {
  border-radius: 0 0 0 6px !important;
}

.border-radius-bottom-right-6px {
  border-radius: 0 0 6px 0 !important;
}

.border-radius-top-left-6px {
  border-radius: 6px 0 0 0 !important;
}

.border-radius-top-right-6px {
  border-radius: 0 6px 0 0 !important;
}

.border-radius-10px, .nav-bar-account-shortcuts {
  border-radius: 10px !important;
}

.border-radius-16px {
  border-radius: 16px !important;
}

.border-radius-top-10px {
  border-radius: 10px 10px 0 0 !important;
}

.border-radius-bottom-10px {
  border-radius: 0 0 10px 10px !important;
}

.border-radius-50 {
  border-radius: 50%;
}

.shadow-project, .booking-download-document-container, .booking-step-container .jumbotron, .booking-choice:not(.disabled):hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.w-100-bootstrap-row {
  width: calc(100% - 30px);
}

.video-js, .video-js .vjs-poster {
  /* conteneur de video-js + de l'image poster (pour éviter un filet noir au-dessus) */
  background-color: transparent !important;
}

.tooltip.show {
  opacity: 1 !important;
}

.notification-counter {
  position: absolute;
  top: -8px;
  right: -5px;
  font-size: 9px;
  padding: 1px;
  border-radius: 50%;
  color: white;
  width: 15px;
  height: 15px;
}

/***************** control-group *******************/
.control-group label {
  color: #A1AFC5;
}

.control-group:focus-within label {
  color: #F67D6A;
}

.control-group input, .control-group select {
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
  border-color: #A1AFC5;
  height: calc(1.5em + 1rem + 10px);
  padding: 0.4em 1rem;
}

.control-group input:focus {
  border-color: #F67D6A !important;
}

.control-group .picto-toggle-password {
  margin-right: 20px;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 200ms ease-in-out;
  z-index: 1;
}

.control-group .picto-toggle-password:hover {
  opacity: 1;
}

/* gestion des erreurs */
.control-group.error input,
.iti.error input,
.control-group.error input:focus,
.control-group.error button,
.jumbotron.control-group.error {
  border-color: red !important;
}

.control-group.error label:not(.radio-label),
.control-group.error .form-question {
  color: red !important;
}

.control-group.error .form-question::after {
  margin-right: 6px;
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  top: 3px;
  right: -5px;
  position: relative;
  z-index: 0;
}

.control-group.error.error-container::after {
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.control-group.error.error-container.position-relative::after {
  right: 10px;
}

.control-group.error .label-up {
  padding-right: 35px !important;
}

.control-group.error .label-up::after {
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  top: 0;
  right: 7px;
  position: absolute;
}

.control-group.error .btn-group::after {
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  top: 7px;
  right: -10px;
  position: relative;
}

.control-group.jumbotron.error::after {
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  position: absolute;
}

.control-group.jumbotron.error .question-radio-container {
  padding-right: 15px;
}

.iti.error::after {
  content: attr(data-required-message);
  color: red;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 2;
}

.booking .booking-download-document-container.error::after {
  background-image: url(../images/circle-exclamation-solid-error.svg);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.booking:not(.mobile) .booking-download-document-container.error::after {
  left: -30px;
}

.booking.mobile .booking-download-document-container.error::after {
  right: 40px;
}

/******************** nav-bar **********************/
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem;
  width: 100%;
  z-index: 5;
}

.nav-bar .logo-container {
  margin-top: 2px;
}

.nav-bar .nav-bar-toggle {
  padding: 0 0.5rem;
  cursor: pointer;
}

.nav-bar a.logo-brand {
  display: inline-block;
  width: 140px;
  padding: 0 1rem 0 0.5rem;
}

.nav-link-container .nav-link {
  color: #111235;
  padding: 0 1rem !important;
  transition: opacity 300ms ease-in-out;
  display: inline-block;
  opacity: 1;
}

.nav-link-container a.nav-link:hover {
  opacity: 0.6;
}

.vertical-nav-bar {
  z-index: 4;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  transition: left 300ms ease-in-out;
  padding: 60px 30px 0 30px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: scroll;
}

.nav-bar .nav-link-sm-container, .vertical-nav-bar .nav-link-sm-container {
  display: none;
}

@media (max-width: 767px) {
  .vertical-nav-bar .nav-link-sm-container {
    display: block;
  }
}
@media (max-width: 575px) {
  .vertical-nav-bar {
    width: 100vw;
    left: -100vw;
  }
}
.vertical-nav-bar.show {
  left: 0;
}

.vertical-nav-bar.session .nav-link-session-off, .vertical-nav-bar .nav-link-session-on {
  display: none;
}

.vertical-nav-bar .nav-link-session-off, .vertical-nav-bar.session .nav-link-session-on {
  display: block;
  margin-top: 30px;
}

.vertical-nav-bar.nav-link-container .nav-link:not(.nav-link-session-off):not(.nav-link-session-on) {
  display: block;
  margin-top: 30px;
}

.nav-bar button {
  width: 140px;
}

.nav-bar-account-shortcuts {
  display: none;
  position: fixed;
  top: 60px;
  right: 1rem;
  z-index: 20;
  width: 250px;
  background-color: white;
}

.nav-bar-account-shortcuts.show {
  display: block;
}

.nav-bar-account-shortcuts .shortcuts-container {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.nav-bar-account-shortcuts a {
  position: relative;
  cursor: pointer;
  display: block;
  height: 60px;
  color: #111235;
}

.nav-bar-account-shortcuts a:hover {
  background-color: #FBF7F1;
  color: #111235;
}

.nav-bar-account-shortcuts a div.shortcut {
  position: absolute;
  padding: 0 1rem;
}

.nav-bar-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 5%;
  z-index: 1;
}

.nav-bar-mask.show {
  display: block;
}

/********************** home ***********************/
img.home-last-section-img {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  img.home-last-section-img {
    position: absolute;
    top: -280px;
    width: 330px;
  }
}
@media (min-width: 992px) {
  img.home-last-section-img {
    position: absolute;
    top: -280px;
    width: 450px;
  }
}
@media (min-width: 1200px) {
  img.home-last-section-img {
    position: absolute;
    top: -270px;
    width: 540px;
  }
}
/********************** tuto ***********************/
.tuto-title {
  display: block;
  margin-bottom: 100px;
  position: relative;
  height: auto;
}

.tuto-subtitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(140%) translateX(-50%) rotate(-3deg);
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  font-weight: 600;
  font-size: 130%;
  display: block;
}

.tuto-subtitle .fa-face-thinking {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-55%) translateX(-75%) rotate(-3deg);
  z-index: 1;
}

.tuto-img-link {
  transition: opacity 300ms ease-in-out;
  opacity: 0.8;
}

.tuto-img-link:hover {
  opacity: 1;
}

/******************* footnotes *********************/
.footnotes .foot-link {
  color: white;
  transition: opacity 300ms ease-in-out;
  opacity: 0.6;
}

.footnotes .foot-link:hover {
  opacity: 1;
}

/********************* toast ***********************/
.toast-container {
  border: none !important;
  padding: 0.5rem 1rem !important;
  top: 75px !important;
  right: 20px !important;
  max-width: 90vw;
}

.toast-project-primary-100-bleu-canard {
  background-color: #056E83 !important;
}

.toast-project-primary-dark-bleu-canard {
  background-color: #023942 !important;
}

.toast-project-primary-25-bleu-canard {
  background-color: #b3d3d7 !important;
}

.toast-project-primary-50-bleu-canard {
  background-color: #73b3be !important;
}

.toast-project-primary-75-bleu-canard {
  background-color: #1f95a4 !important;
}

.toast-project-primary-100-bleu {
  background-color: #0AB2D4 !important;
}

.toast-project-primary-25-bleu {
  background-color: #b0e2ea !important;
}

.toast-project-primary-50-bleu {
  background-color: #6ed8de !important;
}

.toast-project-primary-75-bleu {
  background-color: #00c6df !important;
}

.toast-project-primary-100-orange {
  background-color: #F67D6A !important;
}

.toast-project-primary-20-orange {
  background-color: #FCEEE4 !important;
}

.toast-project-primary-50-orange {
  background-color: #ffbca6 !important;
}

.toast-project-primary-75-orange {
  background-color: #ff9b88 !important;
}

.toast-project-secondary-beige-rose {
  background-color: #F5CAAB !important;
}

.toast-project-secondary-beige {
  background-color: #F1E6D4 !important;
}

.toast-project-secondary-beige-clair {
  background-color: #FFFDFB !important;
}

.toast-project-secondary-rose-grise {
  background-color: #FBF7F1 !important;
}

.toast-project-secondary-bleu-nuit {
  background-color: #111235 !important;
}

.toast-project-secondary-vert-pastel {
  background-color: #AFCFCC !important;
}

.toast-project-secondary-rose-pale {
  background-color: #FCEEE4 !important;
}

.toast-project-secondary-gris {
  background-color: #A1AFC5 !important;
}

.toast-gray-30 {
  background-color: #1112354C !important;
}

.toast-error {
  background-color: red !important;
}

/********************* alert ***********************/
.simple-alert.alert::after {
  content: attr(data-alert-message);
  position: absolute;
  bottom: -22px;
  left: 0;
}

.simple-alert-error::after {
  color: red;
}

/********************* modal ***********************/
.show-lab-modal {
  cursor: pointer;
}

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

.modal .modal-content .modal-header {
  padding: 0.9rem !important;
}

.modal .modal-title {
  font-weight: 600;
}

.modal.generic-modal .modal-header {
  border-bottom: none !important;
}

/*
.modal.lab-modal svg.svg-inline--fa:not(.modal-dismiss) {
  position:absolute;
  left:-30px;
  color: map-get($theme-colors, project-primary-100-orange);
}
.modal.lab-modal svg.svg-inline--fa.fa-location-dot:not(.modal-dismiss) {
  left:-27px;
  transform: translateY(3px);
}
.modal.lab-modal svg.svg-inline--fa.fa-spinner {
  top:50% !important;
  left:50% !important;
  transform: translateX(-50%);
}

.modal.lab-modal .lab-section {
  margin-bottom:1rem;
}
.modal.lab-modal .lab-modal-lab-link {
  border-bottom:1px map-get($theme-colors, project-primary-100-orange) solid;
  margin-bottom:0.75rem;
  padding-bottom:0.75rem;
}

.modal.lab-modal .map-container {
  min-height: 30vh;
}
@include respond-above(lg) {
  .modal.lab-modal .map-container {
    min-height: 70vh;
  }
}
*/
/****** lab-select-modal (labModal V2) *****/
@media (max-width: 991px) {
  .modal.lab-select-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw !important;
    margin: 0 !important;
  }

  .modal.lab-select-modal .modal-content {
    border-radius: 0 !important;
    min-height: 100vh !important;
  }

  .modal.lab-select-modal .btn-lab-select {
    border-radius: 0 !important;
  }
}
.modal.lab-select-modal .map-container {
  position: fixed !important;
  width: 100vw;
  height: calc(40vh - 48px);
  bottom: 48px;
  left: 0;
}

.modal.lab-select-modal .lab-section-container {
  overflow: scroll;
  height: calc(60vh - (53.8px + 30px));
  padding-right: 15px;
  margin-right: 0;
}

@media (min-width: 768px) {
  .modal.lab-select-modal .map-container {
    position: relative !important;
    height: calc(100vh - (48px + 53.8px) - 2rem);
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .modal.lab-select-modal .lab-section-container {
    overflow: scroll;
    height: calc(100vh - (48px + 53.8px) - 2rem);
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .modal.lab-select-modal .map-container {
    position: relative !important;
    height: 70vh;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .modal.lab-select-modal .lab-section-container {
    overflow: scroll;
    height: calc(70vh - 80px);
    margin-right: 15px;
  }
}
.modal.lab-select-modal .lab-section-container .lab-card {
  border: 1px #ffbca6 solid;
  opacity: 0.7;
}

.modal.lab-select-modal .lab-section-container .lab-card.selected,
.modal.lab-select-modal .lab-section-container .lab-card.hover {
  border: 1px #F67D6A solid;
  background-color: #FCEEE4;
  opacity: 1;
}

.modal.lab-select-modal .lab-section-container .lab-card:not(.selected):hover {
  border: 1px #F67D6A solid;
  opacity: 1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal.lab-select-modal .lab-section-container .lab-card .check-selected-lab {
  display: none;
}

.modal.lab-select-modal .lab-section-container .lab-card:not(.selected):hover .check-selected-lab {
  display: block;
  opacity: 0.5;
}

.modal.lab-select-modal .lab-section-container .lab-card.selected .check-selected-lab {
  display: block;
}

.modal.lab-select-modal .lab-section-container .lab-card .lab-card-content-margin-left {
  margin-left: 30px;
}

body.booking .btn-lab-select-container {
  display: none;
}

@media (max-width: 991px) {
  body:not(.booking) .modal.lab-select-modal .btn-dismiss-lab-modal-container {
    display: none;
  }
}
.modal.generic-modal .modal-footer {
  border-top: none !important;
}

.modal.generic-modal .dismiss-modal {
  cursor: pointer;
  border-radius: 0 0 9px 9px;
  font-weight: 600;
  background-color: #F67D6A;
}

/********************* auth ************************/
.auth-verification-code input {
  width: 12vw;
  height: 16vw;
  font-size: 0.9rem !important;
  padding: 0 !important;
  text-align: center;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #A1AFC5;
  border-style: solid;
}

@media (min-width: 576px) {
  .auth-verification-code input {
    width: 50px;
    height: 70px;
    font-size: 1.25rem !important;
  }
}
.auth-verification-code input:focus {
  border-width: 2px;
  border-color: #F67D6A;
}

/******************** booking **********************/
body.booking {
  overscroll-behavior-y: contain;
}

body.booking:not(.booking-step_41) {
  min-height: 100% !important;
}

@media (max-width: 767px) {
  body.booking {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  body.booking-clic-et-pique,
body.booking-partnership {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  body.booking.booking-step_30, body.booking.booking-step_40, body.booking.booking-step_50, body.booking.booking-step_51, body.booking.booking-step_55, body.booking-step_55 {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  body.booking.booking-step_30.booking-clic-et-pique,
body.booking.booking-step_30.booking-partnership {
    padding-top: 9rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  body.booking.booking-step_30.booking-clic-et-pique,
body.booking.booking-step_30.booking-partnership {
    padding-top: 8rem;
  }
}
body.booking.booking-step_30, body.booking.booking-step_40, body.booking.booking-step_50, body.booking.booking-step_51, body.booking.booking-step_55 {
  min-height: auto;
}

body.booking .resize {
  display: none;
  z-index: 1071;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #111235;
  opacity: 0.95;
  color: white;
  padding: 0 10vw;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  body.booking-step_40:not(.mobile) .resize {
    display: block;
  }
}
body .turn-device {
  display: none;
  z-index: 1071;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #111235;
  color: white;
  font-size: 1.2rem;
}

@media (orientation: landscape) {
  body.booking.mobile.booking-step_41 .turn-device {
    display: block;
  }
}
.booking .form-question {
  font-weight: 600;
}

.booking-choice {
  position: relative;
  text-align: center;
  background-color: #FFFDFB;
  border: 2px solid #F1E6D4;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 !important;
  min-height: 75vw;
}

@media (min-width: 576px) {
  .booking-choice {
    min-height: 18rem;
  }
}
@media (min-width: 768px) {
  .booking-choice {
    min-height: 100%;
  }
}
.booking-choice:not(.disabled) {
  cursor: pointer;
}

.booking-choice:not(.disabled):hover {
  border-color: transparent;
  border-radius: 10px 10px 0 0;
  background-color: white;
}

.booking-choice:not(.disabled):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px -3px -13px -3px;
  border-radius: 11px;
}

.booking-choice:not(.disabled):hover:before {
  background: linear-gradient(#F67D6A, #0AB2D4) !important;
}

.booking-choice:after {
  content: "Sélectionner";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  z-index: 2;
  color: transparent;
}

@media (min-width: 576px) {
  .booking-choice:after {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .booking-choice:after {
    height: 30px;
  }
}
.booking-choice:not(.disabled):hover:after {
  color: #0AB2D4;
}

.booking-choice_clicEtPique .available {
  display: block;
}
.booking-choice_clicEtPique .not-available {
  display: none;
}

.booking-choice_clicEtPique.disabled {
  opacity: 0.8;
}
.booking-choice_clicEtPique.disabled .available {
  display: none;
}
.booking-choice_clicEtPique.disabled .not-available {
  display: block;
}

.booking-stepbar-step {
  transition: opacity 200ms ease-in-out;
}

.booking-stepbar-progress {
  background: linear-gradient(to right, #0AB2D4 0%, #F67D6A 40%);
  width: 0;
  transition: width 2s ease-in-out;
}

.pt-booking-stepbar {
  padding-top: 0.4rem;
}

@media (min-width: 576px) {
  .pt-booking-stepbar {
    padding-top: 0.75rem;
  }
}
.pl-booking-stepbar {
  padding-left: 0.5rem;
}

@media (min-width: 576px) {
  .pl-booking-stepbar {
    padding-left: 0.75rem;
  }
}
.mt-booking-stepbar {
  margin-top: 0.4rem;
}

@media (min-width: 576px) {
  .mt-booking-stepbar {
    margin-top: 0.75rem;
  }
}
.booking-step-container .jumbotron {
  position: relative;
  background-color: white;
  border-radius: 10px !important;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.booking-step-container .jumbotron .jumbotron-header {
  border-radius: 10px 10px 0 0;
}

.booking-step-container .jumbotron .jumbotron-footer {
  border-radius: 0 0 10px 10px;
}

.booking-step-container .datepicker input {
  height: calc(1.5em + 1rem + 10px) !important;
}

@media (max-width: 767px) {
  body.booking-clic-et-pique .booking-step-button,
body.booking-partnership .booking-step-button {
    border: none !important;
  }
}
.booking-download-document-container {
  position: relative !important;
  background: white !important;
  border: 2px white !important;
  border-radius: 10px !important;
  background-clip: padding-box;
  padding: 0 !important;
  cursor: pointer;
}

.booking-download-document-container.completed:not(.selected) {
  background-color: #F67D6A !important;
  border: 2px #F67D6A;
  color: white;
}

.booking-download-document-container.selected {
  border-color: transparent !important;
  z-index: auto !important;
}

.booking-download-document-container.selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 12px !important;
  background: linear-gradient(90deg, #F67D6A, #0AB2D4) !important;
}

.booking-download-document-container:not(.completed) .booking-download-document-dashboard-completed,
.booking-download-document-container.selected .booking-download-document-dashboard-completed {
  display: none;
}

.booking-download-document-container.completed:not(.selected) .booking-download-document-dashboard-completed {
  display: inline-block;
}

.booking-download-document-container:not(.selected) .booking-download-document-dashboard-selected {
  display: none;
}

.booking-download-document-container.selected .booking-download-document-dashboard-selected {
  display: inline-block;
}

.booking-download-document-action {
  background-color: white;
  border-color: #A1AFC5;
  border-style: dashed;
  border-width: 1px;
  border-radius: 6px;
}

.tab-content .tab-pane:not(.disabled) .booking-download-document-action {
  cursor: pointer;
}

.tab-content .tab-pane.disabled .fileLabel {
  opacity: 0.3;
}

.booking-stepbar-waiting-time-container {
  display: none;
  opacity: 0;
  transition: opacity 500ms;
}

body.booking-clic-et-pique .booking-stepbar-waiting-time-container {
  display: block;
  opacity: 1;
}

.booking-choice-waiting-line-opacity {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #fffdfb, rgba(255, 253, 251, 0) 50%);
  z-index: 1;
}

.booking-choice-waiting-line {
  border: 2px transparent;
  position: relative;
  background: white;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 !important;
}

.booking-choice-waiting-line:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 12px;
  background: linear-gradient(#0AB2D4, #F67D6A) !important;
}

/* réglage des min-height pour gérer l'affichage des éléments essentiels pour les form en position fixed (et lorsque le clavier est déployé sur mobile) */
@media only screen and (max-height: 525px) {
  .d-none-under-height-525 {
    display: none;
  }
}
@media only screen and (max-height: 560px) {
  .d-none-under-height-560 {
    display: none;
  }
}
.iti__flag {
  border-radius: 4px;
}

.height-420 {
  height: 420px;
}

/********************* account *********************/
.account ul {
  padding-inline-start: 0;
}

.account ul.menu-lg li {
  height: 40px;
  list-style: none;
  position: relative;
}

.account ul.menu-lg li div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.account ul.menu-lg li:before {
  height: 100%;
}

.account ul.menu-lg li:before {
  display: inline-block;
  content: "";
  background: linear-gradient(to left, transparent 33%, #A1AFC5 33% 66%, transparent 66% 100%);
  min-width: 4px;
}

.account .menu-md-container {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  border-top: solid 1px #A1AFC5;
  background-color: white;
  transition: opacity 300ms ease-in-out;
  padding: 0.5rem 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .account .menu-md-container {
    display: none;
  }
}
.account ul.menu-lg li, .account ul.menu-md li {
  cursor: pointer;
}

.account ul.menu-lg li.selected:before {
  background: linear-gradient(#F67D6A, #0AB2D4) !important;
}

.account ul.menu-md {
  list-style-type: none;
}

.account ul.menu-md li.selected svg path {
  fill: #F67D6A;
}

.account .account-container {
  display: none;
}

.account .account-container.selected {
  display: block;
}

.account .account-container-appointment .tab-appointment-list:not(.disabled) {
  cursor: pointer;
  text-transform: capitalize;
}

.account .account-container-appointment .tab-appointment-list:after {
  display: inline-block;
  content: "";
  background: linear-gradient(to top, transparent 33%, #A1AFC5 33% 66%, transparent 66% 100%);
  min-height: 4px;
  width: 100%;
}

.account .account-container-appointment .tab-appointment-list.selected:after {
  background: linear-gradient(to right, #F67D6A, #0AB2D4) !important;
}

.account .account-container-appointment .appointment-list,
.account .account-container-results .result-page {
  min-height: 33vh;
}

.account .account-container-appointment .appointment-container .appointment-tag,
.account .account-container-payment .payment-container .payment-tag {
  border-radius: 30px;
  padding: 4px 10px;
}

.account .account-container-payment .payment-container .topay-link {
  width: 100%;
}

@media (min-width: 768px) {
  .account .account-container-payment .payment-container .topay-link {
    width: auto;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.account .account-container-appointment .appointment-list .appointment-container {
  display: none;
}

.account .account-container-appointment .appointment-list.future .appointment-container.valid,
.account .appointment-list.future .appointment-container.confirmed {
  display: block;
}

.account .account-container-appointment .appointment-list.present .appointment-container.occured,
.account .appointment-list.present .appointment-container.delivered {
  display: block;
}

.account .account-container-appointment .appointment-list.past .appointment-container.completed {
  display: block;
}

.account .account-container-appointment .appointment-container .appointment-container-before,
.account .account-container-appointment .appointment-container .appointment-container-after {
  border-style: solid;
}

.account .account-container-appointment .appointment-container .appointment-container-before {
  border-width: 1px 1px 0 1px;
  border-radius: 6px 6px 0 0;
}

.account .account-container-appointment .appointment-container .appointment-container-after {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}

.account .account-container-appointment .appointment-container .appointment-container-after .button-container-xs-left .btn {
  border-radius: 0 !important;
  border-width: 1px 1px 0 0 !important;
}

.account .account-container-appointment .appointment-container .appointment-container-after .button-container-xs-right .btn {
  border-radius: 0 !important;
  border-width: 1px 0 0 0 !important;
}

.account .account-container-appointment .appointment-tag,
.account .account-container-payment .payment-tag {
  text-transform: capitalize;
}

.account .account-container-payment .payment-container .payment-container-before,
.account .account-container-payment .payment-container .payment-container-after {
  border-style: solid;
}

.account .account-container-payment .payment-container .payment-container-before {
  border-width: 1px 1px 0 1px;
  border-radius: 6px 6px 0 0;
}

.account .account-container-payment .payment-container .payment-container-after {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}

.account .account-container-payment .payment-container .payment-container-after .btn {
  border-radius: 0 !important;
}

.account .account-container-appointment .appointment-container.completed .appointment-tag,
.account .account-container-payment .payment-container.paid .payment-tag {
  background-color: rgba(40, 167, 69, 0.3);
}

.account .account-container-appointment .appointment-list .appointment-container .btn {
  display: none;
}

.account .account-container-appointment .appointment-list.future .appointment-container.clic-et-pique .btn.button-waiting-line {
  display: block;
}

.account .account-container-appointment .appointment-list.future .appointment-container.appointment .btn.button-update-appointment {
  display: block;
}

.account .account-container-appointment .appointment-list.future .btn.button-cancel-appointment {
  display: block;
}

.account .account-container-appointment .appointment-list.present .appointment-container.delivred .btn.button-delivred {
  display: block;
}

.account .account-container-results .result-container .download-result-container svg {
  transition: all 300ms ease-in-out;
}

.account .account-container-results .result-container .download-result-container:hover svg {
  background-color: #F67D6A;
  color: white !important;
  border-color: #F67D6A !important;
}

.account .account-container-results .result-page-trigger.selected,
.account .account-container-payment .payment-page-trigger.selected {
  cursor: pointer;
}

.account .account-container-auth .iti--allow-dropdown {
  width: 100%;
}

.account .account-container-user .patient-info-container {
  display: none;
}

.account .account-container-user .patient-info-container.selected {
  display: block;
}

.account .account-container-user .patient-list-container .patient-selector {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #A1AFC5;
  cursor: pointer;
}

.account .account-container-user .patient-list-container .patient-selector:hover, .account .account-container-user .patient-list-container .patient-selector.selected {
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}

@media (max-width: 575px) {
  .account .account-display-result .btn-download {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0 !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .account .account-display-result .btn-download {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
/********************* payment *********************/
body.payment .payment-container-price {
  height: 40vh;
}

body.payment .payment-container-form {
  height: 60vh;
}

body.payment .payment-container-form .progress-bar-container,
body.payment .payment-container-form .confirm-payment-container {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

body.payment .payment-container-form .stripe-form-container {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  body.payment .payment-container-price,
body.payment .payment-container-form {
    height: auto;
  }

  body.payment .payment-container-form {
    min-height: 100vh;
  }

  body.payment .payment-container-form .stripe-form-container {
    position: absolute;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }
}
body.payment .payment-container-form input {
  font-size: 20px;
  font-weight: 500;
  font-family: sans-serif;
}

body.payment .payment-container-form .stripe-form-submit {
  position: relative;
}

@media (max-width: 767px) {
  body.payment .payment-container-form .stripe-form-container {
    position: relative;
  }

  body.payment .payment-container-form .stripe-form-element {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  body.payment .payment-container-form .stripe-form-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
}
body.payment .payment-container-form .brand-card {
  border-radius: 2px;
}

/********************* select **********************/
.select {
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #0AB2D4;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: red;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

/******************* row-balls *********************/
.row-balls {
  background-image: url("/project/bioseine/images/row-balls.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FBF7F1;
}

body.authentication .row-balls {
  background-position: right;
}

body.payment .row-balls {
  background-position: 50% 250px;
}

@media (max-width: 767px) {
  body.payment .row-balls {
    background-image: none !important;
  }
}
/***************************************************/
/*                                                 */
/*                   BREAKPOINTS                   */
/*                                                 */
/***************************************************/
/******************** example **********************/
/*
.my-example {
  color: var(--blue);
}

@include respond-above(sm) {
  .my-example {
    color: var(--success);
  }
}

@include respond-above(lg) {
  .my-example {
    color: var(--danger);
  }
}

@include respond-above(xl) {
  .my-example {
    color: var(--warning);
  }
}
*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --project-primary-100-bleu-canard: #056E83;
  --project-primary-dark-bleu-canard: #023942;
  --project-primary-25-bleu-canard: #b3d3d7;
  --project-primary-50-bleu-canard: #73b3be;
  --project-primary-75-bleu-canard: #1f95a4;
  --project-primary-100-bleu: #0AB2D4;
  --project-primary-25-bleu: #b0e2ea;
  --project-primary-50-bleu: #6ed8de;
  --project-primary-75-bleu: #00c6df;
  --project-primary-100-orange: #F67D6A;
  --project-primary-20-orange: #FCEEE4;
  --project-primary-50-orange: #ffbca6;
  --project-primary-75-orange: #ff9b88;
  --project-secondary-beige-rose: #F5CAAB;
  --project-secondary-beige: #F1E6D4;
  --project-secondary-beige-clair: #FFFDFB;
  --project-secondary-rose-grise: #FBF7F1;
  --project-secondary-bleu-nuit: #111235;
  --project-secondary-vert-pastel: #AFCFCC;
  --project-secondary-rose-pale: #FCEEE4;
  --project-secondary-gris: #A1AFC5;
  --gray-30: #1112354C;
  --error: red;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: "Azeret Mono", 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: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 600;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Azeret Mono", monospace;
  font-size: 1em;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 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-break: 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: 15px;
  padding-left: 15px;
  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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.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;
    max-width: 100%;
  }

  .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;
    max-width: 100%;
  }

  .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;
    max-width: 100%;
  }

  .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;
    max-width: 100%;
  }

  .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-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.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: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

.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-project-primary-100-bleu-canard,
.table-project-primary-100-bleu-canard > th,
.table-project-primary-100-bleu-canard > td {
  background-color: #b9d6dc;
}
.table-project-primary-100-bleu-canard th,
.table-project-primary-100-bleu-canard td,
.table-project-primary-100-bleu-canard thead th,
.table-project-primary-100-bleu-canard tbody + tbody {
  border-color: #7db4bf;
}

.table-hover .table-project-primary-100-bleu-canard:hover {
  background-color: #a8ccd4;
}
.table-hover .table-project-primary-100-bleu-canard:hover > td,
.table-hover .table-project-primary-100-bleu-canard:hover > th {
  background-color: #a8ccd4;
}

.table-project-primary-dark-bleu-canard,
.table-project-primary-dark-bleu-canard > th,
.table-project-primary-dark-bleu-canard > td {
  background-color: #b8c8ca;
}
.table-project-primary-dark-bleu-canard th,
.table-project-primary-dark-bleu-canard td,
.table-project-primary-dark-bleu-canard thead th,
.table-project-primary-dark-bleu-canard tbody + tbody {
  border-color: #7b989d;
}

.table-hover .table-project-primary-dark-bleu-canard:hover {
  background-color: #a9bdbf;
}
.table-hover .table-project-primary-dark-bleu-canard:hover > td,
.table-hover .table-project-primary-dark-bleu-canard:hover > th {
  background-color: #a9bdbf;
}

.table-project-primary-25-bleu-canard,
.table-project-primary-25-bleu-canard > th,
.table-project-primary-25-bleu-canard > td {
  background-color: #eaf3f4;
}
.table-project-primary-25-bleu-canard th,
.table-project-primary-25-bleu-canard td,
.table-project-primary-25-bleu-canard thead th,
.table-project-primary-25-bleu-canard tbody + tbody {
  border-color: #d7e8ea;
}

.table-hover .table-project-primary-25-bleu-canard:hover {
  background-color: #d9e9eb;
}
.table-hover .table-project-primary-25-bleu-canard:hover > td,
.table-hover .table-project-primary-25-bleu-canard:hover > th {
  background-color: #d9e9eb;
}

.table-project-primary-50-bleu-canard,
.table-project-primary-50-bleu-canard > th,
.table-project-primary-50-bleu-canard > td {
  background-color: #d8eaed;
}
.table-project-primary-50-bleu-canard th,
.table-project-primary-50-bleu-canard td,
.table-project-primary-50-bleu-canard thead th,
.table-project-primary-50-bleu-canard tbody + tbody {
  border-color: #b6d7dd;
}

.table-hover .table-project-primary-50-bleu-canard:hover {
  background-color: #c7e1e5;
}
.table-hover .table-project-primary-50-bleu-canard:hover > td,
.table-hover .table-project-primary-50-bleu-canard:hover > th {
  background-color: #c7e1e5;
}

.table-project-primary-75-bleu-canard,
.table-project-primary-75-bleu-canard > th,
.table-project-primary-75-bleu-canard > td {
  background-color: #c0e1e6;
}
.table-project-primary-75-bleu-canard th,
.table-project-primary-75-bleu-canard td,
.table-project-primary-75-bleu-canard thead th,
.table-project-primary-75-bleu-canard tbody + tbody {
  border-color: #8bc8d0;
}

.table-hover .table-project-primary-75-bleu-canard:hover {
  background-color: #aed8df;
}
.table-hover .table-project-primary-75-bleu-canard:hover > td,
.table-hover .table-project-primary-75-bleu-canard:hover > th {
  background-color: #aed8df;
}

.table-project-primary-100-bleu,
.table-project-primary-100-bleu > th,
.table-project-primary-100-bleu > td {
  background-color: #bae9f3;
}
.table-project-primary-100-bleu th,
.table-project-primary-100-bleu td,
.table-project-primary-100-bleu thead th,
.table-project-primary-100-bleu tbody + tbody {
  border-color: #80d7e9;
}

.table-hover .table-project-primary-100-bleu:hover {
  background-color: #a4e2ef;
}
.table-hover .table-project-primary-100-bleu:hover > td,
.table-hover .table-project-primary-100-bleu:hover > th {
  background-color: #a4e2ef;
}

.table-project-primary-25-bleu,
.table-project-primary-25-bleu > th,
.table-project-primary-25-bleu > td {
  background-color: #e9f7f9;
}
.table-project-primary-25-bleu th,
.table-project-primary-25-bleu td,
.table-project-primary-25-bleu thead th,
.table-project-primary-25-bleu tbody + tbody {
  border-color: #d6f0f4;
}

.table-hover .table-project-primary-25-bleu:hover {
  background-color: #d5f0f4;
}
.table-hover .table-project-primary-25-bleu:hover > td,
.table-hover .table-project-primary-25-bleu:hover > th {
  background-color: #d5f0f4;
}

.table-project-primary-50-bleu,
.table-project-primary-50-bleu > th,
.table-project-primary-50-bleu > td {
  background-color: #d6f4f6;
}
.table-project-primary-50-bleu th,
.table-project-primary-50-bleu td,
.table-project-primary-50-bleu thead th,
.table-project-primary-50-bleu tbody + tbody {
  border-color: #b4ebee;
}

.table-hover .table-project-primary-50-bleu:hover {
  background-color: #c1eef1;
}
.table-hover .table-project-primary-50-bleu:hover > td,
.table-hover .table-project-primary-50-bleu:hover > th {
  background-color: #c1eef1;
}

.table-project-primary-75-bleu,
.table-project-primary-75-bleu > th,
.table-project-primary-75-bleu > td {
  background-color: #b8eff6;
}
.table-project-primary-75-bleu th,
.table-project-primary-75-bleu td,
.table-project-primary-75-bleu thead th,
.table-project-primary-75-bleu tbody + tbody {
  border-color: #7ae1ee;
}

.table-hover .table-project-primary-75-bleu:hover {
  background-color: #a1eaf3;
}
.table-hover .table-project-primary-75-bleu:hover > td,
.table-hover .table-project-primary-75-bleu:hover > th {
  background-color: #a1eaf3;
}

.table-project-primary-100-orange,
.table-project-primary-100-orange > th,
.table-project-primary-100-orange > td {
  background-color: #fcdbd5;
}
.table-project-primary-100-orange th,
.table-project-primary-100-orange td,
.table-project-primary-100-orange thead th,
.table-project-primary-100-orange tbody + tbody {
  border-color: #fabbb2;
}

.table-hover .table-project-primary-100-orange:hover {
  background-color: #fac7bd;
}
.table-hover .table-project-primary-100-orange:hover > td,
.table-hover .table-project-primary-100-orange:hover > th {
  background-color: #fac7bd;
}

.table-project-primary-20-orange,
.table-project-primary-20-orange > th,
.table-project-primary-20-orange > td {
  background-color: #fefaf7;
}
.table-project-primary-20-orange th,
.table-project-primary-20-orange td,
.table-project-primary-20-orange thead th,
.table-project-primary-20-orange tbody + tbody {
  border-color: #fdf6f1;
}

.table-hover .table-project-primary-20-orange:hover {
  background-color: #fbece0;
}
.table-hover .table-project-primary-20-orange:hover > td,
.table-hover .table-project-primary-20-orange:hover > th {
  background-color: #fbece0;
}

.table-project-primary-50-orange,
.table-project-primary-50-orange > th,
.table-project-primary-50-orange > td {
  background-color: #ffece6;
}
.table-project-primary-50-orange th,
.table-project-primary-50-orange td,
.table-project-primary-50-orange thead th,
.table-project-primary-50-orange tbody + tbody {
  border-color: #ffdcd1;
}

.table-hover .table-project-primary-50-orange:hover {
  background-color: #ffd9cd;
}
.table-hover .table-project-primary-50-orange:hover > td,
.table-hover .table-project-primary-50-orange:hover > th {
  background-color: #ffd9cd;
}

.table-project-primary-75-orange,
.table-project-primary-75-orange > th,
.table-project-primary-75-orange > td {
  background-color: #ffe3de;
}
.table-project-primary-75-orange th,
.table-project-primary-75-orange td,
.table-project-primary-75-orange thead th,
.table-project-primary-75-orange tbody + tbody {
  border-color: #ffcbc1;
}

.table-hover .table-project-primary-75-orange:hover {
  background-color: #ffcdc5;
}
.table-hover .table-project-primary-75-orange:hover > td,
.table-hover .table-project-primary-75-orange:hover > th {
  background-color: #ffcdc5;
}

.table-project-secondary-beige-rose,
.table-project-secondary-beige-rose > th,
.table-project-secondary-beige-rose > td {
  background-color: #fcf0e7;
}
.table-project-secondary-beige-rose th,
.table-project-secondary-beige-rose td,
.table-project-secondary-beige-rose thead th,
.table-project-secondary-beige-rose tbody + tbody {
  border-color: #fae3d3;
}

.table-hover .table-project-secondary-beige-rose:hover {
  background-color: #f9e2d0;
}
.table-hover .table-project-secondary-beige-rose:hover > td,
.table-hover .table-project-secondary-beige-rose:hover > th {
  background-color: #f9e2d0;
}

.table-project-secondary-beige,
.table-project-secondary-beige > th,
.table-project-secondary-beige > td {
  background-color: #fbf8f3;
}
.table-project-secondary-beige th,
.table-project-secondary-beige td,
.table-project-secondary-beige thead th,
.table-project-secondary-beige tbody + tbody {
  border-color: #f8f2e9;
}

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

.table-project-secondary-beige-clair,
.table-project-secondary-beige-clair > th,
.table-project-secondary-beige-clair > td {
  background-color: #fffefe;
}
.table-project-secondary-beige-clair th,
.table-project-secondary-beige-clair td,
.table-project-secondary-beige-clair thead th,
.table-project-secondary-beige-clair tbody + tbody {
  border-color: #fffefd;
}

.table-hover .table-project-secondary-beige-clair:hover {
  background-color: #ffe5e5;
}
.table-hover .table-project-secondary-beige-clair:hover > td,
.table-hover .table-project-secondary-beige-clair:hover > th {
  background-color: #ffe5e5;
}

.table-project-secondary-rose-grise,
.table-project-secondary-rose-grise > th,
.table-project-secondary-rose-grise > td {
  background-color: #fefdfb;
}
.table-project-secondary-rose-grise th,
.table-project-secondary-rose-grise td,
.table-project-secondary-rose-grise thead th,
.table-project-secondary-rose-grise tbody + tbody {
  border-color: #fdfbf8;
}

.table-hover .table-project-secondary-rose-grise:hover {
  background-color: #f9f3e7;
}
.table-hover .table-project-secondary-rose-grise:hover > td,
.table-hover .table-project-secondary-rose-grise:hover > th {
  background-color: #f9f3e7;
}

.table-project-secondary-bleu-nuit,
.table-project-secondary-bleu-nuit > th,
.table-project-secondary-bleu-nuit > td {
  background-color: #bcbdc6;
}
.table-project-secondary-bleu-nuit th,
.table-project-secondary-bleu-nuit td,
.table-project-secondary-bleu-nuit thead th,
.table-project-secondary-bleu-nuit tbody + tbody {
  border-color: #838496;
}

.table-hover .table-project-secondary-bleu-nuit:hover {
  background-color: #aeafba;
}
.table-hover .table-project-secondary-bleu-nuit:hover > td,
.table-hover .table-project-secondary-bleu-nuit:hover > th {
  background-color: #aeafba;
}

.table-project-secondary-vert-pastel,
.table-project-secondary-vert-pastel > th,
.table-project-secondary-vert-pastel > td {
  background-color: #e9f2f1;
}
.table-project-secondary-vert-pastel th,
.table-project-secondary-vert-pastel td,
.table-project-secondary-vert-pastel thead th,
.table-project-secondary-vert-pastel tbody + tbody {
  border-color: #d5e6e4;
}

.table-hover .table-project-secondary-vert-pastel:hover {
  background-color: #d9e9e7;
}
.table-hover .table-project-secondary-vert-pastel:hover > td,
.table-hover .table-project-secondary-vert-pastel:hover > th {
  background-color: #d9e9e7;
}

.table-project-secondary-rose-pale,
.table-project-secondary-rose-pale > th,
.table-project-secondary-rose-pale > td {
  background-color: #fefaf7;
}
.table-project-secondary-rose-pale th,
.table-project-secondary-rose-pale td,
.table-project-secondary-rose-pale thead th,
.table-project-secondary-rose-pale tbody + tbody {
  border-color: #fdf6f1;
}

.table-hover .table-project-secondary-rose-pale:hover {
  background-color: #fbece0;
}
.table-hover .table-project-secondary-rose-pale:hover > td,
.table-hover .table-project-secondary-rose-pale:hover > th {
  background-color: #fbece0;
}

.table-project-secondary-gris,
.table-project-secondary-gris > th,
.table-project-secondary-gris > td {
  background-color: #e5e9ef;
}
.table-project-secondary-gris th,
.table-project-secondary-gris td,
.table-project-secondary-gris thead th,
.table-project-secondary-gris tbody + tbody {
  border-color: #ced5e1;
}

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

.table-gray-30,
.table-gray-30 > th,
.table-gray-30 > td {
  background-color: rgba(240, 240, 242, 0.8034509804);
}
.table-gray-30 th,
.table-gray-30 td,
.table-gray-30 thead th,
.table-gray-30 tbody + tbody {
  border-color: rgba(217, 217, 223, 0.6349803922);
}

.table-hover .table-gray-30:hover {
  background-color: rgba(226, 226, 230, 0.8034509804);
}
.table-hover .table-gray-30:hover > td,
.table-hover .table-gray-30:hover > th {
  background-color: rgba(226, 226, 230, 0.8034509804);
}

.table-error,
.table-error > th,
.table-error > td {
  background-color: #ffb8b8;
}
.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: #ff7a7a;
}

.table-hover .table-error:hover {
  background-color: #ff9f9f;
}
.table-hover .table-error:hover > td,
.table-hover .table-error:hover > th {
  background-color: #ff9f9f;
}

.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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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 {
  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 .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' 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: center right calc(0.375em + 0.1875rem);
  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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' 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 .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.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 ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.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 .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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.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((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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 .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.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 ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.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;
  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(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
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: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 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 {
  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 {
  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 {
  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: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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(222, 170, 12, 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 {
  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 {
  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 {
  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-project-primary-100-bleu-canard {
  color: #fff;
  background-color: #056E83;
  border-color: #056E83;
}
.btn-project-primary-100-bleu-canard:hover {
  color: #fff;
  background-color: #044f5e;
  border-color: #034552;
}
.btn-project-primary-100-bleu-canard:focus, .btn-project-primary-100-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 132, 150, 0.5);
}
.btn-project-primary-100-bleu-canard.disabled, .btn-project-primary-100-bleu-canard:disabled {
  color: #fff;
  background-color: #056E83;
  border-color: #056E83;
}
.btn-project-primary-100-bleu-canard:not(:disabled):not(.disabled):active, .btn-project-primary-100-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-project-primary-100-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #034552;
  border-color: #033a46;
}
.btn-project-primary-100-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-project-primary-100-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-100-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 132, 150, 0.5);
}

.btn-project-primary-dark-bleu-canard {
  color: #fff;
  background-color: #023942;
  border-color: #023942;
}
.btn-project-primary-dark-bleu-canard:hover {
  color: #fff;
  background-color: #01191d;
  border-color: #010e11;
}
.btn-project-primary-dark-bleu-canard:focus, .btn-project-primary-dark-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 87, 94, 0.5);
}
.btn-project-primary-dark-bleu-canard.disabled, .btn-project-primary-dark-bleu-canard:disabled {
  color: #fff;
  background-color: #023942;
  border-color: #023942;
}
.btn-project-primary-dark-bleu-canard:not(:disabled):not(.disabled):active, .btn-project-primary-dark-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-project-primary-dark-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #010e11;
  border-color: #000404;
}
.btn-project-primary-dark-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-project-primary-dark-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-dark-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 87, 94, 0.5);
}

.btn-project-primary-25-bleu-canard {
  color: #212529;
  background-color: #b3d3d7;
  border-color: #b3d3d7;
}
.btn-project-primary-25-bleu-canard:hover {
  color: #212529;
  background-color: #9ac4ca;
  border-color: #92c0c5;
}
.btn-project-primary-25-bleu-canard:focus, .btn-project-primary-25-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 185, 189, 0.5);
}
.btn-project-primary-25-bleu-canard.disabled, .btn-project-primary-25-bleu-canard:disabled {
  color: #212529;
  background-color: #b3d3d7;
  border-color: #b3d3d7;
}
.btn-project-primary-25-bleu-canard:not(:disabled):not(.disabled):active, .btn-project-primary-25-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-project-primary-25-bleu-canard.dropdown-toggle {
  color: #212529;
  background-color: #92c0c5;
  border-color: #89bbc1;
}
.btn-project-primary-25-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-project-primary-25-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-25-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 185, 189, 0.5);
}

.btn-project-primary-50-bleu-canard {
  color: #212529;
  background-color: #73b3be;
  border-color: #73b3be;
}
.btn-project-primary-50-bleu-canard:hover {
  color: #fff;
  background-color: #59a5b2;
  border-color: #51a0ad;
}
.btn-project-primary-50-bleu-canard:focus, .btn-project-primary-50-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 158, 168, 0.5);
}
.btn-project-primary-50-bleu-canard.disabled, .btn-project-primary-50-bleu-canard:disabled {
  color: #212529;
  background-color: #73b3be;
  border-color: #73b3be;
}
.btn-project-primary-50-bleu-canard:not(:disabled):not(.disabled):active, .btn-project-primary-50-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-project-primary-50-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #51a0ad;
  border-color: #4c98a5;
}
.btn-project-primary-50-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-project-primary-50-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-50-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 158, 168, 0.5);
}

.btn-project-primary-75-bleu-canard {
  color: #fff;
  background-color: #1f95a4;
  border-color: #1f95a4;
}
.btn-project-primary-75-bleu-canard:hover {
  color: #fff;
  background-color: #197884;
  border-color: #176e79;
}
.btn-project-primary-75-bleu-canard:focus, .btn-project-primary-75-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 165, 178, 0.5);
}
.btn-project-primary-75-bleu-canard.disabled, .btn-project-primary-75-bleu-canard:disabled {
  color: #fff;
  background-color: #1f95a4;
  border-color: #1f95a4;
}
.btn-project-primary-75-bleu-canard:not(:disabled):not(.disabled):active, .btn-project-primary-75-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-project-primary-75-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #176e79;
  border-color: #15646e;
}
.btn-project-primary-75-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-project-primary-75-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-75-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 165, 178, 0.5);
}

.btn-project-primary-100-bleu {
  color: #fff;
  background-color: #0AB2D4;
  border-color: #0AB2D4;
}
.btn-project-primary-100-bleu:hover {
  color: #fff;
  background-color: #0893af;
  border-color: #0889a3;
}
.btn-project-primary-100-bleu:focus, .btn-project-primary-100-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 190, 218, 0.5);
}
.btn-project-primary-100-bleu.disabled, .btn-project-primary-100-bleu:disabled {
  color: #fff;
  background-color: #0AB2D4;
  border-color: #0AB2D4;
}
.btn-project-primary-100-bleu:not(:disabled):not(.disabled):active, .btn-project-primary-100-bleu:not(:disabled):not(.disabled).active, .show > .btn-project-primary-100-bleu.dropdown-toggle {
  color: #fff;
  background-color: #0889a3;
  border-color: #077f97;
}
.btn-project-primary-100-bleu:not(:disabled):not(.disabled):active:focus, .btn-project-primary-100-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-100-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 190, 218, 0.5);
}

.btn-project-primary-25-bleu {
  color: #212529;
  background-color: #b0e2ea;
  border-color: #b0e2ea;
}
.btn-project-primary-25-bleu:hover {
  color: #212529;
  background-color: #92d7e2;
  border-color: #88d3df;
}
.btn-project-primary-25-bleu:focus, .btn-project-primary-25-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 205, 0.5);
}
.btn-project-primary-25-bleu.disabled, .btn-project-primary-25-bleu:disabled {
  color: #212529;
  background-color: #b0e2ea;
  border-color: #b0e2ea;
}
.btn-project-primary-25-bleu:not(:disabled):not(.disabled):active, .btn-project-primary-25-bleu:not(:disabled):not(.disabled).active, .show > .btn-project-primary-25-bleu.dropdown-toggle {
  color: #212529;
  background-color: #88d3df;
  border-color: #7ed0dd;
}
.btn-project-primary-25-bleu:not(:disabled):not(.disabled):active:focus, .btn-project-primary-25-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-25-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 198, 205, 0.5);
}

.btn-project-primary-50-bleu {
  color: #212529;
  background-color: #6ed8de;
  border-color: #6ed8de;
}
.btn-project-primary-50-bleu:hover {
  color: #212529;
  background-color: #4fd0d7;
  border-color: #44cdd5;
}
.btn-project-primary-50-bleu:focus, .btn-project-primary-50-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 189, 195, 0.5);
}
.btn-project-primary-50-bleu.disabled, .btn-project-primary-50-bleu:disabled {
  color: #212529;
  background-color: #6ed8de;
  border-color: #6ed8de;
}
.btn-project-primary-50-bleu:not(:disabled):not(.disabled):active, .btn-project-primary-50-bleu:not(:disabled):not(.disabled).active, .show > .btn-project-primary-50-bleu.dropdown-toggle {
  color: #212529;
  background-color: #44cdd5;
  border-color: #3acad2;
}
.btn-project-primary-50-bleu:not(:disabled):not(.disabled):active:focus, .btn-project-primary-50-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-50-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 189, 195, 0.5);
}

.btn-project-primary-75-bleu {
  color: #fff;
  background-color: #00c6df;
  border-color: #00c6df;
}
.btn-project-primary-75-bleu:hover {
  color: #fff;
  background-color: #00a4b9;
  border-color: #0099ac;
}
.btn-project-primary-75-bleu:focus, .btn-project-primary-75-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 207, 228, 0.5);
}
.btn-project-primary-75-bleu.disabled, .btn-project-primary-75-bleu:disabled {
  color: #fff;
  background-color: #00c6df;
  border-color: #00c6df;
}
.btn-project-primary-75-bleu:not(:disabled):not(.disabled):active, .btn-project-primary-75-bleu:not(:disabled):not(.disabled).active, .show > .btn-project-primary-75-bleu.dropdown-toggle {
  color: #fff;
  background-color: #0099ac;
  border-color: #008d9f;
}
.btn-project-primary-75-bleu:not(:disabled):not(.disabled):active:focus, .btn-project-primary-75-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-75-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 207, 228, 0.5);
}

.btn-project-primary-100-orange, .btn-group-switch .btn.btn-switch-selected {
  color: #212529;
  background-color: #F67D6A;
  border-color: #F67D6A;
}
.btn-project-primary-100-orange:hover, .btn-group-switch .btn.btn-switch-selected:hover {
  color: #fff;
  background-color: #f45e46;
  border-color: #f3533a;
}
.btn-project-primary-100-orange:focus, .btn-group-switch .btn.btn-switch-selected:focus, .btn-project-primary-100-orange.focus, .btn-group-switch .focus.btn.btn-switch-selected {
  box-shadow: 0 0 0 0.2rem rgba(214, 112, 96, 0.5);
}
.btn-project-primary-100-orange.disabled, .btn-group-switch .disabled.btn.btn-switch-selected, .btn-project-primary-100-orange:disabled, .btn-group-switch .btn.btn-switch-selected:disabled {
  color: #212529;
  background-color: #F67D6A;
  border-color: #F67D6A;
}
.btn-project-primary-100-orange:not(:disabled):not(.disabled):active, .btn-group-switch .btn.btn-switch-selected:not(:disabled):not(.disabled):active, .btn-project-primary-100-orange:not(:disabled):not(.disabled).active, .btn-group-switch .btn.btn-switch-selected:not(:disabled):not(.disabled).active, .show > .btn-project-primary-100-orange.dropdown-toggle, .btn-group-switch .show > .dropdown-toggle.btn.btn-switch-selected {
  color: #fff;
  background-color: #f3533a;
  border-color: #f2492e;
}
.btn-project-primary-100-orange:not(:disabled):not(.disabled):active:focus, .btn-group-switch .btn.btn-switch-selected:not(:disabled):not(.disabled):active:focus, .btn-project-primary-100-orange:not(:disabled):not(.disabled).active:focus, .btn-group-switch .btn.btn-switch-selected:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-100-orange.dropdown-toggle:focus, .btn-group-switch .show > .dropdown-toggle.btn.btn-switch-selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 112, 96, 0.5);
}

.btn-project-primary-20-orange {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-project-primary-20-orange:hover {
  color: #212529;
  background-color: #f8d8c2;
  border-color: #f7d1b6;
}
.btn-project-primary-20-orange:focus, .btn-project-primary-20-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 208, 200, 0.5);
}
.btn-project-primary-20-orange.disabled, .btn-project-primary-20-orange:disabled {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-project-primary-20-orange:not(:disabled):not(.disabled):active, .btn-project-primary-20-orange:not(:disabled):not(.disabled).active, .show > .btn-project-primary-20-orange.dropdown-toggle {
  color: #212529;
  background-color: #f7d1b6;
  border-color: #f6caab;
}
.btn-project-primary-20-orange:not(:disabled):not(.disabled):active:focus, .btn-project-primary-20-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-20-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 208, 200, 0.5);
}

.btn-project-primary-50-orange {
  color: #212529;
  background-color: #ffbca6;
  border-color: #ffbca6;
}
.btn-project-primary-50-orange:hover {
  color: #212529;
  background-color: #ff9f80;
  border-color: #ff9673;
}
.btn-project-primary-50-orange:focus, .btn-project-primary-50-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 165, 147, 0.5);
}
.btn-project-primary-50-orange.disabled, .btn-project-primary-50-orange:disabled {
  color: #212529;
  background-color: #ffbca6;
  border-color: #ffbca6;
}
.btn-project-primary-50-orange:not(:disabled):not(.disabled):active, .btn-project-primary-50-orange:not(:disabled):not(.disabled).active, .show > .btn-project-primary-50-orange.dropdown-toggle {
  color: #212529;
  background-color: #ff9673;
  border-color: #ff8c66;
}
.btn-project-primary-50-orange:not(:disabled):not(.disabled):active:focus, .btn-project-primary-50-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-50-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 165, 147, 0.5);
}

.btn-project-primary-75-orange {
  color: #212529;
  background-color: #ff9b88;
  border-color: #ff9b88;
}
.btn-project-primary-75-orange:hover {
  color: #212529;
  background-color: #ff7b62;
  border-color: #ff7055;
}
.btn-project-primary-75-orange:focus, .btn-project-primary-75-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 137, 122, 0.5);
}
.btn-project-primary-75-orange.disabled, .btn-project-primary-75-orange:disabled {
  color: #212529;
  background-color: #ff9b88;
  border-color: #ff9b88;
}
.btn-project-primary-75-orange:not(:disabled):not(.disabled):active, .btn-project-primary-75-orange:not(:disabled):not(.disabled).active, .show > .btn-project-primary-75-orange.dropdown-toggle {
  color: #212529;
  background-color: #ff7055;
  border-color: #ff6548;
}
.btn-project-primary-75-orange:not(:disabled):not(.disabled):active:focus, .btn-project-primary-75-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-project-primary-75-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 137, 122, 0.5);
}

.btn-project-secondary-beige-rose {
  color: #212529;
  background-color: #F5CAAB;
  border-color: #F5CAAB;
}
.btn-project-secondary-beige-rose:hover {
  color: #212529;
  background-color: #f1b489;
  border-color: #f0ad7d;
}
.btn-project-secondary-beige-rose:focus, .btn-project-secondary-beige-rose.focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 177, 152, 0.5);
}
.btn-project-secondary-beige-rose.disabled, .btn-project-secondary-beige-rose:disabled {
  color: #212529;
  background-color: #F5CAAB;
  border-color: #F5CAAB;
}
.btn-project-secondary-beige-rose:not(:disabled):not(.disabled):active, .btn-project-secondary-beige-rose:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-beige-rose.dropdown-toggle {
  color: #212529;
  background-color: #f0ad7d;
  border-color: #eea672;
}
.btn-project-secondary-beige-rose:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-beige-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-beige-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 177, 152, 0.5);
}

.btn-project-secondary-beige {
  color: #212529;
  background-color: #F1E6D4;
  border-color: #F1E6D4;
}
.btn-project-secondary-beige:hover {
  color: #212529;
  background-color: #e8d5b7;
  border-color: #e4d0ae;
}
.btn-project-secondary-beige:focus, .btn-project-secondary-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 201, 186, 0.5);
}
.btn-project-secondary-beige.disabled, .btn-project-secondary-beige:disabled {
  color: #212529;
  background-color: #F1E6D4;
  border-color: #F1E6D4;
}
.btn-project-secondary-beige:not(:disabled):not(.disabled):active, .btn-project-secondary-beige:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-beige.dropdown-toggle {
  color: #212529;
  background-color: #e4d0ae;
  border-color: #e1caa4;
}
.btn-project-secondary-beige:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 201, 186, 0.5);
}

.btn-project-secondary-beige-clair {
  color: #212529;
  background-color: #FFFDFB;
  border-color: #FFFDFB;
}
.btn-project-secondary-beige-clair:hover {
  color: #212529;
  background-color: #ffead5;
  border-color: #ffe4c8;
}
.btn-project-secondary-beige-clair:focus, .btn-project-secondary-beige-clair.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 220, 0.5);
}
.btn-project-secondary-beige-clair.disabled, .btn-project-secondary-beige-clair:disabled {
  color: #212529;
  background-color: #FFFDFB;
  border-color: #FFFDFB;
}
.btn-project-secondary-beige-clair:not(:disabled):not(.disabled):active, .btn-project-secondary-beige-clair:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-beige-clair.dropdown-toggle {
  color: #212529;
  background-color: #ffe4c8;
  border-color: #ffddbb;
}
.btn-project-secondary-beige-clair:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-beige-clair:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-beige-clair.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 221, 220, 0.5);
}

.btn-project-secondary-rose-grise {
  color: #212529;
  background-color: #FBF7F1;
  border-color: #FBF7F1;
}
.btn-project-secondary-rose-grise:hover {
  color: #212529;
  background-color: #f3e6d3;
  border-color: #f0e0c9;
}
.btn-project-secondary-rose-grise:focus, .btn-project-secondary-rose-grise.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 216, 211, 0.5);
}
.btn-project-secondary-rose-grise.disabled, .btn-project-secondary-rose-grise:disabled {
  color: #212529;
  background-color: #FBF7F1;
  border-color: #FBF7F1;
}
.btn-project-secondary-rose-grise:not(:disabled):not(.disabled):active, .btn-project-secondary-rose-grise:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-rose-grise.dropdown-toggle {
  color: #212529;
  background-color: #f0e0c9;
  border-color: #eddbbf;
}
.btn-project-secondary-rose-grise:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-rose-grise:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-rose-grise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 216, 211, 0.5);
}

.btn-project-secondary-bleu-nuit {
  color: #fff;
  background-color: #111235;
  border-color: #111235;
}
.btn-project-secondary-bleu-nuit:hover {
  color: #fff;
  background-color: #080818;
  border-color: #05050e;
}
.btn-project-secondary-bleu-nuit:focus, .btn-project-secondary-bleu-nuit.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 54, 83, 0.5);
}
.btn-project-secondary-bleu-nuit.disabled, .btn-project-secondary-bleu-nuit:disabled {
  color: #fff;
  background-color: #111235;
  border-color: #111235;
}
.btn-project-secondary-bleu-nuit:not(:disabled):not(.disabled):active, .btn-project-secondary-bleu-nuit:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-bleu-nuit.dropdown-toggle {
  color: #fff;
  background-color: #05050e;
  border-color: #020205;
}
.btn-project-secondary-bleu-nuit:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-bleu-nuit:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-bleu-nuit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 54, 83, 0.5);
}

.btn-project-secondary-vert-pastel {
  color: #212529;
  background-color: #AFCFCC;
  border-color: #AFCFCC;
}
.btn-project-secondary-vert-pastel:hover {
  color: #212529;
  background-color: #97c1bd;
  border-color: #8fbcb8;
}
.btn-project-secondary-vert-pastel:focus, .btn-project-secondary-vert-pastel.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 182, 180, 0.5);
}
.btn-project-secondary-vert-pastel.disabled, .btn-project-secondary-vert-pastel:disabled {
  color: #212529;
  background-color: #AFCFCC;
  border-color: #AFCFCC;
}
.btn-project-secondary-vert-pastel:not(:disabled):not(.disabled):active, .btn-project-secondary-vert-pastel:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-vert-pastel.dropdown-toggle {
  color: #212529;
  background-color: #8fbcb8;
  border-color: #87b7b3;
}
.btn-project-secondary-vert-pastel:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-vert-pastel:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-vert-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 182, 180, 0.5);
}

.btn-project-secondary-rose-pale {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-project-secondary-rose-pale:hover {
  color: #212529;
  background-color: #f8d8c2;
  border-color: #f7d1b6;
}
.btn-project-secondary-rose-pale:focus, .btn-project-secondary-rose-pale.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 208, 200, 0.5);
}
.btn-project-secondary-rose-pale.disabled, .btn-project-secondary-rose-pale:disabled {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-project-secondary-rose-pale:not(:disabled):not(.disabled):active, .btn-project-secondary-rose-pale:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-rose-pale.dropdown-toggle {
  color: #212529;
  background-color: #f7d1b6;
  border-color: #f6caab;
}
.btn-project-secondary-rose-pale:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-rose-pale:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-rose-pale.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 208, 200, 0.5);
}

.btn-project-secondary-gris {
  color: #212529;
  background-color: #A1AFC5;
  border-color: #A1AFC5;
}
.btn-project-secondary-gris:hover {
  color: #212529;
  background-color: #899bb6;
  border-color: #8194b2;
}
.btn-project-secondary-gris:focus, .btn-project-secondary-gris.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 154, 174, 0.5);
}
.btn-project-secondary-gris.disabled, .btn-project-secondary-gris:disabled {
  color: #212529;
  background-color: #A1AFC5;
  border-color: #A1AFC5;
}
.btn-project-secondary-gris:not(:disabled):not(.disabled):active, .btn-project-secondary-gris:not(:disabled):not(.disabled).active, .show > .btn-project-secondary-gris.dropdown-toggle {
  color: #fff;
  background-color: #8194b2;
  border-color: #7a8dad;
}
.btn-project-secondary-gris:not(:disabled):not(.disabled):active:focus, .btn-project-secondary-gris:not(:disabled):not(.disabled).active:focus, .show > .btn-project-secondary-gris.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 154, 174, 0.5);
}

.btn-gray-30 {
  color: #fff;
  background-color: #1112354C;
  border-color: #1112354C;
}
.btn-gray-30:hover {
  color: #fff;
  background-color: rgba(8, 8, 24, 0.2980392157);
  border-color: rgba(5, 5, 14, 0.2980392157);
}
.btn-gray-30:focus, .btn-gray-30.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 137, 154, 0.5);
}
.btn-gray-30.disabled, .btn-gray-30:disabled {
  color: #fff;
  background-color: #1112354C;
  border-color: #1112354C;
}
.btn-gray-30:not(:disabled):not(.disabled):active, .btn-gray-30:not(:disabled):not(.disabled).active, .show > .btn-gray-30.dropdown-toggle {
  color: #fff;
  background-color: rgba(5, 5, 14, 0.2980392157);
  border-color: rgba(2, 2, 5, 0.2980392157);
}
.btn-gray-30:not(:disabled):not(.disabled):active:focus, .btn-gray-30:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 137, 154, 0.5);
}

.btn-error {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-error:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-error:focus, .btn-error.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

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

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

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

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

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

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

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

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

.btn-outline-project-primary-100-bleu-canard {
  color: #056E83;
  border-color: #056E83;
}
.btn-outline-project-primary-100-bleu-canard:hover {
  color: #fff;
  background-color: #056E83;
  border-color: #056E83;
}
.btn-outline-project-primary-100-bleu-canard:focus, .btn-outline-project-primary-100-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 110, 131, 0.5);
}
.btn-outline-project-primary-100-bleu-canard.disabled, .btn-outline-project-primary-100-bleu-canard:disabled {
  color: #056E83;
  background-color: transparent;
}
.btn-outline-project-primary-100-bleu-canard:not(:disabled):not(.disabled):active, .btn-outline-project-primary-100-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-100-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #056E83;
  border-color: #056E83;
}
.btn-outline-project-primary-100-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-100-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-100-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 110, 131, 0.5);
}

.btn-outline-project-primary-dark-bleu-canard {
  color: #023942;
  border-color: #023942;
}
.btn-outline-project-primary-dark-bleu-canard:hover {
  color: #fff;
  background-color: #023942;
  border-color: #023942;
}
.btn-outline-project-primary-dark-bleu-canard:focus, .btn-outline-project-primary-dark-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 57, 66, 0.5);
}
.btn-outline-project-primary-dark-bleu-canard.disabled, .btn-outline-project-primary-dark-bleu-canard:disabled {
  color: #023942;
  background-color: transparent;
}
.btn-outline-project-primary-dark-bleu-canard:not(:disabled):not(.disabled):active, .btn-outline-project-primary-dark-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-dark-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #023942;
  border-color: #023942;
}
.btn-outline-project-primary-dark-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-dark-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-dark-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 57, 66, 0.5);
}

.btn-outline-project-primary-25-bleu-canard {
  color: #b3d3d7;
  border-color: #b3d3d7;
}
.btn-outline-project-primary-25-bleu-canard:hover {
  color: #212529;
  background-color: #b3d3d7;
  border-color: #b3d3d7;
}
.btn-outline-project-primary-25-bleu-canard:focus, .btn-outline-project-primary-25-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 211, 215, 0.5);
}
.btn-outline-project-primary-25-bleu-canard.disabled, .btn-outline-project-primary-25-bleu-canard:disabled {
  color: #b3d3d7;
  background-color: transparent;
}
.btn-outline-project-primary-25-bleu-canard:not(:disabled):not(.disabled):active, .btn-outline-project-primary-25-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-25-bleu-canard.dropdown-toggle {
  color: #212529;
  background-color: #b3d3d7;
  border-color: #b3d3d7;
}
.btn-outline-project-primary-25-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-25-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-25-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 211, 215, 0.5);
}

.btn-outline-project-primary-50-bleu-canard {
  color: #73b3be;
  border-color: #73b3be;
}
.btn-outline-project-primary-50-bleu-canard:hover {
  color: #212529;
  background-color: #73b3be;
  border-color: #73b3be;
}
.btn-outline-project-primary-50-bleu-canard:focus, .btn-outline-project-primary-50-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 179, 190, 0.5);
}
.btn-outline-project-primary-50-bleu-canard.disabled, .btn-outline-project-primary-50-bleu-canard:disabled {
  color: #73b3be;
  background-color: transparent;
}
.btn-outline-project-primary-50-bleu-canard:not(:disabled):not(.disabled):active, .btn-outline-project-primary-50-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-50-bleu-canard.dropdown-toggle {
  color: #212529;
  background-color: #73b3be;
  border-color: #73b3be;
}
.btn-outline-project-primary-50-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-50-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-50-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 179, 190, 0.5);
}

.btn-outline-project-primary-75-bleu-canard {
  color: #1f95a4;
  border-color: #1f95a4;
}
.btn-outline-project-primary-75-bleu-canard:hover {
  color: #fff;
  background-color: #1f95a4;
  border-color: #1f95a4;
}
.btn-outline-project-primary-75-bleu-canard:focus, .btn-outline-project-primary-75-bleu-canard.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 149, 164, 0.5);
}
.btn-outline-project-primary-75-bleu-canard.disabled, .btn-outline-project-primary-75-bleu-canard:disabled {
  color: #1f95a4;
  background-color: transparent;
}
.btn-outline-project-primary-75-bleu-canard:not(:disabled):not(.disabled):active, .btn-outline-project-primary-75-bleu-canard:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-75-bleu-canard.dropdown-toggle {
  color: #fff;
  background-color: #1f95a4;
  border-color: #1f95a4;
}
.btn-outline-project-primary-75-bleu-canard:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-75-bleu-canard:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-75-bleu-canard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 149, 164, 0.5);
}

.btn-outline-project-primary-100-bleu {
  color: #0AB2D4;
  border-color: #0AB2D4;
}
.btn-outline-project-primary-100-bleu:hover {
  color: #fff;
  background-color: #0AB2D4;
  border-color: #0AB2D4;
}
.btn-outline-project-primary-100-bleu:focus, .btn-outline-project-primary-100-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 178, 212, 0.5);
}
.btn-outline-project-primary-100-bleu.disabled, .btn-outline-project-primary-100-bleu:disabled {
  color: #0AB2D4;
  background-color: transparent;
}
.btn-outline-project-primary-100-bleu:not(:disabled):not(.disabled):active, .btn-outline-project-primary-100-bleu:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-100-bleu.dropdown-toggle {
  color: #fff;
  background-color: #0AB2D4;
  border-color: #0AB2D4;
}
.btn-outline-project-primary-100-bleu:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-100-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-100-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 178, 212, 0.5);
}

.btn-outline-project-primary-25-bleu {
  color: #b0e2ea;
  border-color: #b0e2ea;
}
.btn-outline-project-primary-25-bleu:hover {
  color: #212529;
  background-color: #b0e2ea;
  border-color: #b0e2ea;
}
.btn-outline-project-primary-25-bleu:focus, .btn-outline-project-primary-25-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 226, 234, 0.5);
}
.btn-outline-project-primary-25-bleu.disabled, .btn-outline-project-primary-25-bleu:disabled {
  color: #b0e2ea;
  background-color: transparent;
}
.btn-outline-project-primary-25-bleu:not(:disabled):not(.disabled):active, .btn-outline-project-primary-25-bleu:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-25-bleu.dropdown-toggle {
  color: #212529;
  background-color: #b0e2ea;
  border-color: #b0e2ea;
}
.btn-outline-project-primary-25-bleu:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-25-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-25-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 226, 234, 0.5);
}

.btn-outline-project-primary-50-bleu {
  color: #6ed8de;
  border-color: #6ed8de;
}
.btn-outline-project-primary-50-bleu:hover {
  color: #212529;
  background-color: #6ed8de;
  border-color: #6ed8de;
}
.btn-outline-project-primary-50-bleu:focus, .btn-outline-project-primary-50-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 216, 222, 0.5);
}
.btn-outline-project-primary-50-bleu.disabled, .btn-outline-project-primary-50-bleu:disabled {
  color: #6ed8de;
  background-color: transparent;
}
.btn-outline-project-primary-50-bleu:not(:disabled):not(.disabled):active, .btn-outline-project-primary-50-bleu:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-50-bleu.dropdown-toggle {
  color: #212529;
  background-color: #6ed8de;
  border-color: #6ed8de;
}
.btn-outline-project-primary-50-bleu:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-50-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-50-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 216, 222, 0.5);
}

.btn-outline-project-primary-75-bleu {
  color: #00c6df;
  border-color: #00c6df;
}
.btn-outline-project-primary-75-bleu:hover {
  color: #fff;
  background-color: #00c6df;
  border-color: #00c6df;
}
.btn-outline-project-primary-75-bleu:focus, .btn-outline-project-primary-75-bleu.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 198, 223, 0.5);
}
.btn-outline-project-primary-75-bleu.disabled, .btn-outline-project-primary-75-bleu:disabled {
  color: #00c6df;
  background-color: transparent;
}
.btn-outline-project-primary-75-bleu:not(:disabled):not(.disabled):active, .btn-outline-project-primary-75-bleu:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-75-bleu.dropdown-toggle {
  color: #fff;
  background-color: #00c6df;
  border-color: #00c6df;
}
.btn-outline-project-primary-75-bleu:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-75-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-75-bleu.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 198, 223, 0.5);
}

.btn-outline-project-primary-100-orange {
  color: #F67D6A;
  border-color: #F67D6A;
}
.btn-outline-project-primary-100-orange:hover {
  color: #212529;
  background-color: #F67D6A;
  border-color: #F67D6A;
}
.btn-outline-project-primary-100-orange:focus, .btn-outline-project-primary-100-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 125, 106, 0.5);
}
.btn-outline-project-primary-100-orange.disabled, .btn-outline-project-primary-100-orange:disabled {
  color: #F67D6A;
  background-color: transparent;
}
.btn-outline-project-primary-100-orange:not(:disabled):not(.disabled):active, .btn-outline-project-primary-100-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-100-orange.dropdown-toggle {
  color: #212529;
  background-color: #F67D6A;
  border-color: #F67D6A;
}
.btn-outline-project-primary-100-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-100-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-100-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 125, 106, 0.5);
}

.btn-outline-project-primary-20-orange {
  color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-primary-20-orange:hover {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-primary-20-orange:focus, .btn-outline-project-primary-20-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}
.btn-outline-project-primary-20-orange.disabled, .btn-outline-project-primary-20-orange:disabled {
  color: #FCEEE4;
  background-color: transparent;
}
.btn-outline-project-primary-20-orange:not(:disabled):not(.disabled):active, .btn-outline-project-primary-20-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-20-orange.dropdown-toggle {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-primary-20-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-20-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-20-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}

.btn-outline-project-primary-50-orange {
  color: #ffbca6;
  border-color: #ffbca6;
}
.btn-outline-project-primary-50-orange:hover {
  color: #212529;
  background-color: #ffbca6;
  border-color: #ffbca6;
}
.btn-outline-project-primary-50-orange:focus, .btn-outline-project-primary-50-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 166, 0.5);
}
.btn-outline-project-primary-50-orange.disabled, .btn-outline-project-primary-50-orange:disabled {
  color: #ffbca6;
  background-color: transparent;
}
.btn-outline-project-primary-50-orange:not(:disabled):not(.disabled):active, .btn-outline-project-primary-50-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-50-orange.dropdown-toggle {
  color: #212529;
  background-color: #ffbca6;
  border-color: #ffbca6;
}
.btn-outline-project-primary-50-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-50-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-50-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 166, 0.5);
}

.btn-outline-project-primary-75-orange {
  color: #ff9b88;
  border-color: #ff9b88;
}
.btn-outline-project-primary-75-orange:hover {
  color: #212529;
  background-color: #ff9b88;
  border-color: #ff9b88;
}
.btn-outline-project-primary-75-orange:focus, .btn-outline-project-primary-75-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 136, 0.5);
}
.btn-outline-project-primary-75-orange.disabled, .btn-outline-project-primary-75-orange:disabled {
  color: #ff9b88;
  background-color: transparent;
}
.btn-outline-project-primary-75-orange:not(:disabled):not(.disabled):active, .btn-outline-project-primary-75-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-project-primary-75-orange.dropdown-toggle {
  color: #212529;
  background-color: #ff9b88;
  border-color: #ff9b88;
}
.btn-outline-project-primary-75-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-project-primary-75-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-primary-75-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 136, 0.5);
}

.btn-outline-project-secondary-beige-rose {
  color: #F5CAAB;
  border-color: #F5CAAB;
}
.btn-outline-project-secondary-beige-rose:hover {
  color: #212529;
  background-color: #F5CAAB;
  border-color: #F5CAAB;
}
.btn-outline-project-secondary-beige-rose:focus, .btn-outline-project-secondary-beige-rose.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 202, 171, 0.5);
}
.btn-outline-project-secondary-beige-rose.disabled, .btn-outline-project-secondary-beige-rose:disabled {
  color: #F5CAAB;
  background-color: transparent;
}
.btn-outline-project-secondary-beige-rose:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-beige-rose:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-beige-rose.dropdown-toggle {
  color: #212529;
  background-color: #F5CAAB;
  border-color: #F5CAAB;
}
.btn-outline-project-secondary-beige-rose:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-beige-rose:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-beige-rose.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 202, 171, 0.5);
}

.btn-outline-project-secondary-beige {
  color: #F1E6D4;
  border-color: #F1E6D4;
}
.btn-outline-project-secondary-beige:hover {
  color: #212529;
  background-color: #F1E6D4;
  border-color: #F1E6D4;
}
.btn-outline-project-secondary-beige:focus, .btn-outline-project-secondary-beige.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 230, 212, 0.5);
}
.btn-outline-project-secondary-beige.disabled, .btn-outline-project-secondary-beige:disabled {
  color: #F1E6D4;
  background-color: transparent;
}
.btn-outline-project-secondary-beige:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-beige:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-beige.dropdown-toggle {
  color: #212529;
  background-color: #F1E6D4;
  border-color: #F1E6D4;
}
.btn-outline-project-secondary-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-beige:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-beige.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 230, 212, 0.5);
}

.btn-outline-project-secondary-beige-clair {
  color: #FFFDFB;
  border-color: #FFFDFB;
}
.btn-outline-project-secondary-beige-clair:hover {
  color: #212529;
  background-color: #FFFDFB;
  border-color: #FFFDFB;
}
.btn-outline-project-secondary-beige-clair:focus, .btn-outline-project-secondary-beige-clair.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 251, 0.5);
}
.btn-outline-project-secondary-beige-clair.disabled, .btn-outline-project-secondary-beige-clair:disabled {
  color: #FFFDFB;
  background-color: transparent;
}
.btn-outline-project-secondary-beige-clair:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-beige-clair:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-beige-clair.dropdown-toggle {
  color: #212529;
  background-color: #FFFDFB;
  border-color: #FFFDFB;
}
.btn-outline-project-secondary-beige-clair:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-beige-clair:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-beige-clair.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 251, 0.5);
}

.btn-outline-project-secondary-rose-grise {
  color: #FBF7F1;
  border-color: #FBF7F1;
}
.btn-outline-project-secondary-rose-grise:hover {
  color: #212529;
  background-color: #FBF7F1;
  border-color: #FBF7F1;
}
.btn-outline-project-secondary-rose-grise:focus, .btn-outline-project-secondary-rose-grise.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 247, 241, 0.5);
}
.btn-outline-project-secondary-rose-grise.disabled, .btn-outline-project-secondary-rose-grise:disabled {
  color: #FBF7F1;
  background-color: transparent;
}
.btn-outline-project-secondary-rose-grise:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-rose-grise:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-rose-grise.dropdown-toggle {
  color: #212529;
  background-color: #FBF7F1;
  border-color: #FBF7F1;
}
.btn-outline-project-secondary-rose-grise:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-rose-grise:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-rose-grise.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 247, 241, 0.5);
}

.btn-outline-project-secondary-bleu-nuit {
  color: #111235;
  border-color: #111235;
}
.btn-outline-project-secondary-bleu-nuit:hover {
  color: #fff;
  background-color: #111235;
  border-color: #111235;
}
.btn-outline-project-secondary-bleu-nuit:focus, .btn-outline-project-secondary-bleu-nuit.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}
.btn-outline-project-secondary-bleu-nuit.disabled, .btn-outline-project-secondary-bleu-nuit:disabled {
  color: #111235;
  background-color: transparent;
}
.btn-outline-project-secondary-bleu-nuit:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-bleu-nuit:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-bleu-nuit.dropdown-toggle {
  color: #fff;
  background-color: #111235;
  border-color: #111235;
}
.btn-outline-project-secondary-bleu-nuit:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-bleu-nuit:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-bleu-nuit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}

.btn-outline-project-secondary-vert-pastel {
  color: #AFCFCC;
  border-color: #AFCFCC;
}
.btn-outline-project-secondary-vert-pastel:hover {
  color: #212529;
  background-color: #AFCFCC;
  border-color: #AFCFCC;
}
.btn-outline-project-secondary-vert-pastel:focus, .btn-outline-project-secondary-vert-pastel.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 207, 204, 0.5);
}
.btn-outline-project-secondary-vert-pastel.disabled, .btn-outline-project-secondary-vert-pastel:disabled {
  color: #AFCFCC;
  background-color: transparent;
}
.btn-outline-project-secondary-vert-pastel:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-vert-pastel:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-vert-pastel.dropdown-toggle {
  color: #212529;
  background-color: #AFCFCC;
  border-color: #AFCFCC;
}
.btn-outline-project-secondary-vert-pastel:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-vert-pastel:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-vert-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 207, 204, 0.5);
}

.btn-outline-project-secondary-rose-pale {
  color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-secondary-rose-pale:hover {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-secondary-rose-pale:focus, .btn-outline-project-secondary-rose-pale.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}
.btn-outline-project-secondary-rose-pale.disabled, .btn-outline-project-secondary-rose-pale:disabled {
  color: #FCEEE4;
  background-color: transparent;
}
.btn-outline-project-secondary-rose-pale:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-rose-pale:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-rose-pale.dropdown-toggle {
  color: #212529;
  background-color: #FCEEE4;
  border-color: #FCEEE4;
}
.btn-outline-project-secondary-rose-pale:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-rose-pale:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-rose-pale.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}

.btn-outline-project-secondary-gris, .btn-group-switch .btn {
  color: #A1AFC5;
  border-color: #A1AFC5;
}
.btn-outline-project-secondary-gris:hover, .btn-group-switch .btn:hover {
  color: #212529;
  background-color: #A1AFC5;
  border-color: #A1AFC5;
}
.btn-outline-project-secondary-gris:focus, .btn-group-switch .btn:focus, .btn-outline-project-secondary-gris.focus, .btn-group-switch .focus.btn {
  box-shadow: 0 0 0 0.2rem rgba(161, 175, 197, 0.5);
}
.btn-outline-project-secondary-gris.disabled, .btn-group-switch .disabled.btn, .btn-outline-project-secondary-gris:disabled, .btn-group-switch .btn:disabled {
  color: #A1AFC5;
  background-color: transparent;
}
.btn-outline-project-secondary-gris:not(:disabled):not(.disabled):active, .btn-group-switch .btn:not(:disabled):not(.disabled):active, .btn-outline-project-secondary-gris:not(:disabled):not(.disabled).active, .btn-group-switch .btn:not(:disabled):not(.disabled).active, .show > .btn-outline-project-secondary-gris.dropdown-toggle, .btn-group-switch .show > .dropdown-toggle.btn {
  color: #212529;
  background-color: #A1AFC5;
  border-color: #A1AFC5;
}
.btn-outline-project-secondary-gris:not(:disabled):not(.disabled):active:focus, .btn-group-switch .btn:not(:disabled):not(.disabled):active:focus, .btn-outline-project-secondary-gris:not(:disabled):not(.disabled).active:focus, .btn-group-switch .btn:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-project-secondary-gris.dropdown-toggle:focus, .btn-group-switch .show > .dropdown-toggle.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(161, 175, 197, 0.5);
}

.btn-outline-gray-30 {
  color: #1112354C;
  border-color: #1112354C;
}
.btn-outline-gray-30:hover {
  color: #fff;
  background-color: #1112354C;
  border-color: #1112354C;
}
.btn-outline-gray-30:focus, .btn-outline-gray-30.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}
.btn-outline-gray-30.disabled, .btn-outline-gray-30:disabled {
  color: #1112354C;
  background-color: transparent;
}
.btn-outline-gray-30:not(:disabled):not(.disabled):active, .btn-outline-gray-30:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-30.dropdown-toggle {
  color: #fff;
  background-color: #1112354C;
  border-color: #1112354C;
}
.btn-outline-gray-30:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-30:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.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: #007bff;
}
.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%;
  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;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-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: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  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(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.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: #007bff;
}

.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 {
  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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
  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 {
  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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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 viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  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 + .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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.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: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.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-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #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: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #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);
}

.badge-project-primary-100-bleu-canard {
  color: #fff;
  background-color: #056E83;
}
a.badge-project-primary-100-bleu-canard:hover, a.badge-project-primary-100-bleu-canard:focus {
  color: #fff;
  background-color: #034552;
}
a.badge-project-primary-100-bleu-canard:focus, a.badge-project-primary-100-bleu-canard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 110, 131, 0.5);
}

.badge-project-primary-dark-bleu-canard {
  color: #fff;
  background-color: #023942;
}
a.badge-project-primary-dark-bleu-canard:hover, a.badge-project-primary-dark-bleu-canard:focus {
  color: #fff;
  background-color: #010e11;
}
a.badge-project-primary-dark-bleu-canard:focus, a.badge-project-primary-dark-bleu-canard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 57, 66, 0.5);
}

.badge-project-primary-25-bleu-canard {
  color: #212529;
  background-color: #b3d3d7;
}
a.badge-project-primary-25-bleu-canard:hover, a.badge-project-primary-25-bleu-canard:focus {
  color: #212529;
  background-color: #92c0c5;
}
a.badge-project-primary-25-bleu-canard:focus, a.badge-project-primary-25-bleu-canard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(179, 211, 215, 0.5);
}

.badge-project-primary-50-bleu-canard {
  color: #212529;
  background-color: #73b3be;
}
a.badge-project-primary-50-bleu-canard:hover, a.badge-project-primary-50-bleu-canard:focus {
  color: #212529;
  background-color: #51a0ad;
}
a.badge-project-primary-50-bleu-canard:focus, a.badge-project-primary-50-bleu-canard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 179, 190, 0.5);
}

.badge-project-primary-75-bleu-canard {
  color: #fff;
  background-color: #1f95a4;
}
a.badge-project-primary-75-bleu-canard:hover, a.badge-project-primary-75-bleu-canard:focus {
  color: #fff;
  background-color: #176e79;
}
a.badge-project-primary-75-bleu-canard:focus, a.badge-project-primary-75-bleu-canard.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 149, 164, 0.5);
}

.badge-project-primary-100-bleu {
  color: #fff;
  background-color: #0AB2D4;
}
a.badge-project-primary-100-bleu:hover, a.badge-project-primary-100-bleu:focus {
  color: #fff;
  background-color: #0889a3;
}
a.badge-project-primary-100-bleu:focus, a.badge-project-primary-100-bleu.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 178, 212, 0.5);
}

.badge-project-primary-25-bleu {
  color: #212529;
  background-color: #b0e2ea;
}
a.badge-project-primary-25-bleu:hover, a.badge-project-primary-25-bleu:focus {
  color: #212529;
  background-color: #88d3df;
}
a.badge-project-primary-25-bleu:focus, a.badge-project-primary-25-bleu.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(176, 226, 234, 0.5);
}

.badge-project-primary-50-bleu {
  color: #212529;
  background-color: #6ed8de;
}
a.badge-project-primary-50-bleu:hover, a.badge-project-primary-50-bleu:focus {
  color: #212529;
  background-color: #44cdd5;
}
a.badge-project-primary-50-bleu:focus, a.badge-project-primary-50-bleu.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 216, 222, 0.5);
}

.badge-project-primary-75-bleu {
  color: #fff;
  background-color: #00c6df;
}
a.badge-project-primary-75-bleu:hover, a.badge-project-primary-75-bleu:focus {
  color: #fff;
  background-color: #0099ac;
}
a.badge-project-primary-75-bleu:focus, a.badge-project-primary-75-bleu.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 198, 223, 0.5);
}

.badge-project-primary-100-orange {
  color: #212529;
  background-color: #F67D6A;
}
a.badge-project-primary-100-orange:hover, a.badge-project-primary-100-orange:focus {
  color: #212529;
  background-color: #f3533a;
}
a.badge-project-primary-100-orange:focus, a.badge-project-primary-100-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 125, 106, 0.5);
}

.badge-project-primary-20-orange {
  color: #212529;
  background-color: #FCEEE4;
}
a.badge-project-primary-20-orange:hover, a.badge-project-primary-20-orange:focus {
  color: #212529;
  background-color: #f7d1b6;
}
a.badge-project-primary-20-orange:focus, a.badge-project-primary-20-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}

.badge-project-primary-50-orange {
  color: #212529;
  background-color: #ffbca6;
}
a.badge-project-primary-50-orange:hover, a.badge-project-primary-50-orange:focus {
  color: #212529;
  background-color: #ff9673;
}
a.badge-project-primary-50-orange:focus, a.badge-project-primary-50-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 166, 0.5);
}

.badge-project-primary-75-orange {
  color: #212529;
  background-color: #ff9b88;
}
a.badge-project-primary-75-orange:hover, a.badge-project-primary-75-orange:focus {
  color: #212529;
  background-color: #ff7055;
}
a.badge-project-primary-75-orange:focus, a.badge-project-primary-75-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 136, 0.5);
}

.badge-project-secondary-beige-rose {
  color: #212529;
  background-color: #F5CAAB;
}
a.badge-project-secondary-beige-rose:hover, a.badge-project-secondary-beige-rose:focus {
  color: #212529;
  background-color: #f0ad7d;
}
a.badge-project-secondary-beige-rose:focus, a.badge-project-secondary-beige-rose.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 202, 171, 0.5);
}

.badge-project-secondary-beige {
  color: #212529;
  background-color: #F1E6D4;
}
a.badge-project-secondary-beige:hover, a.badge-project-secondary-beige:focus {
  color: #212529;
  background-color: #e4d0ae;
}
a.badge-project-secondary-beige:focus, a.badge-project-secondary-beige.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 230, 212, 0.5);
}

.badge-project-secondary-beige-clair {
  color: #212529;
  background-color: #FFFDFB;
}
a.badge-project-secondary-beige-clair:hover, a.badge-project-secondary-beige-clair:focus {
  color: #212529;
  background-color: #ffe4c8;
}
a.badge-project-secondary-beige-clair:focus, a.badge-project-secondary-beige-clair.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 253, 251, 0.5);
}

.badge-project-secondary-rose-grise {
  color: #212529;
  background-color: #FBF7F1;
}
a.badge-project-secondary-rose-grise:hover, a.badge-project-secondary-rose-grise:focus {
  color: #212529;
  background-color: #f0e0c9;
}
a.badge-project-secondary-rose-grise:focus, a.badge-project-secondary-rose-grise.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 247, 241, 0.5);
}

.badge-project-secondary-bleu-nuit {
  color: #fff;
  background-color: #111235;
}
a.badge-project-secondary-bleu-nuit:hover, a.badge-project-secondary-bleu-nuit:focus {
  color: #fff;
  background-color: #05050e;
}
a.badge-project-secondary-bleu-nuit:focus, a.badge-project-secondary-bleu-nuit.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}

.badge-project-secondary-vert-pastel {
  color: #212529;
  background-color: #AFCFCC;
}
a.badge-project-secondary-vert-pastel:hover, a.badge-project-secondary-vert-pastel:focus {
  color: #212529;
  background-color: #8fbcb8;
}
a.badge-project-secondary-vert-pastel:focus, a.badge-project-secondary-vert-pastel.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(175, 207, 204, 0.5);
}

.badge-project-secondary-rose-pale {
  color: #212529;
  background-color: #FCEEE4;
}
a.badge-project-secondary-rose-pale:hover, a.badge-project-secondary-rose-pale:focus {
  color: #212529;
  background-color: #f7d1b6;
}
a.badge-project-secondary-rose-pale:focus, a.badge-project-secondary-rose-pale.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(252, 238, 228, 0.5);
}

.badge-project-secondary-gris {
  color: #212529;
  background-color: #A1AFC5;
}
a.badge-project-secondary-gris:hover, a.badge-project-secondary-gris:focus {
  color: #212529;
  background-color: #8194b2;
}
a.badge-project-secondary-gris:focus, a.badge-project-secondary-gris.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(161, 175, 197, 0.5);
}

.badge-gray-30 {
  color: #fff;
  background-color: #1112354C;
}
a.badge-gray-30:hover, a.badge-gray-30:focus {
  color: #fff;
  background-color: rgba(5, 5, 14, 0.2980392157);
}
a.badge-gray-30:focus, a.badge-gray-30.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 18, 53, 0.5);
}

.badge-error {
  color: #fff;
  background-color: red;
}
a.badge-error:hover, a.badge-error:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-error:focus, a.badge-error.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 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-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.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: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

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

.alert-project-primary-100-bleu-canard {
  color: #033944;
  background-color: #cde2e6;
  border-color: #b9d6dc;
}
.alert-project-primary-100-bleu-canard hr {
  border-top-color: #a8ccd4;
}
.alert-project-primary-100-bleu-canard .alert-link {
  color: #011013;
}

.alert-project-primary-dark-bleu-canard {
  color: #011e22;
  background-color: #ccd7d9;
  border-color: #b8c8ca;
}
.alert-project-primary-dark-bleu-canard hr {
  border-top-color: #a9bdbf;
}
.alert-project-primary-dark-bleu-canard .alert-link {
  color: black;
}

.alert-project-primary-25-bleu-canard {
  color: #5d6e70;
  background-color: #f0f6f7;
  border-color: #eaf3f4;
}
.alert-project-primary-25-bleu-canard hr {
  border-top-color: #d9e9eb;
}
.alert-project-primary-25-bleu-canard .alert-link {
  color: #465354;
}

.alert-project-primary-50-bleu-canard {
  color: #3c5d63;
  background-color: #e3f0f2;
  border-color: #d8eaed;
}
.alert-project-primary-50-bleu-canard hr {
  border-top-color: #c7e1e5;
}
.alert-project-primary-50-bleu-canard .alert-link {
  color: #293f43;
}

.alert-project-primary-75-bleu-canard {
  color: #104d55;
  background-color: #d2eaed;
  border-color: #c0e1e6;
}
.alert-project-primary-75-bleu-canard hr {
  border-top-color: #aed8df;
}
.alert-project-primary-75-bleu-canard .alert-link {
  color: #08262a;
}

.alert-project-primary-100-bleu {
  color: #055d6e;
  background-color: #cef0f6;
  border-color: #bae9f3;
}
.alert-project-primary-100-bleu hr {
  border-top-color: #a4e2ef;
}
.alert-project-primary-100-bleu .alert-link {
  color: #03343d;
}

.alert-project-primary-25-bleu {
  color: #5c767a;
  background-color: #eff9fb;
  border-color: #e9f7f9;
}
.alert-project-primary-25-bleu hr {
  border-top-color: #d5f0f4;
}
.alert-project-primary-25-bleu .alert-link {
  color: #465a5d;
}

.alert-project-primary-50-bleu {
  color: #397073;
  background-color: #e2f7f8;
  border-color: #d6f4f6;
}
.alert-project-primary-50-bleu hr {
  border-top-color: #c1eef1;
}
.alert-project-primary-50-bleu .alert-link {
  color: #284f51;
}

.alert-project-primary-75-bleu {
  color: #006774;
  background-color: #ccf4f9;
  border-color: #b8eff6;
}
.alert-project-primary-75-bleu hr {
  border-top-color: #a1eaf3;
}
.alert-project-primary-75-bleu .alert-link {
  color: #003a41;
}

.alert-project-primary-100-orange {
  color: #804137;
  background-color: #fde5e1;
  border-color: #fcdbd5;
}
.alert-project-primary-100-orange hr {
  border-top-color: #fac7bd;
}
.alert-project-primary-100-orange .alert-link {
  color: #5c2f28;
}

.alert-project-primary-20-orange {
  color: #837c77;
  background-color: #fefcfa;
  border-color: #fefaf7;
}
.alert-project-primary-20-orange hr {
  border-top-color: #fbece0;
}
.alert-project-primary-20-orange .alert-link {
  color: #68635f;
}

.alert-project-primary-50-orange {
  color: #856256;
  background-color: #fff2ed;
  border-color: #ffece6;
}
.alert-project-primary-50-orange hr {
  border-top-color: #ffd9cd;
}
.alert-project-primary-50-orange .alert-link {
  color: #664b42;
}

.alert-project-primary-75-orange {
  color: #855147;
  background-color: #ffebe7;
  border-color: #ffe3de;
}
.alert-project-primary-75-orange hr {
  border-top-color: #ffcdc5;
}
.alert-project-primary-75-orange .alert-link {
  color: #643d35;
}

.alert-project-secondary-beige-rose {
  color: #7f6959;
  background-color: #fdf4ee;
  border-color: #fcf0e7;
}
.alert-project-secondary-beige-rose hr {
  border-top-color: #f9e2d0;
}
.alert-project-secondary-beige-rose .alert-link {
  color: #615044;
}

.alert-project-secondary-beige {
  color: #7d786e;
  background-color: #fcfaf6;
  border-color: #fbf8f3;
}
.alert-project-secondary-beige hr {
  border-top-color: #f5ede0;
}
.alert-project-secondary-beige .alert-link {
  color: #625e56;
}

.alert-project-secondary-beige-clair {
  color: #858483;
  background-color: #fffffe;
  border-color: #fffefe;
}
.alert-project-secondary-beige-clair hr {
  border-top-color: #ffe5e5;
}
.alert-project-secondary-beige-clair .alert-link {
  color: #6b6b6a;
}

.alert-project-secondary-rose-grise {
  color: #83807d;
  background-color: #fefdfc;
  border-color: #fefdfb;
}
.alert-project-secondary-rose-grise hr {
  border-top-color: #f9f3e7;
}
.alert-project-secondary-rose-grise .alert-link {
  color: #696764;
}

.alert-project-secondary-bleu-nuit {
  color: #09091c;
  background-color: #cfd0d7;
  border-color: #bcbdc6;
}
.alert-project-secondary-bleu-nuit hr {
  border-top-color: #aeafba;
}
.alert-project-secondary-bleu-nuit .alert-link {
  color: black;
}

.alert-project-secondary-vert-pastel {
  color: #5b6c6a;
  background-color: #eff5f5;
  border-color: #e9f2f1;
}
.alert-project-secondary-vert-pastel hr {
  border-top-color: #d9e9e7;
}
.alert-project-secondary-vert-pastel .alert-link {
  color: #44504f;
}

.alert-project-secondary-rose-pale {
  color: #837c77;
  background-color: #fefcfa;
  border-color: #fefaf7;
}
.alert-project-secondary-rose-pale hr {
  border-top-color: #fbece0;
}
.alert-project-secondary-rose-pale .alert-link {
  color: #68635f;
}

.alert-project-secondary-gris {
  color: #545b66;
  background-color: #eceff3;
  border-color: #e5e9ef;
}
.alert-project-secondary-gris hr {
  border-top-color: #d5dce5;
}
.alert-project-secondary-gris .alert-link {
  color: #3d424a;
}

.alert-gray-30 {
  color: rgba(3, 3, 8, 0.6349803922);
  background-color: rgba(245, 245, 247, 0.8596078431);
  border-color: rgba(240, 240, 242, 0.8034509804);
}
.alert-gray-30 hr {
  border-top-color: rgba(226, 226, 230, 0.8034509804);
}
.alert-gray-30 .alert-link {
  color: rgba(0, 0, 0, 0.6349803922);
}

.alert-error {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8;
}
.alert-error hr {
  border-top-color: #ff9f9f;
}
.alert-error .alert-link {
  color: #520000;
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

.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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

.list-group-item-project-primary-100-bleu-canard {
  color: #033944;
  background-color: #b9d6dc;
}
.list-group-item-project-primary-100-bleu-canard.list-group-item-action:hover, .list-group-item-project-primary-100-bleu-canard.list-group-item-action:focus {
  color: #033944;
  background-color: #a8ccd4;
}
.list-group-item-project-primary-100-bleu-canard.list-group-item-action.active {
  color: #fff;
  background-color: #033944;
  border-color: #033944;
}

.list-group-item-project-primary-dark-bleu-canard {
  color: #011e22;
  background-color: #b8c8ca;
}
.list-group-item-project-primary-dark-bleu-canard.list-group-item-action:hover, .list-group-item-project-primary-dark-bleu-canard.list-group-item-action:focus {
  color: #011e22;
  background-color: #a9bdbf;
}
.list-group-item-project-primary-dark-bleu-canard.list-group-item-action.active {
  color: #fff;
  background-color: #011e22;
  border-color: #011e22;
}

.list-group-item-project-primary-25-bleu-canard {
  color: #5d6e70;
  background-color: #eaf3f4;
}
.list-group-item-project-primary-25-bleu-canard.list-group-item-action:hover, .list-group-item-project-primary-25-bleu-canard.list-group-item-action:focus {
  color: #5d6e70;
  background-color: #d9e9eb;
}
.list-group-item-project-primary-25-bleu-canard.list-group-item-action.active {
  color: #fff;
  background-color: #5d6e70;
  border-color: #5d6e70;
}

.list-group-item-project-primary-50-bleu-canard {
  color: #3c5d63;
  background-color: #d8eaed;
}
.list-group-item-project-primary-50-bleu-canard.list-group-item-action:hover, .list-group-item-project-primary-50-bleu-canard.list-group-item-action:focus {
  color: #3c5d63;
  background-color: #c7e1e5;
}
.list-group-item-project-primary-50-bleu-canard.list-group-item-action.active {
  color: #fff;
  background-color: #3c5d63;
  border-color: #3c5d63;
}

.list-group-item-project-primary-75-bleu-canard {
  color: #104d55;
  background-color: #c0e1e6;
}
.list-group-item-project-primary-75-bleu-canard.list-group-item-action:hover, .list-group-item-project-primary-75-bleu-canard.list-group-item-action:focus {
  color: #104d55;
  background-color: #aed8df;
}
.list-group-item-project-primary-75-bleu-canard.list-group-item-action.active {
  color: #fff;
  background-color: #104d55;
  border-color: #104d55;
}

.list-group-item-project-primary-100-bleu {
  color: #055d6e;
  background-color: #bae9f3;
}
.list-group-item-project-primary-100-bleu.list-group-item-action:hover, .list-group-item-project-primary-100-bleu.list-group-item-action:focus {
  color: #055d6e;
  background-color: #a4e2ef;
}
.list-group-item-project-primary-100-bleu.list-group-item-action.active {
  color: #fff;
  background-color: #055d6e;
  border-color: #055d6e;
}

.list-group-item-project-primary-25-bleu {
  color: #5c767a;
  background-color: #e9f7f9;
}
.list-group-item-project-primary-25-bleu.list-group-item-action:hover, .list-group-item-project-primary-25-bleu.list-group-item-action:focus {
  color: #5c767a;
  background-color: #d5f0f4;
}
.list-group-item-project-primary-25-bleu.list-group-item-action.active {
  color: #fff;
  background-color: #5c767a;
  border-color: #5c767a;
}

.list-group-item-project-primary-50-bleu {
  color: #397073;
  background-color: #d6f4f6;
}
.list-group-item-project-primary-50-bleu.list-group-item-action:hover, .list-group-item-project-primary-50-bleu.list-group-item-action:focus {
  color: #397073;
  background-color: #c1eef1;
}
.list-group-item-project-primary-50-bleu.list-group-item-action.active {
  color: #fff;
  background-color: #397073;
  border-color: #397073;
}

.list-group-item-project-primary-75-bleu {
  color: #006774;
  background-color: #b8eff6;
}
.list-group-item-project-primary-75-bleu.list-group-item-action:hover, .list-group-item-project-primary-75-bleu.list-group-item-action:focus {
  color: #006774;
  background-color: #a1eaf3;
}
.list-group-item-project-primary-75-bleu.list-group-item-action.active {
  color: #fff;
  background-color: #006774;
  border-color: #006774;
}

.list-group-item-project-primary-100-orange {
  color: #804137;
  background-color: #fcdbd5;
}
.list-group-item-project-primary-100-orange.list-group-item-action:hover, .list-group-item-project-primary-100-orange.list-group-item-action:focus {
  color: #804137;
  background-color: #fac7bd;
}
.list-group-item-project-primary-100-orange.list-group-item-action.active {
  color: #fff;
  background-color: #804137;
  border-color: #804137;
}

.list-group-item-project-primary-20-orange {
  color: #837c77;
  background-color: #fefaf7;
}
.list-group-item-project-primary-20-orange.list-group-item-action:hover, .list-group-item-project-primary-20-orange.list-group-item-action:focus {
  color: #837c77;
  background-color: #fbece0;
}
.list-group-item-project-primary-20-orange.list-group-item-action.active {
  color: #fff;
  background-color: #837c77;
  border-color: #837c77;
}

.list-group-item-project-primary-50-orange {
  color: #856256;
  background-color: #ffece6;
}
.list-group-item-project-primary-50-orange.list-group-item-action:hover, .list-group-item-project-primary-50-orange.list-group-item-action:focus {
  color: #856256;
  background-color: #ffd9cd;
}
.list-group-item-project-primary-50-orange.list-group-item-action.active {
  color: #fff;
  background-color: #856256;
  border-color: #856256;
}

.list-group-item-project-primary-75-orange {
  color: #855147;
  background-color: #ffe3de;
}
.list-group-item-project-primary-75-orange.list-group-item-action:hover, .list-group-item-project-primary-75-orange.list-group-item-action:focus {
  color: #855147;
  background-color: #ffcdc5;
}
.list-group-item-project-primary-75-orange.list-group-item-action.active {
  color: #fff;
  background-color: #855147;
  border-color: #855147;
}

.list-group-item-project-secondary-beige-rose {
  color: #7f6959;
  background-color: #fcf0e7;
}
.list-group-item-project-secondary-beige-rose.list-group-item-action:hover, .list-group-item-project-secondary-beige-rose.list-group-item-action:focus {
  color: #7f6959;
  background-color: #f9e2d0;
}
.list-group-item-project-secondary-beige-rose.list-group-item-action.active {
  color: #fff;
  background-color: #7f6959;
  border-color: #7f6959;
}

.list-group-item-project-secondary-beige {
  color: #7d786e;
  background-color: #fbf8f3;
}
.list-group-item-project-secondary-beige.list-group-item-action:hover, .list-group-item-project-secondary-beige.list-group-item-action:focus {
  color: #7d786e;
  background-color: #f5ede0;
}
.list-group-item-project-secondary-beige.list-group-item-action.active {
  color: #fff;
  background-color: #7d786e;
  border-color: #7d786e;
}

.list-group-item-project-secondary-beige-clair {
  color: #858483;
  background-color: #fffefe;
}
.list-group-item-project-secondary-beige-clair.list-group-item-action:hover, .list-group-item-project-secondary-beige-clair.list-group-item-action:focus {
  color: #858483;
  background-color: #ffe5e5;
}
.list-group-item-project-secondary-beige-clair.list-group-item-action.active {
  color: #fff;
  background-color: #858483;
  border-color: #858483;
}

.list-group-item-project-secondary-rose-grise {
  color: #83807d;
  background-color: #fefdfb;
}
.list-group-item-project-secondary-rose-grise.list-group-item-action:hover, .list-group-item-project-secondary-rose-grise.list-group-item-action:focus {
  color: #83807d;
  background-color: #f9f3e7;
}
.list-group-item-project-secondary-rose-grise.list-group-item-action.active {
  color: #fff;
  background-color: #83807d;
  border-color: #83807d;
}

.list-group-item-project-secondary-bleu-nuit {
  color: #09091c;
  background-color: #bcbdc6;
}
.list-group-item-project-secondary-bleu-nuit.list-group-item-action:hover, .list-group-item-project-secondary-bleu-nuit.list-group-item-action:focus {
  color: #09091c;
  background-color: #aeafba;
}
.list-group-item-project-secondary-bleu-nuit.list-group-item-action.active {
  color: #fff;
  background-color: #09091c;
  border-color: #09091c;
}

.list-group-item-project-secondary-vert-pastel {
  color: #5b6c6a;
  background-color: #e9f2f1;
}
.list-group-item-project-secondary-vert-pastel.list-group-item-action:hover, .list-group-item-project-secondary-vert-pastel.list-group-item-action:focus {
  color: #5b6c6a;
  background-color: #d9e9e7;
}
.list-group-item-project-secondary-vert-pastel.list-group-item-action.active {
  color: #fff;
  background-color: #5b6c6a;
  border-color: #5b6c6a;
}

.list-group-item-project-secondary-rose-pale {
  color: #837c77;
  background-color: #fefaf7;
}
.list-group-item-project-secondary-rose-pale.list-group-item-action:hover, .list-group-item-project-secondary-rose-pale.list-group-item-action:focus {
  color: #837c77;
  background-color: #fbece0;
}
.list-group-item-project-secondary-rose-pale.list-group-item-action.active {
  color: #fff;
  background-color: #837c77;
  border-color: #837c77;
}

.list-group-item-project-secondary-gris {
  color: #545b66;
  background-color: #e5e9ef;
}
.list-group-item-project-secondary-gris.list-group-item-action:hover, .list-group-item-project-secondary-gris.list-group-item-action:focus {
  color: #545b66;
  background-color: #d5dce5;
}
.list-group-item-project-secondary-gris.list-group-item-action.active {
  color: #fff;
  background-color: #545b66;
  border-color: #545b66;
}

.list-group-item-gray-30 {
  color: rgba(3, 3, 8, 0.6349803922);
  background-color: rgba(240, 240, 242, 0.8034509804);
}
.list-group-item-gray-30.list-group-item-action:hover, .list-group-item-gray-30.list-group-item-action:focus {
  color: rgba(3, 3, 8, 0.6349803922);
  background-color: rgba(226, 226, 230, 0.8034509804);
}
.list-group-item-gray-30.list-group-item-action.active {
  color: #fff;
  background-color: rgba(3, 3, 8, 0.6349803922);
  border-color: rgba(3, 3, 8, 0.6349803922);
}

.list-group-item-error {
  color: #850000;
  background-color: #ffb8b8;
}
.list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
  color: #850000;
  background-color: #ff9f9f;
}
.list-group-item-error.list-group-item-action.active {
  color: #fff;
  background-color: #850000;
  border-color: #850000;
}

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

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);
  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-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);
  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: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 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);
  }

  .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: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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) * -1);
}
.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) * -1);
  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) * -1);
}
.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) * -1);
  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%;
  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: 0s 0.6s opacity;
}
@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' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-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;
}

@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%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  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-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !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-project-primary-100-bleu-canard {
  background-color: #056E83 !important;
}

a.bg-project-primary-100-bleu-canard:hover, a.bg-project-primary-100-bleu-canard:focus,
button.bg-project-primary-100-bleu-canard:hover,
button.bg-project-primary-100-bleu-canard:focus {
  background-color: #034552 !important;
}

.bg-project-primary-dark-bleu-canard {
  background-color: #023942 !important;
}

a.bg-project-primary-dark-bleu-canard:hover, a.bg-project-primary-dark-bleu-canard:focus,
button.bg-project-primary-dark-bleu-canard:hover,
button.bg-project-primary-dark-bleu-canard:focus {
  background-color: #010e11 !important;
}

.bg-project-primary-25-bleu-canard {
  background-color: #b3d3d7 !important;
}

a.bg-project-primary-25-bleu-canard:hover, a.bg-project-primary-25-bleu-canard:focus,
button.bg-project-primary-25-bleu-canard:hover,
button.bg-project-primary-25-bleu-canard:focus {
  background-color: #92c0c5 !important;
}

.bg-project-primary-50-bleu-canard {
  background-color: #73b3be !important;
}

a.bg-project-primary-50-bleu-canard:hover, a.bg-project-primary-50-bleu-canard:focus,
button.bg-project-primary-50-bleu-canard:hover,
button.bg-project-primary-50-bleu-canard:focus {
  background-color: #51a0ad !important;
}

.bg-project-primary-75-bleu-canard {
  background-color: #1f95a4 !important;
}

a.bg-project-primary-75-bleu-canard:hover, a.bg-project-primary-75-bleu-canard:focus,
button.bg-project-primary-75-bleu-canard:hover,
button.bg-project-primary-75-bleu-canard:focus {
  background-color: #176e79 !important;
}

.bg-project-primary-100-bleu {
  background-color: #0AB2D4 !important;
}

a.bg-project-primary-100-bleu:hover, a.bg-project-primary-100-bleu:focus,
button.bg-project-primary-100-bleu:hover,
button.bg-project-primary-100-bleu:focus {
  background-color: #0889a3 !important;
}

.bg-project-primary-25-bleu, .account .account-container-appointment .appointment-container.valid .appointment-tag,
.account .account-container-appointment .appointment-container.confirmed .appointment-tag {
  background-color: #b0e2ea !important;
}

a.bg-project-primary-25-bleu:hover, .account .account-container-appointment .appointment-container.valid a.appointment-tag:hover,
.account .account-container-appointment .appointment-container.confirmed a.appointment-tag:hover, a.bg-project-primary-25-bleu:focus, .account .account-container-appointment .appointment-container.valid a.appointment-tag:focus,
.account .account-container-appointment .appointment-container.confirmed a.appointment-tag:focus,
button.bg-project-primary-25-bleu:hover,
.account .account-container-appointment .appointment-container.valid button.appointment-tag:hover,
.account .account-container-appointment .appointment-container.confirmed button.appointment-tag:hover,
button.bg-project-primary-25-bleu:focus,
.account .account-container-appointment .appointment-container.valid button.appointment-tag:focus,
.account .account-container-appointment .appointment-container.confirmed button.appointment-tag:focus {
  background-color: #88d3df !important;
}

.bg-project-primary-50-bleu {
  background-color: #6ed8de !important;
}

a.bg-project-primary-50-bleu:hover, a.bg-project-primary-50-bleu:focus,
button.bg-project-primary-50-bleu:hover,
button.bg-project-primary-50-bleu:focus {
  background-color: #44cdd5 !important;
}

.bg-project-primary-75-bleu {
  background-color: #00c6df !important;
}

a.bg-project-primary-75-bleu:hover, a.bg-project-primary-75-bleu:focus,
button.bg-project-primary-75-bleu:hover,
button.bg-project-primary-75-bleu:focus {
  background-color: #0099ac !important;
}

.bg-project-primary-100-orange {
  background-color: #F67D6A !important;
}

a.bg-project-primary-100-orange:hover, a.bg-project-primary-100-orange:focus,
button.bg-project-primary-100-orange:hover,
button.bg-project-primary-100-orange:focus {
  background-color: #f3533a !important;
}

.bg-project-primary-20-orange, .account .account-container-appointment .appointment-list.future .appointment-container.clic-et-pique, .account .account-container-appointment .appointment-container.occured .appointment-tag,
.account .account-container-appointment .appointment-container.delivered .appointment-tag,
.account .account-container-payment .payment-container.topay .payment-tag {
  background-color: #FCEEE4 !important;
}

a.bg-project-primary-20-orange:hover, .account .account-container-appointment .appointment-list.future a.appointment-container.clic-et-pique:hover, .account .account-container-appointment .appointment-container.occured a.appointment-tag:hover,
.account .account-container-appointment .appointment-container.delivered a.appointment-tag:hover,
.account .account-container-payment .payment-container.topay a.payment-tag:hover, a.bg-project-primary-20-orange:focus, .account .account-container-appointment .appointment-list.future a.appointment-container.clic-et-pique:focus, .account .account-container-appointment .appointment-container.occured a.appointment-tag:focus,
.account .account-container-appointment .appointment-container.delivered a.appointment-tag:focus,
.account .account-container-payment .payment-container.topay a.payment-tag:focus,
button.bg-project-primary-20-orange:hover,
.account .account-container-appointment .appointment-list.future button.appointment-container.clic-et-pique:hover,
.account .account-container-appointment .appointment-container.occured button.appointment-tag:hover,
.account .account-container-appointment .appointment-container.delivered button.appointment-tag:hover,
.account .account-container-payment .payment-container.topay button.payment-tag:hover,
button.bg-project-primary-20-orange:focus,
.account .account-container-appointment .appointment-list.future button.appointment-container.clic-et-pique:focus,
.account .account-container-appointment .appointment-container.occured button.appointment-tag:focus,
.account .account-container-appointment .appointment-container.delivered button.appointment-tag:focus,
.account .account-container-payment .payment-container.topay button.payment-tag:focus {
  background-color: #f7d1b6 !important;
}

.bg-project-primary-50-orange {
  background-color: #ffbca6 !important;
}

a.bg-project-primary-50-orange:hover, a.bg-project-primary-50-orange:focus,
button.bg-project-primary-50-orange:hover,
button.bg-project-primary-50-orange:focus {
  background-color: #ff9673 !important;
}

.bg-project-primary-75-orange {
  background-color: #ff9b88 !important;
}

a.bg-project-primary-75-orange:hover, a.bg-project-primary-75-orange:focus,
button.bg-project-primary-75-orange:hover,
button.bg-project-primary-75-orange:focus {
  background-color: #ff7055 !important;
}

.bg-project-secondary-beige-rose {
  background-color: #F5CAAB !important;
}

a.bg-project-secondary-beige-rose:hover, a.bg-project-secondary-beige-rose:focus,
button.bg-project-secondary-beige-rose:hover,
button.bg-project-secondary-beige-rose:focus {
  background-color: #f0ad7d !important;
}

.bg-project-secondary-beige {
  background-color: #F1E6D4 !important;
}

a.bg-project-secondary-beige:hover, a.bg-project-secondary-beige:focus,
button.bg-project-secondary-beige:hover,
button.bg-project-secondary-beige:focus {
  background-color: #e4d0ae !important;
}

.bg-project-secondary-beige-clair {
  background-color: #FFFDFB !important;
}

a.bg-project-secondary-beige-clair:hover, a.bg-project-secondary-beige-clair:focus,
button.bg-project-secondary-beige-clair:hover,
button.bg-project-secondary-beige-clair:focus {
  background-color: #ffe4c8 !important;
}

.bg-project-secondary-rose-grise {
  background-color: #FBF7F1 !important;
}

a.bg-project-secondary-rose-grise:hover, a.bg-project-secondary-rose-grise:focus,
button.bg-project-secondary-rose-grise:hover,
button.bg-project-secondary-rose-grise:focus {
  background-color: #f0e0c9 !important;
}

.bg-project-secondary-bleu-nuit {
  background-color: #111235 !important;
}

a.bg-project-secondary-bleu-nuit:hover, a.bg-project-secondary-bleu-nuit:focus,
button.bg-project-secondary-bleu-nuit:hover,
button.bg-project-secondary-bleu-nuit:focus {
  background-color: #05050e !important;
}

.bg-project-secondary-vert-pastel {
  background-color: #AFCFCC !important;
}

a.bg-project-secondary-vert-pastel:hover, a.bg-project-secondary-vert-pastel:focus,
button.bg-project-secondary-vert-pastel:hover,
button.bg-project-secondary-vert-pastel:focus {
  background-color: #8fbcb8 !important;
}

.bg-project-secondary-rose-pale {
  background-color: #FCEEE4 !important;
}

a.bg-project-secondary-rose-pale:hover, a.bg-project-secondary-rose-pale:focus,
button.bg-project-secondary-rose-pale:hover,
button.bg-project-secondary-rose-pale:focus {
  background-color: #f7d1b6 !important;
}

.bg-project-secondary-gris {
  background-color: #A1AFC5 !important;
}

a.bg-project-secondary-gris:hover, a.bg-project-secondary-gris:focus,
button.bg-project-secondary-gris:hover,
button.bg-project-secondary-gris:focus {
  background-color: #8194b2 !important;
}

.bg-gray-30 {
  background-color: #1112354C !important;
}

a.bg-gray-30:hover, a.bg-gray-30:focus,
button.bg-gray-30:hover,
button.bg-gray-30:focus {
  background-color: rgba(5, 5, 14, 0.2980392157) !important;
}

.bg-error, .notification-counter {
  background-color: red !important;
}

a.bg-error:hover, a.notification-counter:hover, a.bg-error:focus, a.notification-counter:focus,
button.bg-error:hover,
button.notification-counter:hover,
button.bg-error:focus,
button.notification-counter:focus {
  background-color: #cc0000 !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, .nav-bar {
  border-bottom: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-project-primary-100-bleu-canard {
  border-color: #056E83 !important;
}

.border-project-primary-dark-bleu-canard {
  border-color: #023942 !important;
}

.border-project-primary-25-bleu-canard {
  border-color: #b3d3d7 !important;
}

.border-project-primary-50-bleu-canard {
  border-color: #73b3be !important;
}

.border-project-primary-75-bleu-canard {
  border-color: #1f95a4 !important;
}

.border-project-primary-100-bleu {
  border-color: #0AB2D4 !important;
}

.border-project-primary-25-bleu {
  border-color: #b0e2ea !important;
}

.border-project-primary-50-bleu {
  border-color: #6ed8de !important;
}

.border-project-primary-75-bleu {
  border-color: #00c6df !important;
}

.border-project-primary-100-orange {
  border-color: #F67D6A !important;
}

.border-project-primary-20-orange, .account .account-container-appointment .appointment-list.future .appointment-container.clic-et-pique {
  border-color: #FCEEE4 !important;
}

.border-project-primary-50-orange {
  border-color: #ffbca6 !important;
}

.border-project-primary-75-orange {
  border-color: #ff9b88 !important;
}

.border-project-secondary-beige-rose {
  border-color: #F5CAAB !important;
}

.border-project-secondary-beige {
  border-color: #F1E6D4 !important;
}

.border-project-secondary-beige-clair {
  border-color: #FFFDFB !important;
}

.border-project-secondary-rose-grise {
  border-color: #FBF7F1 !important;
}

.border-project-secondary-bleu-nuit {
  border-color: #111235 !important;
}

.border-project-secondary-vert-pastel {
  border-color: #AFCFCC !important;
}

.border-project-secondary-rose-pale, .account .account-container-payment .payment-container.topay .payment-container-before,
.account .account-container-payment .payment-container.topay .payment-container-after {
  border-color: #FCEEE4 !important;
}

.border-project-secondary-gris, .nav-bar, .account .account-container-appointment .appointment-container .appointment-container-before,
.account .account-container-appointment .appointment-container .appointment-container-after, .account .account-container-payment .payment-container .payment-container-before,
.account .account-container-payment .payment-container .payment-container-after {
  border-color: #A1AFC5 !important;
}

.border-gray-30 {
  border-color: #1112354C !important;
}

.border-error {
  border-color: red !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, .account .account-container-appointment .appointment-container .appointment-tag,
.account .account-container-payment .payment-container .payment-tag {
  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;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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, .nav-bar-account-shortcuts {
  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;
}

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

.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, .auth-verification-code input,
.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, .modal.generic-modal .dismiss-modal,
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10,
.mx-10 {
  margin-left: 12rem !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, .modal.generic-modal .dismiss-modal {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-10,
.px-sm-10 {
    padding-left: 12rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-10,
.mx-md-10 {
    margin-left: 12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-10,
.px-md-10 {
    padding-left: 12rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-10,
.px-lg-10 {
    padding-left: 12rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 12rem !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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-10,
.px-xl-10 {
    padding-left: 12rem !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-n6 {
    margin: -5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -12rem !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;
  }
}
.text-monospace {
  font-family: "Azeret Mono", 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, .modal.generic-modal .dismiss-modal {
  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, .btn-group-switch .btn.btn-switch-selected, .notification-counter, .nav-bar-account-shortcuts a:hover, .auth-verification-code input, .booking-choice:after, .account ul.menu-lg li.selected div, .account ul.menu-md li.selected, .account .account-container-results .result-page-trigger.selected,
.account .account-container-payment .payment-page-trigger.selected {
  font-weight: 600 !important;
}

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

.text-white, .modal.generic-modal .dismiss-modal {
  color: #fff !important;
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

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

.text-success, .account .account-container-appointment .appointment-container.completed .appointment-tag,
.account .account-container-payment .payment-container.paid .payment-tag {
  color: #28a745 !important;
}

a.text-success:hover, .account .account-container-appointment .appointment-container.completed a.appointment-tag:hover,
.account .account-container-payment .payment-container.paid a.payment-tag:hover, a.text-success:focus, .account .account-container-appointment .appointment-container.completed a.appointment-tag:focus,
.account .account-container-payment .payment-container.paid a.payment-tag:focus {
  color: #19692c !important;
}

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

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

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !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-project-primary-100-bleu-canard {
  color: #056E83 !important;
}

a.text-project-primary-100-bleu-canard:hover, a.text-project-primary-100-bleu-canard:focus {
  color: #023039 !important;
}

.text-project-primary-dark-bleu-canard {
  color: #023942 !important;
}

a.text-project-primary-dark-bleu-canard:hover, a.text-project-primary-dark-bleu-canard:focus {
  color: black !important;
}

.text-project-primary-25-bleu-canard {
  color: #b3d3d7 !important;
}

a.text-project-primary-25-bleu-canard:hover, a.text-project-primary-25-bleu-canard:focus {
  color: #81b6bd !important;
}

.text-project-primary-50-bleu-canard {
  color: #73b3be !important;
}

a.text-project-primary-50-bleu-canard:hover, a.text-project-primary-50-bleu-canard:focus {
  color: #48909c !important;
}

.text-project-primary-75-bleu-canard {
  color: #1f95a4 !important;
}

a.text-project-primary-75-bleu-canard:hover, a.text-project-primary-75-bleu-canard:focus {
  color: #135b64 !important;
}

.text-project-primary-100-bleu, .account .account-container-appointment .appointment-container.valid .appointment-tag,
.account .account-container-appointment .appointment-container.confirmed .appointment-tag {
  color: #0AB2D4 !important;
}

a.text-project-primary-100-bleu:hover, .account .account-container-appointment .appointment-container.valid a.appointment-tag:hover,
.account .account-container-appointment .appointment-container.confirmed a.appointment-tag:hover, a.text-project-primary-100-bleu:focus, .account .account-container-appointment .appointment-container.valid a.appointment-tag:focus,
.account .account-container-appointment .appointment-container.confirmed a.appointment-tag:focus {
  color: #07758b !important;
}

.text-project-primary-25-bleu {
  color: #b0e2ea !important;
}

a.text-project-primary-25-bleu:hover, a.text-project-primary-25-bleu:focus {
  color: #74ccda !important;
}

.text-project-primary-50-bleu {
  color: #6ed8de !important;
}

a.text-project-primary-50-bleu:hover, a.text-project-primary-50-bleu:focus {
  color: #30c7d0 !important;
}

.text-project-primary-75-bleu {
  color: #00c6df !important;
}

a.text-project-primary-75-bleu:hover, a.text-project-primary-75-bleu:focus {
  color: #008293 !important;
}

.text-project-primary-100-orange, .account .account-container-appointment .appointment-container.occured .appointment-tag,
.account .account-container-appointment .appointment-container.delivered .appointment-tag,
.account .account-container-payment .payment-container.topay .payment-tag, .account .account-container-results .result-page-trigger.selected,
.account .account-container-payment .payment-page-trigger.selected {
  color: #F67D6A !important;
}

a.text-project-primary-100-orange:hover, .account .account-container-appointment .appointment-container.occured a.appointment-tag:hover,
.account .account-container-appointment .appointment-container.delivered a.appointment-tag:hover,
.account .account-container-payment .payment-container.topay a.payment-tag:hover, .account .account-container-results a.result-page-trigger.selected:hover,
.account .account-container-payment a.payment-page-trigger.selected:hover, a.text-project-primary-100-orange:focus, .account .account-container-appointment .appointment-container.occured a.appointment-tag:focus,
.account .account-container-appointment .appointment-container.delivered a.appointment-tag:focus,
.account .account-container-payment .payment-container.topay a.payment-tag:focus, .account .account-container-results a.result-page-trigger.selected:focus,
.account .account-container-payment a.payment-page-trigger.selected:focus {
  color: #f23e22 !important;
}

.text-project-primary-20-orange {
  color: #FCEEE4 !important;
}

a.text-project-primary-20-orange:hover, a.text-project-primary-20-orange:focus {
  color: #f4c39f !important;
}

.text-project-primary-50-orange {
  color: #ffbca6 !important;
}

a.text-project-primary-50-orange:hover, a.text-project-primary-50-orange:focus {
  color: #ff825a !important;
}

.text-project-primary-75-orange {
  color: #ff9b88 !important;
}

a.text-project-primary-75-orange:hover, a.text-project-primary-75-orange:focus {
  color: #ff5b3c !important;
}

.text-project-secondary-beige-rose {
  color: #F5CAAB !important;
}

a.text-project-secondary-beige-rose:hover, a.text-project-secondary-beige-rose:focus {
  color: #ed9f67 !important;
}

.text-project-secondary-beige {
  color: #F1E6D4 !important;
}

a.text-project-secondary-beige:hover, a.text-project-secondary-beige:focus {
  color: #dec49a !important;
}

.text-project-secondary-beige-clair {
  color: #FFFDFB !important;
}

a.text-project-secondary-beige-clair:hover, a.text-project-secondary-beige-clair:focus {
  color: #ffd7af !important;
}

.text-project-secondary-rose-grise {
  color: #FBF7F1 !important;
}

a.text-project-secondary-rose-grise:hover, a.text-project-secondary-rose-grise:focus {
  color: #ead5b6 !important;
}

.text-project-secondary-bleu-nuit {
  color: #111235 !important;
}

a.text-project-secondary-bleu-nuit:hover, a.text-project-secondary-bleu-nuit:focus {
  color: black !important;
}

.text-project-secondary-vert-pastel {
  color: #AFCFCC !important;
}

a.text-project-secondary-vert-pastel:hover, a.text-project-secondary-vert-pastel:focus {
  color: #7fb2ae !important;
}

.text-project-secondary-rose-pale {
  color: #FCEEE4 !important;
}

a.text-project-secondary-rose-pale:hover, a.text-project-secondary-rose-pale:focus {
  color: #f4c39f !important;
}

.text-project-secondary-gris {
  color: #A1AFC5 !important;
}

a.text-project-secondary-gris:hover, a.text-project-secondary-gris:focus {
  color: #7287a8 !important;
}

.text-gray-30 {
  color: #1112354C !important;
}

a.text-gray-30:hover, a.text-gray-30:focus {
  color: rgba(0, 0, 0, 0.2980392157) !important;
}

.text-error {
  color: red !important;
}

a.text-error:hover, a.text-error:focus {
  color: #b30000 !important;
}

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  overflow-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;
  }
}
/***************************************************/
/*                                                 */
/*                     BUTTON                      */
/*                                                 */
/***************************************************/
a.button {
  text-align: center;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "Lato", sans-serif;
}

.button-block {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.device-touch) .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-dark {
  background-color: #444;
}

.button-light {
  background-color: #EEE;
  color: #333;
  text-shadow: none !important;
}

.button.disabled {
  opacity: 0.65;
}

.button:hover {
  opacity: 0.8;
}

.button.button-mini {
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}

.button.button-small {
  padding: 0 17px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}

.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
}

.button.button-xlarge {
  padding: 0 32px;
  font-size: 18px;
  letter-spacing: 2px;
  height: 52px;
  line-height: 52px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-mini-sm {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-sm {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-sm {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-sm {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-mini-md {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-md {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-md {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-md {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-mini-lg {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-lg {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-lg {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-lg {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-mini-xl {
    padding: 0 14px !important;
    font-size: 11px !important;
    height: 28px !important;
    line-height: 28px !important;
  }

  .button.button-small-xl {
    padding: 0 17px !important;
    font-size: 12px !important;
    height: 34px !important;
    line-height: 34px !important;
  }

  .button.button-large-xl {
    padding: 0 26px !important;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 46px !important;
  }

  .button.button-xlarge-xl {
    padding: 0 32px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    height: 52px !important;
    line-height: 52px !important;
  }
}
.button.button-desc {
  text-align: left;
  padding: 24px 34px;
  font-size: 22px;
  height: auto;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.button.button-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Crete Round", serif;
  font-style: italic;
  text-transform: none;
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.button.tright i {
  margin: 0 0 0 5px;
}

.button-mini i {
  margin-right: 3px;
}

.button-mini.tright i {
  margin: 0 0 0 3px;
}

.button-small i {
  margin-right: 4px;
}

.button-small.tright i {
  margin: 0 0 0 4px;
}

.button-xlarge i {
  top: 2px;
  margin-right: 8px;
}

.button-xlarge.tright i {
  margin: 0 0 0 8px;
}

/* SM */
@media (min-width: 576px) {
  .button-mini-sm i {
    margin-right: 3px;
  }

  .button-mini-sm.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-sm i {
    margin-right: 4px;
  }

  .button-small-sm.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-sm i {
    top: 2px;
    margin-right: 8px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button-mini-md i {
    margin-right: 3px;
  }

  .button-mini-md.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-md i {
    margin-right: 4px;
  }

  .button-small-md.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-md i {
    top: 2px;
    margin-right: 8px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button-mini-lg i {
    margin-right: 3px;
  }

  .button-mini-lg.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-lg i {
    margin-right: 4px;
  }

  .button-small-lg.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-lg i {
    top: 2px;
    margin-right: 8px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button-mini-xl i {
    margin-right: 3px;
  }

  .button-mini-xl.tright i {
    margin: 0 0 0 3px;
  }

  .button-small-xl i {
    margin-right: 4px;
  }

  .button-small-xl.tright i {
    margin: 0 0 0 4px;
  }

  .button-xlarge-xl i {
    top: 2px;
    margin-right: 8px;
  }
}
.button.button-desc i {
  top: 1px;
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}

.button.button-desc.tright i {
  margin: 0 0 0 12px;
}

.button.button-desc div {
  display: inline-block;
}

.button.button-rounded {
  border-radius: 3px;
}

/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-border {
  border: 2px solid #444;
  background-color: transparent;
  color: #333;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

.button.button-border-thin {
  border-width: 1px;
  line-height: 38px;
}

.button.button-border.button-mini {
  line-height: 24px;
}

.button.button-border.button-small {
  line-height: 30px;
}

.button.button-border.button-large {
  line-height: 42px;
}

.button.button-border.button-xlarge {
  line-height: 48px;
}

.button.button-border-thin.button-mini {
  line-height: 26px;
}

.button.button-border-thin.button-small {
  line-height: 32px;
}

.button.button-border-thin.button-large {
  line-height: 44px;
}

.button.button-border-thin.button-xlarge {
  line-height: 50px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-border.button-mini-sm {
    line-height: 24px;
  }

  .button.button-border.button-small-sm {
    line-height: 30px;
  }

  .button.button-border.button-large-sm {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-sm {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-sm {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-sm {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-sm {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-sm {
    line-height: 50px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-border.button-mini-md {
    line-height: 24px;
  }

  .button.button-border.button-small-md {
    line-height: 30px;
  }

  .button.button-border.button-large-md {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-md {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-md {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-md {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-md {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-md {
    line-height: 50px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-border.button-mini-lg {
    line-height: 24px;
  }

  .button.button-border.button-small-lg {
    line-height: 30px;
  }

  .button.button-border.button-large-lg {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-lg {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-lg {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-lg {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-lg {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-lg {
    line-height: 50px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-border.button-mini-xl {
    line-height: 24px;
  }

  .button.button-border.button-small-xl {
    line-height: 30px;
  }

  .button.button-border.button-large-xl {
    line-height: 42px;
  }

  .button.button-border.button-xlarge-xl {
    line-height: 48px;
  }

  .button.button-border-thin.button-mini-xl {
    line-height: 26px;
  }

  .button.button-border-thin.button-small-xl {
    line-height: 32px;
  }

  .button.button-border-thin.button-large-xl {
    line-height: 44px;
  }

  .button.button-border-thin.button-xlarge-xl {
    line-height: 50px;
  }
}
.button.button-border.button-desc {
  line-height: 1;
}

.button.button-border:not(.button-fill):not(.button-progress):hover {
  background-color: #444;
  color: #FFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
  border-color: #EEE;
  color: #EEE;
}

.button.button-border.button-light:hover {
  background-color: #EEE;
  text-shadow: none;
}

/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-3d {
  border-radius: 3px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
  text-shadow: none;
}

/* Buttons - Icon Reveal
-----------------------------------------------------------------*/
.button.button-reveal {
  padding: 0 28px;
  overflow: hidden;
}

.button.button-reveal i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.button.button-reveal.button-border i {
  top: -2px;
}

.button.button-reveal.tright i {
  left: auto;
  right: -32px;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
  border-radius: 3px 0 0 3px;
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
  border-radius: 0 3px 3px 0;
}

.button.button-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {
  padding: 0 17px;
}

.button.button-reveal.button-mini i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
  left: auto;
  right: -22px;
}

.button.button-reveal.button-small {
  padding: 0 22px;
}

.button.button-reveal.button-small i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 34px;
}

.button.button-reveal.button-small.tright i {
  left: auto;
  right: -26px;
}

.button.button-reveal.button-large {
  padding: 0 32px;
}

.button.button-reveal.button-large i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

.button.button-reveal.button-large.tright i {
  left: auto;
  right: -38px;
}

.button.button-reveal.button-xlarge {
  padding: 0 40px;
}

.button.button-reveal.button-xlarge i {
  left: -44px;
  width: 44px;
  height: 52px;
  line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
  left: auto;
  right: -44px;
}

.button.button-reveal.button-xlarge.tright.button-reveal-on i {
  left: auto;
  right: 0px;
}

.button.button-reveal:hover:not(.disabled) i {
  left: 0;
}

.button.button-reveal.tright:hover:not(.disabled) i {
  left: auto;
  right: 0;
}

.button.button-reveal:hover:not(.button-reveal-on):not(.disabled) span {
  left: 16px;
}

.button.button-reveal.button-mini:hover:not(.button-reveal-on):not(.disabled) span {
  left: 11px;
}

.button.button-reveal.button-small:hover:not(.button-reveal-on):not(.disabled) span {
  left: 13px;
}

.button.button-reveal.button-large:hover:not(.button-reveal-on):not(.disabled) span {
  left: 19px;
}

.button.button-reveal.button-xlarge:hover:not(.button-reveal-on):not(.disabled) span {
  left: 22px;
}

.button.button-reveal.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -16px;
}

.button.button-reveal.button-mini.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -11px;
}

.button.button-reveal.button-small.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -13px;
}

.button.button-reveal.button-large.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -19px;
}

.button.button-reveal.button-xlarge.tright:hover:not(.button-reveal-on):not(.disabled) span {
  left: -2px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-reveal.button-mini-sm {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-sm i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-sm.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-sm {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-sm i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-sm.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-sm {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-sm i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-sm.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-sm {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-sm i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-sm.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-sm.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-small-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-sm:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-small-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-sm.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-reveal.button-mini-md {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-md i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-md.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-md {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-md i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-md.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-md {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-md i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-md.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-md {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-md i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-md.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-md.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-mdall-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-md:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-mdall-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-md.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-reveal.button-mini-lg {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-lg i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-lg.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-small-lg {
    padding: 0 22px;
  }

  .button.button-reveal.button-small-lg i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-small-lg.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-lg {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-lg i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-lg.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-lg {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-lg i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-lg.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-lg.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-lgall-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-lg:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-lgall-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-lg.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-reveal.button-mini-xl {
    padding: 0 17px;
  }

  .button.button-reveal.button-mini-xl i {
    left: -22px;
    width: 22px;
    height: 28px;
    line-height: 28px;
  }

  .button.button-reveal.button-mini-xl.tright i {
    left: auto;
    right: -22px;
  }

  .button.button-reveal.button-xlall-xl {
    padding: 0 22px;
  }

  .button.button-reveal.button-xlall-xl i {
    left: -26px;
    width: 26px;
    height: 34px;
    line-height: 34px;
  }

  .button.button-reveal.button-xlall-xl.tright i {
    left: auto;
    right: -26px;
  }

  .button.button-reveal.button-large-xl {
    padding: 0 32px;
  }

  .button.button-reveal.button-large-xl i {
    left: -38px;
    width: 38px;
    height: 46px;
    line-height: 46px;
  }

  .button.button-reveal.button-large-xl.tright i {
    left: auto;
    right: -38px;
  }

  .button.button-reveal.button-xlarge-xl {
    padding: 0 40px;
  }

  .button.button-reveal.button-xlarge-xl i {
    left: -44px;
    width: 44px;
    height: 52px;
    line-height: 52px;
  }

  .button.button-reveal.button-xlarge-xl.tright i {
    left: auto;
    right: -44px;
  }

  .button.button-reveal.button-xlarge-xl.tright.button-reveal-on i {
    left: auto;
    right: 0px;
  }

  .button.button-reveal.button-mini-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 11px;
  }

  .button.button-reveal.button-xlall-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 13px;
  }

  .button.button-reveal.button-large-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 19px;
  }

  .button.button-reveal.button-xlarge-xl:hover:not(.button-reveal-on):not(.disabled) span {
    left: 22px;
  }

  .button.button-reveal.button-mini-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -11px;
  }

  .button.button-reveal.button-xlall-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -13px;
  }

  .button.button-reveal.button-large-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -19px;
  }

  .button.button-reveal.button-xlarge-xl.tright:hover:not(.button-reveal-on):not(.disabled) span {
    left: -2px;
  }
}
/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
.button.button-full {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.button-full.button-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.button.button-full strong {
  font-weight: 700;
  border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.button.button-full.button-light strong {
  border-bottom-color: #333;
}

.button.button-full.button-light:hover strong {
  border-bottom-color: #EEE;
}

/* Buttons - Circle
-----------------------------------------------------------------*/
.button.button-circle {
  border-radius: 20px;
}

.button.button-mini.button-circle {
  border-radius: 14px;
}

.button.button-small.button-circle {
  border-radius: 17px;
}

.button.button-large.button-circle {
  border-radius: 23px;
}

.button.button-xlarge.button-circle {
  border-radius: 26px;
}

/* SM */
@media (min-width: 576px) {
  .button.button-mini-sm.button-circle {
    border-radius: 14px;
  }

  .button.button-small-sm.button-circle {
    border-radius: 17px;
  }

  .button.button-large-sm.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-sm.button-circle {
    border-radius: 26px;
  }
}
/* MD */
@media (min-width: 768px) {
  .button.button-mini-md.button-circle {
    border-radius: 14px;
  }

  .button.button-small-md.button-circle {
    border-radius: 17px;
  }

  .button.button-large-md.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-md.button-circle {
    border-radius: 26px;
  }
}
/* LG */
@media (min-width: 992px) {
  .button.button-mini-lg.button-circle {
    border-radius: 14px;
  }

  .button.button-small-lg.button-circle {
    border-radius: 17px;
  }

  .button.button-large-lg.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-lg.button-circle {
    border-radius: 26px;
  }
}
/* XL */
@media (min-width: 1200px) {
  .button.button-mini-xl.button-circle {
    border-radius: 14px;
  }

  .button.button-small-xl.button-circle {
    border-radius: 17px;
  }

  .button.button-large-xl.button-circle {
    border-radius: 23px;
  }

  .button.button-xlarge-xl.button-circle {
    border-radius: 26px;
  }
}
/* Buttons - Fill Effect
-----------------------------------------------------------------*/
.button.button-border.button-fill {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill span {
  position: relative;
}

.button.button-border.button-fill:hover {
  background-color: transparent !important;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-fill.button-light:hover {
  border-color: #EEE !important;
  text-shadow: none;
}

.button.button-border.button-fill:before {
  content: "";
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-fill.button-light:before {
  background-color: #EEE;
}

.button.button-border.button-fill.fill-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-fill:hover:before {
  width: 100%;
}

.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.button-border.button-fill.fill-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-fill.fill-from-top:hover:before {
  height: 100%;
}

.button.button-border.button-fill.fill-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
  height: 100%;
}

/* Buttons - Progress Effect
-----------------------------------------------------------------*/
.button.button-border.button-progress {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-progress span {
  position: relative;
}

.button.button-border.button-progress:hover {
  background-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-progress.button-light:hover {
  border-color: #EEE !important;
  text-shadow: none;
}

.button-border.button-progress:active {
  color: #fff !important;
}

.button.button-border.button-progress:before {
  content: "";
  position: absolute;
  background-color: #444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}

.button.button-border.button-progress.button-light:before {
  background-color: #EEE;
}

.button.button-border.button-progress.progress-from-right:before {
  left: auto;
  right: 0;
}

.button.button-border.button-progress:active:before {
  width: 100%;
  color: #FFF !important;
}

.button.button-border.button-progress.progress-from-top:before,
.button.button-border.button-progress.progress-from-bottom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.button-border.button-progress.progress-from-top:before {
  width: 100%;
  height: 0;
}

.button.button-border.button-progress.progress-from-top:active:before {
  height: 100%;
  color: #FFF !important;
}

.button.button-border.button-progress.progress-from-bottom:before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}

.button.button-border.button-progress.progress-from-bottom:active:before {
  height: 100%;
  color: #FFF !important;
}

/* Buttons - No Hover
-----------------------------------------------------------------*/
.button.button-nohover:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}

.button-primary {
  background-color: #007bff;
}

.button-reveal.button-primary:hover, .button-border.button-primary:hover, .button-border.button-primary.button-progress:before, .button-border.button-primary.button-fill:before {
  background-color: #007bff !important;
}

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

.button-secondary {
  background-color: #6c757d;
}

.button-reveal.button-secondary:hover, .button-border.button-secondary:hover, .button-border.button-secondary.button-progress:before, .button-border.button-secondary.button-fill:before {
  background-color: #6c757d !important;
}

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

.button-success {
  background-color: #28a745;
}

.button-reveal.button-success:hover, .button-border.button-success:hover, .button-border.button-success.button-progress:before, .button-border.button-success.button-fill:before {
  background-color: #28a745 !important;
}

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

.button-info {
  background-color: #17a2b8;
}

.button-reveal.button-info:hover, .button-border.button-info:hover, .button-border.button-info.button-progress:before, .button-border.button-info.button-fill:before {
  background-color: #17a2b8 !important;
}

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

.button-warning {
  background-color: #ffc107;
}

.button-reveal.button-warning:hover, .button-border.button-warning:hover, .button-border.button-warning.button-progress:before, .button-border.button-warning.button-fill:before {
  background-color: #ffc107 !important;
}

.button-border.button-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.button-danger {
  background-color: #dc3545;
}

.button-reveal.button-danger:hover, .button-border.button-danger:hover, .button-border.button-danger.button-progress:before, .button-border.button-danger.button-fill:before {
  background-color: #dc3545 !important;
}

.button-border.button-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.button-light {
  background-color: #f8f9fa;
}

.button-reveal.button-light:hover, .button-border.button-light:hover, .button-border.button-light.button-progress:before, .button-border.button-light.button-fill:before {
  background-color: #f8f9fa !important;
}

.button-border.button-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.button-dark {
  background-color: #343a40;
}

.button-reveal.button-dark:hover, .button-border.button-dark:hover, .button-border.button-dark.button-progress:before, .button-border.button-dark.button-fill:before {
  background-color: #343a40 !important;
}

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

.button-project-primary-100-bleu-canard {
  background-color: #056E83;
}

.button-reveal.button-project-primary-100-bleu-canard:hover, .button-border.button-project-primary-100-bleu-canard:hover, .button-border.button-project-primary-100-bleu-canard.button-progress:before, .button-border.button-project-primary-100-bleu-canard.button-fill:before {
  background-color: #056E83 !important;
}

.button-border.button-project-primary-100-bleu-canard {
  color: #056E83;
  border-color: #056E83;
}

.button-project-primary-dark-bleu-canard {
  background-color: #023942;
}

.button-reveal.button-project-primary-dark-bleu-canard:hover, .button-border.button-project-primary-dark-bleu-canard:hover, .button-border.button-project-primary-dark-bleu-canard.button-progress:before, .button-border.button-project-primary-dark-bleu-canard.button-fill:before {
  background-color: #023942 !important;
}

.button-border.button-project-primary-dark-bleu-canard {
  color: #023942;
  border-color: #023942;
}

.button-project-primary-25-bleu-canard {
  background-color: #b3d3d7;
}

.button-reveal.button-project-primary-25-bleu-canard:hover, .button-border.button-project-primary-25-bleu-canard:hover, .button-border.button-project-primary-25-bleu-canard.button-progress:before, .button-border.button-project-primary-25-bleu-canard.button-fill:before {
  background-color: #b3d3d7 !important;
}

.button-border.button-project-primary-25-bleu-canard {
  color: #b3d3d7;
  border-color: #b3d3d7;
}

.button-project-primary-50-bleu-canard {
  background-color: #73b3be;
}

.button-reveal.button-project-primary-50-bleu-canard:hover, .button-border.button-project-primary-50-bleu-canard:hover, .button-border.button-project-primary-50-bleu-canard.button-progress:before, .button-border.button-project-primary-50-bleu-canard.button-fill:before {
  background-color: #73b3be !important;
}

.button-border.button-project-primary-50-bleu-canard {
  color: #73b3be;
  border-color: #73b3be;
}

.button-project-primary-75-bleu-canard {
  background-color: #1f95a4;
}

.button-reveal.button-project-primary-75-bleu-canard:hover, .button-border.button-project-primary-75-bleu-canard:hover, .button-border.button-project-primary-75-bleu-canard.button-progress:before, .button-border.button-project-primary-75-bleu-canard.button-fill:before {
  background-color: #1f95a4 !important;
}

.button-border.button-project-primary-75-bleu-canard {
  color: #1f95a4;
  border-color: #1f95a4;
}

.button-project-primary-100-bleu {
  background-color: #0AB2D4;
}

.button-reveal.button-project-primary-100-bleu:hover, .button-border.button-project-primary-100-bleu:hover, .button-border.button-project-primary-100-bleu.button-progress:before, .button-border.button-project-primary-100-bleu.button-fill:before {
  background-color: #0AB2D4 !important;
}

.button-border.button-project-primary-100-bleu {
  color: #0AB2D4;
  border-color: #0AB2D4;
}

.button-project-primary-25-bleu {
  background-color: #b0e2ea;
}

.button-reveal.button-project-primary-25-bleu:hover, .button-border.button-project-primary-25-bleu:hover, .button-border.button-project-primary-25-bleu.button-progress:before, .button-border.button-project-primary-25-bleu.button-fill:before {
  background-color: #b0e2ea !important;
}

.button-border.button-project-primary-25-bleu {
  color: #b0e2ea;
  border-color: #b0e2ea;
}

.button-project-primary-50-bleu {
  background-color: #6ed8de;
}

.button-reveal.button-project-primary-50-bleu:hover, .button-border.button-project-primary-50-bleu:hover, .button-border.button-project-primary-50-bleu.button-progress:before, .button-border.button-project-primary-50-bleu.button-fill:before {
  background-color: #6ed8de !important;
}

.button-border.button-project-primary-50-bleu {
  color: #6ed8de;
  border-color: #6ed8de;
}

.button-project-primary-75-bleu {
  background-color: #00c6df;
}

.button-reveal.button-project-primary-75-bleu:hover, .button-border.button-project-primary-75-bleu:hover, .button-border.button-project-primary-75-bleu.button-progress:before, .button-border.button-project-primary-75-bleu.button-fill:before {
  background-color: #00c6df !important;
}

.button-border.button-project-primary-75-bleu {
  color: #00c6df;
  border-color: #00c6df;
}

.button-project-primary-100-orange {
  background-color: #F67D6A;
}

.button-reveal.button-project-primary-100-orange:hover, .button-border.button-project-primary-100-orange:hover, .button-border.button-project-primary-100-orange.button-progress:before, .button-border.button-project-primary-100-orange.button-fill:before {
  background-color: #F67D6A !important;
}

.button-border.button-project-primary-100-orange {
  color: #F67D6A;
  border-color: #F67D6A;
}

.button-project-primary-20-orange {
  background-color: #FCEEE4;
}

.button-reveal.button-project-primary-20-orange:hover, .button-border.button-project-primary-20-orange:hover, .button-border.button-project-primary-20-orange.button-progress:before, .button-border.button-project-primary-20-orange.button-fill:before {
  background-color: #FCEEE4 !important;
}

.button-border.button-project-primary-20-orange {
  color: #FCEEE4;
  border-color: #FCEEE4;
}

.button-project-primary-50-orange {
  background-color: #ffbca6;
}

.button-reveal.button-project-primary-50-orange:hover, .button-border.button-project-primary-50-orange:hover, .button-border.button-project-primary-50-orange.button-progress:before, .button-border.button-project-primary-50-orange.button-fill:before {
  background-color: #ffbca6 !important;
}

.button-border.button-project-primary-50-orange {
  color: #ffbca6;
  border-color: #ffbca6;
}

.button-project-primary-75-orange {
  background-color: #ff9b88;
}

.button-reveal.button-project-primary-75-orange:hover, .button-border.button-project-primary-75-orange:hover, .button-border.button-project-primary-75-orange.button-progress:before, .button-border.button-project-primary-75-orange.button-fill:before {
  background-color: #ff9b88 !important;
}

.button-border.button-project-primary-75-orange {
  color: #ff9b88;
  border-color: #ff9b88;
}

.button-project-secondary-beige-rose {
  background-color: #F5CAAB;
}

.button-reveal.button-project-secondary-beige-rose:hover, .button-border.button-project-secondary-beige-rose:hover, .button-border.button-project-secondary-beige-rose.button-progress:before, .button-border.button-project-secondary-beige-rose.button-fill:before {
  background-color: #F5CAAB !important;
}

.button-border.button-project-secondary-beige-rose {
  color: #F5CAAB;
  border-color: #F5CAAB;
}

.button-project-secondary-beige {
  background-color: #F1E6D4;
}

.button-reveal.button-project-secondary-beige:hover, .button-border.button-project-secondary-beige:hover, .button-border.button-project-secondary-beige.button-progress:before, .button-border.button-project-secondary-beige.button-fill:before {
  background-color: #F1E6D4 !important;
}

.button-border.button-project-secondary-beige {
  color: #F1E6D4;
  border-color: #F1E6D4;
}

.button-project-secondary-beige-clair {
  background-color: #FFFDFB;
}

.button-reveal.button-project-secondary-beige-clair:hover, .button-border.button-project-secondary-beige-clair:hover, .button-border.button-project-secondary-beige-clair.button-progress:before, .button-border.button-project-secondary-beige-clair.button-fill:before {
  background-color: #FFFDFB !important;
}

.button-border.button-project-secondary-beige-clair {
  color: #FFFDFB;
  border-color: #FFFDFB;
}

.button-project-secondary-rose-grise {
  background-color: #FBF7F1;
}

.button-reveal.button-project-secondary-rose-grise:hover, .button-border.button-project-secondary-rose-grise:hover, .button-border.button-project-secondary-rose-grise.button-progress:before, .button-border.button-project-secondary-rose-grise.button-fill:before {
  background-color: #FBF7F1 !important;
}

.button-border.button-project-secondary-rose-grise {
  color: #FBF7F1;
  border-color: #FBF7F1;
}

.button-project-secondary-bleu-nuit {
  background-color: #111235;
}

.button-reveal.button-project-secondary-bleu-nuit:hover, .button-border.button-project-secondary-bleu-nuit:hover, .button-border.button-project-secondary-bleu-nuit.button-progress:before, .button-border.button-project-secondary-bleu-nuit.button-fill:before {
  background-color: #111235 !important;
}

.button-border.button-project-secondary-bleu-nuit {
  color: #111235;
  border-color: #111235;
}

.button-project-secondary-vert-pastel {
  background-color: #AFCFCC;
}

.button-reveal.button-project-secondary-vert-pastel:hover, .button-border.button-project-secondary-vert-pastel:hover, .button-border.button-project-secondary-vert-pastel.button-progress:before, .button-border.button-project-secondary-vert-pastel.button-fill:before {
  background-color: #AFCFCC !important;
}

.button-border.button-project-secondary-vert-pastel {
  color: #AFCFCC;
  border-color: #AFCFCC;
}

.button-project-secondary-rose-pale {
  background-color: #FCEEE4;
}

.button-reveal.button-project-secondary-rose-pale:hover, .button-border.button-project-secondary-rose-pale:hover, .button-border.button-project-secondary-rose-pale.button-progress:before, .button-border.button-project-secondary-rose-pale.button-fill:before {
  background-color: #FCEEE4 !important;
}

.button-border.button-project-secondary-rose-pale {
  color: #FCEEE4;
  border-color: #FCEEE4;
}

.button-project-secondary-gris {
  background-color: #A1AFC5;
}

.button-reveal.button-project-secondary-gris:hover, .button-border.button-project-secondary-gris:hover, .button-border.button-project-secondary-gris.button-progress:before, .button-border.button-project-secondary-gris.button-fill:before {
  background-color: #A1AFC5 !important;
}

.button-border.button-project-secondary-gris {
  color: #A1AFC5;
  border-color: #A1AFC5;
}

.button-gray-30 {
  background-color: #1112354C;
}

.button-reveal.button-gray-30:hover, .button-border.button-gray-30:hover, .button-border.button-gray-30.button-progress:before, .button-border.button-gray-30.button-fill:before {
  background-color: #1112354C !important;
}

.button-border.button-gray-30 {
  color: #1112354C;
  border-color: #1112354C;
}

.button-error {
  background-color: red;
}

.button-reveal.button-error:hover, .button-border.button-error:hover, .button-border.button-error.button-progress:before, .button-border.button-error.button-fill:before {
  background-color: red !important;
}

.button-border.button-error {
  color: red;
  border-color: red;
}

.form-control:focus, .btn:focus, .btn.focus, .custom-control-input:focus ~ .custom-control-label::before, .custom-select:focus, .custom-file-input:focus ~ .custom-file-label, .custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb, .page-link:focus, .bootstrap-select .dropdown-menu .notify {
  box-shadow: none !important;
}

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

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

/* Supprimer les flèches sur les input de type "number" (Chrome, Safari, Edge, Opera) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Supprimer les flèches sur les input de type "number" (Firefox) */
input[type=number] {
  -moz-appearance: textfield;
}

/***************************************************/
/*                                                 */
/*                  COLOR CLASS                    */
/*                                                 */
/***************************************************/
.strike-primary {
  text-decoration: line-through #007bff;
}

.fill-primary {
  fill: #007bff;
}

.bg-l-primary {
  background-color: rgba(0, 123, 255, 0.1);
}

.tooltip.tooltip-primary .tooltip-inner {
  background: #007bff !important;
  color: white;
}

.tooltip.tooltip-primary .arrow:before {
  border-bottom-color: #007bff !important;
  border-top-color: #007bff !important;
}

.tooltip.tooltip-primary .arrow-left:before {
  border-left-color: #007bff;
}

.tooltip.tooltip-primary .arrow-right:before {
  border-right-color: #007bff;
}

.badge-primary {
  color: white;
  background: #007bff;
}

.badge-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
}

.strike-secondary {
  text-decoration: line-through #6c757d;
}

.fill-secondary {
  fill: #6c757d;
}

.bg-l-secondary {
  background-color: rgba(108, 117, 125, 0.1);
}

.tooltip.tooltip-secondary .tooltip-inner {
  background: #6c757d !important;
  color: white;
}

.tooltip.tooltip-secondary .arrow:before {
  border-bottom-color: #6c757d !important;
  border-top-color: #6c757d !important;
}

.tooltip.tooltip-secondary .arrow-left:before {
  border-left-color: #6c757d;
}

.tooltip.tooltip-secondary .arrow-right:before {
  border-right-color: #6c757d;
}

.badge-secondary {
  color: white;
  background: #6c757d;
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
}

.strike-success {
  text-decoration: line-through #28a745;
}

.fill-success {
  fill: #28a745;
}

.bg-l-success {
  background-color: rgba(40, 167, 69, 0.1);
}

.tooltip.tooltip-success .tooltip-inner {
  background: #28a745 !important;
  color: white;
}

.tooltip.tooltip-success .arrow:before {
  border-bottom-color: #28a745 !important;
  border-top-color: #28a745 !important;
}

.tooltip.tooltip-success .arrow-left:before {
  border-left-color: #28a745;
}

.tooltip.tooltip-success .arrow-right:before {
  border-right-color: #28a745;
}

.badge-success {
  color: white;
  background: #28a745;
}

.badge-outline-success {
  color: #28a745;
  border: 1px solid #28a745;
}

.strike-info {
  text-decoration: line-through #17a2b8;
}

.fill-info {
  fill: #17a2b8;
}

.bg-l-info {
  background-color: rgba(23, 162, 184, 0.1);
}

.tooltip.tooltip-info .tooltip-inner {
  background: #17a2b8 !important;
  color: white;
}

.tooltip.tooltip-info .arrow:before {
  border-bottom-color: #17a2b8 !important;
  border-top-color: #17a2b8 !important;
}

.tooltip.tooltip-info .arrow-left:before {
  border-left-color: #17a2b8;
}

.tooltip.tooltip-info .arrow-right:before {
  border-right-color: #17a2b8;
}

.badge-info {
  color: white;
  background: #17a2b8;
}

.badge-outline-info {
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.strike-warning {
  text-decoration: line-through #ffc107;
}

.fill-warning {
  fill: #ffc107;
}

.bg-l-warning {
  background-color: rgba(255, 193, 7, 0.1);
}

.tooltip.tooltip-warning .tooltip-inner {
  background: #ffc107 !important;
  color: white;
}

.tooltip.tooltip-warning .arrow:before {
  border-bottom-color: #ffc107 !important;
  border-top-color: #ffc107 !important;
}

.tooltip.tooltip-warning .arrow-left:before {
  border-left-color: #ffc107;
}

.tooltip.tooltip-warning .arrow-right:before {
  border-right-color: #ffc107;
}

.badge-warning {
  color: white;
  background: #ffc107;
}

.badge-outline-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
}

.strike-danger {
  text-decoration: line-through #dc3545;
}

.fill-danger {
  fill: #dc3545;
}

.bg-l-danger {
  background-color: rgba(220, 53, 69, 0.1);
}

.tooltip.tooltip-danger .tooltip-inner {
  background: #dc3545 !important;
  color: white;
}

.tooltip.tooltip-danger .arrow:before {
  border-bottom-color: #dc3545 !important;
  border-top-color: #dc3545 !important;
}

.tooltip.tooltip-danger .arrow-left:before {
  border-left-color: #dc3545;
}

.tooltip.tooltip-danger .arrow-right:before {
  border-right-color: #dc3545;
}

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

.badge-outline-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.strike-light {
  text-decoration: line-through #f8f9fa;
}

.fill-light {
  fill: #f8f9fa;
}

.bg-l-light {
  background-color: rgba(248, 249, 250, 0.1);
}

.tooltip.tooltip-light .tooltip-inner {
  background: #f8f9fa !important;
  color: white;
}

.tooltip.tooltip-light .arrow:before {
  border-bottom-color: #f8f9fa !important;
  border-top-color: #f8f9fa !important;
}

.tooltip.tooltip-light .arrow-left:before {
  border-left-color: #f8f9fa;
}

.tooltip.tooltip-light .arrow-right:before {
  border-right-color: #f8f9fa;
}

.badge-light {
  color: white;
  background: #f8f9fa;
}

.badge-outline-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.strike-dark {
  text-decoration: line-through #343a40;
}

.fill-dark {
  fill: #343a40;
}

.bg-l-dark {
  background-color: rgba(52, 58, 64, 0.1);
}

.tooltip.tooltip-dark .tooltip-inner {
  background: #343a40 !important;
  color: white;
}

.tooltip.tooltip-dark .arrow:before {
  border-bottom-color: #343a40 !important;
  border-top-color: #343a40 !important;
}

.tooltip.tooltip-dark .arrow-left:before {
  border-left-color: #343a40;
}

.tooltip.tooltip-dark .arrow-right:before {
  border-right-color: #343a40;
}

.badge-dark {
  color: white;
  background: #343a40;
}

.badge-outline-dark {
  color: #343a40;
  border: 1px solid #343a40;
}

.strike-project-primary-100-bleu-canard {
  text-decoration: line-through #056E83;
}

.fill-project-primary-100-bleu-canard {
  fill: #056E83;
}

.bg-l-project-primary-100-bleu-canard {
  background-color: rgba(5, 110, 131, 0.1);
}

.tooltip.tooltip-project-primary-100-bleu-canard .tooltip-inner {
  background: #056E83 !important;
  color: white;
}

.tooltip.tooltip-project-primary-100-bleu-canard .arrow:before {
  border-bottom-color: #056E83 !important;
  border-top-color: #056E83 !important;
}

.tooltip.tooltip-project-primary-100-bleu-canard .arrow-left:before {
  border-left-color: #056E83;
}

.tooltip.tooltip-project-primary-100-bleu-canard .arrow-right:before {
  border-right-color: #056E83;
}

.badge-project-primary-100-bleu-canard {
  color: white;
  background: #056E83;
}

.badge-outline-project-primary-100-bleu-canard {
  color: #056E83;
  border: 1px solid #056E83;
}

.strike-project-primary-dark-bleu-canard {
  text-decoration: line-through #023942;
}

.fill-project-primary-dark-bleu-canard {
  fill: #023942;
}

.bg-l-project-primary-dark-bleu-canard {
  background-color: rgba(2, 57, 66, 0.1);
}

.tooltip.tooltip-project-primary-dark-bleu-canard .tooltip-inner {
  background: #023942 !important;
  color: white;
}

.tooltip.tooltip-project-primary-dark-bleu-canard .arrow:before {
  border-bottom-color: #023942 !important;
  border-top-color: #023942 !important;
}

.tooltip.tooltip-project-primary-dark-bleu-canard .arrow-left:before {
  border-left-color: #023942;
}

.tooltip.tooltip-project-primary-dark-bleu-canard .arrow-right:before {
  border-right-color: #023942;
}

.badge-project-primary-dark-bleu-canard {
  color: white;
  background: #023942;
}

.badge-outline-project-primary-dark-bleu-canard {
  color: #023942;
  border: 1px solid #023942;
}

.strike-project-primary-25-bleu-canard {
  text-decoration: line-through #b3d3d7;
}

.fill-project-primary-25-bleu-canard {
  fill: #b3d3d7;
}

.bg-l-project-primary-25-bleu-canard {
  background-color: rgba(179, 211, 215, 0.1);
}

.tooltip.tooltip-project-primary-25-bleu-canard .tooltip-inner {
  background: #b3d3d7 !important;
  color: white;
}

.tooltip.tooltip-project-primary-25-bleu-canard .arrow:before {
  border-bottom-color: #b3d3d7 !important;
  border-top-color: #b3d3d7 !important;
}

.tooltip.tooltip-project-primary-25-bleu-canard .arrow-left:before {
  border-left-color: #b3d3d7;
}

.tooltip.tooltip-project-primary-25-bleu-canard .arrow-right:before {
  border-right-color: #b3d3d7;
}

.badge-project-primary-25-bleu-canard {
  color: white;
  background: #b3d3d7;
}

.badge-outline-project-primary-25-bleu-canard {
  color: #b3d3d7;
  border: 1px solid #b3d3d7;
}

.strike-project-primary-50-bleu-canard {
  text-decoration: line-through #73b3be;
}

.fill-project-primary-50-bleu-canard {
  fill: #73b3be;
}

.bg-l-project-primary-50-bleu-canard {
  background-color: rgba(115, 179, 190, 0.1);
}

.tooltip.tooltip-project-primary-50-bleu-canard .tooltip-inner {
  background: #73b3be !important;
  color: white;
}

.tooltip.tooltip-project-primary-50-bleu-canard .arrow:before {
  border-bottom-color: #73b3be !important;
  border-top-color: #73b3be !important;
}

.tooltip.tooltip-project-primary-50-bleu-canard .arrow-left:before {
  border-left-color: #73b3be;
}

.tooltip.tooltip-project-primary-50-bleu-canard .arrow-right:before {
  border-right-color: #73b3be;
}

.badge-project-primary-50-bleu-canard {
  color: white;
  background: #73b3be;
}

.badge-outline-project-primary-50-bleu-canard {
  color: #73b3be;
  border: 1px solid #73b3be;
}

.strike-project-primary-75-bleu-canard {
  text-decoration: line-through #1f95a4;
}

.fill-project-primary-75-bleu-canard {
  fill: #1f95a4;
}

.bg-l-project-primary-75-bleu-canard {
  background-color: rgba(31, 149, 164, 0.1);
}

.tooltip.tooltip-project-primary-75-bleu-canard .tooltip-inner {
  background: #1f95a4 !important;
  color: white;
}

.tooltip.tooltip-project-primary-75-bleu-canard .arrow:before {
  border-bottom-color: #1f95a4 !important;
  border-top-color: #1f95a4 !important;
}

.tooltip.tooltip-project-primary-75-bleu-canard .arrow-left:before {
  border-left-color: #1f95a4;
}

.tooltip.tooltip-project-primary-75-bleu-canard .arrow-right:before {
  border-right-color: #1f95a4;
}

.badge-project-primary-75-bleu-canard {
  color: white;
  background: #1f95a4;
}

.badge-outline-project-primary-75-bleu-canard {
  color: #1f95a4;
  border: 1px solid #1f95a4;
}

.strike-project-primary-100-bleu {
  text-decoration: line-through #0AB2D4;
}

.fill-project-primary-100-bleu {
  fill: #0AB2D4;
}

.bg-l-project-primary-100-bleu {
  background-color: rgba(10, 178, 212, 0.1);
}

.tooltip.tooltip-project-primary-100-bleu .tooltip-inner {
  background: #0AB2D4 !important;
  color: white;
}

.tooltip.tooltip-project-primary-100-bleu .arrow:before {
  border-bottom-color: #0AB2D4 !important;
  border-top-color: #0AB2D4 !important;
}

.tooltip.tooltip-project-primary-100-bleu .arrow-left:before {
  border-left-color: #0AB2D4;
}

.tooltip.tooltip-project-primary-100-bleu .arrow-right:before {
  border-right-color: #0AB2D4;
}

.badge-project-primary-100-bleu {
  color: white;
  background: #0AB2D4;
}

.badge-outline-project-primary-100-bleu {
  color: #0AB2D4;
  border: 1px solid #0AB2D4;
}

.strike-project-primary-25-bleu {
  text-decoration: line-through #b0e2ea;
}

.fill-project-primary-25-bleu {
  fill: #b0e2ea;
}

.bg-l-project-primary-25-bleu {
  background-color: rgba(176, 226, 234, 0.1);
}

.tooltip.tooltip-project-primary-25-bleu .tooltip-inner {
  background: #b0e2ea !important;
  color: white;
}

.tooltip.tooltip-project-primary-25-bleu .arrow:before {
  border-bottom-color: #b0e2ea !important;
  border-top-color: #b0e2ea !important;
}

.tooltip.tooltip-project-primary-25-bleu .arrow-left:before {
  border-left-color: #b0e2ea;
}

.tooltip.tooltip-project-primary-25-bleu .arrow-right:before {
  border-right-color: #b0e2ea;
}

.badge-project-primary-25-bleu {
  color: white;
  background: #b0e2ea;
}

.badge-outline-project-primary-25-bleu {
  color: #b0e2ea;
  border: 1px solid #b0e2ea;
}

.strike-project-primary-50-bleu {
  text-decoration: line-through #6ed8de;
}

.fill-project-primary-50-bleu {
  fill: #6ed8de;
}

.bg-l-project-primary-50-bleu {
  background-color: rgba(110, 216, 222, 0.1);
}

.tooltip.tooltip-project-primary-50-bleu .tooltip-inner {
  background: #6ed8de !important;
  color: white;
}

.tooltip.tooltip-project-primary-50-bleu .arrow:before {
  border-bottom-color: #6ed8de !important;
  border-top-color: #6ed8de !important;
}

.tooltip.tooltip-project-primary-50-bleu .arrow-left:before {
  border-left-color: #6ed8de;
}

.tooltip.tooltip-project-primary-50-bleu .arrow-right:before {
  border-right-color: #6ed8de;
}

.badge-project-primary-50-bleu {
  color: white;
  background: #6ed8de;
}

.badge-outline-project-primary-50-bleu {
  color: #6ed8de;
  border: 1px solid #6ed8de;
}

.strike-project-primary-75-bleu {
  text-decoration: line-through #00c6df;
}

.fill-project-primary-75-bleu {
  fill: #00c6df;
}

.bg-l-project-primary-75-bleu {
  background-color: rgba(0, 198, 223, 0.1);
}

.tooltip.tooltip-project-primary-75-bleu .tooltip-inner {
  background: #00c6df !important;
  color: white;
}

.tooltip.tooltip-project-primary-75-bleu .arrow:before {
  border-bottom-color: #00c6df !important;
  border-top-color: #00c6df !important;
}

.tooltip.tooltip-project-primary-75-bleu .arrow-left:before {
  border-left-color: #00c6df;
}

.tooltip.tooltip-project-primary-75-bleu .arrow-right:before {
  border-right-color: #00c6df;
}

.badge-project-primary-75-bleu {
  color: white;
  background: #00c6df;
}

.badge-outline-project-primary-75-bleu {
  color: #00c6df;
  border: 1px solid #00c6df;
}

.strike-project-primary-100-orange {
  text-decoration: line-through #F67D6A;
}

.fill-project-primary-100-orange {
  fill: #F67D6A;
}

.bg-l-project-primary-100-orange {
  background-color: rgba(246, 125, 106, 0.1);
}

.tooltip.tooltip-project-primary-100-orange .tooltip-inner {
  background: #F67D6A !important;
  color: white;
}

.tooltip.tooltip-project-primary-100-orange .arrow:before {
  border-bottom-color: #F67D6A !important;
  border-top-color: #F67D6A !important;
}

.tooltip.tooltip-project-primary-100-orange .arrow-left:before {
  border-left-color: #F67D6A;
}

.tooltip.tooltip-project-primary-100-orange .arrow-right:before {
  border-right-color: #F67D6A;
}

.badge-project-primary-100-orange {
  color: white;
  background: #F67D6A;
}

.badge-outline-project-primary-100-orange {
  color: #F67D6A;
  border: 1px solid #F67D6A;
}

.strike-project-primary-20-orange {
  text-decoration: line-through #FCEEE4;
}

.fill-project-primary-20-orange {
  fill: #FCEEE4;
}

.bg-l-project-primary-20-orange {
  background-color: rgba(252, 238, 228, 0.1);
}

.tooltip.tooltip-project-primary-20-orange .tooltip-inner {
  background: #FCEEE4 !important;
  color: white;
}

.tooltip.tooltip-project-primary-20-orange .arrow:before {
  border-bottom-color: #FCEEE4 !important;
  border-top-color: #FCEEE4 !important;
}

.tooltip.tooltip-project-primary-20-orange .arrow-left:before {
  border-left-color: #FCEEE4;
}

.tooltip.tooltip-project-primary-20-orange .arrow-right:before {
  border-right-color: #FCEEE4;
}

.badge-project-primary-20-orange {
  color: white;
  background: #FCEEE4;
}

.badge-outline-project-primary-20-orange {
  color: #FCEEE4;
  border: 1px solid #FCEEE4;
}

.strike-project-primary-50-orange {
  text-decoration: line-through #ffbca6;
}

.fill-project-primary-50-orange {
  fill: #ffbca6;
}

.bg-l-project-primary-50-orange {
  background-color: rgba(255, 188, 166, 0.1);
}

.tooltip.tooltip-project-primary-50-orange .tooltip-inner {
  background: #ffbca6 !important;
  color: white;
}

.tooltip.tooltip-project-primary-50-orange .arrow:before {
  border-bottom-color: #ffbca6 !important;
  border-top-color: #ffbca6 !important;
}

.tooltip.tooltip-project-primary-50-orange .arrow-left:before {
  border-left-color: #ffbca6;
}

.tooltip.tooltip-project-primary-50-orange .arrow-right:before {
  border-right-color: #ffbca6;
}

.badge-project-primary-50-orange {
  color: white;
  background: #ffbca6;
}

.badge-outline-project-primary-50-orange {
  color: #ffbca6;
  border: 1px solid #ffbca6;
}

.strike-project-primary-75-orange {
  text-decoration: line-through #ff9b88;
}

.fill-project-primary-75-orange {
  fill: #ff9b88;
}

.bg-l-project-primary-75-orange {
  background-color: rgba(255, 155, 136, 0.1);
}

.tooltip.tooltip-project-primary-75-orange .tooltip-inner {
  background: #ff9b88 !important;
  color: white;
}

.tooltip.tooltip-project-primary-75-orange .arrow:before {
  border-bottom-color: #ff9b88 !important;
  border-top-color: #ff9b88 !important;
}

.tooltip.tooltip-project-primary-75-orange .arrow-left:before {
  border-left-color: #ff9b88;
}

.tooltip.tooltip-project-primary-75-orange .arrow-right:before {
  border-right-color: #ff9b88;
}

.badge-project-primary-75-orange {
  color: white;
  background: #ff9b88;
}

.badge-outline-project-primary-75-orange {
  color: #ff9b88;
  border: 1px solid #ff9b88;
}

.strike-project-secondary-beige-rose {
  text-decoration: line-through #F5CAAB;
}

.fill-project-secondary-beige-rose {
  fill: #F5CAAB;
}

.bg-l-project-secondary-beige-rose {
  background-color: rgba(245, 202, 171, 0.1);
}

.tooltip.tooltip-project-secondary-beige-rose .tooltip-inner {
  background: #F5CAAB !important;
  color: white;
}

.tooltip.tooltip-project-secondary-beige-rose .arrow:before {
  border-bottom-color: #F5CAAB !important;
  border-top-color: #F5CAAB !important;
}

.tooltip.tooltip-project-secondary-beige-rose .arrow-left:before {
  border-left-color: #F5CAAB;
}

.tooltip.tooltip-project-secondary-beige-rose .arrow-right:before {
  border-right-color: #F5CAAB;
}

.badge-project-secondary-beige-rose {
  color: white;
  background: #F5CAAB;
}

.badge-outline-project-secondary-beige-rose {
  color: #F5CAAB;
  border: 1px solid #F5CAAB;
}

.strike-project-secondary-beige {
  text-decoration: line-through #F1E6D4;
}

.fill-project-secondary-beige {
  fill: #F1E6D4;
}

.bg-l-project-secondary-beige {
  background-color: rgba(241, 230, 212, 0.1);
}

.tooltip.tooltip-project-secondary-beige .tooltip-inner {
  background: #F1E6D4 !important;
  color: white;
}

.tooltip.tooltip-project-secondary-beige .arrow:before {
  border-bottom-color: #F1E6D4 !important;
  border-top-color: #F1E6D4 !important;
}

.tooltip.tooltip-project-secondary-beige .arrow-left:before {
  border-left-color: #F1E6D4;
}

.tooltip.tooltip-project-secondary-beige .arrow-right:before {
  border-right-color: #F1E6D4;
}

.badge-project-secondary-beige {
  color: white;
  background: #F1E6D4;
}

.badge-outline-project-secondary-beige {
  color: #F1E6D4;
  border: 1px solid #F1E6D4;
}

.strike-project-secondary-beige-clair {
  text-decoration: line-through #FFFDFB;
}

.fill-project-secondary-beige-clair {
  fill: #FFFDFB;
}

.bg-l-project-secondary-beige-clair {
  background-color: rgba(255, 253, 251, 0.1);
}

.tooltip.tooltip-project-secondary-beige-clair .tooltip-inner {
  background: #FFFDFB !important;
  color: white;
}

.tooltip.tooltip-project-secondary-beige-clair .arrow:before {
  border-bottom-color: #FFFDFB !important;
  border-top-color: #FFFDFB !important;
}

.tooltip.tooltip-project-secondary-beige-clair .arrow-left:before {
  border-left-color: #FFFDFB;
}

.tooltip.tooltip-project-secondary-beige-clair .arrow-right:before {
  border-right-color: #FFFDFB;
}

.badge-project-secondary-beige-clair {
  color: white;
  background: #FFFDFB;
}

.badge-outline-project-secondary-beige-clair {
  color: #FFFDFB;
  border: 1px solid #FFFDFB;
}

.strike-project-secondary-rose-grise {
  text-decoration: line-through #FBF7F1;
}

.fill-project-secondary-rose-grise {
  fill: #FBF7F1;
}

.bg-l-project-secondary-rose-grise {
  background-color: rgba(251, 247, 241, 0.1);
}

.tooltip.tooltip-project-secondary-rose-grise .tooltip-inner {
  background: #FBF7F1 !important;
  color: white;
}

.tooltip.tooltip-project-secondary-rose-grise .arrow:before {
  border-bottom-color: #FBF7F1 !important;
  border-top-color: #FBF7F1 !important;
}

.tooltip.tooltip-project-secondary-rose-grise .arrow-left:before {
  border-left-color: #FBF7F1;
}

.tooltip.tooltip-project-secondary-rose-grise .arrow-right:before {
  border-right-color: #FBF7F1;
}

.badge-project-secondary-rose-grise {
  color: white;
  background: #FBF7F1;
}

.badge-outline-project-secondary-rose-grise {
  color: #FBF7F1;
  border: 1px solid #FBF7F1;
}

.strike-project-secondary-bleu-nuit {
  text-decoration: line-through #111235;
}

.fill-project-secondary-bleu-nuit {
  fill: #111235;
}

.bg-l-project-secondary-bleu-nuit {
  background-color: rgba(17, 18, 53, 0.1);
}

.tooltip.tooltip-project-secondary-bleu-nuit .tooltip-inner {
  background: #111235 !important;
  color: white;
}

.tooltip.tooltip-project-secondary-bleu-nuit .arrow:before {
  border-bottom-color: #111235 !important;
  border-top-color: #111235 !important;
}

.tooltip.tooltip-project-secondary-bleu-nuit .arrow-left:before {
  border-left-color: #111235;
}

.tooltip.tooltip-project-secondary-bleu-nuit .arrow-right:before {
  border-right-color: #111235;
}

.badge-project-secondary-bleu-nuit {
  color: white;
  background: #111235;
}

.badge-outline-project-secondary-bleu-nuit {
  color: #111235;
  border: 1px solid #111235;
}

.strike-project-secondary-vert-pastel {
  text-decoration: line-through #AFCFCC;
}

.fill-project-secondary-vert-pastel {
  fill: #AFCFCC;
}

.bg-l-project-secondary-vert-pastel {
  background-color: rgba(175, 207, 204, 0.1);
}

.tooltip.tooltip-project-secondary-vert-pastel .tooltip-inner {
  background: #AFCFCC !important;
  color: white;
}

.tooltip.tooltip-project-secondary-vert-pastel .arrow:before {
  border-bottom-color: #AFCFCC !important;
  border-top-color: #AFCFCC !important;
}

.tooltip.tooltip-project-secondary-vert-pastel .arrow-left:before {
  border-left-color: #AFCFCC;
}

.tooltip.tooltip-project-secondary-vert-pastel .arrow-right:before {
  border-right-color: #AFCFCC;
}

.badge-project-secondary-vert-pastel {
  color: white;
  background: #AFCFCC;
}

.badge-outline-project-secondary-vert-pastel {
  color: #AFCFCC;
  border: 1px solid #AFCFCC;
}

.strike-project-secondary-rose-pale {
  text-decoration: line-through #FCEEE4;
}

.fill-project-secondary-rose-pale {
  fill: #FCEEE4;
}

.bg-l-project-secondary-rose-pale {
  background-color: rgba(252, 238, 228, 0.1);
}

.tooltip.tooltip-project-secondary-rose-pale .tooltip-inner {
  background: #FCEEE4 !important;
  color: white;
}

.tooltip.tooltip-project-secondary-rose-pale .arrow:before {
  border-bottom-color: #FCEEE4 !important;
  border-top-color: #FCEEE4 !important;
}

.tooltip.tooltip-project-secondary-rose-pale .arrow-left:before {
  border-left-color: #FCEEE4;
}

.tooltip.tooltip-project-secondary-rose-pale .arrow-right:before {
  border-right-color: #FCEEE4;
}

.badge-project-secondary-rose-pale {
  color: white;
  background: #FCEEE4;
}

.badge-outline-project-secondary-rose-pale {
  color: #FCEEE4;
  border: 1px solid #FCEEE4;
}

.strike-project-secondary-gris {
  text-decoration: line-through #A1AFC5;
}

.fill-project-secondary-gris {
  fill: #A1AFC5;
}

.bg-l-project-secondary-gris {
  background-color: rgba(161, 175, 197, 0.1);
}

.tooltip.tooltip-project-secondary-gris .tooltip-inner {
  background: #A1AFC5 !important;
  color: white;
}

.tooltip.tooltip-project-secondary-gris .arrow:before {
  border-bottom-color: #A1AFC5 !important;
  border-top-color: #A1AFC5 !important;
}

.tooltip.tooltip-project-secondary-gris .arrow-left:before {
  border-left-color: #A1AFC5;
}

.tooltip.tooltip-project-secondary-gris .arrow-right:before {
  border-right-color: #A1AFC5;
}

.badge-project-secondary-gris {
  color: white;
  background: #A1AFC5;
}

.badge-outline-project-secondary-gris {
  color: #A1AFC5;
  border: 1px solid #A1AFC5;
}

.strike-gray-30 {
  text-decoration: line-through #1112354C;
}

.fill-gray-30 {
  fill: #1112354C;
}

.bg-l-gray-30 {
  background-color: rgba(17, 18, 53, 0);
}

.tooltip.tooltip-gray-30 .tooltip-inner {
  background: #1112354C !important;
  color: white;
}

.tooltip.tooltip-gray-30 .arrow:before {
  border-bottom-color: #1112354C !important;
  border-top-color: #1112354C !important;
}

.tooltip.tooltip-gray-30 .arrow-left:before {
  border-left-color: #1112354C;
}

.tooltip.tooltip-gray-30 .arrow-right:before {
  border-right-color: #1112354C;
}

.badge-gray-30 {
  color: white;
  background: #1112354C;
}

.badge-outline-gray-30 {
  color: #1112354C;
  border: 1px solid #1112354C;
}

.strike-error {
  text-decoration: line-through red;
}

.fill-error {
  fill: red;
}

.bg-l-error {
  background-color: rgba(255, 0, 0, 0.1);
}

.tooltip.tooltip-error .tooltip-inner {
  background: red !important;
  color: white;
}

.tooltip.tooltip-error .arrow:before {
  border-bottom-color: red !important;
  border-top-color: red !important;
}

.tooltip.tooltip-error .arrow-left:before {
  border-left-color: red;
}

.tooltip.tooltip-error .arrow-right:before {
  border-right-color: red;
}

.badge-error {
  color: white;
  background: red;
}

.badge-outline-error {
  color: red;
  border: 1px solid red;
}

/***************************************************/
/*                                                 */
/*              FA RADIO & FA CHECKBOX             */
/*                                                 */
/***************************************************/
i.fa-radio {
  position: relative;
  top: 5px;
  margin-right: 3px;
}

i.fa-checkbox {
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.radio-container.disabled, .checkbox-container.disabled {
  opacity: 0.5;
}

/***************************************************/
/*                                                 */
/*                      INPUT                      */
/*                                                 */
/***************************************************/
.border-no:hover, .modal.generic-modal .dismiss-modal:hover {
  border: none !important;
}

.border-no:focus, .modal.generic-modal .dismiss-modal:focus {
  border: none !important;
}

/***************************************************/
/*                                                 */
/*                      INPUT                      */
/*                                                 */
/***************************************************/
input, .cke_editable {
  -webkit-box-shadow: none !important;
  outline: -webkit-focus-ring-color auto 0 !important;
  padding: 3px;
}

/***************************************************/
/*                                                 */
/*                      TABLE                      */
/*                                                 */
/***************************************************/
td.col-1, th.col-1 {
  width: 8.33333%;
}

td.col-2, th.col-2 {
  width: 16.66667%;
}

td.col-3, th.col-3 {
  width: 25%;
}

td.col-4, th.col-4 {
  width: 33.33333%;
}

td.col-5, th.col-5 {
  width: 41.66667%;
}

td.col-6, th.col-6 {
  width: 50%;
}

td.col-7, th.col-7 {
  width: 58.33333%;
}

td.col-8, th.col-8 {
  width: 66.66667%;
}

td.col-9, th.col-9 {
  width: 75%;
}

td.col-10, th.col-10 {
  width: 83.33333%;
}

td.col-11, th.col-11 {
  width: 91.66667%;
}

td.col-12, th.col-12 {
  width: 100%;
}

td.col-sm-1, th.col-sm-1 {
  width: 8.33333%;
}

td.col-sm-2, th.col-sm-2 {
  width: 16.66667%;
}

td.col-sm-3, th.col-sm-3 {
  width: 25%;
}

td.col-sm-4, th.col-sm-4 {
  width: 33.33333%;
}

td.col-sm-5, th.col-sm-5 {
  width: 41.66667%;
}

td.col-sm-6, th.col-sm-6 {
  width: 50%;
}

td.col-sm-7, th.col-sm-7 {
  width: 58.33333%;
}

td.col-sm-8, th.col-sm-8 {
  width: 66.66667%;
}

td.col-sm-9, th.col-sm-9 {
  width: 75%;
}

td.col-sm-10, th.col-sm-10 {
  width: 83.33333%;
}

td.col-sm-11, th.col-sm-11 {
  width: 91.66667%;
}

td.col-sm-12, th.col-sm-12 {
  width: 100%;
}

td.col-md-1, th.col-md-1 {
  width: 8.33333%;
}

td.col-md-2, th.col-md-2 {
  width: 16.66667%;
}

td.col-md-3, th.col-md-3 {
  width: 25%;
}

td.col-md-4, th.col-md-4 {
  width: 33.33333%;
}

td.col-md-5, th.col-md-5 {
  width: 41.66667%;
}

td.col-md-6, th.col-md-6 {
  width: 50%;
}

td.col-md-7, th.col-md-7 {
  width: 58.33333%;
}

td.col-md-8, th.col-md-8 {
  width: 66.66667%;
}

td.col-md-9, th.col-md-9 {
  width: 75%;
}

td.col-md-10, th.col-md-10 {
  width: 83.33333%;
}

td.col-md-11, th.col-md-11 {
  width: 91.66667%;
}

td.col-md-12, th.col-md-12 {
  width: 100%;
}

td.col-lg-1, th.col-lg-1 {
  width: 8.33333%;
}

td.col-lg-2, th.col-lg-2 {
  width: 16.66667%;
}

td.col-lg-3, th.col-lg-3 {
  width: 25%;
}

td.col-lg-4, th.col-lg-4 {
  width: 33.33333%;
}

td.col-lg-5, th.col-lg-5 {
  width: 41.66667%;
}

td.col-lg-6, th.col-lg-6 {
  width: 50%;
}

td.col-lg-7, th.col-lg-7 {
  width: 58.33333%;
}

td.col-lg-8, th.col-lg-8 {
  width: 66.66667%;
}

td.col-lg-9, th.col-lg-9 {
  width: 75%;
}

td.col-lg-10, th.col-lg-10 {
  width: 83.33333%;
}

td.col-lg-11, th.col-lg-11 {
  width: 91.66667%;
}

td.col-lg-12, th.col-lg-12 {
  width: 100%;
}

td.col-xl-1, th.col-xl-1 {
  width: 8.33333%;
}

td.col-xl-2, th.col-xl-2 {
  width: 16.66667%;
}

td.col-xl-3, th.col-xl-3 {
  width: 25%;
}

td.col-xl-4, th.col-xl-4 {
  width: 33.33333%;
}

td.col-xl-5, th.col-xl-5 {
  width: 41.66667%;
}

td.col-xl-6, th.col-xl-6 {
  width: 50%;
}

td.col-xl-7, th.col-xl-7 {
  width: 58.33333%;
}

td.col-xl-8, th.col-xl-8 {
  width: 66.66667%;
}

td.col-xl-9, th.col-xl-9 {
  width: 75%;
}

td.col-xl-10, th.col-xl-10 {
  width: 83.33333%;
}

td.col-xl-11, th.col-xl-11 {
  width: 91.66667%;
}

td.col-xl-12, th.col-xl-12 {
  width: 100%;
}

table.table-td-v-align-middle td {
  vertical-align: middle !important;
}

table.table-th-v-align-middle th {
  vertical-align: middle !important;
}

/***************************************************/
/*                                                 */
/*                  LINE-HEIGHT                    */
/*                                                 */
/***************************************************/
.line-height-half {
  line-height: 0.5em;
}

.line-height-six-tenth {
  line-height: 0.6em;
}

.line-height-two-third {
  line-height: 0.66em;
}

.line-height-three-quarters {
  line-height: 0.75em;
}

.line-height-eight-tenth {
  line-height: 0.8em;
}

.line-height-nine-tenth {
  line-height: 0.9em;
}

.line-height-one {
  line-height: 1em;
}

.line-height-one-and-a-tenth {
  line-height: 1.1em;
}

.line-height-one-and-a-fifth {
  line-height: 1.2em;
}

.line-height-one-and-a-quarter {
  line-height: 1.25em;
}

.line-height-one-and-a-third {
  line-height: 1.3em;
}

.line-height-one-and-a-half {
  line-height: 1.5em;
}

.line-height-one-and-two-third {
  line-height: 1.66em;
}

.line-height-one-and-three-quarter {
  line-height: 1.75em;
}

.line-height-double {
  line-height: 2em;
}

.line-height-triple {
  line-height: 3em;
}

@media (min-width: 576px) {
  .line-height-half-sm {
    line-height: 0.5em;
  }
}
@media (min-width: 576px) {
  .line-height-six-tenth-sm {
    line-height: 0.6em;
  }
}
@media (min-width: 576px) {
  .line-height-two-third-sm {
    line-height: 0.66em;
  }
}
@media (min-width: 576px) {
  .line-height-three-quarters-sm {
    line-height: 0.75em;
  }
}
@media (min-width: 576px) {
  .line-height-eight-tenth-sm {
    line-height: 0.8em;
  }
}
@media (min-width: 576px) {
  .line-height-nine-tenth-sm {
    line-height: 0.9em;
  }
}
@media (min-width: 576px) {
  .line-height-one-sm {
    line-height: 1em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-tenth-sm {
    line-height: 1.1em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-fifth-sm {
    line-height: 1.2em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-quarter-sm {
    line-height: 1.25em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-third-sm {
    line-height: 1.3em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-a-half-sm {
    line-height: 1.5em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-two-third-sm {
    line-height: 1.66em;
  }
}
@media (min-width: 576px) {
  .line-height-one-and-three-quarter-sm {
    line-height: 1.75em;
  }
}
@media (min-width: 576px) {
  .line-height-double-sm {
    line-height: 2em;
  }
}
@media (min-width: 576px) {
  .line-height-triple-sm {
    line-height: 3em;
  }
}
@media (min-width: 768px) {
  .line-height-half-md {
    line-height: 0.5em;
  }
}
@media (min-width: 768px) {
  .line-height-six-tenth-md {
    line-height: 0.6em;
  }
}
@media (min-width: 768px) {
  .line-height-two-third-md {
    line-height: 0.66em;
  }
}
@media (min-width: 768px) {
  .line-height-three-quarters-md {
    line-height: 0.75em;
  }
}
@media (min-width: 768px) {
  .line-height-eight-tenth-md {
    line-height: 0.8em;
  }
}
@media (min-width: 768px) {
  .line-height-nine-tenth-md {
    line-height: 0.9em;
  }
}
@media (min-width: 768px) {
  .line-height-one-md {
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-tenth-md {
    line-height: 1.1em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-fifth-md {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-quarter-md {
    line-height: 1.25em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-third-md {
    line-height: 1.3em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-a-half-md {
    line-height: 1.5em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-two-third-md {
    line-height: 1.66em;
  }
}
@media (min-width: 768px) {
  .line-height-one-and-three-quarter-md {
    line-height: 1.75em;
  }
}
@media (min-width: 768px) {
  .line-height-double-md {
    line-height: 2em;
  }
}
@media (min-width: 768px) {
  .line-height-triple-md {
    line-height: 3em;
  }
}
@media (min-width: 992px) {
  .line-height-half-lg {
    line-height: 0.5em;
  }
}
@media (min-width: 992px) {
  .line-height-six-tenth-lg {
    line-height: 0.6em;
  }
}
@media (min-width: 992px) {
  .line-height-two-third-lg {
    line-height: 0.66em;
  }
}
@media (min-width: 992px) {
  .line-height-three-quarters-lg {
    line-height: 0.75em;
  }
}
@media (min-width: 992px) {
  .line-height-eight-tenth-lg {
    line-height: 0.8em;
  }
}
@media (min-width: 992px) {
  .line-height-nine-tenth-lg {
    line-height: 0.9em;
  }
}
@media (min-width: 992px) {
  .line-height-one-lg {
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-tenth-lg {
    line-height: 1.1em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-fifth-lg {
    line-height: 1.2em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-quarter-lg {
    line-height: 1.25em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-third-lg {
    line-height: 1.3em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-a-half-lg {
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-two-third-lg {
    line-height: 1.66em;
  }
}
@media (min-width: 992px) {
  .line-height-one-and-three-quarter-lg {
    line-height: 1.75em;
  }
}
@media (min-width: 992px) {
  .line-height-double-lg {
    line-height: 2em;
  }
}
@media (min-width: 992px) {
  .line-height-triple-lg {
    line-height: 3em;
  }
}
@media (min-width: 1200px) {
  .line-height-half-xl {
    line-height: 0.5em;
  }
}
@media (min-width: 1200px) {
  .line-height-six-tenth-xl {
    line-height: 0.6em;
  }
}
@media (min-width: 1200px) {
  .line-height-two-third-xl {
    line-height: 0.66em;
  }
}
@media (min-width: 1200px) {
  .line-height-three-quarters-xl {
    line-height: 0.75em;
  }
}
@media (min-width: 1200px) {
  .line-height-eight-tenth-xl {
    line-height: 0.8em;
  }
}
@media (min-width: 1200px) {
  .line-height-nine-tenth-xl {
    line-height: 0.9em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-xl {
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-tenth-xl {
    line-height: 1.1em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-fifth-xl {
    line-height: 1.2em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-quarter-xl {
    line-height: 1.25em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-third-xl {
    line-height: 1.3em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-a-half-xl {
    line-height: 1.5em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-two-third-xl {
    line-height: 1.66em;
  }
}
@media (min-width: 1200px) {
  .line-height-one-and-three-quarter-xl {
    line-height: 1.75em;
  }
}
@media (min-width: 1200px) {
  .line-height-double-xl {
    line-height: 2em;
  }
}
@media (min-width: 1200px) {
  .line-height-triple-xl {
    line-height: 3em;
  }
}
/***************************************************/
/*                                                 */
/*                   FONT-SIZE                     */
/*                                                 */
/***************************************************/
.text-half {
  font-size: 0.5em;
}

.text-six-tenth {
  font-size: 0.6em;
}

.text-two-third {
  font-size: 0.66em;
}

.text-three-quarters {
  font-size: 0.75em;
}

.text-eight-tenth, label.label-up, .iti.error::after, .simple-alert.alert::after {
  font-size: 0.8em;
}

.text-nine-tenth, .control-group input, .control-group select, .nav-bar button, .account .account-container-appointment .appointment-container .appointment-tag,
.account .account-container-payment .payment-container .payment-tag {
  font-size: 0.9em;
}

.text-one {
  font-size: 1em;
}

.text-one-and-a-tenth {
  font-size: 1.1em;
}

.text-one-and-a-fifth {
  font-size: 1.2em;
}

.text-one-and-a-quarter {
  font-size: 1.25em;
}

.text-one-and-a-third {
  font-size: 1.3em;
}

.text-one-and-a-half {
  font-size: 1.5em;
}

.text-one-and-two-third {
  font-size: 1.66em;
}

.text-one-and-three-quarter {
  font-size: 1.75em;
}

.text-double {
  font-size: 2em;
}

.text-triple {
  font-size: 3em;
}

@media (min-width: 576px) {
  .text-half-sm {
    font-size: 0.5em;
  }
}
@media (min-width: 576px) {
  .text-six-tenth-sm {
    font-size: 0.6em;
  }
}
@media (min-width: 576px) {
  .text-two-third-sm {
    font-size: 0.66em;
  }
}
@media (min-width: 576px) {
  .text-three-quarters-sm {
    font-size: 0.75em;
  }
}
@media (min-width: 576px) {
  .text-eight-tenth-sm {
    font-size: 0.8em;
  }
}
@media (min-width: 576px) {
  .text-nine-tenth-sm {
    font-size: 0.9em;
  }
}
@media (min-width: 576px) {
  .text-one-sm {
    font-size: 1em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-tenth-sm {
    font-size: 1.1em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-fifth-sm {
    font-size: 1.2em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-quarter-sm {
    font-size: 1.25em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-third-sm {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) {
  .text-one-and-a-half-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) {
  .text-one-and-two-third-sm {
    font-size: 1.66em;
  }
}
@media (min-width: 576px) {
  .text-one-and-three-quarter-sm {
    font-size: 1.75em;
  }
}
@media (min-width: 576px) {
  .text-double-sm {
    font-size: 2em;
  }
}
@media (min-width: 576px) {
  .text-triple-sm {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .text-half-md {
    font-size: 0.5em;
  }
}
@media (min-width: 768px) {
  .text-six-tenth-md {
    font-size: 0.6em;
  }
}
@media (min-width: 768px) {
  .text-two-third-md {
    font-size: 0.66em;
  }
}
@media (min-width: 768px) {
  .text-three-quarters-md {
    font-size: 0.75em;
  }
}
@media (min-width: 768px) {
  .text-eight-tenth-md {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .text-nine-tenth-md {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  .text-one-md {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-tenth-md {
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-fifth-md {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-quarter-md {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-third-md {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .text-one-and-a-half-md {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .text-one-and-two-third-md {
    font-size: 1.66em;
  }
}
@media (min-width: 768px) {
  .text-one-and-three-quarter-md {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .text-double-md {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .text-triple-md {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .text-half-lg {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .text-six-tenth-lg {
    font-size: 0.6em;
  }
}
@media (min-width: 992px) {
  .text-two-third-lg {
    font-size: 0.66em;
  }
}
@media (min-width: 992px) {
  .text-three-quarters-lg {
    font-size: 0.75em;
  }
}
@media (min-width: 992px) {
  .text-eight-tenth-lg {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .text-nine-tenth-lg {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .text-one-lg {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-tenth-lg {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-fifth-lg {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-quarter-lg {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-third-lg {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .text-one-and-a-half-lg {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .text-one-and-two-third-lg {
    font-size: 1.66em;
  }
}
@media (min-width: 992px) {
  .text-one-and-three-quarter-lg {
    font-size: 1.75em;
  }
}
@media (min-width: 992px) {
  .text-double-lg {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .text-triple-lg {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .text-half-xl {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  .text-six-tenth-xl {
    font-size: 0.6em;
  }
}
@media (min-width: 1200px) {
  .text-two-third-xl {
    font-size: 0.66em;
  }
}
@media (min-width: 1200px) {
  .text-three-quarters-xl {
    font-size: 0.75em;
  }
}
@media (min-width: 1200px) {
  .text-eight-tenth-xl {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .text-nine-tenth-xl {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .text-one-xl {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-tenth-xl {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-fifth-xl {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-quarter-xl {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-third-xl {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-a-half-xl {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-two-third-xl {
    font-size: 1.66em;
  }
}
@media (min-width: 1200px) {
  .text-one-and-three-quarter-xl {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  .text-double-xl {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .text-triple-xl {
    font-size: 3em;
  }
}
.text-underline {
  text-decoration: none;
  position: relative;
}

.text-underline:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
  opacity: 0.6;
}

.text-underline-no {
  text-decoration: none;
}

/***************************************************/
/*                                                 */
/*                  HEIGHT / WIDTH                 */
/*                                                 */
/***************************************************/
.w-10 {
  width: 10% !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 0) {
  .height-0 {
    height: 0px;
  }

  .width-0 {
    width: 0px;
  }
}
@media (min-width: 0) {
  .height-5 {
    height: 5px;
  }

  .width-5 {
    width: 5px;
  }
}
@media (min-width: 0) {
  .height-10 {
    height: 10px;
  }

  .width-10 {
    width: 10px;
  }
}
@media (min-width: 0) {
  .height-15 {
    height: 15px;
  }

  .width-15 {
    width: 15px;
  }
}
@media (min-width: 0) {
  .height-20 {
    height: 20px;
  }

  .width-20 {
    width: 20px;
  }
}
@media (min-width: 0) {
  .height-25 {
    height: 25px;
  }

  .width-25 {
    width: 25px;
  }
}
@media (min-width: 0) {
  .height-30 {
    height: 30px;
  }

  .width-30 {
    width: 30px;
  }
}
@media (min-width: 0) {
  .height-35 {
    height: 35px;
  }

  .width-35 {
    width: 35px;
  }
}
@media (min-width: 0) {
  .height-40 {
    height: 40px;
  }

  .width-40 {
    width: 40px;
  }
}
@media (min-width: 0) {
  .height-45 {
    height: 45px;
  }

  .width-45 {
    width: 45px;
  }
}
@media (min-width: 0) {
  .height-50 {
    height: 50px;
  }

  .width-50 {
    width: 50px;
  }
}
@media (min-width: 0) {
  .height-60 {
    height: 60px;
  }

  .width-60 {
    width: 60px;
  }
}
@media (min-width: 0) {
  .height-70 {
    height: 70px;
  }

  .width-70 {
    width: 70px;
  }
}
@media (min-width: 0) {
  .height-80 {
    height: 80px;
  }

  .width-80 {
    width: 80px;
  }
}
@media (min-width: 0) {
  .height-90 {
    height: 90px;
  }

  .width-90 {
    width: 90px;
  }
}
@media (min-width: 0) {
  .height-100 {
    height: 100px;
  }

  .width-100 {
    width: 100px;
  }
}
@media (min-width: 0) {
  .height-110 {
    height: 110px;
  }

  .width-110 {
    width: 110px;
  }
}
@media (min-width: 0) {
  .height-120 {
    height: 120px;
  }

  .width-120 {
    width: 120px;
  }
}
@media (min-width: 0) {
  .height-130 {
    height: 130px;
  }

  .width-130 {
    width: 130px;
  }
}
@media (min-width: 0) {
  .height-140 {
    height: 140px;
  }

  .width-140 {
    width: 140px;
  }
}
@media (min-width: 0) {
  .height-150 {
    height: 150px;
  }

  .width-150 {
    width: 150px;
  }
}
@media (min-width: 0) {
  .height-160 {
    height: 160px;
  }

  .width-160 {
    width: 160px;
  }
}
@media (min-width: 0) {
  .height-170 {
    height: 170px;
  }

  .width-170 {
    width: 170px;
  }
}
@media (min-width: 0) {
  .height-180 {
    height: 180px;
  }

  .width-180 {
    width: 180px;
  }
}
@media (min-width: 0) {
  .height-190 {
    height: 190px;
  }

  .width-190 {
    width: 190px;
  }
}
@media (min-width: 0) {
  .height-200 {
    height: 200px;
  }

  .width-200 {
    width: 200px;
  }
}
@media (min-width: 0) {
  .height-210 {
    height: 210px;
  }

  .width-210 {
    width: 210px;
  }
}
@media (min-width: 0) {
  .height-220 {
    height: 220px;
  }

  .width-220 {
    width: 220px;
  }
}
@media (min-width: 0) {
  .height-230 {
    height: 230px;
  }

  .width-230 {
    width: 230px;
  }
}
@media (min-width: 0) {
  .height-240 {
    height: 240px;
  }

  .width-240 {
    width: 240px;
  }
}
@media (min-width: 0) {
  .height-250 {
    height: 250px;
  }

  .width-250 {
    width: 250px;
  }
}
@media (min-width: 0) {
  .height-260 {
    height: 260px;
  }

  .width-260 {
    width: 260px;
  }
}
@media (min-width: 0) {
  .height-270 {
    height: 270px;
  }

  .width-270 {
    width: 270px;
  }
}
@media (min-width: 0) {
  .height-280 {
    height: 280px;
  }

  .width-280 {
    width: 280px;
  }
}
@media (min-width: 0) {
  .height-290 {
    height: 290px;
  }

  .width-290 {
    width: 290px;
  }
}
@media (min-width: 0) {
  .height-300 {
    height: 300px;
  }

  .width-300 {
    width: 300px;
  }
}
@media (min-width: 0) {
  .height-310 {
    height: 310px;
  }

  .width-310 {
    width: 310px;
  }
}
@media (min-width: 0) {
  .height-320 {
    height: 320px;
  }

  .width-320 {
    width: 320px;
  }
}
@media (min-width: 0) {
  .height-330 {
    height: 330px;
  }

  .width-330 {
    width: 330px;
  }
}
@media (min-width: 0) {
  .height-340 {
    height: 340px;
  }

  .width-340 {
    width: 340px;
  }
}
@media (min-width: 0) {
  .height-350 {
    height: 350px;
  }

  .width-350 {
    width: 350px;
  }
}
@media (min-width: 0) {
  .height-360 {
    height: 360px;
  }

  .width-360 {
    width: 360px;
  }
}
@media (min-width: 0) {
  .height-370 {
    height: 370px;
  }

  .width-370 {
    width: 370px;
  }
}
@media (min-width: 0) {
  .height-380 {
    height: 380px;
  }

  .width-380 {
    width: 380px;
  }
}
@media (min-width: 0) {
  .height-390 {
    height: 390px;
  }

  .width-390 {
    width: 390px;
  }
}
@media (min-width: 0) {
  .height-400 {
    height: 400px;
  }

  .width-400 {
    width: 400px;
  }
}
@media (min-width: 0) {
  .height-450 {
    height: 450px;
  }

  .width-450 {
    width: 450px;
  }
}
@media (min-width: 0) {
  .height-500 {
    height: 500px;
  }

  .width-500 {
    width: 500px;
  }
}
@media (min-width: 0) {
  .height-550 {
    height: 550px;
  }

  .width-550 {
    width: 550px;
  }
}
@media (min-width: 0) {
  .height-600 {
    height: 600px;
  }

  .width-600 {
    width: 600px;
  }
}
@media (min-width: 0) {
  .height-650 {
    height: 650px;
  }

  .width-650 {
    width: 650px;
  }
}
@media (min-width: 0) {
  .height-700 {
    height: 700px;
  }

  .width-700 {
    width: 700px;
  }
}
@media (min-width: 0) {
  .height-750 {
    height: 750px;
  }

  .width-750 {
    width: 750px;
  }
}
@media (min-width: 0) {
  .height-800 {
    height: 800px;
  }

  .width-800 {
    width: 800px;
  }
}
@media (min-width: 0) {
  .height-850 {
    height: 850px;
  }

  .width-850 {
    width: 850px;
  }
}
@media (min-width: 0) {
  .height-900 {
    height: 900px;
  }

  .width-900 {
    width: 900px;
  }
}
@media (min-width: 0) {
  .height-950 {
    height: 950px;
  }

  .width-950 {
    width: 950px;
  }
}
@media (min-width: 0) {
  .height-1000 {
    height: 1000px;
  }

  .width-1000 {
    width: 1000px;
  }
}
@media (min-width: 0) {
  .w-10-xs {
    width: 10% !important;
  }
}
@media (min-width: 0) {
  .w-20-xs {
    width: 20% !important;
  }
}
@media (min-width: 0) {
  .w-30-xs {
    width: 30% !important;
  }
}
@media (min-width: 0) {
  .w-40-xs {
    width: 40% !important;
  }
}
@media (min-width: 0) {
  .w-50-xs {
    width: 50% !important;
  }
}
@media (min-width: 0) {
  .w-60-xs {
    width: 60% !important;
  }
}
@media (min-width: 0) {
  .w-70-xs {
    width: 70% !important;
  }
}
@media (min-width: 0) {
  .w-80-xs {
    width: 80% !important;
  }
}
@media (min-width: 0) {
  .w-90-xs {
    width: 90% !important;
  }
}
@media (min-width: 0) {
  .w-100-xs {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .height-0-sm {
    height: 0px;
  }

  .width-0-sm {
    width: 0px;
  }
}
@media (min-width: 576px) {
  .height-5-sm {
    height: 5px;
  }

  .width-5-sm {
    width: 5px;
  }
}
@media (min-width: 576px) {
  .height-10-sm {
    height: 10px;
  }

  .width-10-sm {
    width: 10px;
  }
}
@media (min-width: 576px) {
  .height-15-sm {
    height: 15px;
  }

  .width-15-sm {
    width: 15px;
  }
}
@media (min-width: 576px) {
  .height-20-sm {
    height: 20px;
  }

  .width-20-sm {
    width: 20px;
  }
}
@media (min-width: 576px) {
  .height-25-sm {
    height: 25px;
  }

  .width-25-sm {
    width: 25px;
  }
}
@media (min-width: 576px) {
  .height-30-sm {
    height: 30px;
  }

  .width-30-sm {
    width: 30px;
  }
}
@media (min-width: 576px) {
  .height-35-sm {
    height: 35px;
  }

  .width-35-sm {
    width: 35px;
  }
}
@media (min-width: 576px) {
  .height-40-sm {
    height: 40px;
  }

  .width-40-sm {
    width: 40px;
  }
}
@media (min-width: 576px) {
  .height-45-sm {
    height: 45px;
  }

  .width-45-sm {
    width: 45px;
  }
}
@media (min-width: 576px) {
  .height-50-sm {
    height: 50px;
  }

  .width-50-sm {
    width: 50px;
  }
}
@media (min-width: 576px) {
  .height-60-sm {
    height: 60px;
  }

  .width-60-sm {
    width: 60px;
  }
}
@media (min-width: 576px) {
  .height-70-sm {
    height: 70px;
  }

  .width-70-sm {
    width: 70px;
  }
}
@media (min-width: 576px) {
  .height-80-sm {
    height: 80px;
  }

  .width-80-sm {
    width: 80px;
  }
}
@media (min-width: 576px) {
  .height-90-sm {
    height: 90px;
  }

  .width-90-sm {
    width: 90px;
  }
}
@media (min-width: 576px) {
  .height-100-sm {
    height: 100px;
  }

  .width-100-sm {
    width: 100px;
  }
}
@media (min-width: 576px) {
  .height-110-sm {
    height: 110px;
  }

  .width-110-sm {
    width: 110px;
  }
}
@media (min-width: 576px) {
  .height-120-sm {
    height: 120px;
  }

  .width-120-sm {
    width: 120px;
  }
}
@media (min-width: 576px) {
  .height-130-sm {
    height: 130px;
  }

  .width-130-sm {
    width: 130px;
  }
}
@media (min-width: 576px) {
  .height-140-sm {
    height: 140px;
  }

  .width-140-sm {
    width: 140px;
  }
}
@media (min-width: 576px) {
  .height-150-sm {
    height: 150px;
  }

  .width-150-sm {
    width: 150px;
  }
}
@media (min-width: 576px) {
  .height-160-sm {
    height: 160px;
  }

  .width-160-sm {
    width: 160px;
  }
}
@media (min-width: 576px) {
  .height-170-sm {
    height: 170px;
  }

  .width-170-sm {
    width: 170px;
  }
}
@media (min-width: 576px) {
  .height-180-sm {
    height: 180px;
  }

  .width-180-sm {
    width: 180px;
  }
}
@media (min-width: 576px) {
  .height-190-sm {
    height: 190px;
  }

  .width-190-sm {
    width: 190px;
  }
}
@media (min-width: 576px) {
  .height-200-sm {
    height: 200px;
  }

  .width-200-sm {
    width: 200px;
  }
}
@media (min-width: 576px) {
  .height-210-sm {
    height: 210px;
  }

  .width-210-sm {
    width: 210px;
  }
}
@media (min-width: 576px) {
  .height-220-sm {
    height: 220px;
  }

  .width-220-sm {
    width: 220px;
  }
}
@media (min-width: 576px) {
  .height-230-sm {
    height: 230px;
  }

  .width-230-sm {
    width: 230px;
  }
}
@media (min-width: 576px) {
  .height-240-sm {
    height: 240px;
  }

  .width-240-sm {
    width: 240px;
  }
}
@media (min-width: 576px) {
  .height-250-sm {
    height: 250px;
  }

  .width-250-sm {
    width: 250px;
  }
}
@media (min-width: 576px) {
  .height-260-sm {
    height: 260px;
  }

  .width-260-sm {
    width: 260px;
  }
}
@media (min-width: 576px) {
  .height-270-sm {
    height: 270px;
  }

  .width-270-sm {
    width: 270px;
  }
}
@media (min-width: 576px) {
  .height-280-sm {
    height: 280px;
  }

  .width-280-sm {
    width: 280px;
  }
}
@media (min-width: 576px) {
  .height-290-sm {
    height: 290px;
  }

  .width-290-sm {
    width: 290px;
  }
}
@media (min-width: 576px) {
  .height-300-sm {
    height: 300px;
  }

  .width-300-sm {
    width: 300px;
  }
}
@media (min-width: 576px) {
  .height-310-sm {
    height: 310px;
  }

  .width-310-sm {
    width: 310px;
  }
}
@media (min-width: 576px) {
  .height-320-sm {
    height: 320px;
  }

  .width-320-sm {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .height-330-sm {
    height: 330px;
  }

  .width-330-sm {
    width: 330px;
  }
}
@media (min-width: 576px) {
  .height-340-sm {
    height: 340px;
  }

  .width-340-sm {
    width: 340px;
  }
}
@media (min-width: 576px) {
  .height-350-sm {
    height: 350px;
  }

  .width-350-sm {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .height-360-sm {
    height: 360px;
  }

  .width-360-sm {
    width: 360px;
  }
}
@media (min-width: 576px) {
  .height-370-sm {
    height: 370px;
  }

  .width-370-sm {
    width: 370px;
  }
}
@media (min-width: 576px) {
  .height-380-sm {
    height: 380px;
  }

  .width-380-sm {
    width: 380px;
  }
}
@media (min-width: 576px) {
  .height-390-sm {
    height: 390px;
  }

  .width-390-sm {
    width: 390px;
  }
}
@media (min-width: 576px) {
  .height-400-sm {
    height: 400px;
  }

  .width-400-sm {
    width: 400px;
  }
}
@media (min-width: 576px) {
  .height-450-sm {
    height: 450px;
  }

  .width-450-sm {
    width: 450px;
  }
}
@media (min-width: 576px) {
  .height-500-sm {
    height: 500px;
  }

  .width-500-sm {
    width: 500px;
  }
}
@media (min-width: 576px) {
  .height-550-sm {
    height: 550px;
  }

  .width-550-sm {
    width: 550px;
  }
}
@media (min-width: 576px) {
  .height-600-sm {
    height: 600px;
  }

  .width-600-sm {
    width: 600px;
  }
}
@media (min-width: 576px) {
  .height-650-sm {
    height: 650px;
  }

  .width-650-sm {
    width: 650px;
  }
}
@media (min-width: 576px) {
  .height-700-sm {
    height: 700px;
  }

  .width-700-sm {
    width: 700px;
  }
}
@media (min-width: 576px) {
  .height-750-sm {
    height: 750px;
  }

  .width-750-sm {
    width: 750px;
  }
}
@media (min-width: 576px) {
  .height-800-sm {
    height: 800px;
  }

  .width-800-sm {
    width: 800px;
  }
}
@media (min-width: 576px) {
  .height-850-sm {
    height: 850px;
  }

  .width-850-sm {
    width: 850px;
  }
}
@media (min-width: 576px) {
  .height-900-sm {
    height: 900px;
  }

  .width-900-sm {
    width: 900px;
  }
}
@media (min-width: 576px) {
  .height-950-sm {
    height: 950px;
  }

  .width-950-sm {
    width: 950px;
  }
}
@media (min-width: 576px) {
  .height-1000-sm {
    height: 1000px;
  }

  .width-1000-sm {
    width: 1000px;
  }
}
@media (min-width: 576px) {
  .w-10-sm {
    width: 10% !important;
  }
}
@media (min-width: 576px) {
  .w-20-sm {
    width: 20% !important;
  }
}
@media (min-width: 576px) {
  .w-30-sm {
    width: 30% !important;
  }
}
@media (min-width: 576px) {
  .w-40-sm {
    width: 40% !important;
  }
}
@media (min-width: 576px) {
  .w-50-sm {
    width: 50% !important;
  }
}
@media (min-width: 576px) {
  .w-60-sm {
    width: 60% !important;
  }
}
@media (min-width: 576px) {
  .w-70-sm {
    width: 70% !important;
  }
}
@media (min-width: 576px) {
  .w-80-sm {
    width: 80% !important;
  }
}
@media (min-width: 576px) {
  .w-90-sm {
    width: 90% !important;
  }
}
@media (min-width: 576px) {
  .w-100-sm {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .height-0-md {
    height: 0px;
  }

  .width-0-md {
    width: 0px;
  }
}
@media (min-width: 768px) {
  .height-5-md {
    height: 5px;
  }

  .width-5-md {
    width: 5px;
  }
}
@media (min-width: 768px) {
  .height-10-md {
    height: 10px;
  }

  .width-10-md {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .height-15-md {
    height: 15px;
  }

  .width-15-md {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .height-20-md {
    height: 20px;
  }

  .width-20-md {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .height-25-md {
    height: 25px;
  }

  .width-25-md {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .height-30-md {
    height: 30px;
  }

  .width-30-md {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .height-35-md {
    height: 35px;
  }

  .width-35-md {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .height-40-md {
    height: 40px;
  }

  .width-40-md {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .height-45-md {
    height: 45px;
  }

  .width-45-md {
    width: 45px;
  }
}
@media (min-width: 768px) {
  .height-50-md {
    height: 50px;
  }

  .width-50-md {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .height-60-md {
    height: 60px;
  }

  .width-60-md {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .height-70-md {
    height: 70px;
  }

  .width-70-md {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .height-80-md {
    height: 80px;
  }

  .width-80-md {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .height-90-md {
    height: 90px;
  }

  .width-90-md {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .height-100-md {
    height: 100px;
  }

  .width-100-md {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .height-110-md {
    height: 110px;
  }

  .width-110-md {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .height-120-md {
    height: 120px;
  }

  .width-120-md {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .height-130-md {
    height: 130px;
  }

  .width-130-md {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .height-140-md {
    height: 140px;
  }

  .width-140-md {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .height-150-md {
    height: 150px;
  }

  .width-150-md {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .height-160-md {
    height: 160px;
  }

  .width-160-md {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .height-170-md {
    height: 170px;
  }

  .width-170-md {
    width: 170px;
  }
}
@media (min-width: 768px) {
  .height-180-md {
    height: 180px;
  }

  .width-180-md {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .height-190-md {
    height: 190px;
  }

  .width-190-md {
    width: 190px;
  }
}
@media (min-width: 768px) {
  .height-200-md {
    height: 200px;
  }

  .width-200-md {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .height-210-md {
    height: 210px;
  }

  .width-210-md {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .height-220-md {
    height: 220px;
  }

  .width-220-md {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .height-230-md {
    height: 230px;
  }

  .width-230-md {
    width: 230px;
  }
}
@media (min-width: 768px) {
  .height-240-md {
    height: 240px;
  }

  .width-240-md {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .height-250-md {
    height: 250px;
  }

  .width-250-md {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .height-260-md {
    height: 260px;
  }

  .width-260-md {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .height-270-md {
    height: 270px;
  }

  .width-270-md {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .height-280-md {
    height: 280px;
  }

  .width-280-md {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .height-290-md {
    height: 290px;
  }

  .width-290-md {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .height-300-md {
    height: 300px;
  }

  .width-300-md {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .height-310-md {
    height: 310px;
  }

  .width-310-md {
    width: 310px;
  }
}
@media (min-width: 768px) {
  .height-320-md {
    height: 320px;
  }

  .width-320-md {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .height-330-md {
    height: 330px;
  }

  .width-330-md {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .height-340-md {
    height: 340px;
  }

  .width-340-md {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .height-350-md {
    height: 350px;
  }

  .width-350-md {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .height-360-md {
    height: 360px;
  }

  .width-360-md {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .height-370-md {
    height: 370px;
  }

  .width-370-md {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .height-380-md {
    height: 380px;
  }

  .width-380-md {
    width: 380px;
  }
}
@media (min-width: 768px) {
  .height-390-md {
    height: 390px;
  }

  .width-390-md {
    width: 390px;
  }
}
@media (min-width: 768px) {
  .height-400-md {
    height: 400px;
  }

  .width-400-md {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .height-450-md {
    height: 450px;
  }

  .width-450-md {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .height-500-md {
    height: 500px;
  }

  .width-500-md {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .height-550-md {
    height: 550px;
  }

  .width-550-md {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .height-600-md {
    height: 600px;
  }

  .width-600-md {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .height-650-md {
    height: 650px;
  }

  .width-650-md {
    width: 650px;
  }
}
@media (min-width: 768px) {
  .height-700-md {
    height: 700px;
  }

  .width-700-md {
    width: 700px;
  }
}
@media (min-width: 768px) {
  .height-750-md {
    height: 750px;
  }

  .width-750-md {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .height-800-md {
    height: 800px;
  }

  .width-800-md {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .height-850-md {
    height: 850px;
  }

  .width-850-md {
    width: 850px;
  }
}
@media (min-width: 768px) {
  .height-900-md {
    height: 900px;
  }

  .width-900-md {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .height-950-md {
    height: 950px;
  }

  .width-950-md {
    width: 950px;
  }
}
@media (min-width: 768px) {
  .height-1000-md {
    height: 1000px;
  }

  .width-1000-md {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .w-10-md {
    width: 10% !important;
  }
}
@media (min-width: 768px) {
  .w-20-md {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .w-30-md {
    width: 30% !important;
  }
}
@media (min-width: 768px) {
  .w-40-md {
    width: 40% !important;
  }
}
@media (min-width: 768px) {
  .w-50-md {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-60-md {
    width: 60% !important;
  }
}
@media (min-width: 768px) {
  .w-70-md {
    width: 70% !important;
  }
}
@media (min-width: 768px) {
  .w-80-md {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  .w-90-md {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-100-md {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .height-0-lg {
    height: 0px;
  }

  .width-0-lg {
    width: 0px;
  }
}
@media (min-width: 992px) {
  .height-5-lg {
    height: 5px;
  }

  .width-5-lg {
    width: 5px;
  }
}
@media (min-width: 992px) {
  .height-10-lg {
    height: 10px;
  }

  .width-10-lg {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .height-15-lg {
    height: 15px;
  }

  .width-15-lg {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .height-20-lg {
    height: 20px;
  }

  .width-20-lg {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .height-25-lg {
    height: 25px;
  }

  .width-25-lg {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .height-30-lg {
    height: 30px;
  }

  .width-30-lg {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .height-35-lg {
    height: 35px;
  }

  .width-35-lg {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .height-40-lg {
    height: 40px;
  }

  .width-40-lg {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .height-45-lg {
    height: 45px;
  }

  .width-45-lg {
    width: 45px;
  }
}
@media (min-width: 992px) {
  .height-50-lg {
    height: 50px;
  }

  .width-50-lg {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .height-60-lg {
    height: 60px;
  }

  .width-60-lg {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .height-70-lg {
    height: 70px;
  }

  .width-70-lg {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .height-80-lg {
    height: 80px;
  }

  .width-80-lg {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .height-90-lg {
    height: 90px;
  }

  .width-90-lg {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .height-100-lg {
    height: 100px;
  }

  .width-100-lg {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .height-110-lg {
    height: 110px;
  }

  .width-110-lg {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .height-120-lg {
    height: 120px;
  }

  .width-120-lg {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .height-130-lg {
    height: 130px;
  }

  .width-130-lg {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .height-140-lg {
    height: 140px;
  }

  .width-140-lg {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .height-150-lg {
    height: 150px;
  }

  .width-150-lg {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .height-160-lg {
    height: 160px;
  }

  .width-160-lg {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .height-170-lg {
    height: 170px;
  }

  .width-170-lg {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .height-180-lg {
    height: 180px;
  }

  .width-180-lg {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .height-190-lg {
    height: 190px;
  }

  .width-190-lg {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .height-200-lg {
    height: 200px;
  }

  .width-200-lg {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .height-210-lg {
    height: 210px;
  }

  .width-210-lg {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .height-220-lg {
    height: 220px;
  }

  .width-220-lg {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .height-230-lg {
    height: 230px;
  }

  .width-230-lg {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .height-240-lg {
    height: 240px;
  }

  .width-240-lg {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .height-250-lg {
    height: 250px;
  }

  .width-250-lg {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .height-260-lg {
    height: 260px;
  }

  .width-260-lg {
    width: 260px;
  }
}
@media (min-width: 992px) {
  .height-270-lg {
    height: 270px;
  }

  .width-270-lg {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .height-280-lg {
    height: 280px;
  }

  .width-280-lg {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .height-290-lg {
    height: 290px;
  }

  .width-290-lg {
    width: 290px;
  }
}
@media (min-width: 992px) {
  .height-300-lg {
    height: 300px;
  }

  .width-300-lg {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .height-310-lg {
    height: 310px;
  }

  .width-310-lg {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .height-320-lg {
    height: 320px;
  }

  .width-320-lg {
    width: 320px;
  }
}
@media (min-width: 992px) {
  .height-330-lg {
    height: 330px;
  }

  .width-330-lg {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .height-340-lg {
    height: 340px;
  }

  .width-340-lg {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .height-350-lg {
    height: 350px;
  }

  .width-350-lg {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .height-360-lg {
    height: 360px;
  }

  .width-360-lg {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .height-370-lg {
    height: 370px;
  }

  .width-370-lg {
    width: 370px;
  }
}
@media (min-width: 992px) {
  .height-380-lg {
    height: 380px;
  }

  .width-380-lg {
    width: 380px;
  }
}
@media (min-width: 992px) {
  .height-390-lg {
    height: 390px;
  }

  .width-390-lg {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .height-400-lg {
    height: 400px;
  }

  .width-400-lg {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .height-450-lg {
    height: 450px;
  }

  .width-450-lg {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .height-500-lg {
    height: 500px;
  }

  .width-500-lg {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .height-550-lg {
    height: 550px;
  }

  .width-550-lg {
    width: 550px;
  }
}
@media (min-width: 992px) {
  .height-600-lg {
    height: 600px;
  }

  .width-600-lg {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .height-650-lg {
    height: 650px;
  }

  .width-650-lg {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .height-700-lg {
    height: 700px;
  }

  .width-700-lg {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .height-750-lg {
    height: 750px;
  }

  .width-750-lg {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .height-800-lg {
    height: 800px;
  }

  .width-800-lg {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .height-850-lg {
    height: 850px;
  }

  .width-850-lg {
    width: 850px;
  }
}
@media (min-width: 992px) {
  .height-900-lg {
    height: 900px;
  }

  .width-900-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .height-950-lg {
    height: 950px;
  }

  .width-950-lg {
    width: 950px;
  }
}
@media (min-width: 992px) {
  .height-1000-lg {
    height: 1000px;
  }

  .width-1000-lg {
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .w-10-lg {
    width: 10% !important;
  }
}
@media (min-width: 992px) {
  .w-20-lg {
    width: 20% !important;
  }
}
@media (min-width: 992px) {
  .w-30-lg {
    width: 30% !important;
  }
}
@media (min-width: 992px) {
  .w-40-lg {
    width: 40% !important;
  }
}
@media (min-width: 992px) {
  .w-50-lg {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-60-lg {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  .w-70-lg {
    width: 70% !important;
  }
}
@media (min-width: 992px) {
  .w-80-lg {
    width: 80% !important;
  }
}
@media (min-width: 992px) {
  .w-90-lg {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .w-100-lg {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .height-0-xl {
    height: 0px;
  }

  .width-0-xl {
    width: 0px;
  }
}
@media (min-width: 1200px) {
  .height-5-xl {
    height: 5px;
  }

  .width-5-xl {
    width: 5px;
  }
}
@media (min-width: 1200px) {
  .height-10-xl {
    height: 10px;
  }

  .width-10-xl {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .height-15-xl {
    height: 15px;
  }

  .width-15-xl {
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .height-20-xl {
    height: 20px;
  }

  .width-20-xl {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .height-25-xl {
    height: 25px;
  }

  .width-25-xl {
    width: 25px;
  }
}
@media (min-width: 1200px) {
  .height-30-xl {
    height: 30px;
  }

  .width-30-xl {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .height-35-xl {
    height: 35px;
  }

  .width-35-xl {
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .height-40-xl {
    height: 40px;
  }

  .width-40-xl {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .height-45-xl {
    height: 45px;
  }

  .width-45-xl {
    width: 45px;
  }
}
@media (min-width: 1200px) {
  .height-50-xl {
    height: 50px;
  }

  .width-50-xl {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .height-60-xl {
    height: 60px;
  }

  .width-60-xl {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .height-70-xl {
    height: 70px;
  }

  .width-70-xl {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .height-80-xl {
    height: 80px;
  }

  .width-80-xl {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .height-90-xl {
    height: 90px;
  }

  .width-90-xl {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .height-100-xl {
    height: 100px;
  }

  .width-100-xl {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .height-110-xl {
    height: 110px;
  }

  .width-110-xl {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .height-120-xl {
    height: 120px;
  }

  .width-120-xl {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .height-130-xl {
    height: 130px;
  }

  .width-130-xl {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .height-140-xl {
    height: 140px;
  }

  .width-140-xl {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .height-150-xl {
    height: 150px;
  }

  .width-150-xl {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .height-160-xl {
    height: 160px;
  }

  .width-160-xl {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .height-170-xl {
    height: 170px;
  }

  .width-170-xl {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .height-180-xl {
    height: 180px;
  }

  .width-180-xl {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .height-190-xl {
    height: 190px;
  }

  .width-190-xl {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .height-200-xl {
    height: 200px;
  }

  .width-200-xl {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .height-210-xl {
    height: 210px;
  }

  .width-210-xl {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .height-220-xl {
    height: 220px;
  }

  .width-220-xl {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .height-230-xl {
    height: 230px;
  }

  .width-230-xl {
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .height-240-xl {
    height: 240px;
  }

  .width-240-xl {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .height-250-xl {
    height: 250px;
  }

  .width-250-xl {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .height-260-xl {
    height: 260px;
  }

  .width-260-xl {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .height-270-xl {
    height: 270px;
  }

  .width-270-xl {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .height-280-xl {
    height: 280px;
  }

  .width-280-xl {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .height-290-xl {
    height: 290px;
  }

  .width-290-xl {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .height-300-xl {
    height: 300px;
  }

  .width-300-xl {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .height-310-xl {
    height: 310px;
  }

  .width-310-xl {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .height-320-xl {
    height: 320px;
  }

  .width-320-xl {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .height-330-xl {
    height: 330px;
  }

  .width-330-xl {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .height-340-xl {
    height: 340px;
  }

  .width-340-xl {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .height-350-xl {
    height: 350px;
  }

  .width-350-xl {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .height-360-xl {
    height: 360px;
  }

  .width-360-xl {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .height-370-xl {
    height: 370px;
  }

  .width-370-xl {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .height-380-xl {
    height: 380px;
  }

  .width-380-xl {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .height-390-xl {
    height: 390px;
  }

  .width-390-xl {
    width: 390px;
  }
}
@media (min-width: 1200px) {
  .height-400-xl {
    height: 400px;
  }

  .width-400-xl {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .height-450-xl {
    height: 450px;
  }

  .width-450-xl {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .height-500-xl {
    height: 500px;
  }

  .width-500-xl {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .height-550-xl {
    height: 550px;
  }

  .width-550-xl {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .height-600-xl {
    height: 600px;
  }

  .width-600-xl {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .height-650-xl {
    height: 650px;
  }

  .width-650-xl {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .height-700-xl {
    height: 700px;
  }

  .width-700-xl {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .height-750-xl {
    height: 750px;
  }

  .width-750-xl {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .height-800-xl {
    height: 800px;
  }

  .width-800-xl {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .height-850-xl {
    height: 850px;
  }

  .width-850-xl {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .height-900-xl {
    height: 900px;
  }

  .width-900-xl {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .height-950-xl {
    height: 950px;
  }

  .width-950-xl {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .height-1000-xl {
    height: 1000px;
  }

  .width-1000-xl {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .w-10-xl {
    width: 10% !important;
  }
}
@media (min-width: 1200px) {
  .w-20-xl {
    width: 20% !important;
  }
}
@media (min-width: 1200px) {
  .w-30-xl {
    width: 30% !important;
  }
}
@media (min-width: 1200px) {
  .w-40-xl {
    width: 40% !important;
  }
}
@media (min-width: 1200px) {
  .w-50-xl {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .w-60-xl {
    width: 60% !important;
  }
}
@media (min-width: 1200px) {
  .w-70-xl {
    width: 70% !important;
  }
}
@media (min-width: 1200px) {
  .w-80-xl {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  .w-90-xl {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-100-xl {
    width: 100% !important;
  }
}
.height-twentieth {
  height: 5vh !important;
}

.height-tenth {
  height: 10vh !important;
}

.height-fourth {
  height: 25vh !important;
}

.height-third {
  height: 33.3333vh !important;
}

.height-half {
  height: 50vh !important;
}

.flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flip-y {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/********************* POSITION ********************/
.top--19px {
  top: -19px !important;
}

.left--19px {
  left: -19px !important;
}

.bottom--19px {
  bottom: -19px !important;
}

.right--19px {
  right: -19px !important;
}

.top--18px {
  top: -18px !important;
}

.left--18px {
  left: -18px !important;
}

.bottom--18px {
  bottom: -18px !important;
}

.right--18px {
  right: -18px !important;
}

.top--17px {
  top: -17px !important;
}

.left--17px {
  left: -17px !important;
}

.bottom--17px {
  bottom: -17px !important;
}

.right--17px {
  right: -17px !important;
}

.top--16px {
  top: -16px !important;
}

.left--16px {
  left: -16px !important;
}

.bottom--16px {
  bottom: -16px !important;
}

.right--16px {
  right: -16px !important;
}

.top--15px {
  top: -15px !important;
}

.left--15px {
  left: -15px !important;
}

.bottom--15px {
  bottom: -15px !important;
}

.right--15px {
  right: -15px !important;
}

.top--14px {
  top: -14px !important;
}

.left--14px {
  left: -14px !important;
}

.bottom--14px {
  bottom: -14px !important;
}

.right--14px {
  right: -14px !important;
}

.top--13px {
  top: -13px !important;
}

.left--13px {
  left: -13px !important;
}

.bottom--13px {
  bottom: -13px !important;
}

.right--13px {
  right: -13px !important;
}

.top--12px {
  top: -12px !important;
}

.left--12px {
  left: -12px !important;
}

.bottom--12px {
  bottom: -12px !important;
}

.right--12px {
  right: -12px !important;
}

.top--11px {
  top: -11px !important;
}

.left--11px {
  left: -11px !important;
}

.bottom--11px {
  bottom: -11px !important;
}

.right--11px {
  right: -11px !important;
}

.top--10px {
  top: -10px !important;
}

.left--10px {
  left: -10px !important;
}

.bottom--10px {
  bottom: -10px !important;
}

.right--10px {
  right: -10px !important;
}

.top--9px {
  top: -9px !important;
}

.left--9px {
  left: -9px !important;
}

.bottom--9px {
  bottom: -9px !important;
}

.right--9px {
  right: -9px !important;
}

.top--8px {
  top: -8px !important;
}

.left--8px {
  left: -8px !important;
}

.bottom--8px {
  bottom: -8px !important;
}

.right--8px {
  right: -8px !important;
}

.top--7px {
  top: -7px !important;
}

.left--7px {
  left: -7px !important;
}

.bottom--7px {
  bottom: -7px !important;
}

.right--7px {
  right: -7px !important;
}

.top--6px {
  top: -6px !important;
}

.left--6px {
  left: -6px !important;
}

.bottom--6px {
  bottom: -6px !important;
}

.right--6px {
  right: -6px !important;
}

.top--5px {
  top: -5px !important;
}

.left--5px {
  left: -5px !important;
}

.bottom--5px {
  bottom: -5px !important;
}

.right--5px {
  right: -5px !important;
}

.top--4px {
  top: -4px !important;
}

.left--4px {
  left: -4px !important;
}

.bottom--4px {
  bottom: -4px !important;
}

.right--4px {
  right: -4px !important;
}

.top--3px {
  top: -3px !important;
}

.left--3px {
  left: -3px !important;
}

.bottom--3px {
  bottom: -3px !important;
}

.right--3px {
  right: -3px !important;
}

.top--2px {
  top: -2px !important;
}

.left--2px {
  left: -2px !important;
}

.bottom--2px {
  bottom: -2px !important;
}

.right--2px {
  right: -2px !important;
}

.top--1px {
  top: -1px !important;
}

.left--1px {
  left: -1px !important;
}

.bottom--1px {
  bottom: -1px !important;
}

.right--1px {
  right: -1px !important;
}

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

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

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

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

.top-1px {
  top: 1px !important;
}

.left-1px {
  left: 1px !important;
}

.bottom-1px {
  bottom: 1px !important;
}

.right-1px {
  right: 1px !important;
}

.top-2px {
  top: 2px !important;
}

.left-2px {
  left: 2px !important;
}

.bottom-2px {
  bottom: 2px !important;
}

.right-2px {
  right: 2px !important;
}

.top-3px {
  top: 3px !important;
}

.left-3px {
  left: 3px !important;
}

.bottom-3px {
  bottom: 3px !important;
}

.right-3px {
  right: 3px !important;
}

.top-4px {
  top: 4px !important;
}

.left-4px {
  left: 4px !important;
}

.bottom-4px {
  bottom: 4px !important;
}

.right-4px {
  right: 4px !important;
}

.top-5px {
  top: 5px !important;
}

.left-5px {
  left: 5px !important;
}

.bottom-5px {
  bottom: 5px !important;
}

.right-5px {
  right: 5px !important;
}

.top-6px {
  top: 6px !important;
}

.left-6px {
  left: 6px !important;
}

.bottom-6px {
  bottom: 6px !important;
}

.right-6px {
  right: 6px !important;
}

.top-7px {
  top: 7px !important;
}

.left-7px {
  left: 7px !important;
}

.bottom-7px {
  bottom: 7px !important;
}

.right-7px {
  right: 7px !important;
}

.top-8px {
  top: 8px !important;
}

.left-8px {
  left: 8px !important;
}

.bottom-8px {
  bottom: 8px !important;
}

.right-8px {
  right: 8px !important;
}

.top-9px {
  top: 9px !important;
}

.left-9px {
  left: 9px !important;
}

.bottom-9px {
  bottom: 9px !important;
}

.right-9px {
  right: 9px !important;
}

.top-10px {
  top: 10px !important;
}

.left-10px {
  left: 10px !important;
}

.bottom-10px {
  bottom: 10px !important;
}

.right-10px {
  right: 10px !important;
}

.top-11px {
  top: 11px !important;
}

.left-11px {
  left: 11px !important;
}

.bottom-11px {
  bottom: 11px !important;
}

.right-11px {
  right: 11px !important;
}

.top-12px {
  top: 12px !important;
}

.left-12px {
  left: 12px !important;
}

.bottom-12px {
  bottom: 12px !important;
}

.right-12px {
  right: 12px !important;
}

.top-13px {
  top: 13px !important;
}

.left-13px {
  left: 13px !important;
}

.bottom-13px {
  bottom: 13px !important;
}

.right-13px {
  right: 13px !important;
}

.top-14px {
  top: 14px !important;
}

.left-14px {
  left: 14px !important;
}

.bottom-14px {
  bottom: 14px !important;
}

.right-14px {
  right: 14px !important;
}

.top-15px {
  top: 15px !important;
}

.left-15px {
  left: 15px !important;
}

.bottom-15px {
  bottom: 15px !important;
}

.right-15px {
  right: 15px !important;
}

.top-16px {
  top: 16px !important;
}

.left-16px {
  left: 16px !important;
}

.bottom-16px {
  bottom: 16px !important;
}

.right-16px {
  right: 16px !important;
}

.top-17px {
  top: 17px !important;
}

.left-17px {
  left: 17px !important;
}

.bottom-17px {
  bottom: 17px !important;
}

.right-17px {
  right: 17px !important;
}

.top-18px {
  top: 18px !important;
}

.left-18px {
  left: 18px !important;
}

.bottom-18px {
  bottom: 18px !important;
}

.right-18px {
  right: 18px !important;
}

.top-19px {
  top: 19px !important;
}

.left-19px {
  left: 19px !important;
}

.bottom-19px {
  bottom: 19px !important;
}

.right-19px {
  right: 19px !important;
}

.top--300px {
  top: -300px !important;
}

.left--300px {
  left: -300px !important;
}

.bottom--300px {
  bottom: -300px !important;
}

.right--300px {
  right: -300px !important;
}

.top--300 {
  top: -300% !important;
}

.left--300 {
  left: -300% !important;
}

.bottom--300 {
  bottom: -300% !important;
}

.right--300 {
  right: -300% !important;
}

.top--290px {
  top: -290px !important;
}

.left--290px {
  left: -290px !important;
}

.bottom--290px {
  bottom: -290px !important;
}

.right--290px {
  right: -290px !important;
}

.top--290 {
  top: -290% !important;
}

.left--290 {
  left: -290% !important;
}

.bottom--290 {
  bottom: -290% !important;
}

.right--290 {
  right: -290% !important;
}

.top--280px {
  top: -280px !important;
}

.left--280px {
  left: -280px !important;
}

.bottom--280px {
  bottom: -280px !important;
}

.right--280px {
  right: -280px !important;
}

.top--280 {
  top: -280% !important;
}

.left--280 {
  left: -280% !important;
}

.bottom--280 {
  bottom: -280% !important;
}

.right--280 {
  right: -280% !important;
}

.top--270px {
  top: -270px !important;
}

.left--270px {
  left: -270px !important;
}

.bottom--270px {
  bottom: -270px !important;
}

.right--270px {
  right: -270px !important;
}

.top--270 {
  top: -270% !important;
}

.left--270 {
  left: -270% !important;
}

.bottom--270 {
  bottom: -270% !important;
}

.right--270 {
  right: -270% !important;
}

.top--260px {
  top: -260px !important;
}

.left--260px {
  left: -260px !important;
}

.bottom--260px {
  bottom: -260px !important;
}

.right--260px {
  right: -260px !important;
}

.top--260 {
  top: -260% !important;
}

.left--260 {
  left: -260% !important;
}

.bottom--260 {
  bottom: -260% !important;
}

.right--260 {
  right: -260% !important;
}

.top--250px {
  top: -250px !important;
}

.left--250px {
  left: -250px !important;
}

.bottom--250px {
  bottom: -250px !important;
}

.right--250px {
  right: -250px !important;
}

.top--250 {
  top: -250% !important;
}

.left--250 {
  left: -250% !important;
}

.bottom--250 {
  bottom: -250% !important;
}

.right--250 {
  right: -250% !important;
}

.top--240px {
  top: -240px !important;
}

.left--240px {
  left: -240px !important;
}

.bottom--240px {
  bottom: -240px !important;
}

.right--240px {
  right: -240px !important;
}

.top--240 {
  top: -240% !important;
}

.left--240 {
  left: -240% !important;
}

.bottom--240 {
  bottom: -240% !important;
}

.right--240 {
  right: -240% !important;
}

.top--230px {
  top: -230px !important;
}

.left--230px {
  left: -230px !important;
}

.bottom--230px {
  bottom: -230px !important;
}

.right--230px {
  right: -230px !important;
}

.top--230 {
  top: -230% !important;
}

.left--230 {
  left: -230% !important;
}

.bottom--230 {
  bottom: -230% !important;
}

.right--230 {
  right: -230% !important;
}

.top--220px {
  top: -220px !important;
}

.left--220px {
  left: -220px !important;
}

.bottom--220px {
  bottom: -220px !important;
}

.right--220px {
  right: -220px !important;
}

.top--220 {
  top: -220% !important;
}

.left--220 {
  left: -220% !important;
}

.bottom--220 {
  bottom: -220% !important;
}

.right--220 {
  right: -220% !important;
}

.top--210px {
  top: -210px !important;
}

.left--210px {
  left: -210px !important;
}

.bottom--210px {
  bottom: -210px !important;
}

.right--210px {
  right: -210px !important;
}

.top--210 {
  top: -210% !important;
}

.left--210 {
  left: -210% !important;
}

.bottom--210 {
  bottom: -210% !important;
}

.right--210 {
  right: -210% !important;
}

.top--200px {
  top: -200px !important;
}

.left--200px {
  left: -200px !important;
}

.bottom--200px {
  bottom: -200px !important;
}

.right--200px {
  right: -200px !important;
}

.top--200 {
  top: -200% !important;
}

.left--200 {
  left: -200% !important;
}

.bottom--200 {
  bottom: -200% !important;
}

.right--200 {
  right: -200% !important;
}

.top--190px {
  top: -190px !important;
}

.left--190px {
  left: -190px !important;
}

.bottom--190px {
  bottom: -190px !important;
}

.right--190px {
  right: -190px !important;
}

.top--190 {
  top: -190% !important;
}

.left--190 {
  left: -190% !important;
}

.bottom--190 {
  bottom: -190% !important;
}

.right--190 {
  right: -190% !important;
}

.top--180px {
  top: -180px !important;
}

.left--180px {
  left: -180px !important;
}

.bottom--180px {
  bottom: -180px !important;
}

.right--180px {
  right: -180px !important;
}

.top--180 {
  top: -180% !important;
}

.left--180 {
  left: -180% !important;
}

.bottom--180 {
  bottom: -180% !important;
}

.right--180 {
  right: -180% !important;
}

.top--170px {
  top: -170px !important;
}

.left--170px {
  left: -170px !important;
}

.bottom--170px {
  bottom: -170px !important;
}

.right--170px {
  right: -170px !important;
}

.top--170 {
  top: -170% !important;
}

.left--170 {
  left: -170% !important;
}

.bottom--170 {
  bottom: -170% !important;
}

.right--170 {
  right: -170% !important;
}

.top--160px {
  top: -160px !important;
}

.left--160px {
  left: -160px !important;
}

.bottom--160px {
  bottom: -160px !important;
}

.right--160px {
  right: -160px !important;
}

.top--160 {
  top: -160% !important;
}

.left--160 {
  left: -160% !important;
}

.bottom--160 {
  bottom: -160% !important;
}

.right--160 {
  right: -160% !important;
}

.top--150px {
  top: -150px !important;
}

.left--150px {
  left: -150px !important;
}

.bottom--150px {
  bottom: -150px !important;
}

.right--150px {
  right: -150px !important;
}

.top--150 {
  top: -150% !important;
}

.left--150 {
  left: -150% !important;
}

.bottom--150 {
  bottom: -150% !important;
}

.right--150 {
  right: -150% !important;
}

.top--140px {
  top: -140px !important;
}

.left--140px {
  left: -140px !important;
}

.bottom--140px {
  bottom: -140px !important;
}

.right--140px {
  right: -140px !important;
}

.top--140 {
  top: -140% !important;
}

.left--140 {
  left: -140% !important;
}

.bottom--140 {
  bottom: -140% !important;
}

.right--140 {
  right: -140% !important;
}

.top--130px {
  top: -130px !important;
}

.left--130px {
  left: -130px !important;
}

.bottom--130px {
  bottom: -130px !important;
}

.right--130px {
  right: -130px !important;
}

.top--130 {
  top: -130% !important;
}

.left--130 {
  left: -130% !important;
}

.bottom--130 {
  bottom: -130% !important;
}

.right--130 {
  right: -130% !important;
}

.top--120px {
  top: -120px !important;
}

.left--120px {
  left: -120px !important;
}

.bottom--120px {
  bottom: -120px !important;
}

.right--120px {
  right: -120px !important;
}

.top--120 {
  top: -120% !important;
}

.left--120 {
  left: -120% !important;
}

.bottom--120 {
  bottom: -120% !important;
}

.right--120 {
  right: -120% !important;
}

.top--110px {
  top: -110px !important;
}

.left--110px {
  left: -110px !important;
}

.bottom--110px {
  bottom: -110px !important;
}

.right--110px {
  right: -110px !important;
}

.top--110 {
  top: -110% !important;
}

.left--110 {
  left: -110% !important;
}

.bottom--110 {
  bottom: -110% !important;
}

.right--110 {
  right: -110% !important;
}

.top--100px {
  top: -100px !important;
}

.left--100px {
  left: -100px !important;
}

.bottom--100px {
  bottom: -100px !important;
}

.right--100px {
  right: -100px !important;
}

.top--100 {
  top: -100% !important;
}

.left--100 {
  left: -100% !important;
}

.bottom--100 {
  bottom: -100% !important;
}

.right--100 {
  right: -100% !important;
}

.top--90px {
  top: -90px !important;
}

.left--90px {
  left: -90px !important;
}

.bottom--90px {
  bottom: -90px !important;
}

.right--90px {
  right: -90px !important;
}

.top--90 {
  top: -90% !important;
}

.left--90 {
  left: -90% !important;
}

.bottom--90 {
  bottom: -90% !important;
}

.right--90 {
  right: -90% !important;
}

.top--80px {
  top: -80px !important;
}

.left--80px {
  left: -80px !important;
}

.bottom--80px {
  bottom: -80px !important;
}

.right--80px {
  right: -80px !important;
}

.top--80 {
  top: -80% !important;
}

.left--80 {
  left: -80% !important;
}

.bottom--80 {
  bottom: -80% !important;
}

.right--80 {
  right: -80% !important;
}

.top--70px {
  top: -70px !important;
}

.left--70px {
  left: -70px !important;
}

.bottom--70px {
  bottom: -70px !important;
}

.right--70px {
  right: -70px !important;
}

.top--70 {
  top: -70% !important;
}

.left--70 {
  left: -70% !important;
}

.bottom--70 {
  bottom: -70% !important;
}

.right--70 {
  right: -70% !important;
}

.top--60px {
  top: -60px !important;
}

.left--60px {
  left: -60px !important;
}

.bottom--60px {
  bottom: -60px !important;
}

.right--60px {
  right: -60px !important;
}

.top--60 {
  top: -60% !important;
}

.left--60 {
  left: -60% !important;
}

.bottom--60 {
  bottom: -60% !important;
}

.right--60 {
  right: -60% !important;
}

.top--50px {
  top: -50px !important;
}

.left--50px {
  left: -50px !important;
}

.bottom--50px {
  bottom: -50px !important;
}

.right--50px {
  right: -50px !important;
}

.top--50 {
  top: -50% !important;
}

.left--50 {
  left: -50% !important;
}

.bottom--50 {
  bottom: -50% !important;
}

.right--50 {
  right: -50% !important;
}

.top--40px {
  top: -40px !important;
}

.left--40px {
  left: -40px !important;
}

.bottom--40px {
  bottom: -40px !important;
}

.right--40px {
  right: -40px !important;
}

.top--40 {
  top: -40% !important;
}

.left--40 {
  left: -40% !important;
}

.bottom--40 {
  bottom: -40% !important;
}

.right--40 {
  right: -40% !important;
}

.top--30px {
  top: -30px !important;
}

.left--30px {
  left: -30px !important;
}

.bottom--30px {
  bottom: -30px !important;
}

.right--30px {
  right: -30px !important;
}

.top--30 {
  top: -30% !important;
}

.left--30 {
  left: -30% !important;
}

.bottom--30 {
  bottom: -30% !important;
}

.right--30 {
  right: -30% !important;
}

.top--20px {
  top: -20px !important;
}

.left--20px {
  left: -20px !important;
}

.bottom--20px {
  bottom: -20px !important;
}

.right--20px {
  right: -20px !important;
}

.top--20 {
  top: -20% !important;
}

.left--20 {
  left: -20% !important;
}

.bottom--20 {
  bottom: -20% !important;
}

.right--20 {
  right: -20% !important;
}

.top--10px {
  top: -10px !important;
}

.left--10px {
  left: -10px !important;
}

.bottom--10px {
  bottom: -10px !important;
}

.right--10px {
  right: -10px !important;
}

.top--10 {
  top: -10% !important;
}

.left--10 {
  left: -10% !important;
}

.bottom--10 {
  bottom: -10% !important;
}

.right--10 {
  right: -10% !important;
}

.top-00px {
  top: 0px !important;
}

.left-00px {
  left: 0px !important;
}

.bottom-00px {
  bottom: 0px !important;
}

.right-00px {
  right: 0px !important;
}

.top-00 {
  top: 0% !important;
}

.left-00 {
  left: 0% !important;
}

.bottom-00 {
  bottom: 0% !important;
}

.right-00 {
  right: 0% !important;
}

.top-10px {
  top: 10px !important;
}

.left-10px {
  left: 10px !important;
}

.bottom-10px {
  bottom: 10px !important;
}

.right-10px {
  right: 10px !important;
}

.top-10 {
  top: 10% !important;
}

.left-10 {
  left: 10% !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.right-10 {
  right: 10% !important;
}

.top-20px {
  top: 20px !important;
}

.left-20px {
  left: 20px !important;
}

.bottom-20px {
  bottom: 20px !important;
}

.right-20px {
  right: 20px !important;
}

.top-20 {
  top: 20% !important;
}

.left-20 {
  left: 20% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.right-20 {
  right: 20% !important;
}

.top-30px {
  top: 30px !important;
}

.left-30px {
  left: 30px !important;
}

.bottom-30px {
  bottom: 30px !important;
}

.right-30px {
  right: 30px !important;
}

.top-30 {
  top: 30% !important;
}

.left-30 {
  left: 30% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.right-30 {
  right: 30% !important;
}

.top-40px {
  top: 40px !important;
}

.left-40px {
  left: 40px !important;
}

.bottom-40px {
  bottom: 40px !important;
}

.right-40px {
  right: 40px !important;
}

.top-40 {
  top: 40% !important;
}

.left-40 {
  left: 40% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.right-40 {
  right: 40% !important;
}

.top-50px {
  top: 50px !important;
}

.left-50px {
  left: 50px !important;
}

.bottom-50px {
  bottom: 50px !important;
}

.right-50px {
  right: 50px !important;
}

.top-50 {
  top: 50% !important;
}

.left-50 {
  left: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.top-60px {
  top: 60px !important;
}

.left-60px {
  left: 60px !important;
}

.bottom-60px {
  bottom: 60px !important;
}

.right-60px {
  right: 60px !important;
}

.top-60 {
  top: 60% !important;
}

.left-60 {
  left: 60% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.right-60 {
  right: 60% !important;
}

.top-70px {
  top: 70px !important;
}

.left-70px {
  left: 70px !important;
}

.bottom-70px {
  bottom: 70px !important;
}

.right-70px {
  right: 70px !important;
}

.top-70 {
  top: 70% !important;
}

.left-70 {
  left: 70% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.right-70 {
  right: 70% !important;
}

.top-80px {
  top: 80px !important;
}

.left-80px {
  left: 80px !important;
}

.bottom-80px {
  bottom: 80px !important;
}

.right-80px {
  right: 80px !important;
}

.top-80 {
  top: 80% !important;
}

.left-80 {
  left: 80% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.right-80 {
  right: 80% !important;
}

.top-90px {
  top: 90px !important;
}

.left-90px {
  left: 90px !important;
}

.bottom-90px {
  bottom: 90px !important;
}

.right-90px {
  right: 90px !important;
}

.top-90 {
  top: 90% !important;
}

.left-90 {
  left: 90% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.right-90 {
  right: 90% !important;
}

.top-100px {
  top: 100px !important;
}

.left-100px {
  left: 100px !important;
}

.bottom-100px {
  bottom: 100px !important;
}

.right-100px {
  right: 100px !important;
}

.top-100 {
  top: 100% !important;
}

.left-100 {
  left: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.top-110px {
  top: 110px !important;
}

.left-110px {
  left: 110px !important;
}

.bottom-110px {
  bottom: 110px !important;
}

.right-110px {
  right: 110px !important;
}

.top-110 {
  top: 110% !important;
}

.left-110 {
  left: 110% !important;
}

.bottom-110 {
  bottom: 110% !important;
}

.right-110 {
  right: 110% !important;
}

.top-120px {
  top: 120px !important;
}

.left-120px {
  left: 120px !important;
}

.bottom-120px {
  bottom: 120px !important;
}

.right-120px {
  right: 120px !important;
}

.top-120 {
  top: 120% !important;
}

.left-120 {
  left: 120% !important;
}

.bottom-120 {
  bottom: 120% !important;
}

.right-120 {
  right: 120% !important;
}

.top-130px {
  top: 130px !important;
}

.left-130px {
  left: 130px !important;
}

.bottom-130px {
  bottom: 130px !important;
}

.right-130px {
  right: 130px !important;
}

.top-130 {
  top: 130% !important;
}

.left-130 {
  left: 130% !important;
}

.bottom-130 {
  bottom: 130% !important;
}

.right-130 {
  right: 130% !important;
}

.top-140px {
  top: 140px !important;
}

.left-140px {
  left: 140px !important;
}

.bottom-140px {
  bottom: 140px !important;
}

.right-140px {
  right: 140px !important;
}

.top-140 {
  top: 140% !important;
}

.left-140 {
  left: 140% !important;
}

.bottom-140 {
  bottom: 140% !important;
}

.right-140 {
  right: 140% !important;
}

.top-150px {
  top: 150px !important;
}

.left-150px {
  left: 150px !important;
}

.bottom-150px {
  bottom: 150px !important;
}

.right-150px {
  right: 150px !important;
}

.top-150 {
  top: 150% !important;
}

.left-150 {
  left: 150% !important;
}

.bottom-150 {
  bottom: 150% !important;
}

.right-150 {
  right: 150% !important;
}

.top-160px {
  top: 160px !important;
}

.left-160px {
  left: 160px !important;
}

.bottom-160px {
  bottom: 160px !important;
}

.right-160px {
  right: 160px !important;
}

.top-160 {
  top: 160% !important;
}

.left-160 {
  left: 160% !important;
}

.bottom-160 {
  bottom: 160% !important;
}

.right-160 {
  right: 160% !important;
}

.top-170px {
  top: 170px !important;
}

.left-170px {
  left: 170px !important;
}

.bottom-170px {
  bottom: 170px !important;
}

.right-170px {
  right: 170px !important;
}

.top-170 {
  top: 170% !important;
}

.left-170 {
  left: 170% !important;
}

.bottom-170 {
  bottom: 170% !important;
}

.right-170 {
  right: 170% !important;
}

.top-180px {
  top: 180px !important;
}

.left-180px {
  left: 180px !important;
}

.bottom-180px {
  bottom: 180px !important;
}

.right-180px {
  right: 180px !important;
}

.top-180 {
  top: 180% !important;
}

.left-180 {
  left: 180% !important;
}

.bottom-180 {
  bottom: 180% !important;
}

.right-180 {
  right: 180% !important;
}

.top-190px {
  top: 190px !important;
}

.left-190px {
  left: 190px !important;
}

.bottom-190px {
  bottom: 190px !important;
}

.right-190px {
  right: 190px !important;
}

.top-190 {
  top: 190% !important;
}

.left-190 {
  left: 190% !important;
}

.bottom-190 {
  bottom: 190% !important;
}

.right-190 {
  right: 190% !important;
}

.top-200px {
  top: 200px !important;
}

.left-200px {
  left: 200px !important;
}

.bottom-200px {
  bottom: 200px !important;
}

.right-200px {
  right: 200px !important;
}

.top-200 {
  top: 200% !important;
}

.left-200 {
  left: 200% !important;
}

.bottom-200 {
  bottom: 200% !important;
}

.right-200 {
  right: 200% !important;
}

.top-210px {
  top: 210px !important;
}

.left-210px {
  left: 210px !important;
}

.bottom-210px {
  bottom: 210px !important;
}

.right-210px {
  right: 210px !important;
}

.top-210 {
  top: 210% !important;
}

.left-210 {
  left: 210% !important;
}

.bottom-210 {
  bottom: 210% !important;
}

.right-210 {
  right: 210% !important;
}

.top-220px {
  top: 220px !important;
}

.left-220px {
  left: 220px !important;
}

.bottom-220px {
  bottom: 220px !important;
}

.right-220px {
  right: 220px !important;
}

.top-220 {
  top: 220% !important;
}

.left-220 {
  left: 220% !important;
}

.bottom-220 {
  bottom: 220% !important;
}

.right-220 {
  right: 220% !important;
}

.top-230px {
  top: 230px !important;
}

.left-230px {
  left: 230px !important;
}

.bottom-230px {
  bottom: 230px !important;
}

.right-230px {
  right: 230px !important;
}

.top-230 {
  top: 230% !important;
}

.left-230 {
  left: 230% !important;
}

.bottom-230 {
  bottom: 230% !important;
}

.right-230 {
  right: 230% !important;
}

.top-240px {
  top: 240px !important;
}

.left-240px {
  left: 240px !important;
}

.bottom-240px {
  bottom: 240px !important;
}

.right-240px {
  right: 240px !important;
}

.top-240 {
  top: 240% !important;
}

.left-240 {
  left: 240% !important;
}

.bottom-240 {
  bottom: 240% !important;
}

.right-240 {
  right: 240% !important;
}

.top-250px {
  top: 250px !important;
}

.left-250px {
  left: 250px !important;
}

.bottom-250px {
  bottom: 250px !important;
}

.right-250px {
  right: 250px !important;
}

.top-250 {
  top: 250% !important;
}

.left-250 {
  left: 250% !important;
}

.bottom-250 {
  bottom: 250% !important;
}

.right-250 {
  right: 250% !important;
}

.top-260px {
  top: 260px !important;
}

.left-260px {
  left: 260px !important;
}

.bottom-260px {
  bottom: 260px !important;
}

.right-260px {
  right: 260px !important;
}

.top-260 {
  top: 260% !important;
}

.left-260 {
  left: 260% !important;
}

.bottom-260 {
  bottom: 260% !important;
}

.right-260 {
  right: 260% !important;
}

.top-270px {
  top: 270px !important;
}

.left-270px {
  left: 270px !important;
}

.bottom-270px {
  bottom: 270px !important;
}

.right-270px {
  right: 270px !important;
}

.top-270 {
  top: 270% !important;
}

.left-270 {
  left: 270% !important;
}

.bottom-270 {
  bottom: 270% !important;
}

.right-270 {
  right: 270% !important;
}

.top-280px {
  top: 280px !important;
}

.left-280px {
  left: 280px !important;
}

.bottom-280px {
  bottom: 280px !important;
}

.right-280px {
  right: 280px !important;
}

.top-280 {
  top: 280% !important;
}

.left-280 {
  left: 280% !important;
}

.bottom-280 {
  bottom: 280% !important;
}

.right-280 {
  right: 280% !important;
}

.top-290px {
  top: 290px !important;
}

.left-290px {
  left: 290px !important;
}

.bottom-290px {
  bottom: 290px !important;
}

.right-290px {
  right: 290px !important;
}

.top-290 {
  top: 290% !important;
}

.left-290 {
  left: 290% !important;
}

.bottom-290 {
  bottom: 290% !important;
}

.right-290 {
  right: 290% !important;
}

.top-300px {
  top: 300px !important;
}

.left-300px {
  left: 300px !important;
}

.bottom-300px {
  bottom: 300px !important;
}

.right-300px {
  right: 300px !important;
}

.top-300 {
  top: 300% !important;
}

.left-300 {
  left: 300% !important;
}

.bottom-300 {
  bottom: 300% !important;
}

.right-300 {
  right: 300% !important;
}

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

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

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

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

@media (min-width: 0) {
  .top-auto-xs {
    top: auto !important;
  }

  .left-auto-xs {
    left: auto !important;
  }

  .right-auto-xs {
    right: auto !important;
  }

  .bottom-auto-xs {
    bottom: auto !important;
  }
}
@media (min-width: 0) {
  .top--19px-xs {
    top: -19px !important;
  }

  .left--19px-xs {
    left: -19px !important;
  }

  .bottom--19px-xs {
    bottom: -19px !important;
  }

  .right--19px-xs {
    right: -19px !important;
  }
}
@media (min-width: 0) {
  .top--18px-xs {
    top: -18px !important;
  }

  .left--18px-xs {
    left: -18px !important;
  }

  .bottom--18px-xs {
    bottom: -18px !important;
  }

  .right--18px-xs {
    right: -18px !important;
  }
}
@media (min-width: 0) {
  .top--17px-xs {
    top: -17px !important;
  }

  .left--17px-xs {
    left: -17px !important;
  }

  .bottom--17px-xs {
    bottom: -17px !important;
  }

  .right--17px-xs {
    right: -17px !important;
  }
}
@media (min-width: 0) {
  .top--16px-xs {
    top: -16px !important;
  }

  .left--16px-xs {
    left: -16px !important;
  }

  .bottom--16px-xs {
    bottom: -16px !important;
  }

  .right--16px-xs {
    right: -16px !important;
  }
}
@media (min-width: 0) {
  .top--15px-xs {
    top: -15px !important;
  }

  .left--15px-xs {
    left: -15px !important;
  }

  .bottom--15px-xs {
    bottom: -15px !important;
  }

  .right--15px-xs {
    right: -15px !important;
  }
}
@media (min-width: 0) {
  .top--14px-xs {
    top: -14px !important;
  }

  .left--14px-xs {
    left: -14px !important;
  }

  .bottom--14px-xs {
    bottom: -14px !important;
  }

  .right--14px-xs {
    right: -14px !important;
  }
}
@media (min-width: 0) {
  .top--13px-xs {
    top: -13px !important;
  }

  .left--13px-xs {
    left: -13px !important;
  }

  .bottom--13px-xs {
    bottom: -13px !important;
  }

  .right--13px-xs {
    right: -13px !important;
  }
}
@media (min-width: 0) {
  .top--12px-xs {
    top: -12px !important;
  }

  .left--12px-xs {
    left: -12px !important;
  }

  .bottom--12px-xs {
    bottom: -12px !important;
  }

  .right--12px-xs {
    right: -12px !important;
  }
}
@media (min-width: 0) {
  .top--11px-xs {
    top: -11px !important;
  }

  .left--11px-xs {
    left: -11px !important;
  }

  .bottom--11px-xs {
    bottom: -11px !important;
  }

  .right--11px-xs {
    right: -11px !important;
  }
}
@media (min-width: 0) {
  .top--10px-xs {
    top: -10px !important;
  }

  .left--10px-xs {
    left: -10px !important;
  }

  .bottom--10px-xs {
    bottom: -10px !important;
  }

  .right--10px-xs {
    right: -10px !important;
  }
}
@media (min-width: 0) {
  .top--9px-xs {
    top: -9px !important;
  }

  .left--9px-xs {
    left: -9px !important;
  }

  .bottom--9px-xs {
    bottom: -9px !important;
  }

  .right--9px-xs {
    right: -9px !important;
  }
}
@media (min-width: 0) {
  .top--8px-xs {
    top: -8px !important;
  }

  .left--8px-xs {
    left: -8px !important;
  }

  .bottom--8px-xs {
    bottom: -8px !important;
  }

  .right--8px-xs {
    right: -8px !important;
  }
}
@media (min-width: 0) {
  .top--7px-xs {
    top: -7px !important;
  }

  .left--7px-xs {
    left: -7px !important;
  }

  .bottom--7px-xs {
    bottom: -7px !important;
  }

  .right--7px-xs {
    right: -7px !important;
  }
}
@media (min-width: 0) {
  .top--6px-xs {
    top: -6px !important;
  }

  .left--6px-xs {
    left: -6px !important;
  }

  .bottom--6px-xs {
    bottom: -6px !important;
  }

  .right--6px-xs {
    right: -6px !important;
  }
}
@media (min-width: 0) {
  .top--5px-xs {
    top: -5px !important;
  }

  .left--5px-xs {
    left: -5px !important;
  }

  .bottom--5px-xs {
    bottom: -5px !important;
  }

  .right--5px-xs {
    right: -5px !important;
  }
}
@media (min-width: 0) {
  .top--4px-xs {
    top: -4px !important;
  }

  .left--4px-xs {
    left: -4px !important;
  }

  .bottom--4px-xs {
    bottom: -4px !important;
  }

  .right--4px-xs {
    right: -4px !important;
  }
}
@media (min-width: 0) {
  .top--3px-xs {
    top: -3px !important;
  }

  .left--3px-xs {
    left: -3px !important;
  }

  .bottom--3px-xs {
    bottom: -3px !important;
  }

  .right--3px-xs {
    right: -3px !important;
  }
}
@media (min-width: 0) {
  .top--2px-xs {
    top: -2px !important;
  }

  .left--2px-xs {
    left: -2px !important;
  }

  .bottom--2px-xs {
    bottom: -2px !important;
  }

  .right--2px-xs {
    right: -2px !important;
  }
}
@media (min-width: 0) {
  .top--1px-xs {
    top: -1px !important;
  }

  .left--1px-xs {
    left: -1px !important;
  }

  .bottom--1px-xs {
    bottom: -1px !important;
  }

  .right--1px-xs {
    right: -1px !important;
  }
}
@media (min-width: 0) {
  .top-0px-xs {
    top: 0px !important;
  }

  .left-0px-xs {
    left: 0px !important;
  }

  .bottom-0px-xs {
    bottom: 0px !important;
  }

  .right-0px-xs {
    right: 0px !important;
  }
}
@media (min-width: 0) {
  .top-1px-xs {
    top: 1px !important;
  }

  .left-1px-xs {
    left: 1px !important;
  }

  .bottom-1px-xs {
    bottom: 1px !important;
  }

  .right-1px-xs {
    right: 1px !important;
  }
}
@media (min-width: 0) {
  .top-2px-xs {
    top: 2px !important;
  }

  .left-2px-xs {
    left: 2px !important;
  }

  .bottom-2px-xs {
    bottom: 2px !important;
  }

  .right-2px-xs {
    right: 2px !important;
  }
}
@media (min-width: 0) {
  .top-3px-xs {
    top: 3px !important;
  }

  .left-3px-xs {
    left: 3px !important;
  }

  .bottom-3px-xs {
    bottom: 3px !important;
  }

  .right-3px-xs {
    right: 3px !important;
  }
}
@media (min-width: 0) {
  .top-4px-xs {
    top: 4px !important;
  }

  .left-4px-xs {
    left: 4px !important;
  }

  .bottom-4px-xs {
    bottom: 4px !important;
  }

  .right-4px-xs {
    right: 4px !important;
  }
}
@media (min-width: 0) {
  .top-5px-xs {
    top: 5px !important;
  }

  .left-5px-xs {
    left: 5px !important;
  }

  .bottom-5px-xs {
    bottom: 5px !important;
  }

  .right-5px-xs {
    right: 5px !important;
  }
}
@media (min-width: 0) {
  .top-6px-xs {
    top: 6px !important;
  }

  .left-6px-xs {
    left: 6px !important;
  }

  .bottom-6px-xs {
    bottom: 6px !important;
  }

  .right-6px-xs {
    right: 6px !important;
  }
}
@media (min-width: 0) {
  .top-7px-xs {
    top: 7px !important;
  }

  .left-7px-xs {
    left: 7px !important;
  }

  .bottom-7px-xs {
    bottom: 7px !important;
  }

  .right-7px-xs {
    right: 7px !important;
  }
}
@media (min-width: 0) {
  .top-8px-xs {
    top: 8px !important;
  }

  .left-8px-xs {
    left: 8px !important;
  }

  .bottom-8px-xs {
    bottom: 8px !important;
  }

  .right-8px-xs {
    right: 8px !important;
  }
}
@media (min-width: 0) {
  .top-9px-xs {
    top: 9px !important;
  }

  .left-9px-xs {
    left: 9px !important;
  }

  .bottom-9px-xs {
    bottom: 9px !important;
  }

  .right-9px-xs {
    right: 9px !important;
  }
}
@media (min-width: 0) {
  .top-10px-xs {
    top: 10px !important;
  }

  .left-10px-xs {
    left: 10px !important;
  }

  .bottom-10px-xs {
    bottom: 10px !important;
  }

  .right-10px-xs {
    right: 10px !important;
  }
}
@media (min-width: 0) {
  .top-11px-xs {
    top: 11px !important;
  }

  .left-11px-xs {
    left: 11px !important;
  }

  .bottom-11px-xs {
    bottom: 11px !important;
  }

  .right-11px-xs {
    right: 11px !important;
  }
}
@media (min-width: 0) {
  .top-12px-xs {
    top: 12px !important;
  }

  .left-12px-xs {
    left: 12px !important;
  }

  .bottom-12px-xs {
    bottom: 12px !important;
  }

  .right-12px-xs {
    right: 12px !important;
  }
}
@media (min-width: 0) {
  .top-13px-xs {
    top: 13px !important;
  }

  .left-13px-xs {
    left: 13px !important;
  }

  .bottom-13px-xs {
    bottom: 13px !important;
  }

  .right-13px-xs {
    right: 13px !important;
  }
}
@media (min-width: 0) {
  .top-14px-xs {
    top: 14px !important;
  }

  .left-14px-xs {
    left: 14px !important;
  }

  .bottom-14px-xs {
    bottom: 14px !important;
  }

  .right-14px-xs {
    right: 14px !important;
  }
}
@media (min-width: 0) {
  .top-15px-xs {
    top: 15px !important;
  }

  .left-15px-xs {
    left: 15px !important;
  }

  .bottom-15px-xs {
    bottom: 15px !important;
  }

  .right-15px-xs {
    right: 15px !important;
  }
}
@media (min-width: 0) {
  .top-16px-xs {
    top: 16px !important;
  }

  .left-16px-xs {
    left: 16px !important;
  }

  .bottom-16px-xs {
    bottom: 16px !important;
  }

  .right-16px-xs {
    right: 16px !important;
  }
}
@media (min-width: 0) {
  .top-17px-xs {
    top: 17px !important;
  }

  .left-17px-xs {
    left: 17px !important;
  }

  .bottom-17px-xs {
    bottom: 17px !important;
  }

  .right-17px-xs {
    right: 17px !important;
  }
}
@media (min-width: 0) {
  .top-18px-xs {
    top: 18px !important;
  }

  .left-18px-xs {
    left: 18px !important;
  }

  .bottom-18px-xs {
    bottom: 18px !important;
  }

  .right-18px-xs {
    right: 18px !important;
  }
}
@media (min-width: 0) {
  .top-19px-xs {
    top: 19px !important;
  }

  .left-19px-xs {
    left: 19px !important;
  }

  .bottom-19px-xs {
    bottom: 19px !important;
  }

  .right-19px-xs {
    right: 19px !important;
  }
}
@media (min-width: 0) {
  .top--300px-xs {
    top: -300px !important;
  }

  .left--300px-xs {
    left: -300px !important;
  }

  .bottom--300px-xs {
    bottom: -300px !important;
  }

  .right--300px-xs {
    right: -300px !important;
  }

  .top--300-xs {
    top: -300% !important;
  }

  .left--300-xs {
    left: -300% !important;
  }

  .bottom--300-xs {
    bottom: -300% !important;
  }

  .right--300-xs {
    right: -300% !important;
  }
}
@media (min-width: 0) {
  .top--290px-xs {
    top: -290px !important;
  }

  .left--290px-xs {
    left: -290px !important;
  }

  .bottom--290px-xs {
    bottom: -290px !important;
  }

  .right--290px-xs {
    right: -290px !important;
  }

  .top--290-xs {
    top: -290% !important;
  }

  .left--290-xs {
    left: -290% !important;
  }

  .bottom--290-xs {
    bottom: -290% !important;
  }

  .right--290-xs {
    right: -290% !important;
  }
}
@media (min-width: 0) {
  .top--280px-xs {
    top: -280px !important;
  }

  .left--280px-xs {
    left: -280px !important;
  }

  .bottom--280px-xs {
    bottom: -280px !important;
  }

  .right--280px-xs {
    right: -280px !important;
  }

  .top--280-xs {
    top: -280% !important;
  }

  .left--280-xs {
    left: -280% !important;
  }

  .bottom--280-xs {
    bottom: -280% !important;
  }

  .right--280-xs {
    right: -280% !important;
  }
}
@media (min-width: 0) {
  .top--270px-xs {
    top: -270px !important;
  }

  .left--270px-xs {
    left: -270px !important;
  }

  .bottom--270px-xs {
    bottom: -270px !important;
  }

  .right--270px-xs {
    right: -270px !important;
  }

  .top--270-xs {
    top: -270% !important;
  }

  .left--270-xs {
    left: -270% !important;
  }

  .bottom--270-xs {
    bottom: -270% !important;
  }

  .right--270-xs {
    right: -270% !important;
  }
}
@media (min-width: 0) {
  .top--260px-xs {
    top: -260px !important;
  }

  .left--260px-xs {
    left: -260px !important;
  }

  .bottom--260px-xs {
    bottom: -260px !important;
  }

  .right--260px-xs {
    right: -260px !important;
  }

  .top--260-xs {
    top: -260% !important;
  }

  .left--260-xs {
    left: -260% !important;
  }

  .bottom--260-xs {
    bottom: -260% !important;
  }

  .right--260-xs {
    right: -260% !important;
  }
}
@media (min-width: 0) {
  .top--250px-xs {
    top: -250px !important;
  }

  .left--250px-xs {
    left: -250px !important;
  }

  .bottom--250px-xs {
    bottom: -250px !important;
  }

  .right--250px-xs {
    right: -250px !important;
  }

  .top--250-xs {
    top: -250% !important;
  }

  .left--250-xs {
    left: -250% !important;
  }

  .bottom--250-xs {
    bottom: -250% !important;
  }

  .right--250-xs {
    right: -250% !important;
  }
}
@media (min-width: 0) {
  .top--240px-xs {
    top: -240px !important;
  }

  .left--240px-xs {
    left: -240px !important;
  }

  .bottom--240px-xs {
    bottom: -240px !important;
  }

  .right--240px-xs {
    right: -240px !important;
  }

  .top--240-xs {
    top: -240% !important;
  }

  .left--240-xs {
    left: -240% !important;
  }

  .bottom--240-xs {
    bottom: -240% !important;
  }

  .right--240-xs {
    right: -240% !important;
  }
}
@media (min-width: 0) {
  .top--230px-xs {
    top: -230px !important;
  }

  .left--230px-xs {
    left: -230px !important;
  }

  .bottom--230px-xs {
    bottom: -230px !important;
  }

  .right--230px-xs {
    right: -230px !important;
  }

  .top--230-xs {
    top: -230% !important;
  }

  .left--230-xs {
    left: -230% !important;
  }

  .bottom--230-xs {
    bottom: -230% !important;
  }

  .right--230-xs {
    right: -230% !important;
  }
}
@media (min-width: 0) {
  .top--220px-xs {
    top: -220px !important;
  }

  .left--220px-xs {
    left: -220px !important;
  }

  .bottom--220px-xs {
    bottom: -220px !important;
  }

  .right--220px-xs {
    right: -220px !important;
  }

  .top--220-xs {
    top: -220% !important;
  }

  .left--220-xs {
    left: -220% !important;
  }

  .bottom--220-xs {
    bottom: -220% !important;
  }

  .right--220-xs {
    right: -220% !important;
  }
}
@media (min-width: 0) {
  .top--210px-xs {
    top: -210px !important;
  }

  .left--210px-xs {
    left: -210px !important;
  }

  .bottom--210px-xs {
    bottom: -210px !important;
  }

  .right--210px-xs {
    right: -210px !important;
  }

  .top--210-xs {
    top: -210% !important;
  }

  .left--210-xs {
    left: -210% !important;
  }

  .bottom--210-xs {
    bottom: -210% !important;
  }

  .right--210-xs {
    right: -210% !important;
  }
}
@media (min-width: 0) {
  .top--200px-xs {
    top: -200px !important;
  }

  .left--200px-xs {
    left: -200px !important;
  }

  .bottom--200px-xs {
    bottom: -200px !important;
  }

  .right--200px-xs {
    right: -200px !important;
  }

  .top--200-xs {
    top: -200% !important;
  }

  .left--200-xs {
    left: -200% !important;
  }

  .bottom--200-xs {
    bottom: -200% !important;
  }

  .right--200-xs {
    right: -200% !important;
  }
}
@media (min-width: 0) {
  .top--190px-xs {
    top: -190px !important;
  }

  .left--190px-xs {
    left: -190px !important;
  }

  .bottom--190px-xs {
    bottom: -190px !important;
  }

  .right--190px-xs {
    right: -190px !important;
  }

  .top--190-xs {
    top: -190% !important;
  }

  .left--190-xs {
    left: -190% !important;
  }

  .bottom--190-xs {
    bottom: -190% !important;
  }

  .right--190-xs {
    right: -190% !important;
  }
}
@media (min-width: 0) {
  .top--180px-xs {
    top: -180px !important;
  }

  .left--180px-xs {
    left: -180px !important;
  }

  .bottom--180px-xs {
    bottom: -180px !important;
  }

  .right--180px-xs {
    right: -180px !important;
  }

  .top--180-xs {
    top: -180% !important;
  }

  .left--180-xs {
    left: -180% !important;
  }

  .bottom--180-xs {
    bottom: -180% !important;
  }

  .right--180-xs {
    right: -180% !important;
  }
}
@media (min-width: 0) {
  .top--170px-xs {
    top: -170px !important;
  }

  .left--170px-xs {
    left: -170px !important;
  }

  .bottom--170px-xs {
    bottom: -170px !important;
  }

  .right--170px-xs {
    right: -170px !important;
  }

  .top--170-xs {
    top: -170% !important;
  }

  .left--170-xs {
    left: -170% !important;
  }

  .bottom--170-xs {
    bottom: -170% !important;
  }

  .right--170-xs {
    right: -170% !important;
  }
}
@media (min-width: 0) {
  .top--160px-xs {
    top: -160px !important;
  }

  .left--160px-xs {
    left: -160px !important;
  }

  .bottom--160px-xs {
    bottom: -160px !important;
  }

  .right--160px-xs {
    right: -160px !important;
  }

  .top--160-xs {
    top: -160% !important;
  }

  .left--160-xs {
    left: -160% !important;
  }

  .bottom--160-xs {
    bottom: -160% !important;
  }

  .right--160-xs {
    right: -160% !important;
  }
}
@media (min-width: 0) {
  .top--150px-xs {
    top: -150px !important;
  }

  .left--150px-xs {
    left: -150px !important;
  }

  .bottom--150px-xs {
    bottom: -150px !important;
  }

  .right--150px-xs {
    right: -150px !important;
  }

  .top--150-xs {
    top: -150% !important;
  }

  .left--150-xs {
    left: -150% !important;
  }

  .bottom--150-xs {
    bottom: -150% !important;
  }

  .right--150-xs {
    right: -150% !important;
  }
}
@media (min-width: 0) {
  .top--140px-xs {
    top: -140px !important;
  }

  .left--140px-xs {
    left: -140px !important;
  }

  .bottom--140px-xs {
    bottom: -140px !important;
  }

  .right--140px-xs {
    right: -140px !important;
  }

  .top--140-xs {
    top: -140% !important;
  }

  .left--140-xs {
    left: -140% !important;
  }

  .bottom--140-xs {
    bottom: -140% !important;
  }

  .right--140-xs {
    right: -140% !important;
  }
}
@media (min-width: 0) {
  .top--130px-xs {
    top: -130px !important;
  }

  .left--130px-xs {
    left: -130px !important;
  }

  .bottom--130px-xs {
    bottom: -130px !important;
  }

  .right--130px-xs {
    right: -130px !important;
  }

  .top--130-xs {
    top: -130% !important;
  }

  .left--130-xs {
    left: -130% !important;
  }

  .bottom--130-xs {
    bottom: -130% !important;
  }

  .right--130-xs {
    right: -130% !important;
  }
}
@media (min-width: 0) {
  .top--120px-xs {
    top: -120px !important;
  }

  .left--120px-xs {
    left: -120px !important;
  }

  .bottom--120px-xs {
    bottom: -120px !important;
  }

  .right--120px-xs {
    right: -120px !important;
  }

  .top--120-xs {
    top: -120% !important;
  }

  .left--120-xs {
    left: -120% !important;
  }

  .bottom--120-xs {
    bottom: -120% !important;
  }

  .right--120-xs {
    right: -120% !important;
  }
}
@media (min-width: 0) {
  .top--110px-xs {
    top: -110px !important;
  }

  .left--110px-xs {
    left: -110px !important;
  }

  .bottom--110px-xs {
    bottom: -110px !important;
  }

  .right--110px-xs {
    right: -110px !important;
  }

  .top--110-xs {
    top: -110% !important;
  }

  .left--110-xs {
    left: -110% !important;
  }

  .bottom--110-xs {
    bottom: -110% !important;
  }

  .right--110-xs {
    right: -110% !important;
  }
}
@media (min-width: 0) {
  .top--100px-xs {
    top: -100px !important;
  }

  .left--100px-xs {
    left: -100px !important;
  }

  .bottom--100px-xs {
    bottom: -100px !important;
  }

  .right--100px-xs {
    right: -100px !important;
  }

  .top--100-xs {
    top: -100% !important;
  }

  .left--100-xs {
    left: -100% !important;
  }

  .bottom--100-xs {
    bottom: -100% !important;
  }

  .right--100-xs {
    right: -100% !important;
  }
}
@media (min-width: 0) {
  .top--90px-xs {
    top: -90px !important;
  }

  .left--90px-xs {
    left: -90px !important;
  }

  .bottom--90px-xs {
    bottom: -90px !important;
  }

  .right--90px-xs {
    right: -90px !important;
  }

  .top--90-xs {
    top: -90% !important;
  }

  .left--90-xs {
    left: -90% !important;
  }

  .bottom--90-xs {
    bottom: -90% !important;
  }

  .right--90-xs {
    right: -90% !important;
  }
}
@media (min-width: 0) {
  .top--80px-xs {
    top: -80px !important;
  }

  .left--80px-xs {
    left: -80px !important;
  }

  .bottom--80px-xs {
    bottom: -80px !important;
  }

  .right--80px-xs {
    right: -80px !important;
  }

  .top--80-xs {
    top: -80% !important;
  }

  .left--80-xs {
    left: -80% !important;
  }

  .bottom--80-xs {
    bottom: -80% !important;
  }

  .right--80-xs {
    right: -80% !important;
  }
}
@media (min-width: 0) {
  .top--70px-xs {
    top: -70px !important;
  }

  .left--70px-xs {
    left: -70px !important;
  }

  .bottom--70px-xs {
    bottom: -70px !important;
  }

  .right--70px-xs {
    right: -70px !important;
  }

  .top--70-xs {
    top: -70% !important;
  }

  .left--70-xs {
    left: -70% !important;
  }

  .bottom--70-xs {
    bottom: -70% !important;
  }

  .right--70-xs {
    right: -70% !important;
  }
}
@media (min-width: 0) {
  .top--60px-xs {
    top: -60px !important;
  }

  .left--60px-xs {
    left: -60px !important;
  }

  .bottom--60px-xs {
    bottom: -60px !important;
  }

  .right--60px-xs {
    right: -60px !important;
  }

  .top--60-xs {
    top: -60% !important;
  }

  .left--60-xs {
    left: -60% !important;
  }

  .bottom--60-xs {
    bottom: -60% !important;
  }

  .right--60-xs {
    right: -60% !important;
  }
}
@media (min-width: 0) {
  .top--50px-xs {
    top: -50px !important;
  }

  .left--50px-xs {
    left: -50px !important;
  }

  .bottom--50px-xs {
    bottom: -50px !important;
  }

  .right--50px-xs {
    right: -50px !important;
  }

  .top--50-xs {
    top: -50% !important;
  }

  .left--50-xs {
    left: -50% !important;
  }

  .bottom--50-xs {
    bottom: -50% !important;
  }

  .right--50-xs {
    right: -50% !important;
  }
}
@media (min-width: 0) {
  .top--40px-xs {
    top: -40px !important;
  }

  .left--40px-xs {
    left: -40px !important;
  }

  .bottom--40px-xs {
    bottom: -40px !important;
  }

  .right--40px-xs {
    right: -40px !important;
  }

  .top--40-xs {
    top: -40% !important;
  }

  .left--40-xs {
    left: -40% !important;
  }

  .bottom--40-xs {
    bottom: -40% !important;
  }

  .right--40-xs {
    right: -40% !important;
  }
}
@media (min-width: 0) {
  .top--30px-xs {
    top: -30px !important;
  }

  .left--30px-xs {
    left: -30px !important;
  }

  .bottom--30px-xs {
    bottom: -30px !important;
  }

  .right--30px-xs {
    right: -30px !important;
  }

  .top--30-xs {
    top: -30% !important;
  }

  .left--30-xs {
    left: -30% !important;
  }

  .bottom--30-xs {
    bottom: -30% !important;
  }

  .right--30-xs {
    right: -30% !important;
  }
}
@media (min-width: 0) {
  .top--20px-xs {
    top: -20px !important;
  }

  .left--20px-xs {
    left: -20px !important;
  }

  .bottom--20px-xs {
    bottom: -20px !important;
  }

  .right--20px-xs {
    right: -20px !important;
  }

  .top--20-xs {
    top: -20% !important;
  }

  .left--20-xs {
    left: -20% !important;
  }

  .bottom--20-xs {
    bottom: -20% !important;
  }

  .right--20-xs {
    right: -20% !important;
  }
}
@media (min-width: 0) {
  .top--10px-xs {
    top: -10px !important;
  }

  .left--10px-xs {
    left: -10px !important;
  }

  .bottom--10px-xs {
    bottom: -10px !important;
  }

  .right--10px-xs {
    right: -10px !important;
  }

  .top--10-xs {
    top: -10% !important;
  }

  .left--10-xs {
    left: -10% !important;
  }

  .bottom--10-xs {
    bottom: -10% !important;
  }

  .right--10-xs {
    right: -10% !important;
  }
}
@media (min-width: 0) {
  .top-00px-xs {
    top: 0px !important;
  }

  .left-00px-xs {
    left: 0px !important;
  }

  .bottom-00px-xs {
    bottom: 0px !important;
  }

  .right-00px-xs {
    right: 0px !important;
  }

  .top-00-xs {
    top: 0% !important;
  }

  .left-00-xs {
    left: 0% !important;
  }

  .bottom-00-xs {
    bottom: 0% !important;
  }

  .right-00-xs {
    right: 0% !important;
  }
}
@media (min-width: 0) {
  .top-10px-xs {
    top: 10px !important;
  }

  .left-10px-xs {
    left: 10px !important;
  }

  .bottom-10px-xs {
    bottom: 10px !important;
  }

  .right-10px-xs {
    right: 10px !important;
  }

  .top-10-xs {
    top: 10% !important;
  }

  .left-10-xs {
    left: 10% !important;
  }

  .bottom-10-xs {
    bottom: 10% !important;
  }

  .right-10-xs {
    right: 10% !important;
  }
}
@media (min-width: 0) {
  .top-20px-xs {
    top: 20px !important;
  }

  .left-20px-xs {
    left: 20px !important;
  }

  .bottom-20px-xs {
    bottom: 20px !important;
  }

  .right-20px-xs {
    right: 20px !important;
  }

  .top-20-xs {
    top: 20% !important;
  }

  .left-20-xs {
    left: 20% !important;
  }

  .bottom-20-xs {
    bottom: 20% !important;
  }

  .right-20-xs {
    right: 20% !important;
  }
}
@media (min-width: 0) {
  .top-30px-xs {
    top: 30px !important;
  }

  .left-30px-xs {
    left: 30px !important;
  }

  .bottom-30px-xs {
    bottom: 30px !important;
  }

  .right-30px-xs {
    right: 30px !important;
  }

  .top-30-xs {
    top: 30% !important;
  }

  .left-30-xs {
    left: 30% !important;
  }

  .bottom-30-xs {
    bottom: 30% !important;
  }

  .right-30-xs {
    right: 30% !important;
  }
}
@media (min-width: 0) {
  .top-40px-xs {
    top: 40px !important;
  }

  .left-40px-xs {
    left: 40px !important;
  }

  .bottom-40px-xs {
    bottom: 40px !important;
  }

  .right-40px-xs {
    right: 40px !important;
  }

  .top-40-xs {
    top: 40% !important;
  }

  .left-40-xs {
    left: 40% !important;
  }

  .bottom-40-xs {
    bottom: 40% !important;
  }

  .right-40-xs {
    right: 40% !important;
  }
}
@media (min-width: 0) {
  .top-50px-xs {
    top: 50px !important;
  }

  .left-50px-xs {
    left: 50px !important;
  }

  .bottom-50px-xs {
    bottom: 50px !important;
  }

  .right-50px-xs {
    right: 50px !important;
  }

  .top-50-xs {
    top: 50% !important;
  }

  .left-50-xs {
    left: 50% !important;
  }

  .bottom-50-xs {
    bottom: 50% !important;
  }

  .right-50-xs {
    right: 50% !important;
  }
}
@media (min-width: 0) {
  .top-60px-xs {
    top: 60px !important;
  }

  .left-60px-xs {
    left: 60px !important;
  }

  .bottom-60px-xs {
    bottom: 60px !important;
  }

  .right-60px-xs {
    right: 60px !important;
  }

  .top-60-xs {
    top: 60% !important;
  }

  .left-60-xs {
    left: 60% !important;
  }

  .bottom-60-xs {
    bottom: 60% !important;
  }

  .right-60-xs {
    right: 60% !important;
  }
}
@media (min-width: 0) {
  .top-70px-xs {
    top: 70px !important;
  }

  .left-70px-xs {
    left: 70px !important;
  }

  .bottom-70px-xs {
    bottom: 70px !important;
  }

  .right-70px-xs {
    right: 70px !important;
  }

  .top-70-xs {
    top: 70% !important;
  }

  .left-70-xs {
    left: 70% !important;
  }

  .bottom-70-xs {
    bottom: 70% !important;
  }

  .right-70-xs {
    right: 70% !important;
  }
}
@media (min-width: 0) {
  .top-80px-xs {
    top: 80px !important;
  }

  .left-80px-xs {
    left: 80px !important;
  }

  .bottom-80px-xs {
    bottom: 80px !important;
  }

  .right-80px-xs {
    right: 80px !important;
  }

  .top-80-xs {
    top: 80% !important;
  }

  .left-80-xs {
    left: 80% !important;
  }

  .bottom-80-xs {
    bottom: 80% !important;
  }

  .right-80-xs {
    right: 80% !important;
  }
}
@media (min-width: 0) {
  .top-90px-xs {
    top: 90px !important;
  }

  .left-90px-xs {
    left: 90px !important;
  }

  .bottom-90px-xs {
    bottom: 90px !important;
  }

  .right-90px-xs {
    right: 90px !important;
  }

  .top-90-xs {
    top: 90% !important;
  }

  .left-90-xs {
    left: 90% !important;
  }

  .bottom-90-xs {
    bottom: 90% !important;
  }

  .right-90-xs {
    right: 90% !important;
  }
}
@media (min-width: 0) {
  .top-100px-xs {
    top: 100px !important;
  }

  .left-100px-xs {
    left: 100px !important;
  }

  .bottom-100px-xs {
    bottom: 100px !important;
  }

  .right-100px-xs {
    right: 100px !important;
  }

  .top-100-xs {
    top: 100% !important;
  }

  .left-100-xs {
    left: 100% !important;
  }

  .bottom-100-xs {
    bottom: 100% !important;
  }

  .right-100-xs {
    right: 100% !important;
  }
}
@media (min-width: 0) {
  .top-110px-xs {
    top: 110px !important;
  }

  .left-110px-xs {
    left: 110px !important;
  }

  .bottom-110px-xs {
    bottom: 110px !important;
  }

  .right-110px-xs {
    right: 110px !important;
  }

  .top-110-xs {
    top: 110% !important;
  }

  .left-110-xs {
    left: 110% !important;
  }

  .bottom-110-xs {
    bottom: 110% !important;
  }

  .right-110-xs {
    right: 110% !important;
  }
}
@media (min-width: 0) {
  .top-120px-xs {
    top: 120px !important;
  }

  .left-120px-xs {
    left: 120px !important;
  }

  .bottom-120px-xs {
    bottom: 120px !important;
  }

  .right-120px-xs {
    right: 120px !important;
  }

  .top-120-xs {
    top: 120% !important;
  }

  .left-120-xs {
    left: 120% !important;
  }

  .bottom-120-xs {
    bottom: 120% !important;
  }

  .right-120-xs {
    right: 120% !important;
  }
}
@media (min-width: 0) {
  .top-130px-xs {
    top: 130px !important;
  }

  .left-130px-xs {
    left: 130px !important;
  }

  .bottom-130px-xs {
    bottom: 130px !important;
  }

  .right-130px-xs {
    right: 130px !important;
  }

  .top-130-xs {
    top: 130% !important;
  }

  .left-130-xs {
    left: 130% !important;
  }

  .bottom-130-xs {
    bottom: 130% !important;
  }

  .right-130-xs {
    right: 130% !important;
  }
}
@media (min-width: 0) {
  .top-140px-xs {
    top: 140px !important;
  }

  .left-140px-xs {
    left: 140px !important;
  }

  .bottom-140px-xs {
    bottom: 140px !important;
  }

  .right-140px-xs {
    right: 140px !important;
  }

  .top-140-xs {
    top: 140% !important;
  }

  .left-140-xs {
    left: 140% !important;
  }

  .bottom-140-xs {
    bottom: 140% !important;
  }

  .right-140-xs {
    right: 140% !important;
  }
}
@media (min-width: 0) {
  .top-150px-xs {
    top: 150px !important;
  }

  .left-150px-xs {
    left: 150px !important;
  }

  .bottom-150px-xs {
    bottom: 150px !important;
  }

  .right-150px-xs {
    right: 150px !important;
  }

  .top-150-xs {
    top: 150% !important;
  }

  .left-150-xs {
    left: 150% !important;
  }

  .bottom-150-xs {
    bottom: 150% !important;
  }

  .right-150-xs {
    right: 150% !important;
  }
}
@media (min-width: 0) {
  .top-160px-xs {
    top: 160px !important;
  }

  .left-160px-xs {
    left: 160px !important;
  }

  .bottom-160px-xs {
    bottom: 160px !important;
  }

  .right-160px-xs {
    right: 160px !important;
  }

  .top-160-xs {
    top: 160% !important;
  }

  .left-160-xs {
    left: 160% !important;
  }

  .bottom-160-xs {
    bottom: 160% !important;
  }

  .right-160-xs {
    right: 160% !important;
  }
}
@media (min-width: 0) {
  .top-170px-xs {
    top: 170px !important;
  }

  .left-170px-xs {
    left: 170px !important;
  }

  .bottom-170px-xs {
    bottom: 170px !important;
  }

  .right-170px-xs {
    right: 170px !important;
  }

  .top-170-xs {
    top: 170% !important;
  }

  .left-170-xs {
    left: 170% !important;
  }

  .bottom-170-xs {
    bottom: 170% !important;
  }

  .right-170-xs {
    right: 170% !important;
  }
}
@media (min-width: 0) {
  .top-180px-xs {
    top: 180px !important;
  }

  .left-180px-xs {
    left: 180px !important;
  }

  .bottom-180px-xs {
    bottom: 180px !important;
  }

  .right-180px-xs {
    right: 180px !important;
  }

  .top-180-xs {
    top: 180% !important;
  }

  .left-180-xs {
    left: 180% !important;
  }

  .bottom-180-xs {
    bottom: 180% !important;
  }

  .right-180-xs {
    right: 180% !important;
  }
}
@media (min-width: 0) {
  .top-190px-xs {
    top: 190px !important;
  }

  .left-190px-xs {
    left: 190px !important;
  }

  .bottom-190px-xs {
    bottom: 190px !important;
  }

  .right-190px-xs {
    right: 190px !important;
  }

  .top-190-xs {
    top: 190% !important;
  }

  .left-190-xs {
    left: 190% !important;
  }

  .bottom-190-xs {
    bottom: 190% !important;
  }

  .right-190-xs {
    right: 190% !important;
  }
}
@media (min-width: 0) {
  .top-200px-xs {
    top: 200px !important;
  }

  .left-200px-xs {
    left: 200px !important;
  }

  .bottom-200px-xs {
    bottom: 200px !important;
  }

  .right-200px-xs {
    right: 200px !important;
  }

  .top-200-xs {
    top: 200% !important;
  }

  .left-200-xs {
    left: 200% !important;
  }

  .bottom-200-xs {
    bottom: 200% !important;
  }

  .right-200-xs {
    right: 200% !important;
  }
}
@media (min-width: 0) {
  .top-210px-xs {
    top: 210px !important;
  }

  .left-210px-xs {
    left: 210px !important;
  }

  .bottom-210px-xs {
    bottom: 210px !important;
  }

  .right-210px-xs {
    right: 210px !important;
  }

  .top-210-xs {
    top: 210% !important;
  }

  .left-210-xs {
    left: 210% !important;
  }

  .bottom-210-xs {
    bottom: 210% !important;
  }

  .right-210-xs {
    right: 210% !important;
  }
}
@media (min-width: 0) {
  .top-220px-xs {
    top: 220px !important;
  }

  .left-220px-xs {
    left: 220px !important;
  }

  .bottom-220px-xs {
    bottom: 220px !important;
  }

  .right-220px-xs {
    right: 220px !important;
  }

  .top-220-xs {
    top: 220% !important;
  }

  .left-220-xs {
    left: 220% !important;
  }

  .bottom-220-xs {
    bottom: 220% !important;
  }

  .right-220-xs {
    right: 220% !important;
  }
}
@media (min-width: 0) {
  .top-230px-xs {
    top: 230px !important;
  }

  .left-230px-xs {
    left: 230px !important;
  }

  .bottom-230px-xs {
    bottom: 230px !important;
  }

  .right-230px-xs {
    right: 230px !important;
  }

  .top-230-xs {
    top: 230% !important;
  }

  .left-230-xs {
    left: 230% !important;
  }

  .bottom-230-xs {
    bottom: 230% !important;
  }

  .right-230-xs {
    right: 230% !important;
  }
}
@media (min-width: 0) {
  .top-240px-xs {
    top: 240px !important;
  }

  .left-240px-xs {
    left: 240px !important;
  }

  .bottom-240px-xs {
    bottom: 240px !important;
  }

  .right-240px-xs {
    right: 240px !important;
  }

  .top-240-xs {
    top: 240% !important;
  }

  .left-240-xs {
    left: 240% !important;
  }

  .bottom-240-xs {
    bottom: 240% !important;
  }

  .right-240-xs {
    right: 240% !important;
  }
}
@media (min-width: 0) {
  .top-250px-xs {
    top: 250px !important;
  }

  .left-250px-xs {
    left: 250px !important;
  }

  .bottom-250px-xs {
    bottom: 250px !important;
  }

  .right-250px-xs {
    right: 250px !important;
  }

  .top-250-xs {
    top: 250% !important;
  }

  .left-250-xs {
    left: 250% !important;
  }

  .bottom-250-xs {
    bottom: 250% !important;
  }

  .right-250-xs {
    right: 250% !important;
  }
}
@media (min-width: 0) {
  .top-260px-xs {
    top: 260px !important;
  }

  .left-260px-xs {
    left: 260px !important;
  }

  .bottom-260px-xs {
    bottom: 260px !important;
  }

  .right-260px-xs {
    right: 260px !important;
  }

  .top-260-xs {
    top: 260% !important;
  }

  .left-260-xs {
    left: 260% !important;
  }

  .bottom-260-xs {
    bottom: 260% !important;
  }

  .right-260-xs {
    right: 260% !important;
  }
}
@media (min-width: 0) {
  .top-270px-xs {
    top: 270px !important;
  }

  .left-270px-xs {
    left: 270px !important;
  }

  .bottom-270px-xs {
    bottom: 270px !important;
  }

  .right-270px-xs {
    right: 270px !important;
  }

  .top-270-xs {
    top: 270% !important;
  }

  .left-270-xs {
    left: 270% !important;
  }

  .bottom-270-xs {
    bottom: 270% !important;
  }

  .right-270-xs {
    right: 270% !important;
  }
}
@media (min-width: 0) {
  .top-280px-xs {
    top: 280px !important;
  }

  .left-280px-xs {
    left: 280px !important;
  }

  .bottom-280px-xs {
    bottom: 280px !important;
  }

  .right-280px-xs {
    right: 280px !important;
  }

  .top-280-xs {
    top: 280% !important;
  }

  .left-280-xs {
    left: 280% !important;
  }

  .bottom-280-xs {
    bottom: 280% !important;
  }

  .right-280-xs {
    right: 280% !important;
  }
}
@media (min-width: 0) {
  .top-290px-xs {
    top: 290px !important;
  }

  .left-290px-xs {
    left: 290px !important;
  }

  .bottom-290px-xs {
    bottom: 290px !important;
  }

  .right-290px-xs {
    right: 290px !important;
  }

  .top-290-xs {
    top: 290% !important;
  }

  .left-290-xs {
    left: 290% !important;
  }

  .bottom-290-xs {
    bottom: 290% !important;
  }

  .right-290-xs {
    right: 290% !important;
  }
}
@media (min-width: 0) {
  .top-300px-xs {
    top: 300px !important;
  }

  .left-300px-xs {
    left: 300px !important;
  }

  .bottom-300px-xs {
    bottom: 300px !important;
  }

  .right-300px-xs {
    right: 300px !important;
  }

  .top-300-xs {
    top: 300% !important;
  }

  .left-300-xs {
    left: 300% !important;
  }

  .bottom-300-xs {
    bottom: 300% !important;
  }

  .right-300-xs {
    right: 300% !important;
  }
}
@media (min-width: 576px) {
  .top-auto-sm {
    top: auto !important;
  }

  .left-auto-sm {
    left: auto !important;
  }

  .right-auto-sm {
    right: auto !important;
  }

  .bottom-auto-sm {
    bottom: auto !important;
  }
}
@media (min-width: 576px) {
  .top--19px-sm {
    top: -19px !important;
  }

  .left--19px-sm {
    left: -19px !important;
  }

  .bottom--19px-sm {
    bottom: -19px !important;
  }

  .right--19px-sm {
    right: -19px !important;
  }
}
@media (min-width: 576px) {
  .top--18px-sm {
    top: -18px !important;
  }

  .left--18px-sm {
    left: -18px !important;
  }

  .bottom--18px-sm {
    bottom: -18px !important;
  }

  .right--18px-sm {
    right: -18px !important;
  }
}
@media (min-width: 576px) {
  .top--17px-sm {
    top: -17px !important;
  }

  .left--17px-sm {
    left: -17px !important;
  }

  .bottom--17px-sm {
    bottom: -17px !important;
  }

  .right--17px-sm {
    right: -17px !important;
  }
}
@media (min-width: 576px) {
  .top--16px-sm {
    top: -16px !important;
  }

  .left--16px-sm {
    left: -16px !important;
  }

  .bottom--16px-sm {
    bottom: -16px !important;
  }

  .right--16px-sm {
    right: -16px !important;
  }
}
@media (min-width: 576px) {
  .top--15px-sm {
    top: -15px !important;
  }

  .left--15px-sm {
    left: -15px !important;
  }

  .bottom--15px-sm {
    bottom: -15px !important;
  }

  .right--15px-sm {
    right: -15px !important;
  }
}
@media (min-width: 576px) {
  .top--14px-sm {
    top: -14px !important;
  }

  .left--14px-sm {
    left: -14px !important;
  }

  .bottom--14px-sm {
    bottom: -14px !important;
  }

  .right--14px-sm {
    right: -14px !important;
  }
}
@media (min-width: 576px) {
  .top--13px-sm {
    top: -13px !important;
  }

  .left--13px-sm {
    left: -13px !important;
  }

  .bottom--13px-sm {
    bottom: -13px !important;
  }

  .right--13px-sm {
    right: -13px !important;
  }
}
@media (min-width: 576px) {
  .top--12px-sm {
    top: -12px !important;
  }

  .left--12px-sm {
    left: -12px !important;
  }

  .bottom--12px-sm {
    bottom: -12px !important;
  }

  .right--12px-sm {
    right: -12px !important;
  }
}
@media (min-width: 576px) {
  .top--11px-sm {
    top: -11px !important;
  }

  .left--11px-sm {
    left: -11px !important;
  }

  .bottom--11px-sm {
    bottom: -11px !important;
  }

  .right--11px-sm {
    right: -11px !important;
  }
}
@media (min-width: 576px) {
  .top--10px-sm {
    top: -10px !important;
  }

  .left--10px-sm {
    left: -10px !important;
  }

  .bottom--10px-sm {
    bottom: -10px !important;
  }

  .right--10px-sm {
    right: -10px !important;
  }
}
@media (min-width: 576px) {
  .top--9px-sm {
    top: -9px !important;
  }

  .left--9px-sm {
    left: -9px !important;
  }

  .bottom--9px-sm {
    bottom: -9px !important;
  }

  .right--9px-sm {
    right: -9px !important;
  }
}
@media (min-width: 576px) {
  .top--8px-sm {
    top: -8px !important;
  }

  .left--8px-sm {
    left: -8px !important;
  }

  .bottom--8px-sm {
    bottom: -8px !important;
  }

  .right--8px-sm {
    right: -8px !important;
  }
}
@media (min-width: 576px) {
  .top--7px-sm {
    top: -7px !important;
  }

  .left--7px-sm {
    left: -7px !important;
  }

  .bottom--7px-sm {
    bottom: -7px !important;
  }

  .right--7px-sm {
    right: -7px !important;
  }
}
@media (min-width: 576px) {
  .top--6px-sm {
    top: -6px !important;
  }

  .left--6px-sm {
    left: -6px !important;
  }

  .bottom--6px-sm {
    bottom: -6px !important;
  }

  .right--6px-sm {
    right: -6px !important;
  }
}
@media (min-width: 576px) {
  .top--5px-sm {
    top: -5px !important;
  }

  .left--5px-sm {
    left: -5px !important;
  }

  .bottom--5px-sm {
    bottom: -5px !important;
  }

  .right--5px-sm {
    right: -5px !important;
  }
}
@media (min-width: 576px) {
  .top--4px-sm {
    top: -4px !important;
  }

  .left--4px-sm {
    left: -4px !important;
  }

  .bottom--4px-sm {
    bottom: -4px !important;
  }

  .right--4px-sm {
    right: -4px !important;
  }
}
@media (min-width: 576px) {
  .top--3px-sm {
    top: -3px !important;
  }

  .left--3px-sm {
    left: -3px !important;
  }

  .bottom--3px-sm {
    bottom: -3px !important;
  }

  .right--3px-sm {
    right: -3px !important;
  }
}
@media (min-width: 576px) {
  .top--2px-sm {
    top: -2px !important;
  }

  .left--2px-sm {
    left: -2px !important;
  }

  .bottom--2px-sm {
    bottom: -2px !important;
  }

  .right--2px-sm {
    right: -2px !important;
  }
}
@media (min-width: 576px) {
  .top--1px-sm {
    top: -1px !important;
  }

  .left--1px-sm {
    left: -1px !important;
  }

  .bottom--1px-sm {
    bottom: -1px !important;
  }

  .right--1px-sm {
    right: -1px !important;
  }
}
@media (min-width: 576px) {
  .top-0px-sm {
    top: 0px !important;
  }

  .left-0px-sm {
    left: 0px !important;
  }

  .bottom-0px-sm {
    bottom: 0px !important;
  }

  .right-0px-sm {
    right: 0px !important;
  }
}
@media (min-width: 576px) {
  .top-1px-sm {
    top: 1px !important;
  }

  .left-1px-sm {
    left: 1px !important;
  }

  .bottom-1px-sm {
    bottom: 1px !important;
  }

  .right-1px-sm {
    right: 1px !important;
  }
}
@media (min-width: 576px) {
  .top-2px-sm {
    top: 2px !important;
  }

  .left-2px-sm {
    left: 2px !important;
  }

  .bottom-2px-sm {
    bottom: 2px !important;
  }

  .right-2px-sm {
    right: 2px !important;
  }
}
@media (min-width: 576px) {
  .top-3px-sm {
    top: 3px !important;
  }

  .left-3px-sm {
    left: 3px !important;
  }

  .bottom-3px-sm {
    bottom: 3px !important;
  }

  .right-3px-sm {
    right: 3px !important;
  }
}
@media (min-width: 576px) {
  .top-4px-sm {
    top: 4px !important;
  }

  .left-4px-sm {
    left: 4px !important;
  }

  .bottom-4px-sm {
    bottom: 4px !important;
  }

  .right-4px-sm {
    right: 4px !important;
  }
}
@media (min-width: 576px) {
  .top-5px-sm {
    top: 5px !important;
  }

  .left-5px-sm {
    left: 5px !important;
  }

  .bottom-5px-sm {
    bottom: 5px !important;
  }

  .right-5px-sm {
    right: 5px !important;
  }
}
@media (min-width: 576px) {
  .top-6px-sm {
    top: 6px !important;
  }

  .left-6px-sm {
    left: 6px !important;
  }

  .bottom-6px-sm {
    bottom: 6px !important;
  }

  .right-6px-sm {
    right: 6px !important;
  }
}
@media (min-width: 576px) {
  .top-7px-sm {
    top: 7px !important;
  }

  .left-7px-sm {
    left: 7px !important;
  }

  .bottom-7px-sm {
    bottom: 7px !important;
  }

  .right-7px-sm {
    right: 7px !important;
  }
}
@media (min-width: 576px) {
  .top-8px-sm {
    top: 8px !important;
  }

  .left-8px-sm {
    left: 8px !important;
  }

  .bottom-8px-sm {
    bottom: 8px !important;
  }

  .right-8px-sm {
    right: 8px !important;
  }
}
@media (min-width: 576px) {
  .top-9px-sm {
    top: 9px !important;
  }

  .left-9px-sm {
    left: 9px !important;
  }

  .bottom-9px-sm {
    bottom: 9px !important;
  }

  .right-9px-sm {
    right: 9px !important;
  }
}
@media (min-width: 576px) {
  .top-10px-sm {
    top: 10px !important;
  }

  .left-10px-sm {
    left: 10px !important;
  }

  .bottom-10px-sm {
    bottom: 10px !important;
  }

  .right-10px-sm {
    right: 10px !important;
  }
}
@media (min-width: 576px) {
  .top-11px-sm {
    top: 11px !important;
  }

  .left-11px-sm {
    left: 11px !important;
  }

  .bottom-11px-sm {
    bottom: 11px !important;
  }

  .right-11px-sm {
    right: 11px !important;
  }
}
@media (min-width: 576px) {
  .top-12px-sm {
    top: 12px !important;
  }

  .left-12px-sm {
    left: 12px !important;
  }

  .bottom-12px-sm {
    bottom: 12px !important;
  }

  .right-12px-sm {
    right: 12px !important;
  }
}
@media (min-width: 576px) {
  .top-13px-sm {
    top: 13px !important;
  }

  .left-13px-sm {
    left: 13px !important;
  }

  .bottom-13px-sm {
    bottom: 13px !important;
  }

  .right-13px-sm {
    right: 13px !important;
  }
}
@media (min-width: 576px) {
  .top-14px-sm {
    top: 14px !important;
  }

  .left-14px-sm {
    left: 14px !important;
  }

  .bottom-14px-sm {
    bottom: 14px !important;
  }

  .right-14px-sm {
    right: 14px !important;
  }
}
@media (min-width: 576px) {
  .top-15px-sm {
    top: 15px !important;
  }

  .left-15px-sm {
    left: 15px !important;
  }

  .bottom-15px-sm {
    bottom: 15px !important;
  }

  .right-15px-sm {
    right: 15px !important;
  }
}
@media (min-width: 576px) {
  .top-16px-sm {
    top: 16px !important;
  }

  .left-16px-sm {
    left: 16px !important;
  }

  .bottom-16px-sm {
    bottom: 16px !important;
  }

  .right-16px-sm {
    right: 16px !important;
  }
}
@media (min-width: 576px) {
  .top-17px-sm {
    top: 17px !important;
  }

  .left-17px-sm {
    left: 17px !important;
  }

  .bottom-17px-sm {
    bottom: 17px !important;
  }

  .right-17px-sm {
    right: 17px !important;
  }
}
@media (min-width: 576px) {
  .top-18px-sm {
    top: 18px !important;
  }

  .left-18px-sm {
    left: 18px !important;
  }

  .bottom-18px-sm {
    bottom: 18px !important;
  }

  .right-18px-sm {
    right: 18px !important;
  }
}
@media (min-width: 576px) {
  .top-19px-sm {
    top: 19px !important;
  }

  .left-19px-sm {
    left: 19px !important;
  }

  .bottom-19px-sm {
    bottom: 19px !important;
  }

  .right-19px-sm {
    right: 19px !important;
  }
}
@media (min-width: 576px) {
  .top--300px-sm {
    top: -300px !important;
  }

  .left--300px-sm {
    left: -300px !important;
  }

  .bottom--300px-sm {
    bottom: -300px !important;
  }

  .right--300px-sm {
    right: -300px !important;
  }

  .top--300-sm {
    top: -300% !important;
  }

  .left--300-sm {
    left: -300% !important;
  }

  .bottom--300-sm {
    bottom: -300% !important;
  }

  .right--300-sm {
    right: -300% !important;
  }
}
@media (min-width: 576px) {
  .top--290px-sm {
    top: -290px !important;
  }

  .left--290px-sm {
    left: -290px !important;
  }

  .bottom--290px-sm {
    bottom: -290px !important;
  }

  .right--290px-sm {
    right: -290px !important;
  }

  .top--290-sm {
    top: -290% !important;
  }

  .left--290-sm {
    left: -290% !important;
  }

  .bottom--290-sm {
    bottom: -290% !important;
  }

  .right--290-sm {
    right: -290% !important;
  }
}
@media (min-width: 576px) {
  .top--280px-sm {
    top: -280px !important;
  }

  .left--280px-sm {
    left: -280px !important;
  }

  .bottom--280px-sm {
    bottom: -280px !important;
  }

  .right--280px-sm {
    right: -280px !important;
  }

  .top--280-sm {
    top: -280% !important;
  }

  .left--280-sm {
    left: -280% !important;
  }

  .bottom--280-sm {
    bottom: -280% !important;
  }

  .right--280-sm {
    right: -280% !important;
  }
}
@media (min-width: 576px) {
  .top--270px-sm {
    top: -270px !important;
  }

  .left--270px-sm {
    left: -270px !important;
  }

  .bottom--270px-sm {
    bottom: -270px !important;
  }

  .right--270px-sm {
    right: -270px !important;
  }

  .top--270-sm {
    top: -270% !important;
  }

  .left--270-sm {
    left: -270% !important;
  }

  .bottom--270-sm {
    bottom: -270% !important;
  }

  .right--270-sm {
    right: -270% !important;
  }
}
@media (min-width: 576px) {
  .top--260px-sm {
    top: -260px !important;
  }

  .left--260px-sm {
    left: -260px !important;
  }

  .bottom--260px-sm {
    bottom: -260px !important;
  }

  .right--260px-sm {
    right: -260px !important;
  }

  .top--260-sm {
    top: -260% !important;
  }

  .left--260-sm {
    left: -260% !important;
  }

  .bottom--260-sm {
    bottom: -260% !important;
  }

  .right--260-sm {
    right: -260% !important;
  }
}
@media (min-width: 576px) {
  .top--250px-sm {
    top: -250px !important;
  }

  .left--250px-sm {
    left: -250px !important;
  }

  .bottom--250px-sm {
    bottom: -250px !important;
  }

  .right--250px-sm {
    right: -250px !important;
  }

  .top--250-sm {
    top: -250% !important;
  }

  .left--250-sm {
    left: -250% !important;
  }

  .bottom--250-sm {
    bottom: -250% !important;
  }

  .right--250-sm {
    right: -250% !important;
  }
}
@media (min-width: 576px) {
  .top--240px-sm {
    top: -240px !important;
  }

  .left--240px-sm {
    left: -240px !important;
  }

  .bottom--240px-sm {
    bottom: -240px !important;
  }

  .right--240px-sm {
    right: -240px !important;
  }

  .top--240-sm {
    top: -240% !important;
  }

  .left--240-sm {
    left: -240% !important;
  }

  .bottom--240-sm {
    bottom: -240% !important;
  }

  .right--240-sm {
    right: -240% !important;
  }
}
@media (min-width: 576px) {
  .top--230px-sm {
    top: -230px !important;
  }

  .left--230px-sm {
    left: -230px !important;
  }

  .bottom--230px-sm {
    bottom: -230px !important;
  }

  .right--230px-sm {
    right: -230px !important;
  }

  .top--230-sm {
    top: -230% !important;
  }

  .left--230-sm {
    left: -230% !important;
  }

  .bottom--230-sm {
    bottom: -230% !important;
  }

  .right--230-sm {
    right: -230% !important;
  }
}
@media (min-width: 576px) {
  .top--220px-sm {
    top: -220px !important;
  }

  .left--220px-sm {
    left: -220px !important;
  }

  .bottom--220px-sm {
    bottom: -220px !important;
  }

  .right--220px-sm {
    right: -220px !important;
  }

  .top--220-sm {
    top: -220% !important;
  }

  .left--220-sm {
    left: -220% !important;
  }

  .bottom--220-sm {
    bottom: -220% !important;
  }

  .right--220-sm {
    right: -220% !important;
  }
}
@media (min-width: 576px) {
  .top--210px-sm {
    top: -210px !important;
  }

  .left--210px-sm {
    left: -210px !important;
  }

  .bottom--210px-sm {
    bottom: -210px !important;
  }

  .right--210px-sm {
    right: -210px !important;
  }

  .top--210-sm {
    top: -210% !important;
  }

  .left--210-sm {
    left: -210% !important;
  }

  .bottom--210-sm {
    bottom: -210% !important;
  }

  .right--210-sm {
    right: -210% !important;
  }
}
@media (min-width: 576px) {
  .top--200px-sm {
    top: -200px !important;
  }

  .left--200px-sm {
    left: -200px !important;
  }

  .bottom--200px-sm {
    bottom: -200px !important;
  }

  .right--200px-sm {
    right: -200px !important;
  }

  .top--200-sm {
    top: -200% !important;
  }

  .left--200-sm {
    left: -200% !important;
  }

  .bottom--200-sm {
    bottom: -200% !important;
  }

  .right--200-sm {
    right: -200% !important;
  }
}
@media (min-width: 576px) {
  .top--190px-sm {
    top: -190px !important;
  }

  .left--190px-sm {
    left: -190px !important;
  }

  .bottom--190px-sm {
    bottom: -190px !important;
  }

  .right--190px-sm {
    right: -190px !important;
  }

  .top--190-sm {
    top: -190% !important;
  }

  .left--190-sm {
    left: -190% !important;
  }

  .bottom--190-sm {
    bottom: -190% !important;
  }

  .right--190-sm {
    right: -190% !important;
  }
}
@media (min-width: 576px) {
  .top--180px-sm {
    top: -180px !important;
  }

  .left--180px-sm {
    left: -180px !important;
  }

  .bottom--180px-sm {
    bottom: -180px !important;
  }

  .right--180px-sm {
    right: -180px !important;
  }

  .top--180-sm {
    top: -180% !important;
  }

  .left--180-sm {
    left: -180% !important;
  }

  .bottom--180-sm {
    bottom: -180% !important;
  }

  .right--180-sm {
    right: -180% !important;
  }
}
@media (min-width: 576px) {
  .top--170px-sm {
    top: -170px !important;
  }

  .left--170px-sm {
    left: -170px !important;
  }

  .bottom--170px-sm {
    bottom: -170px !important;
  }

  .right--170px-sm {
    right: -170px !important;
  }

  .top--170-sm {
    top: -170% !important;
  }

  .left--170-sm {
    left: -170% !important;
  }

  .bottom--170-sm {
    bottom: -170% !important;
  }

  .right--170-sm {
    right: -170% !important;
  }
}
@media (min-width: 576px) {
  .top--160px-sm {
    top: -160px !important;
  }

  .left--160px-sm {
    left: -160px !important;
  }

  .bottom--160px-sm {
    bottom: -160px !important;
  }

  .right--160px-sm {
    right: -160px !important;
  }

  .top--160-sm {
    top: -160% !important;
  }

  .left--160-sm {
    left: -160% !important;
  }

  .bottom--160-sm {
    bottom: -160% !important;
  }

  .right--160-sm {
    right: -160% !important;
  }
}
@media (min-width: 576px) {
  .top--150px-sm {
    top: -150px !important;
  }

  .left--150px-sm {
    left: -150px !important;
  }

  .bottom--150px-sm {
    bottom: -150px !important;
  }

  .right--150px-sm {
    right: -150px !important;
  }

  .top--150-sm {
    top: -150% !important;
  }

  .left--150-sm {
    left: -150% !important;
  }

  .bottom--150-sm {
    bottom: -150% !important;
  }

  .right--150-sm {
    right: -150% !important;
  }
}
@media (min-width: 576px) {
  .top--140px-sm {
    top: -140px !important;
  }

  .left--140px-sm {
    left: -140px !important;
  }

  .bottom--140px-sm {
    bottom: -140px !important;
  }

  .right--140px-sm {
    right: -140px !important;
  }

  .top--140-sm {
    top: -140% !important;
  }

  .left--140-sm {
    left: -140% !important;
  }

  .bottom--140-sm {
    bottom: -140% !important;
  }

  .right--140-sm {
    right: -140% !important;
  }
}
@media (min-width: 576px) {
  .top--130px-sm {
    top: -130px !important;
  }

  .left--130px-sm {
    left: -130px !important;
  }

  .bottom--130px-sm {
    bottom: -130px !important;
  }

  .right--130px-sm {
    right: -130px !important;
  }

  .top--130-sm {
    top: -130% !important;
  }

  .left--130-sm {
    left: -130% !important;
  }

  .bottom--130-sm {
    bottom: -130% !important;
  }

  .right--130-sm {
    right: -130% !important;
  }
}
@media (min-width: 576px) {
  .top--120px-sm {
    top: -120px !important;
  }

  .left--120px-sm {
    left: -120px !important;
  }

  .bottom--120px-sm {
    bottom: -120px !important;
  }

  .right--120px-sm {
    right: -120px !important;
  }

  .top--120-sm {
    top: -120% !important;
  }

  .left--120-sm {
    left: -120% !important;
  }

  .bottom--120-sm {
    bottom: -120% !important;
  }

  .right--120-sm {
    right: -120% !important;
  }
}
@media (min-width: 576px) {
  .top--110px-sm {
    top: -110px !important;
  }

  .left--110px-sm {
    left: -110px !important;
  }

  .bottom--110px-sm {
    bottom: -110px !important;
  }

  .right--110px-sm {
    right: -110px !important;
  }

  .top--110-sm {
    top: -110% !important;
  }

  .left--110-sm {
    left: -110% !important;
  }

  .bottom--110-sm {
    bottom: -110% !important;
  }

  .right--110-sm {
    right: -110% !important;
  }
}
@media (min-width: 576px) {
  .top--100px-sm {
    top: -100px !important;
  }

  .left--100px-sm {
    left: -100px !important;
  }

  .bottom--100px-sm {
    bottom: -100px !important;
  }

  .right--100px-sm {
    right: -100px !important;
  }

  .top--100-sm {
    top: -100% !important;
  }

  .left--100-sm {
    left: -100% !important;
  }

  .bottom--100-sm {
    bottom: -100% !important;
  }

  .right--100-sm {
    right: -100% !important;
  }
}
@media (min-width: 576px) {
  .top--90px-sm {
    top: -90px !important;
  }

  .left--90px-sm {
    left: -90px !important;
  }

  .bottom--90px-sm {
    bottom: -90px !important;
  }

  .right--90px-sm {
    right: -90px !important;
  }

  .top--90-sm {
    top: -90% !important;
  }

  .left--90-sm {
    left: -90% !important;
  }

  .bottom--90-sm {
    bottom: -90% !important;
  }

  .right--90-sm {
    right: -90% !important;
  }
}
@media (min-width: 576px) {
  .top--80px-sm {
    top: -80px !important;
  }

  .left--80px-sm {
    left: -80px !important;
  }

  .bottom--80px-sm {
    bottom: -80px !important;
  }

  .right--80px-sm {
    right: -80px !important;
  }

  .top--80-sm {
    top: -80% !important;
  }

  .left--80-sm {
    left: -80% !important;
  }

  .bottom--80-sm {
    bottom: -80% !important;
  }

  .right--80-sm {
    right: -80% !important;
  }
}
@media (min-width: 576px) {
  .top--70px-sm {
    top: -70px !important;
  }

  .left--70px-sm {
    left: -70px !important;
  }

  .bottom--70px-sm {
    bottom: -70px !important;
  }

  .right--70px-sm {
    right: -70px !important;
  }

  .top--70-sm {
    top: -70% !important;
  }

  .left--70-sm {
    left: -70% !important;
  }

  .bottom--70-sm {
    bottom: -70% !important;
  }

  .right--70-sm {
    right: -70% !important;
  }
}
@media (min-width: 576px) {
  .top--60px-sm {
    top: -60px !important;
  }

  .left--60px-sm {
    left: -60px !important;
  }

  .bottom--60px-sm {
    bottom: -60px !important;
  }

  .right--60px-sm {
    right: -60px !important;
  }

  .top--60-sm {
    top: -60% !important;
  }

  .left--60-sm {
    left: -60% !important;
  }

  .bottom--60-sm {
    bottom: -60% !important;
  }

  .right--60-sm {
    right: -60% !important;
  }
}
@media (min-width: 576px) {
  .top--50px-sm {
    top: -50px !important;
  }

  .left--50px-sm {
    left: -50px !important;
  }

  .bottom--50px-sm {
    bottom: -50px !important;
  }

  .right--50px-sm {
    right: -50px !important;
  }

  .top--50-sm {
    top: -50% !important;
  }

  .left--50-sm {
    left: -50% !important;
  }

  .bottom--50-sm {
    bottom: -50% !important;
  }

  .right--50-sm {
    right: -50% !important;
  }
}
@media (min-width: 576px) {
  .top--40px-sm {
    top: -40px !important;
  }

  .left--40px-sm {
    left: -40px !important;
  }

  .bottom--40px-sm {
    bottom: -40px !important;
  }

  .right--40px-sm {
    right: -40px !important;
  }

  .top--40-sm {
    top: -40% !important;
  }

  .left--40-sm {
    left: -40% !important;
  }

  .bottom--40-sm {
    bottom: -40% !important;
  }

  .right--40-sm {
    right: -40% !important;
  }
}
@media (min-width: 576px) {
  .top--30px-sm {
    top: -30px !important;
  }

  .left--30px-sm {
    left: -30px !important;
  }

  .bottom--30px-sm {
    bottom: -30px !important;
  }

  .right--30px-sm {
    right: -30px !important;
  }

  .top--30-sm {
    top: -30% !important;
  }

  .left--30-sm {
    left: -30% !important;
  }

  .bottom--30-sm {
    bottom: -30% !important;
  }

  .right--30-sm {
    right: -30% !important;
  }
}
@media (min-width: 576px) {
  .top--20px-sm {
    top: -20px !important;
  }

  .left--20px-sm {
    left: -20px !important;
  }

  .bottom--20px-sm {
    bottom: -20px !important;
  }

  .right--20px-sm {
    right: -20px !important;
  }

  .top--20-sm {
    top: -20% !important;
  }

  .left--20-sm {
    left: -20% !important;
  }

  .bottom--20-sm {
    bottom: -20% !important;
  }

  .right--20-sm {
    right: -20% !important;
  }
}
@media (min-width: 576px) {
  .top--10px-sm {
    top: -10px !important;
  }

  .left--10px-sm {
    left: -10px !important;
  }

  .bottom--10px-sm {
    bottom: -10px !important;
  }

  .right--10px-sm {
    right: -10px !important;
  }

  .top--10-sm {
    top: -10% !important;
  }

  .left--10-sm {
    left: -10% !important;
  }

  .bottom--10-sm {
    bottom: -10% !important;
  }

  .right--10-sm {
    right: -10% !important;
  }
}
@media (min-width: 576px) {
  .top-00px-sm {
    top: 0px !important;
  }

  .left-00px-sm {
    left: 0px !important;
  }

  .bottom-00px-sm {
    bottom: 0px !important;
  }

  .right-00px-sm {
    right: 0px !important;
  }

  .top-00-sm {
    top: 0% !important;
  }

  .left-00-sm {
    left: 0% !important;
  }

  .bottom-00-sm {
    bottom: 0% !important;
  }

  .right-00-sm {
    right: 0% !important;
  }
}
@media (min-width: 576px) {
  .top-10px-sm {
    top: 10px !important;
  }

  .left-10px-sm {
    left: 10px !important;
  }

  .bottom-10px-sm {
    bottom: 10px !important;
  }

  .right-10px-sm {
    right: 10px !important;
  }

  .top-10-sm {
    top: 10% !important;
  }

  .left-10-sm {
    left: 10% !important;
  }

  .bottom-10-sm {
    bottom: 10% !important;
  }

  .right-10-sm {
    right: 10% !important;
  }
}
@media (min-width: 576px) {
  .top-20px-sm {
    top: 20px !important;
  }

  .left-20px-sm {
    left: 20px !important;
  }

  .bottom-20px-sm {
    bottom: 20px !important;
  }

  .right-20px-sm {
    right: 20px !important;
  }

  .top-20-sm {
    top: 20% !important;
  }

  .left-20-sm {
    left: 20% !important;
  }

  .bottom-20-sm {
    bottom: 20% !important;
  }

  .right-20-sm {
    right: 20% !important;
  }
}
@media (min-width: 576px) {
  .top-30px-sm {
    top: 30px !important;
  }

  .left-30px-sm {
    left: 30px !important;
  }

  .bottom-30px-sm {
    bottom: 30px !important;
  }

  .right-30px-sm {
    right: 30px !important;
  }

  .top-30-sm {
    top: 30% !important;
  }

  .left-30-sm {
    left: 30% !important;
  }

  .bottom-30-sm {
    bottom: 30% !important;
  }

  .right-30-sm {
    right: 30% !important;
  }
}
@media (min-width: 576px) {
  .top-40px-sm {
    top: 40px !important;
  }

  .left-40px-sm {
    left: 40px !important;
  }

  .bottom-40px-sm {
    bottom: 40px !important;
  }

  .right-40px-sm {
    right: 40px !important;
  }

  .top-40-sm {
    top: 40% !important;
  }

  .left-40-sm {
    left: 40% !important;
  }

  .bottom-40-sm {
    bottom: 40% !important;
  }

  .right-40-sm {
    right: 40% !important;
  }
}
@media (min-width: 576px) {
  .top-50px-sm {
    top: 50px !important;
  }

  .left-50px-sm {
    left: 50px !important;
  }

  .bottom-50px-sm {
    bottom: 50px !important;
  }

  .right-50px-sm {
    right: 50px !important;
  }

  .top-50-sm {
    top: 50% !important;
  }

  .left-50-sm {
    left: 50% !important;
  }

  .bottom-50-sm {
    bottom: 50% !important;
  }

  .right-50-sm {
    right: 50% !important;
  }
}
@media (min-width: 576px) {
  .top-60px-sm {
    top: 60px !important;
  }

  .left-60px-sm {
    left: 60px !important;
  }

  .bottom-60px-sm {
    bottom: 60px !important;
  }

  .right-60px-sm {
    right: 60px !important;
  }

  .top-60-sm {
    top: 60% !important;
  }

  .left-60-sm {
    left: 60% !important;
  }

  .bottom-60-sm {
    bottom: 60% !important;
  }

  .right-60-sm {
    right: 60% !important;
  }
}
@media (min-width: 576px) {
  .top-70px-sm {
    top: 70px !important;
  }

  .left-70px-sm {
    left: 70px !important;
  }

  .bottom-70px-sm {
    bottom: 70px !important;
  }

  .right-70px-sm {
    right: 70px !important;
  }

  .top-70-sm {
    top: 70% !important;
  }

  .left-70-sm {
    left: 70% !important;
  }

  .bottom-70-sm {
    bottom: 70% !important;
  }

  .right-70-sm {
    right: 70% !important;
  }
}
@media (min-width: 576px) {
  .top-80px-sm {
    top: 80px !important;
  }

  .left-80px-sm {
    left: 80px !important;
  }

  .bottom-80px-sm {
    bottom: 80px !important;
  }

  .right-80px-sm {
    right: 80px !important;
  }

  .top-80-sm {
    top: 80% !important;
  }

  .left-80-sm {
    left: 80% !important;
  }

  .bottom-80-sm {
    bottom: 80% !important;
  }

  .right-80-sm {
    right: 80% !important;
  }
}
@media (min-width: 576px) {
  .top-90px-sm {
    top: 90px !important;
  }

  .left-90px-sm {
    left: 90px !important;
  }

  .bottom-90px-sm {
    bottom: 90px !important;
  }

  .right-90px-sm {
    right: 90px !important;
  }

  .top-90-sm {
    top: 90% !important;
  }

  .left-90-sm {
    left: 90% !important;
  }

  .bottom-90-sm {
    bottom: 90% !important;
  }

  .right-90-sm {
    right: 90% !important;
  }
}
@media (min-width: 576px) {
  .top-100px-sm {
    top: 100px !important;
  }

  .left-100px-sm {
    left: 100px !important;
  }

  .bottom-100px-sm {
    bottom: 100px !important;
  }

  .right-100px-sm {
    right: 100px !important;
  }

  .top-100-sm {
    top: 100% !important;
  }

  .left-100-sm {
    left: 100% !important;
  }

  .bottom-100-sm {
    bottom: 100% !important;
  }

  .right-100-sm {
    right: 100% !important;
  }
}
@media (min-width: 576px) {
  .top-110px-sm {
    top: 110px !important;
  }

  .left-110px-sm {
    left: 110px !important;
  }

  .bottom-110px-sm {
    bottom: 110px !important;
  }

  .right-110px-sm {
    right: 110px !important;
  }

  .top-110-sm {
    top: 110% !important;
  }

  .left-110-sm {
    left: 110% !important;
  }

  .bottom-110-sm {
    bottom: 110% !important;
  }

  .right-110-sm {
    right: 110% !important;
  }
}
@media (min-width: 576px) {
  .top-120px-sm {
    top: 120px !important;
  }

  .left-120px-sm {
    left: 120px !important;
  }

  .bottom-120px-sm {
    bottom: 120px !important;
  }

  .right-120px-sm {
    right: 120px !important;
  }

  .top-120-sm {
    top: 120% !important;
  }

  .left-120-sm {
    left: 120% !important;
  }

  .bottom-120-sm {
    bottom: 120% !important;
  }

  .right-120-sm {
    right: 120% !important;
  }
}
@media (min-width: 576px) {
  .top-130px-sm {
    top: 130px !important;
  }

  .left-130px-sm {
    left: 130px !important;
  }

  .bottom-130px-sm {
    bottom: 130px !important;
  }

  .right-130px-sm {
    right: 130px !important;
  }

  .top-130-sm {
    top: 130% !important;
  }

  .left-130-sm {
    left: 130% !important;
  }

  .bottom-130-sm {
    bottom: 130% !important;
  }

  .right-130-sm {
    right: 130% !important;
  }
}
@media (min-width: 576px) {
  .top-140px-sm {
    top: 140px !important;
  }

  .left-140px-sm {
    left: 140px !important;
  }

  .bottom-140px-sm {
    bottom: 140px !important;
  }

  .right-140px-sm {
    right: 140px !important;
  }

  .top-140-sm {
    top: 140% !important;
  }

  .left-140-sm {
    left: 140% !important;
  }

  .bottom-140-sm {
    bottom: 140% !important;
  }

  .right-140-sm {
    right: 140% !important;
  }
}
@media (min-width: 576px) {
  .top-150px-sm {
    top: 150px !important;
  }

  .left-150px-sm {
    left: 150px !important;
  }

  .bottom-150px-sm {
    bottom: 150px !important;
  }

  .right-150px-sm {
    right: 150px !important;
  }

  .top-150-sm {
    top: 150% !important;
  }

  .left-150-sm {
    left: 150% !important;
  }

  .bottom-150-sm {
    bottom: 150% !important;
  }

  .right-150-sm {
    right: 150% !important;
  }
}
@media (min-width: 576px) {
  .top-160px-sm {
    top: 160px !important;
  }

  .left-160px-sm {
    left: 160px !important;
  }

  .bottom-160px-sm {
    bottom: 160px !important;
  }

  .right-160px-sm {
    right: 160px !important;
  }

  .top-160-sm {
    top: 160% !important;
  }

  .left-160-sm {
    left: 160% !important;
  }

  .bottom-160-sm {
    bottom: 160% !important;
  }

  .right-160-sm {
    right: 160% !important;
  }
}
@media (min-width: 576px) {
  .top-170px-sm {
    top: 170px !important;
  }

  .left-170px-sm {
    left: 170px !important;
  }

  .bottom-170px-sm {
    bottom: 170px !important;
  }

  .right-170px-sm {
    right: 170px !important;
  }

  .top-170-sm {
    top: 170% !important;
  }

  .left-170-sm {
    left: 170% !important;
  }

  .bottom-170-sm {
    bottom: 170% !important;
  }

  .right-170-sm {
    right: 170% !important;
  }
}
@media (min-width: 576px) {
  .top-180px-sm {
    top: 180px !important;
  }

  .left-180px-sm {
    left: 180px !important;
  }

  .bottom-180px-sm {
    bottom: 180px !important;
  }

  .right-180px-sm {
    right: 180px !important;
  }

  .top-180-sm {
    top: 180% !important;
  }

  .left-180-sm {
    left: 180% !important;
  }

  .bottom-180-sm {
    bottom: 180% !important;
  }

  .right-180-sm {
    right: 180% !important;
  }
}
@media (min-width: 576px) {
  .top-190px-sm {
    top: 190px !important;
  }

  .left-190px-sm {
    left: 190px !important;
  }

  .bottom-190px-sm {
    bottom: 190px !important;
  }

  .right-190px-sm {
    right: 190px !important;
  }

  .top-190-sm {
    top: 190% !important;
  }

  .left-190-sm {
    left: 190% !important;
  }

  .bottom-190-sm {
    bottom: 190% !important;
  }

  .right-190-sm {
    right: 190% !important;
  }
}
@media (min-width: 576px) {
  .top-200px-sm {
    top: 200px !important;
  }

  .left-200px-sm {
    left: 200px !important;
  }

  .bottom-200px-sm {
    bottom: 200px !important;
  }

  .right-200px-sm {
    right: 200px !important;
  }

  .top-200-sm {
    top: 200% !important;
  }

  .left-200-sm {
    left: 200% !important;
  }

  .bottom-200-sm {
    bottom: 200% !important;
  }

  .right-200-sm {
    right: 200% !important;
  }
}
@media (min-width: 576px) {
  .top-210px-sm {
    top: 210px !important;
  }

  .left-210px-sm {
    left: 210px !important;
  }

  .bottom-210px-sm {
    bottom: 210px !important;
  }

  .right-210px-sm {
    right: 210px !important;
  }

  .top-210-sm {
    top: 210% !important;
  }

  .left-210-sm {
    left: 210% !important;
  }

  .bottom-210-sm {
    bottom: 210% !important;
  }

  .right-210-sm {
    right: 210% !important;
  }
}
@media (min-width: 576px) {
  .top-220px-sm {
    top: 220px !important;
  }

  .left-220px-sm {
    left: 220px !important;
  }

  .bottom-220px-sm {
    bottom: 220px !important;
  }

  .right-220px-sm {
    right: 220px !important;
  }

  .top-220-sm {
    top: 220% !important;
  }

  .left-220-sm {
    left: 220% !important;
  }

  .bottom-220-sm {
    bottom: 220% !important;
  }

  .right-220-sm {
    right: 220% !important;
  }
}
@media (min-width: 576px) {
  .top-230px-sm {
    top: 230px !important;
  }

  .left-230px-sm {
    left: 230px !important;
  }

  .bottom-230px-sm {
    bottom: 230px !important;
  }

  .right-230px-sm {
    right: 230px !important;
  }

  .top-230-sm {
    top: 230% !important;
  }

  .left-230-sm {
    left: 230% !important;
  }

  .bottom-230-sm {
    bottom: 230% !important;
  }

  .right-230-sm {
    right: 230% !important;
  }
}
@media (min-width: 576px) {
  .top-240px-sm {
    top: 240px !important;
  }

  .left-240px-sm {
    left: 240px !important;
  }

  .bottom-240px-sm {
    bottom: 240px !important;
  }

  .right-240px-sm {
    right: 240px !important;
  }

  .top-240-sm {
    top: 240% !important;
  }

  .left-240-sm {
    left: 240% !important;
  }

  .bottom-240-sm {
    bottom: 240% !important;
  }

  .right-240-sm {
    right: 240% !important;
  }
}
@media (min-width: 576px) {
  .top-250px-sm {
    top: 250px !important;
  }

  .left-250px-sm {
    left: 250px !important;
  }

  .bottom-250px-sm {
    bottom: 250px !important;
  }

  .right-250px-sm {
    right: 250px !important;
  }

  .top-250-sm {
    top: 250% !important;
  }

  .left-250-sm {
    left: 250% !important;
  }

  .bottom-250-sm {
    bottom: 250% !important;
  }

  .right-250-sm {
    right: 250% !important;
  }
}
@media (min-width: 576px) {
  .top-260px-sm {
    top: 260px !important;
  }

  .left-260px-sm {
    left: 260px !important;
  }

  .bottom-260px-sm {
    bottom: 260px !important;
  }

  .right-260px-sm {
    right: 260px !important;
  }

  .top-260-sm {
    top: 260% !important;
  }

  .left-260-sm {
    left: 260% !important;
  }

  .bottom-260-sm {
    bottom: 260% !important;
  }

  .right-260-sm {
    right: 260% !important;
  }
}
@media (min-width: 576px) {
  .top-270px-sm {
    top: 270px !important;
  }

  .left-270px-sm {
    left: 270px !important;
  }

  .bottom-270px-sm {
    bottom: 270px !important;
  }

  .right-270px-sm {
    right: 270px !important;
  }

  .top-270-sm {
    top: 270% !important;
  }

  .left-270-sm {
    left: 270% !important;
  }

  .bottom-270-sm {
    bottom: 270% !important;
  }

  .right-270-sm {
    right: 270% !important;
  }
}
@media (min-width: 576px) {
  .top-280px-sm {
    top: 280px !important;
  }

  .left-280px-sm {
    left: 280px !important;
  }

  .bottom-280px-sm {
    bottom: 280px !important;
  }

  .right-280px-sm {
    right: 280px !important;
  }

  .top-280-sm {
    top: 280% !important;
  }

  .left-280-sm {
    left: 280% !important;
  }

  .bottom-280-sm {
    bottom: 280% !important;
  }

  .right-280-sm {
    right: 280% !important;
  }
}
@media (min-width: 576px) {
  .top-290px-sm {
    top: 290px !important;
  }

  .left-290px-sm {
    left: 290px !important;
  }

  .bottom-290px-sm {
    bottom: 290px !important;
  }

  .right-290px-sm {
    right: 290px !important;
  }

  .top-290-sm {
    top: 290% !important;
  }

  .left-290-sm {
    left: 290% !important;
  }

  .bottom-290-sm {
    bottom: 290% !important;
  }

  .right-290-sm {
    right: 290% !important;
  }
}
@media (min-width: 576px) {
  .top-300px-sm {
    top: 300px !important;
  }

  .left-300px-sm {
    left: 300px !important;
  }

  .bottom-300px-sm {
    bottom: 300px !important;
  }

  .right-300px-sm {
    right: 300px !important;
  }

  .top-300-sm {
    top: 300% !important;
  }

  .left-300-sm {
    left: 300% !important;
  }

  .bottom-300-sm {
    bottom: 300% !important;
  }

  .right-300-sm {
    right: 300% !important;
  }
}
@media (min-width: 768px) {
  .top-auto-md {
    top: auto !important;
  }

  .left-auto-md {
    left: auto !important;
  }

  .right-auto-md {
    right: auto !important;
  }

  .bottom-auto-md {
    bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .top--19px-md {
    top: -19px !important;
  }

  .left--19px-md {
    left: -19px !important;
  }

  .bottom--19px-md {
    bottom: -19px !important;
  }

  .right--19px-md {
    right: -19px !important;
  }
}
@media (min-width: 768px) {
  .top--18px-md {
    top: -18px !important;
  }

  .left--18px-md {
    left: -18px !important;
  }

  .bottom--18px-md {
    bottom: -18px !important;
  }

  .right--18px-md {
    right: -18px !important;
  }
}
@media (min-width: 768px) {
  .top--17px-md {
    top: -17px !important;
  }

  .left--17px-md {
    left: -17px !important;
  }

  .bottom--17px-md {
    bottom: -17px !important;
  }

  .right--17px-md {
    right: -17px !important;
  }
}
@media (min-width: 768px) {
  .top--16px-md {
    top: -16px !important;
  }

  .left--16px-md {
    left: -16px !important;
  }

  .bottom--16px-md {
    bottom: -16px !important;
  }

  .right--16px-md {
    right: -16px !important;
  }
}
@media (min-width: 768px) {
  .top--15px-md {
    top: -15px !important;
  }

  .left--15px-md {
    left: -15px !important;
  }

  .bottom--15px-md {
    bottom: -15px !important;
  }

  .right--15px-md {
    right: -15px !important;
  }
}
@media (min-width: 768px) {
  .top--14px-md {
    top: -14px !important;
  }

  .left--14px-md {
    left: -14px !important;
  }

  .bottom--14px-md {
    bottom: -14px !important;
  }

  .right--14px-md {
    right: -14px !important;
  }
}
@media (min-width: 768px) {
  .top--13px-md {
    top: -13px !important;
  }

  .left--13px-md {
    left: -13px !important;
  }

  .bottom--13px-md {
    bottom: -13px !important;
  }

  .right--13px-md {
    right: -13px !important;
  }
}
@media (min-width: 768px) {
  .top--12px-md {
    top: -12px !important;
  }

  .left--12px-md {
    left: -12px !important;
  }

  .bottom--12px-md {
    bottom: -12px !important;
  }

  .right--12px-md {
    right: -12px !important;
  }
}
@media (min-width: 768px) {
  .top--11px-md {
    top: -11px !important;
  }

  .left--11px-md {
    left: -11px !important;
  }

  .bottom--11px-md {
    bottom: -11px !important;
  }

  .right--11px-md {
    right: -11px !important;
  }
}
@media (min-width: 768px) {
  .top--10px-md {
    top: -10px !important;
  }

  .left--10px-md {
    left: -10px !important;
  }

  .bottom--10px-md {
    bottom: -10px !important;
  }

  .right--10px-md {
    right: -10px !important;
  }
}
@media (min-width: 768px) {
  .top--9px-md {
    top: -9px !important;
  }

  .left--9px-md {
    left: -9px !important;
  }

  .bottom--9px-md {
    bottom: -9px !important;
  }

  .right--9px-md {
    right: -9px !important;
  }
}
@media (min-width: 768px) {
  .top--8px-md {
    top: -8px !important;
  }

  .left--8px-md {
    left: -8px !important;
  }

  .bottom--8px-md {
    bottom: -8px !important;
  }

  .right--8px-md {
    right: -8px !important;
  }
}
@media (min-width: 768px) {
  .top--7px-md {
    top: -7px !important;
  }

  .left--7px-md {
    left: -7px !important;
  }

  .bottom--7px-md {
    bottom: -7px !important;
  }

  .right--7px-md {
    right: -7px !important;
  }
}
@media (min-width: 768px) {
  .top--6px-md {
    top: -6px !important;
  }

  .left--6px-md {
    left: -6px !important;
  }

  .bottom--6px-md {
    bottom: -6px !important;
  }

  .right--6px-md {
    right: -6px !important;
  }
}
@media (min-width: 768px) {
  .top--5px-md {
    top: -5px !important;
  }

  .left--5px-md {
    left: -5px !important;
  }

  .bottom--5px-md {
    bottom: -5px !important;
  }

  .right--5px-md {
    right: -5px !important;
  }
}
@media (min-width: 768px) {
  .top--4px-md {
    top: -4px !important;
  }

  .left--4px-md {
    left: -4px !important;
  }

  .bottom--4px-md {
    bottom: -4px !important;
  }

  .right--4px-md {
    right: -4px !important;
  }
}
@media (min-width: 768px) {
  .top--3px-md {
    top: -3px !important;
  }

  .left--3px-md {
    left: -3px !important;
  }

  .bottom--3px-md {
    bottom: -3px !important;
  }

  .right--3px-md {
    right: -3px !important;
  }
}
@media (min-width: 768px) {
  .top--2px-md {
    top: -2px !important;
  }

  .left--2px-md {
    left: -2px !important;
  }

  .bottom--2px-md {
    bottom: -2px !important;
  }

  .right--2px-md {
    right: -2px !important;
  }
}
@media (min-width: 768px) {
  .top--1px-md {
    top: -1px !important;
  }

  .left--1px-md {
    left: -1px !important;
  }

  .bottom--1px-md {
    bottom: -1px !important;
  }

  .right--1px-md {
    right: -1px !important;
  }
}
@media (min-width: 768px) {
  .top-0px-md {
    top: 0px !important;
  }

  .left-0px-md {
    left: 0px !important;
  }

  .bottom-0px-md {
    bottom: 0px !important;
  }

  .right-0px-md {
    right: 0px !important;
  }
}
@media (min-width: 768px) {
  .top-1px-md {
    top: 1px !important;
  }

  .left-1px-md {
    left: 1px !important;
  }

  .bottom-1px-md {
    bottom: 1px !important;
  }

  .right-1px-md {
    right: 1px !important;
  }
}
@media (min-width: 768px) {
  .top-2px-md {
    top: 2px !important;
  }

  .left-2px-md {
    left: 2px !important;
  }

  .bottom-2px-md {
    bottom: 2px !important;
  }

  .right-2px-md {
    right: 2px !important;
  }
}
@media (min-width: 768px) {
  .top-3px-md {
    top: 3px !important;
  }

  .left-3px-md {
    left: 3px !important;
  }

  .bottom-3px-md {
    bottom: 3px !important;
  }

  .right-3px-md {
    right: 3px !important;
  }
}
@media (min-width: 768px) {
  .top-4px-md {
    top: 4px !important;
  }

  .left-4px-md {
    left: 4px !important;
  }

  .bottom-4px-md {
    bottom: 4px !important;
  }

  .right-4px-md {
    right: 4px !important;
  }
}
@media (min-width: 768px) {
  .top-5px-md {
    top: 5px !important;
  }

  .left-5px-md {
    left: 5px !important;
  }

  .bottom-5px-md {
    bottom: 5px !important;
  }

  .right-5px-md {
    right: 5px !important;
  }
}
@media (min-width: 768px) {
  .top-6px-md {
    top: 6px !important;
  }

  .left-6px-md {
    left: 6px !important;
  }

  .bottom-6px-md {
    bottom: 6px !important;
  }

  .right-6px-md {
    right: 6px !important;
  }
}
@media (min-width: 768px) {
  .top-7px-md {
    top: 7px !important;
  }

  .left-7px-md {
    left: 7px !important;
  }

  .bottom-7px-md {
    bottom: 7px !important;
  }

  .right-7px-md {
    right: 7px !important;
  }
}
@media (min-width: 768px) {
  .top-8px-md {
    top: 8px !important;
  }

  .left-8px-md {
    left: 8px !important;
  }

  .bottom-8px-md {
    bottom: 8px !important;
  }

  .right-8px-md {
    right: 8px !important;
  }
}
@media (min-width: 768px) {
  .top-9px-md {
    top: 9px !important;
  }

  .left-9px-md {
    left: 9px !important;
  }

  .bottom-9px-md {
    bottom: 9px !important;
  }

  .right-9px-md {
    right: 9px !important;
  }
}
@media (min-width: 768px) {
  .top-10px-md {
    top: 10px !important;
  }

  .left-10px-md {
    left: 10px !important;
  }

  .bottom-10px-md {
    bottom: 10px !important;
  }

  .right-10px-md {
    right: 10px !important;
  }
}
@media (min-width: 768px) {
  .top-11px-md {
    top: 11px !important;
  }

  .left-11px-md {
    left: 11px !important;
  }

  .bottom-11px-md {
    bottom: 11px !important;
  }

  .right-11px-md {
    right: 11px !important;
  }
}
@media (min-width: 768px) {
  .top-12px-md {
    top: 12px !important;
  }

  .left-12px-md {
    left: 12px !important;
  }

  .bottom-12px-md {
    bottom: 12px !important;
  }

  .right-12px-md {
    right: 12px !important;
  }
}
@media (min-width: 768px) {
  .top-13px-md {
    top: 13px !important;
  }

  .left-13px-md {
    left: 13px !important;
  }

  .bottom-13px-md {
    bottom: 13px !important;
  }

  .right-13px-md {
    right: 13px !important;
  }
}
@media (min-width: 768px) {
  .top-14px-md {
    top: 14px !important;
  }

  .left-14px-md {
    left: 14px !important;
  }

  .bottom-14px-md {
    bottom: 14px !important;
  }

  .right-14px-md {
    right: 14px !important;
  }
}
@media (min-width: 768px) {
  .top-15px-md {
    top: 15px !important;
  }

  .left-15px-md {
    left: 15px !important;
  }

  .bottom-15px-md {
    bottom: 15px !important;
  }

  .right-15px-md {
    right: 15px !important;
  }
}
@media (min-width: 768px) {
  .top-16px-md {
    top: 16px !important;
  }

  .left-16px-md {
    left: 16px !important;
  }

  .bottom-16px-md {
    bottom: 16px !important;
  }

  .right-16px-md {
    right: 16px !important;
  }
}
@media (min-width: 768px) {
  .top-17px-md {
    top: 17px !important;
  }

  .left-17px-md {
    left: 17px !important;
  }

  .bottom-17px-md {
    bottom: 17px !important;
  }

  .right-17px-md {
    right: 17px !important;
  }
}
@media (min-width: 768px) {
  .top-18px-md {
    top: 18px !important;
  }

  .left-18px-md {
    left: 18px !important;
  }

  .bottom-18px-md {
    bottom: 18px !important;
  }

  .right-18px-md {
    right: 18px !important;
  }
}
@media (min-width: 768px) {
  .top-19px-md {
    top: 19px !important;
  }

  .left-19px-md {
    left: 19px !important;
  }

  .bottom-19px-md {
    bottom: 19px !important;
  }

  .right-19px-md {
    right: 19px !important;
  }
}
@media (min-width: 768px) {
  .top--300px-md {
    top: -300px !important;
  }

  .left--300px-md {
    left: -300px !important;
  }

  .bottom--300px-md {
    bottom: -300px !important;
  }

  .right--300px-md {
    right: -300px !important;
  }

  .top--300-md {
    top: -300% !important;
  }

  .left--300-md {
    left: -300% !important;
  }

  .bottom--300-md {
    bottom: -300% !important;
  }

  .right--300-md {
    right: -300% !important;
  }
}
@media (min-width: 768px) {
  .top--290px-md {
    top: -290px !important;
  }

  .left--290px-md {
    left: -290px !important;
  }

  .bottom--290px-md {
    bottom: -290px !important;
  }

  .right--290px-md {
    right: -290px !important;
  }

  .top--290-md {
    top: -290% !important;
  }

  .left--290-md {
    left: -290% !important;
  }

  .bottom--290-md {
    bottom: -290% !important;
  }

  .right--290-md {
    right: -290% !important;
  }
}
@media (min-width: 768px) {
  .top--280px-md {
    top: -280px !important;
  }

  .left--280px-md {
    left: -280px !important;
  }

  .bottom--280px-md {
    bottom: -280px !important;
  }

  .right--280px-md {
    right: -280px !important;
  }

  .top--280-md {
    top: -280% !important;
  }

  .left--280-md {
    left: -280% !important;
  }

  .bottom--280-md {
    bottom: -280% !important;
  }

  .right--280-md {
    right: -280% !important;
  }
}
@media (min-width: 768px) {
  .top--270px-md {
    top: -270px !important;
  }

  .left--270px-md {
    left: -270px !important;
  }

  .bottom--270px-md {
    bottom: -270px !important;
  }

  .right--270px-md {
    right: -270px !important;
  }

  .top--270-md {
    top: -270% !important;
  }

  .left--270-md {
    left: -270% !important;
  }

  .bottom--270-md {
    bottom: -270% !important;
  }

  .right--270-md {
    right: -270% !important;
  }
}
@media (min-width: 768px) {
  .top--260px-md {
    top: -260px !important;
  }

  .left--260px-md {
    left: -260px !important;
  }

  .bottom--260px-md {
    bottom: -260px !important;
  }

  .right--260px-md {
    right: -260px !important;
  }

  .top--260-md {
    top: -260% !important;
  }

  .left--260-md {
    left: -260% !important;
  }

  .bottom--260-md {
    bottom: -260% !important;
  }

  .right--260-md {
    right: -260% !important;
  }
}
@media (min-width: 768px) {
  .top--250px-md {
    top: -250px !important;
  }

  .left--250px-md {
    left: -250px !important;
  }

  .bottom--250px-md {
    bottom: -250px !important;
  }

  .right--250px-md {
    right: -250px !important;
  }

  .top--250-md {
    top: -250% !important;
  }

  .left--250-md {
    left: -250% !important;
  }

  .bottom--250-md {
    bottom: -250% !important;
  }

  .right--250-md {
    right: -250% !important;
  }
}
@media (min-width: 768px) {
  .top--240px-md {
    top: -240px !important;
  }

  .left--240px-md {
    left: -240px !important;
  }

  .bottom--240px-md {
    bottom: -240px !important;
  }

  .right--240px-md {
    right: -240px !important;
  }

  .top--240-md {
    top: -240% !important;
  }

  .left--240-md {
    left: -240% !important;
  }

  .bottom--240-md {
    bottom: -240% !important;
  }

  .right--240-md {
    right: -240% !important;
  }
}
@media (min-width: 768px) {
  .top--230px-md {
    top: -230px !important;
  }

  .left--230px-md {
    left: -230px !important;
  }

  .bottom--230px-md {
    bottom: -230px !important;
  }

  .right--230px-md {
    right: -230px !important;
  }

  .top--230-md {
    top: -230% !important;
  }

  .left--230-md {
    left: -230% !important;
  }

  .bottom--230-md {
    bottom: -230% !important;
  }

  .right--230-md {
    right: -230% !important;
  }
}
@media (min-width: 768px) {
  .top--220px-md {
    top: -220px !important;
  }

  .left--220px-md {
    left: -220px !important;
  }

  .bottom--220px-md {
    bottom: -220px !important;
  }

  .right--220px-md {
    right: -220px !important;
  }

  .top--220-md {
    top: -220% !important;
  }

  .left--220-md {
    left: -220% !important;
  }

  .bottom--220-md {
    bottom: -220% !important;
  }

  .right--220-md {
    right: -220% !important;
  }
}
@media (min-width: 768px) {
  .top--210px-md {
    top: -210px !important;
  }

  .left--210px-md {
    left: -210px !important;
  }

  .bottom--210px-md {
    bottom: -210px !important;
  }

  .right--210px-md {
    right: -210px !important;
  }

  .top--210-md {
    top: -210% !important;
  }

  .left--210-md {
    left: -210% !important;
  }

  .bottom--210-md {
    bottom: -210% !important;
  }

  .right--210-md {
    right: -210% !important;
  }
}
@media (min-width: 768px) {
  .top--200px-md {
    top: -200px !important;
  }

  .left--200px-md {
    left: -200px !important;
  }

  .bottom--200px-md {
    bottom: -200px !important;
  }

  .right--200px-md {
    right: -200px !important;
  }

  .top--200-md {
    top: -200% !important;
  }

  .left--200-md {
    left: -200% !important;
  }

  .bottom--200-md {
    bottom: -200% !important;
  }

  .right--200-md {
    right: -200% !important;
  }
}
@media (min-width: 768px) {
  .top--190px-md {
    top: -190px !important;
  }

  .left--190px-md {
    left: -190px !important;
  }

  .bottom--190px-md {
    bottom: -190px !important;
  }

  .right--190px-md {
    right: -190px !important;
  }

  .top--190-md {
    top: -190% !important;
  }

  .left--190-md {
    left: -190% !important;
  }

  .bottom--190-md {
    bottom: -190% !important;
  }

  .right--190-md {
    right: -190% !important;
  }
}
@media (min-width: 768px) {
  .top--180px-md {
    top: -180px !important;
  }

  .left--180px-md {
    left: -180px !important;
  }

  .bottom--180px-md {
    bottom: -180px !important;
  }

  .right--180px-md {
    right: -180px !important;
  }

  .top--180-md {
    top: -180% !important;
  }

  .left--180-md {
    left: -180% !important;
  }

  .bottom--180-md {
    bottom: -180% !important;
  }

  .right--180-md {
    right: -180% !important;
  }
}
@media (min-width: 768px) {
  .top--170px-md {
    top: -170px !important;
  }

  .left--170px-md {
    left: -170px !important;
  }

  .bottom--170px-md {
    bottom: -170px !important;
  }

  .right--170px-md {
    right: -170px !important;
  }

  .top--170-md {
    top: -170% !important;
  }

  .left--170-md {
    left: -170% !important;
  }

  .bottom--170-md {
    bottom: -170% !important;
  }

  .right--170-md {
    right: -170% !important;
  }
}
@media (min-width: 768px) {
  .top--160px-md {
    top: -160px !important;
  }

  .left--160px-md {
    left: -160px !important;
  }

  .bottom--160px-md {
    bottom: -160px !important;
  }

  .right--160px-md {
    right: -160px !important;
  }

  .top--160-md {
    top: -160% !important;
  }

  .left--160-md {
    left: -160% !important;
  }

  .bottom--160-md {
    bottom: -160% !important;
  }

  .right--160-md {
    right: -160% !important;
  }
}
@media (min-width: 768px) {
  .top--150px-md {
    top: -150px !important;
  }

  .left--150px-md {
    left: -150px !important;
  }

  .bottom--150px-md {
    bottom: -150px !important;
  }

  .right--150px-md {
    right: -150px !important;
  }

  .top--150-md {
    top: -150% !important;
  }

  .left--150-md {
    left: -150% !important;
  }

  .bottom--150-md {
    bottom: -150% !important;
  }

  .right--150-md {
    right: -150% !important;
  }
}
@media (min-width: 768px) {
  .top--140px-md {
    top: -140px !important;
  }

  .left--140px-md {
    left: -140px !important;
  }

  .bottom--140px-md {
    bottom: -140px !important;
  }

  .right--140px-md {
    right: -140px !important;
  }

  .top--140-md {
    top: -140% !important;
  }

  .left--140-md {
    left: -140% !important;
  }

  .bottom--140-md {
    bottom: -140% !important;
  }

  .right--140-md {
    right: -140% !important;
  }
}
@media (min-width: 768px) {
  .top--130px-md {
    top: -130px !important;
  }

  .left--130px-md {
    left: -130px !important;
  }

  .bottom--130px-md {
    bottom: -130px !important;
  }

  .right--130px-md {
    right: -130px !important;
  }

  .top--130-md {
    top: -130% !important;
  }

  .left--130-md {
    left: -130% !important;
  }

  .bottom--130-md {
    bottom: -130% !important;
  }

  .right--130-md {
    right: -130% !important;
  }
}
@media (min-width: 768px) {
  .top--120px-md {
    top: -120px !important;
  }

  .left--120px-md {
    left: -120px !important;
  }

  .bottom--120px-md {
    bottom: -120px !important;
  }

  .right--120px-md {
    right: -120px !important;
  }

  .top--120-md {
    top: -120% !important;
  }

  .left--120-md {
    left: -120% !important;
  }

  .bottom--120-md {
    bottom: -120% !important;
  }

  .right--120-md {
    right: -120% !important;
  }
}
@media (min-width: 768px) {
  .top--110px-md {
    top: -110px !important;
  }

  .left--110px-md {
    left: -110px !important;
  }

  .bottom--110px-md {
    bottom: -110px !important;
  }

  .right--110px-md {
    right: -110px !important;
  }

  .top--110-md {
    top: -110% !important;
  }

  .left--110-md {
    left: -110% !important;
  }

  .bottom--110-md {
    bottom: -110% !important;
  }

  .right--110-md {
    right: -110% !important;
  }
}
@media (min-width: 768px) {
  .top--100px-md {
    top: -100px !important;
  }

  .left--100px-md {
    left: -100px !important;
  }

  .bottom--100px-md {
    bottom: -100px !important;
  }

  .right--100px-md {
    right: -100px !important;
  }

  .top--100-md {
    top: -100% !important;
  }

  .left--100-md {
    left: -100% !important;
  }

  .bottom--100-md {
    bottom: -100% !important;
  }

  .right--100-md {
    right: -100% !important;
  }
}
@media (min-width: 768px) {
  .top--90px-md {
    top: -90px !important;
  }

  .left--90px-md {
    left: -90px !important;
  }

  .bottom--90px-md {
    bottom: -90px !important;
  }

  .right--90px-md {
    right: -90px !important;
  }

  .top--90-md {
    top: -90% !important;
  }

  .left--90-md {
    left: -90% !important;
  }

  .bottom--90-md {
    bottom: -90% !important;
  }

  .right--90-md {
    right: -90% !important;
  }
}
@media (min-width: 768px) {
  .top--80px-md {
    top: -80px !important;
  }

  .left--80px-md {
    left: -80px !important;
  }

  .bottom--80px-md {
    bottom: -80px !important;
  }

  .right--80px-md {
    right: -80px !important;
  }

  .top--80-md {
    top: -80% !important;
  }

  .left--80-md {
    left: -80% !important;
  }

  .bottom--80-md {
    bottom: -80% !important;
  }

  .right--80-md {
    right: -80% !important;
  }
}
@media (min-width: 768px) {
  .top--70px-md {
    top: -70px !important;
  }

  .left--70px-md {
    left: -70px !important;
  }

  .bottom--70px-md {
    bottom: -70px !important;
  }

  .right--70px-md {
    right: -70px !important;
  }

  .top--70-md {
    top: -70% !important;
  }

  .left--70-md {
    left: -70% !important;
  }

  .bottom--70-md {
    bottom: -70% !important;
  }

  .right--70-md {
    right: -70% !important;
  }
}
@media (min-width: 768px) {
  .top--60px-md {
    top: -60px !important;
  }

  .left--60px-md {
    left: -60px !important;
  }

  .bottom--60px-md {
    bottom: -60px !important;
  }

  .right--60px-md {
    right: -60px !important;
  }

  .top--60-md {
    top: -60% !important;
  }

  .left--60-md {
    left: -60% !important;
  }

  .bottom--60-md {
    bottom: -60% !important;
  }

  .right--60-md {
    right: -60% !important;
  }
}
@media (min-width: 768px) {
  .top--50px-md {
    top: -50px !important;
  }

  .left--50px-md {
    left: -50px !important;
  }

  .bottom--50px-md {
    bottom: -50px !important;
  }

  .right--50px-md {
    right: -50px !important;
  }

  .top--50-md {
    top: -50% !important;
  }

  .left--50-md {
    left: -50% !important;
  }

  .bottom--50-md {
    bottom: -50% !important;
  }

  .right--50-md {
    right: -50% !important;
  }
}
@media (min-width: 768px) {
  .top--40px-md {
    top: -40px !important;
  }

  .left--40px-md {
    left: -40px !important;
  }

  .bottom--40px-md {
    bottom: -40px !important;
  }

  .right--40px-md {
    right: -40px !important;
  }

  .top--40-md {
    top: -40% !important;
  }

  .left--40-md {
    left: -40% !important;
  }

  .bottom--40-md {
    bottom: -40% !important;
  }

  .right--40-md {
    right: -40% !important;
  }
}
@media (min-width: 768px) {
  .top--30px-md {
    top: -30px !important;
  }

  .left--30px-md {
    left: -30px !important;
  }

  .bottom--30px-md {
    bottom: -30px !important;
  }

  .right--30px-md {
    right: -30px !important;
  }

  .top--30-md {
    top: -30% !important;
  }

  .left--30-md {
    left: -30% !important;
  }

  .bottom--30-md {
    bottom: -30% !important;
  }

  .right--30-md {
    right: -30% !important;
  }
}
@media (min-width: 768px) {
  .top--20px-md {
    top: -20px !important;
  }

  .left--20px-md {
    left: -20px !important;
  }

  .bottom--20px-md {
    bottom: -20px !important;
  }

  .right--20px-md {
    right: -20px !important;
  }

  .top--20-md {
    top: -20% !important;
  }

  .left--20-md {
    left: -20% !important;
  }

  .bottom--20-md {
    bottom: -20% !important;
  }

  .right--20-md {
    right: -20% !important;
  }
}
@media (min-width: 768px) {
  .top--10px-md {
    top: -10px !important;
  }

  .left--10px-md {
    left: -10px !important;
  }

  .bottom--10px-md {
    bottom: -10px !important;
  }

  .right--10px-md {
    right: -10px !important;
  }

  .top--10-md {
    top: -10% !important;
  }

  .left--10-md {
    left: -10% !important;
  }

  .bottom--10-md {
    bottom: -10% !important;
  }

  .right--10-md {
    right: -10% !important;
  }
}
@media (min-width: 768px) {
  .top-00px-md {
    top: 0px !important;
  }

  .left-00px-md {
    left: 0px !important;
  }

  .bottom-00px-md {
    bottom: 0px !important;
  }

  .right-00px-md {
    right: 0px !important;
  }

  .top-00-md {
    top: 0% !important;
  }

  .left-00-md {
    left: 0% !important;
  }

  .bottom-00-md {
    bottom: 0% !important;
  }

  .right-00-md {
    right: 0% !important;
  }
}
@media (min-width: 768px) {
  .top-10px-md {
    top: 10px !important;
  }

  .left-10px-md {
    left: 10px !important;
  }

  .bottom-10px-md {
    bottom: 10px !important;
  }

  .right-10px-md {
    right: 10px !important;
  }

  .top-10-md {
    top: 10% !important;
  }

  .left-10-md {
    left: 10% !important;
  }

  .bottom-10-md {
    bottom: 10% !important;
  }

  .right-10-md {
    right: 10% !important;
  }
}
@media (min-width: 768px) {
  .top-20px-md {
    top: 20px !important;
  }

  .left-20px-md {
    left: 20px !important;
  }

  .bottom-20px-md {
    bottom: 20px !important;
  }

  .right-20px-md {
    right: 20px !important;
  }

  .top-20-md {
    top: 20% !important;
  }

  .left-20-md {
    left: 20% !important;
  }

  .bottom-20-md {
    bottom: 20% !important;
  }

  .right-20-md {
    right: 20% !important;
  }
}
@media (min-width: 768px) {
  .top-30px-md {
    top: 30px !important;
  }

  .left-30px-md {
    left: 30px !important;
  }

  .bottom-30px-md {
    bottom: 30px !important;
  }

  .right-30px-md {
    right: 30px !important;
  }

  .top-30-md {
    top: 30% !important;
  }

  .left-30-md {
    left: 30% !important;
  }

  .bottom-30-md {
    bottom: 30% !important;
  }

  .right-30-md {
    right: 30% !important;
  }
}
@media (min-width: 768px) {
  .top-40px-md {
    top: 40px !important;
  }

  .left-40px-md {
    left: 40px !important;
  }

  .bottom-40px-md {
    bottom: 40px !important;
  }

  .right-40px-md {
    right: 40px !important;
  }

  .top-40-md {
    top: 40% !important;
  }

  .left-40-md {
    left: 40% !important;
  }

  .bottom-40-md {
    bottom: 40% !important;
  }

  .right-40-md {
    right: 40% !important;
  }
}
@media (min-width: 768px) {
  .top-50px-md {
    top: 50px !important;
  }

  .left-50px-md {
    left: 50px !important;
  }

  .bottom-50px-md {
    bottom: 50px !important;
  }

  .right-50px-md {
    right: 50px !important;
  }

  .top-50-md {
    top: 50% !important;
  }

  .left-50-md {
    left: 50% !important;
  }

  .bottom-50-md {
    bottom: 50% !important;
  }

  .right-50-md {
    right: 50% !important;
  }
}
@media (min-width: 768px) {
  .top-60px-md {
    top: 60px !important;
  }

  .left-60px-md {
    left: 60px !important;
  }

  .bottom-60px-md {
    bottom: 60px !important;
  }

  .right-60px-md {
    right: 60px !important;
  }

  .top-60-md {
    top: 60% !important;
  }

  .left-60-md {
    left: 60% !important;
  }

  .bottom-60-md {
    bottom: 60% !important;
  }

  .right-60-md {
    right: 60% !important;
  }
}
@media (min-width: 768px) {
  .top-70px-md {
    top: 70px !important;
  }

  .left-70px-md {
    left: 70px !important;
  }

  .bottom-70px-md {
    bottom: 70px !important;
  }

  .right-70px-md {
    right: 70px !important;
  }

  .top-70-md {
    top: 70% !important;
  }

  .left-70-md {
    left: 70% !important;
  }

  .bottom-70-md {
    bottom: 70% !important;
  }

  .right-70-md {
    right: 70% !important;
  }
}
@media (min-width: 768px) {
  .top-80px-md {
    top: 80px !important;
  }

  .left-80px-md {
    left: 80px !important;
  }

  .bottom-80px-md {
    bottom: 80px !important;
  }

  .right-80px-md {
    right: 80px !important;
  }

  .top-80-md {
    top: 80% !important;
  }

  .left-80-md {
    left: 80% !important;
  }

  .bottom-80-md {
    bottom: 80% !important;
  }

  .right-80-md {
    right: 80% !important;
  }
}
@media (min-width: 768px) {
  .top-90px-md {
    top: 90px !important;
  }

  .left-90px-md {
    left: 90px !important;
  }

  .bottom-90px-md {
    bottom: 90px !important;
  }

  .right-90px-md {
    right: 90px !important;
  }

  .top-90-md {
    top: 90% !important;
  }

  .left-90-md {
    left: 90% !important;
  }

  .bottom-90-md {
    bottom: 90% !important;
  }

  .right-90-md {
    right: 90% !important;
  }
}
@media (min-width: 768px) {
  .top-100px-md {
    top: 100px !important;
  }

  .left-100px-md {
    left: 100px !important;
  }

  .bottom-100px-md {
    bottom: 100px !important;
  }

  .right-100px-md {
    right: 100px !important;
  }

  .top-100-md {
    top: 100% !important;
  }

  .left-100-md {
    left: 100% !important;
  }

  .bottom-100-md {
    bottom: 100% !important;
  }

  .right-100-md {
    right: 100% !important;
  }
}
@media (min-width: 768px) {
  .top-110px-md {
    top: 110px !important;
  }

  .left-110px-md {
    left: 110px !important;
  }

  .bottom-110px-md {
    bottom: 110px !important;
  }

  .right-110px-md {
    right: 110px !important;
  }

  .top-110-md {
    top: 110% !important;
  }

  .left-110-md {
    left: 110% !important;
  }

  .bottom-110-md {
    bottom: 110% !important;
  }

  .right-110-md {
    right: 110% !important;
  }
}
@media (min-width: 768px) {
  .top-120px-md {
    top: 120px !important;
  }

  .left-120px-md {
    left: 120px !important;
  }

  .bottom-120px-md {
    bottom: 120px !important;
  }

  .right-120px-md {
    right: 120px !important;
  }

  .top-120-md {
    top: 120% !important;
  }

  .left-120-md {
    left: 120% !important;
  }

  .bottom-120-md {
    bottom: 120% !important;
  }

  .right-120-md {
    right: 120% !important;
  }
}
@media (min-width: 768px) {
  .top-130px-md {
    top: 130px !important;
  }

  .left-130px-md {
    left: 130px !important;
  }

  .bottom-130px-md {
    bottom: 130px !important;
  }

  .right-130px-md {
    right: 130px !important;
  }

  .top-130-md {
    top: 130% !important;
  }

  .left-130-md {
    left: 130% !important;
  }

  .bottom-130-md {
    bottom: 130% !important;
  }

  .right-130-md {
    right: 130% !important;
  }
}
@media (min-width: 768px) {
  .top-140px-md {
    top: 140px !important;
  }

  .left-140px-md {
    left: 140px !important;
  }

  .bottom-140px-md {
    bottom: 140px !important;
  }

  .right-140px-md {
    right: 140px !important;
  }

  .top-140-md {
    top: 140% !important;
  }

  .left-140-md {
    left: 140% !important;
  }

  .bottom-140-md {
    bottom: 140% !important;
  }

  .right-140-md {
    right: 140% !important;
  }
}
@media (min-width: 768px) {
  .top-150px-md {
    top: 150px !important;
  }

  .left-150px-md {
    left: 150px !important;
  }

  .bottom-150px-md {
    bottom: 150px !important;
  }

  .right-150px-md {
    right: 150px !important;
  }

  .top-150-md {
    top: 150% !important;
  }

  .left-150-md {
    left: 150% !important;
  }

  .bottom-150-md {
    bottom: 150% !important;
  }

  .right-150-md {
    right: 150% !important;
  }
}
@media (min-width: 768px) {
  .top-160px-md {
    top: 160px !important;
  }

  .left-160px-md {
    left: 160px !important;
  }

  .bottom-160px-md {
    bottom: 160px !important;
  }

  .right-160px-md {
    right: 160px !important;
  }

  .top-160-md {
    top: 160% !important;
  }

  .left-160-md {
    left: 160% !important;
  }

  .bottom-160-md {
    bottom: 160% !important;
  }

  .right-160-md {
    right: 160% !important;
  }
}
@media (min-width: 768px) {
  .top-170px-md {
    top: 170px !important;
  }

  .left-170px-md {
    left: 170px !important;
  }

  .bottom-170px-md {
    bottom: 170px !important;
  }

  .right-170px-md {
    right: 170px !important;
  }

  .top-170-md {
    top: 170% !important;
  }

  .left-170-md {
    left: 170% !important;
  }

  .bottom-170-md {
    bottom: 170% !important;
  }

  .right-170-md {
    right: 170% !important;
  }
}
@media (min-width: 768px) {
  .top-180px-md {
    top: 180px !important;
  }

  .left-180px-md {
    left: 180px !important;
  }

  .bottom-180px-md {
    bottom: 180px !important;
  }

  .right-180px-md {
    right: 180px !important;
  }

  .top-180-md {
    top: 180% !important;
  }

  .left-180-md {
    left: 180% !important;
  }

  .bottom-180-md {
    bottom: 180% !important;
  }

  .right-180-md {
    right: 180% !important;
  }
}
@media (min-width: 768px) {
  .top-190px-md {
    top: 190px !important;
  }

  .left-190px-md {
    left: 190px !important;
  }

  .bottom-190px-md {
    bottom: 190px !important;
  }

  .right-190px-md {
    right: 190px !important;
  }

  .top-190-md {
    top: 190% !important;
  }

  .left-190-md {
    left: 190% !important;
  }

  .bottom-190-md {
    bottom: 190% !important;
  }

  .right-190-md {
    right: 190% !important;
  }
}
@media (min-width: 768px) {
  .top-200px-md {
    top: 200px !important;
  }

  .left-200px-md {
    left: 200px !important;
  }

  .bottom-200px-md {
    bottom: 200px !important;
  }

  .right-200px-md {
    right: 200px !important;
  }

  .top-200-md {
    top: 200% !important;
  }

  .left-200-md {
    left: 200% !important;
  }

  .bottom-200-md {
    bottom: 200% !important;
  }

  .right-200-md {
    right: 200% !important;
  }
}
@media (min-width: 768px) {
  .top-210px-md {
    top: 210px !important;
  }

  .left-210px-md {
    left: 210px !important;
  }

  .bottom-210px-md {
    bottom: 210px !important;
  }

  .right-210px-md {
    right: 210px !important;
  }

  .top-210-md {
    top: 210% !important;
  }

  .left-210-md {
    left: 210% !important;
  }

  .bottom-210-md {
    bottom: 210% !important;
  }

  .right-210-md {
    right: 210% !important;
  }
}
@media (min-width: 768px) {
  .top-220px-md {
    top: 220px !important;
  }

  .left-220px-md {
    left: 220px !important;
  }

  .bottom-220px-md {
    bottom: 220px !important;
  }

  .right-220px-md {
    right: 220px !important;
  }

  .top-220-md {
    top: 220% !important;
  }

  .left-220-md {
    left: 220% !important;
  }

  .bottom-220-md {
    bottom: 220% !important;
  }

  .right-220-md {
    right: 220% !important;
  }
}
@media (min-width: 768px) {
  .top-230px-md {
    top: 230px !important;
  }

  .left-230px-md {
    left: 230px !important;
  }

  .bottom-230px-md {
    bottom: 230px !important;
  }

  .right-230px-md {
    right: 230px !important;
  }

  .top-230-md {
    top: 230% !important;
  }

  .left-230-md {
    left: 230% !important;
  }

  .bottom-230-md {
    bottom: 230% !important;
  }

  .right-230-md {
    right: 230% !important;
  }
}
@media (min-width: 768px) {
  .top-240px-md {
    top: 240px !important;
  }

  .left-240px-md {
    left: 240px !important;
  }

  .bottom-240px-md {
    bottom: 240px !important;
  }

  .right-240px-md {
    right: 240px !important;
  }

  .top-240-md {
    top: 240% !important;
  }

  .left-240-md {
    left: 240% !important;
  }

  .bottom-240-md {
    bottom: 240% !important;
  }

  .right-240-md {
    right: 240% !important;
  }
}
@media (min-width: 768px) {
  .top-250px-md {
    top: 250px !important;
  }

  .left-250px-md {
    left: 250px !important;
  }

  .bottom-250px-md {
    bottom: 250px !important;
  }

  .right-250px-md {
    right: 250px !important;
  }

  .top-250-md {
    top: 250% !important;
  }

  .left-250-md {
    left: 250% !important;
  }

  .bottom-250-md {
    bottom: 250% !important;
  }

  .right-250-md {
    right: 250% !important;
  }
}
@media (min-width: 768px) {
  .top-260px-md {
    top: 260px !important;
  }

  .left-260px-md {
    left: 260px !important;
  }

  .bottom-260px-md {
    bottom: 260px !important;
  }

  .right-260px-md {
    right: 260px !important;
  }

  .top-260-md {
    top: 260% !important;
  }

  .left-260-md {
    left: 260% !important;
  }

  .bottom-260-md {
    bottom: 260% !important;
  }

  .right-260-md {
    right: 260% !important;
  }
}
@media (min-width: 768px) {
  .top-270px-md {
    top: 270px !important;
  }

  .left-270px-md {
    left: 270px !important;
  }

  .bottom-270px-md {
    bottom: 270px !important;
  }

  .right-270px-md {
    right: 270px !important;
  }

  .top-270-md {
    top: 270% !important;
  }

  .left-270-md {
    left: 270% !important;
  }

  .bottom-270-md {
    bottom: 270% !important;
  }

  .right-270-md {
    right: 270% !important;
  }
}
@media (min-width: 768px) {
  .top-280px-md {
    top: 280px !important;
  }

  .left-280px-md {
    left: 280px !important;
  }

  .bottom-280px-md {
    bottom: 280px !important;
  }

  .right-280px-md {
    right: 280px !important;
  }

  .top-280-md {
    top: 280% !important;
  }

  .left-280-md {
    left: 280% !important;
  }

  .bottom-280-md {
    bottom: 280% !important;
  }

  .right-280-md {
    right: 280% !important;
  }
}
@media (min-width: 768px) {
  .top-290px-md {
    top: 290px !important;
  }

  .left-290px-md {
    left: 290px !important;
  }

  .bottom-290px-md {
    bottom: 290px !important;
  }

  .right-290px-md {
    right: 290px !important;
  }

  .top-290-md {
    top: 290% !important;
  }

  .left-290-md {
    left: 290% !important;
  }

  .bottom-290-md {
    bottom: 290% !important;
  }

  .right-290-md {
    right: 290% !important;
  }
}
@media (min-width: 768px) {
  .top-300px-md {
    top: 300px !important;
  }

  .left-300px-md {
    left: 300px !important;
  }

  .bottom-300px-md {
    bottom: 300px !important;
  }

  .right-300px-md {
    right: 300px !important;
  }

  .top-300-md {
    top: 300% !important;
  }

  .left-300-md {
    left: 300% !important;
  }

  .bottom-300-md {
    bottom: 300% !important;
  }

  .right-300-md {
    right: 300% !important;
  }
}
@media (min-width: 992px) {
  .top-auto-lg {
    top: auto !important;
  }

  .left-auto-lg {
    left: auto !important;
  }

  .right-auto-lg {
    right: auto !important;
  }

  .bottom-auto-lg {
    bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .top--19px-lg {
    top: -19px !important;
  }

  .left--19px-lg {
    left: -19px !important;
  }

  .bottom--19px-lg {
    bottom: -19px !important;
  }

  .right--19px-lg {
    right: -19px !important;
  }
}
@media (min-width: 992px) {
  .top--18px-lg {
    top: -18px !important;
  }

  .left--18px-lg {
    left: -18px !important;
  }

  .bottom--18px-lg {
    bottom: -18px !important;
  }

  .right--18px-lg {
    right: -18px !important;
  }
}
@media (min-width: 992px) {
  .top--17px-lg {
    top: -17px !important;
  }

  .left--17px-lg {
    left: -17px !important;
  }

  .bottom--17px-lg {
    bottom: -17px !important;
  }

  .right--17px-lg {
    right: -17px !important;
  }
}
@media (min-width: 992px) {
  .top--16px-lg {
    top: -16px !important;
  }

  .left--16px-lg {
    left: -16px !important;
  }

  .bottom--16px-lg {
    bottom: -16px !important;
  }

  .right--16px-lg {
    right: -16px !important;
  }
}
@media (min-width: 992px) {
  .top--15px-lg {
    top: -15px !important;
  }

  .left--15px-lg {
    left: -15px !important;
  }

  .bottom--15px-lg {
    bottom: -15px !important;
  }

  .right--15px-lg {
    right: -15px !important;
  }
}
@media (min-width: 992px) {
  .top--14px-lg {
    top: -14px !important;
  }

  .left--14px-lg {
    left: -14px !important;
  }

  .bottom--14px-lg {
    bottom: -14px !important;
  }

  .right--14px-lg {
    right: -14px !important;
  }
}
@media (min-width: 992px) {
  .top--13px-lg {
    top: -13px !important;
  }

  .left--13px-lg {
    left: -13px !important;
  }

  .bottom--13px-lg {
    bottom: -13px !important;
  }

  .right--13px-lg {
    right: -13px !important;
  }
}
@media (min-width: 992px) {
  .top--12px-lg {
    top: -12px !important;
  }

  .left--12px-lg {
    left: -12px !important;
  }

  .bottom--12px-lg {
    bottom: -12px !important;
  }

  .right--12px-lg {
    right: -12px !important;
  }
}
@media (min-width: 992px) {
  .top--11px-lg {
    top: -11px !important;
  }

  .left--11px-lg {
    left: -11px !important;
  }

  .bottom--11px-lg {
    bottom: -11px !important;
  }

  .right--11px-lg {
    right: -11px !important;
  }
}
@media (min-width: 992px) {
  .top--10px-lg {
    top: -10px !important;
  }

  .left--10px-lg {
    left: -10px !important;
  }

  .bottom--10px-lg {
    bottom: -10px !important;
  }

  .right--10px-lg {
    right: -10px !important;
  }
}
@media (min-width: 992px) {
  .top--9px-lg {
    top: -9px !important;
  }

  .left--9px-lg {
    left: -9px !important;
  }

  .bottom--9px-lg {
    bottom: -9px !important;
  }

  .right--9px-lg {
    right: -9px !important;
  }
}
@media (min-width: 992px) {
  .top--8px-lg {
    top: -8px !important;
  }

  .left--8px-lg {
    left: -8px !important;
  }

  .bottom--8px-lg {
    bottom: -8px !important;
  }

  .right--8px-lg {
    right: -8px !important;
  }
}
@media (min-width: 992px) {
  .top--7px-lg {
    top: -7px !important;
  }

  .left--7px-lg {
    left: -7px !important;
  }

  .bottom--7px-lg {
    bottom: -7px !important;
  }

  .right--7px-lg {
    right: -7px !important;
  }
}
@media (min-width: 992px) {
  .top--6px-lg {
    top: -6px !important;
  }

  .left--6px-lg {
    left: -6px !important;
  }

  .bottom--6px-lg {
    bottom: -6px !important;
  }

  .right--6px-lg {
    right: -6px !important;
  }
}
@media (min-width: 992px) {
  .top--5px-lg {
    top: -5px !important;
  }

  .left--5px-lg {
    left: -5px !important;
  }

  .bottom--5px-lg {
    bottom: -5px !important;
  }

  .right--5px-lg {
    right: -5px !important;
  }
}
@media (min-width: 992px) {
  .top--4px-lg {
    top: -4px !important;
  }

  .left--4px-lg {
    left: -4px !important;
  }

  .bottom--4px-lg {
    bottom: -4px !important;
  }

  .right--4px-lg {
    right: -4px !important;
  }
}
@media (min-width: 992px) {
  .top--3px-lg {
    top: -3px !important;
  }

  .left--3px-lg {
    left: -3px !important;
  }

  .bottom--3px-lg {
    bottom: -3px !important;
  }

  .right--3px-lg {
    right: -3px !important;
  }
}
@media (min-width: 992px) {
  .top--2px-lg {
    top: -2px !important;
  }

  .left--2px-lg {
    left: -2px !important;
  }

  .bottom--2px-lg {
    bottom: -2px !important;
  }

  .right--2px-lg {
    right: -2px !important;
  }
}
@media (min-width: 992px) {
  .top--1px-lg {
    top: -1px !important;
  }

  .left--1px-lg {
    left: -1px !important;
  }

  .bottom--1px-lg {
    bottom: -1px !important;
  }

  .right--1px-lg {
    right: -1px !important;
  }
}
@media (min-width: 992px) {
  .top-0px-lg {
    top: 0px !important;
  }

  .left-0px-lg {
    left: 0px !important;
  }

  .bottom-0px-lg {
    bottom: 0px !important;
  }

  .right-0px-lg {
    right: 0px !important;
  }
}
@media (min-width: 992px) {
  .top-1px-lg {
    top: 1px !important;
  }

  .left-1px-lg {
    left: 1px !important;
  }

  .bottom-1px-lg {
    bottom: 1px !important;
  }

  .right-1px-lg {
    right: 1px !important;
  }
}
@media (min-width: 992px) {
  .top-2px-lg {
    top: 2px !important;
  }

  .left-2px-lg {
    left: 2px !important;
  }

  .bottom-2px-lg {
    bottom: 2px !important;
  }

  .right-2px-lg {
    right: 2px !important;
  }
}
@media (min-width: 992px) {
  .top-3px-lg {
    top: 3px !important;
  }

  .left-3px-lg {
    left: 3px !important;
  }

  .bottom-3px-lg {
    bottom: 3px !important;
  }

  .right-3px-lg {
    right: 3px !important;
  }
}
@media (min-width: 992px) {
  .top-4px-lg {
    top: 4px !important;
  }

  .left-4px-lg {
    left: 4px !important;
  }

  .bottom-4px-lg {
    bottom: 4px !important;
  }

  .right-4px-lg {
    right: 4px !important;
  }
}
@media (min-width: 992px) {
  .top-5px-lg {
    top: 5px !important;
  }

  .left-5px-lg {
    left: 5px !important;
  }

  .bottom-5px-lg {
    bottom: 5px !important;
  }

  .right-5px-lg {
    right: 5px !important;
  }
}
@media (min-width: 992px) {
  .top-6px-lg {
    top: 6px !important;
  }

  .left-6px-lg {
    left: 6px !important;
  }

  .bottom-6px-lg {
    bottom: 6px !important;
  }

  .right-6px-lg {
    right: 6px !important;
  }
}
@media (min-width: 992px) {
  .top-7px-lg {
    top: 7px !important;
  }

  .left-7px-lg {
    left: 7px !important;
  }

  .bottom-7px-lg {
    bottom: 7px !important;
  }

  .right-7px-lg {
    right: 7px !important;
  }
}
@media (min-width: 992px) {
  .top-8px-lg {
    top: 8px !important;
  }

  .left-8px-lg {
    left: 8px !important;
  }

  .bottom-8px-lg {
    bottom: 8px !important;
  }

  .right-8px-lg {
    right: 8px !important;
  }
}
@media (min-width: 992px) {
  .top-9px-lg {
    top: 9px !important;
  }

  .left-9px-lg {
    left: 9px !important;
  }

  .bottom-9px-lg {
    bottom: 9px !important;
  }

  .right-9px-lg {
    right: 9px !important;
  }
}
@media (min-width: 992px) {
  .top-10px-lg {
    top: 10px !important;
  }

  .left-10px-lg {
    left: 10px !important;
  }

  .bottom-10px-lg {
    bottom: 10px !important;
  }

  .right-10px-lg {
    right: 10px !important;
  }
}
@media (min-width: 992px) {
  .top-11px-lg {
    top: 11px !important;
  }

  .left-11px-lg {
    left: 11px !important;
  }

  .bottom-11px-lg {
    bottom: 11px !important;
  }

  .right-11px-lg {
    right: 11px !important;
  }
}
@media (min-width: 992px) {
  .top-12px-lg {
    top: 12px !important;
  }

  .left-12px-lg {
    left: 12px !important;
  }

  .bottom-12px-lg {
    bottom: 12px !important;
  }

  .right-12px-lg {
    right: 12px !important;
  }
}
@media (min-width: 992px) {
  .top-13px-lg {
    top: 13px !important;
  }

  .left-13px-lg {
    left: 13px !important;
  }

  .bottom-13px-lg {
    bottom: 13px !important;
  }

  .right-13px-lg {
    right: 13px !important;
  }
}
@media (min-width: 992px) {
  .top-14px-lg {
    top: 14px !important;
  }

  .left-14px-lg {
    left: 14px !important;
  }

  .bottom-14px-lg {
    bottom: 14px !important;
  }

  .right-14px-lg {
    right: 14px !important;
  }
}
@media (min-width: 992px) {
  .top-15px-lg {
    top: 15px !important;
  }

  .left-15px-lg {
    left: 15px !important;
  }

  .bottom-15px-lg {
    bottom: 15px !important;
  }

  .right-15px-lg {
    right: 15px !important;
  }
}
@media (min-width: 992px) {
  .top-16px-lg {
    top: 16px !important;
  }

  .left-16px-lg {
    left: 16px !important;
  }

  .bottom-16px-lg {
    bottom: 16px !important;
  }

  .right-16px-lg {
    right: 16px !important;
  }
}
@media (min-width: 992px) {
  .top-17px-lg {
    top: 17px !important;
  }

  .left-17px-lg {
    left: 17px !important;
  }

  .bottom-17px-lg {
    bottom: 17px !important;
  }

  .right-17px-lg {
    right: 17px !important;
  }
}
@media (min-width: 992px) {
  .top-18px-lg {
    top: 18px !important;
  }

  .left-18px-lg {
    left: 18px !important;
  }

  .bottom-18px-lg {
    bottom: 18px !important;
  }

  .right-18px-lg {
    right: 18px !important;
  }
}
@media (min-width: 992px) {
  .top-19px-lg {
    top: 19px !important;
  }

  .left-19px-lg {
    left: 19px !important;
  }

  .bottom-19px-lg {
    bottom: 19px !important;
  }

  .right-19px-lg {
    right: 19px !important;
  }
}
@media (min-width: 992px) {
  .top--300px-lg {
    top: -300px !important;
  }

  .left--300px-lg {
    left: -300px !important;
  }

  .bottom--300px-lg {
    bottom: -300px !important;
  }

  .right--300px-lg {
    right: -300px !important;
  }

  .top--300-lg {
    top: -300% !important;
  }

  .left--300-lg {
    left: -300% !important;
  }

  .bottom--300-lg {
    bottom: -300% !important;
  }

  .right--300-lg {
    right: -300% !important;
  }
}
@media (min-width: 992px) {
  .top--290px-lg {
    top: -290px !important;
  }

  .left--290px-lg {
    left: -290px !important;
  }

  .bottom--290px-lg {
    bottom: -290px !important;
  }

  .right--290px-lg {
    right: -290px !important;
  }

  .top--290-lg {
    top: -290% !important;
  }

  .left--290-lg {
    left: -290% !important;
  }

  .bottom--290-lg {
    bottom: -290% !important;
  }

  .right--290-lg {
    right: -290% !important;
  }
}
@media (min-width: 992px) {
  .top--280px-lg {
    top: -280px !important;
  }

  .left--280px-lg {
    left: -280px !important;
  }

  .bottom--280px-lg {
    bottom: -280px !important;
  }

  .right--280px-lg {
    right: -280px !important;
  }

  .top--280-lg {
    top: -280% !important;
  }

  .left--280-lg {
    left: -280% !important;
  }

  .bottom--280-lg {
    bottom: -280% !important;
  }

  .right--280-lg {
    right: -280% !important;
  }
}
@media (min-width: 992px) {
  .top--270px-lg {
    top: -270px !important;
  }

  .left--270px-lg {
    left: -270px !important;
  }

  .bottom--270px-lg {
    bottom: -270px !important;
  }

  .right--270px-lg {
    right: -270px !important;
  }

  .top--270-lg {
    top: -270% !important;
  }

  .left--270-lg {
    left: -270% !important;
  }

  .bottom--270-lg {
    bottom: -270% !important;
  }

  .right--270-lg {
    right: -270% !important;
  }
}
@media (min-width: 992px) {
  .top--260px-lg {
    top: -260px !important;
  }

  .left--260px-lg {
    left: -260px !important;
  }

  .bottom--260px-lg {
    bottom: -260px !important;
  }

  .right--260px-lg {
    right: -260px !important;
  }

  .top--260-lg {
    top: -260% !important;
  }

  .left--260-lg {
    left: -260% !important;
  }

  .bottom--260-lg {
    bottom: -260% !important;
  }

  .right--260-lg {
    right: -260% !important;
  }
}
@media (min-width: 992px) {
  .top--250px-lg {
    top: -250px !important;
  }

  .left--250px-lg {
    left: -250px !important;
  }

  .bottom--250px-lg {
    bottom: -250px !important;
  }

  .right--250px-lg {
    right: -250px !important;
  }

  .top--250-lg {
    top: -250% !important;
  }

  .left--250-lg {
    left: -250% !important;
  }

  .bottom--250-lg {
    bottom: -250% !important;
  }

  .right--250-lg {
    right: -250% !important;
  }
}
@media (min-width: 992px) {
  .top--240px-lg {
    top: -240px !important;
  }

  .left--240px-lg {
    left: -240px !important;
  }

  .bottom--240px-lg {
    bottom: -240px !important;
  }

  .right--240px-lg {
    right: -240px !important;
  }

  .top--240-lg {
    top: -240% !important;
  }

  .left--240-lg {
    left: -240% !important;
  }

  .bottom--240-lg {
    bottom: -240% !important;
  }

  .right--240-lg {
    right: -240% !important;
  }
}
@media (min-width: 992px) {
  .top--230px-lg {
    top: -230px !important;
  }

  .left--230px-lg {
    left: -230px !important;
  }

  .bottom--230px-lg {
    bottom: -230px !important;
  }

  .right--230px-lg {
    right: -230px !important;
  }

  .top--230-lg {
    top: -230% !important;
  }

  .left--230-lg {
    left: -230% !important;
  }

  .bottom--230-lg {
    bottom: -230% !important;
  }

  .right--230-lg {
    right: -230% !important;
  }
}
@media (min-width: 992px) {
  .top--220px-lg {
    top: -220px !important;
  }

  .left--220px-lg {
    left: -220px !important;
  }

  .bottom--220px-lg {
    bottom: -220px !important;
  }

  .right--220px-lg {
    right: -220px !important;
  }

  .top--220-lg {
    top: -220% !important;
  }

  .left--220-lg {
    left: -220% !important;
  }

  .bottom--220-lg {
    bottom: -220% !important;
  }

  .right--220-lg {
    right: -220% !important;
  }
}
@media (min-width: 992px) {
  .top--210px-lg {
    top: -210px !important;
  }

  .left--210px-lg {
    left: -210px !important;
  }

  .bottom--210px-lg {
    bottom: -210px !important;
  }

  .right--210px-lg {
    right: -210px !important;
  }

  .top--210-lg {
    top: -210% !important;
  }

  .left--210-lg {
    left: -210% !important;
  }

  .bottom--210-lg {
    bottom: -210% !important;
  }

  .right--210-lg {
    right: -210% !important;
  }
}
@media (min-width: 992px) {
  .top--200px-lg {
    top: -200px !important;
  }

  .left--200px-lg {
    left: -200px !important;
  }

  .bottom--200px-lg {
    bottom: -200px !important;
  }

  .right--200px-lg {
    right: -200px !important;
  }

  .top--200-lg {
    top: -200% !important;
  }

  .left--200-lg {
    left: -200% !important;
  }

  .bottom--200-lg {
    bottom: -200% !important;
  }

  .right--200-lg {
    right: -200% !important;
  }
}
@media (min-width: 992px) {
  .top--190px-lg {
    top: -190px !important;
  }

  .left--190px-lg {
    left: -190px !important;
  }

  .bottom--190px-lg {
    bottom: -190px !important;
  }

  .right--190px-lg {
    right: -190px !important;
  }

  .top--190-lg {
    top: -190% !important;
  }

  .left--190-lg {
    left: -190% !important;
  }

  .bottom--190-lg {
    bottom: -190% !important;
  }

  .right--190-lg {
    right: -190% !important;
  }
}
@media (min-width: 992px) {
  .top--180px-lg {
    top: -180px !important;
  }

  .left--180px-lg {
    left: -180px !important;
  }

  .bottom--180px-lg {
    bottom: -180px !important;
  }

  .right--180px-lg {
    right: -180px !important;
  }

  .top--180-lg {
    top: -180% !important;
  }

  .left--180-lg {
    left: -180% !important;
  }

  .bottom--180-lg {
    bottom: -180% !important;
  }

  .right--180-lg {
    right: -180% !important;
  }
}
@media (min-width: 992px) {
  .top--170px-lg {
    top: -170px !important;
  }

  .left--170px-lg {
    left: -170px !important;
  }

  .bottom--170px-lg {
    bottom: -170px !important;
  }

  .right--170px-lg {
    right: -170px !important;
  }

  .top--170-lg {
    top: -170% !important;
  }

  .left--170-lg {
    left: -170% !important;
  }

  .bottom--170-lg {
    bottom: -170% !important;
  }

  .right--170-lg {
    right: -170% !important;
  }
}
@media (min-width: 992px) {
  .top--160px-lg {
    top: -160px !important;
  }

  .left--160px-lg {
    left: -160px !important;
  }

  .bottom--160px-lg {
    bottom: -160px !important;
  }

  .right--160px-lg {
    right: -160px !important;
  }

  .top--160-lg {
    top: -160% !important;
  }

  .left--160-lg {
    left: -160% !important;
  }

  .bottom--160-lg {
    bottom: -160% !important;
  }

  .right--160-lg {
    right: -160% !important;
  }
}
@media (min-width: 992px) {
  .top--150px-lg {
    top: -150px !important;
  }

  .left--150px-lg {
    left: -150px !important;
  }

  .bottom--150px-lg {
    bottom: -150px !important;
  }

  .right--150px-lg {
    right: -150px !important;
  }

  .top--150-lg {
    top: -150% !important;
  }

  .left--150-lg {
    left: -150% !important;
  }

  .bottom--150-lg {
    bottom: -150% !important;
  }

  .right--150-lg {
    right: -150% !important;
  }
}
@media (min-width: 992px) {
  .top--140px-lg {
    top: -140px !important;
  }

  .left--140px-lg {
    left: -140px !important;
  }

  .bottom--140px-lg {
    bottom: -140px !important;
  }

  .right--140px-lg {
    right: -140px !important;
  }

  .top--140-lg {
    top: -140% !important;
  }

  .left--140-lg {
    left: -140% !important;
  }

  .bottom--140-lg {
    bottom: -140% !important;
  }

  .right--140-lg {
    right: -140% !important;
  }
}
@media (min-width: 992px) {
  .top--130px-lg {
    top: -130px !important;
  }

  .left--130px-lg {
    left: -130px !important;
  }

  .bottom--130px-lg {
    bottom: -130px !important;
  }

  .right--130px-lg {
    right: -130px !important;
  }

  .top--130-lg {
    top: -130% !important;
  }

  .left--130-lg {
    left: -130% !important;
  }

  .bottom--130-lg {
    bottom: -130% !important;
  }

  .right--130-lg {
    right: -130% !important;
  }
}
@media (min-width: 992px) {
  .top--120px-lg {
    top: -120px !important;
  }

  .left--120px-lg {
    left: -120px !important;
  }

  .bottom--120px-lg {
    bottom: -120px !important;
  }

  .right--120px-lg {
    right: -120px !important;
  }

  .top--120-lg {
    top: -120% !important;
  }

  .left--120-lg {
    left: -120% !important;
  }

  .bottom--120-lg {
    bottom: -120% !important;
  }

  .right--120-lg {
    right: -120% !important;
  }
}
@media (min-width: 992px) {
  .top--110px-lg {
    top: -110px !important;
  }

  .left--110px-lg {
    left: -110px !important;
  }

  .bottom--110px-lg {
    bottom: -110px !important;
  }

  .right--110px-lg {
    right: -110px !important;
  }

  .top--110-lg {
    top: -110% !important;
  }

  .left--110-lg {
    left: -110% !important;
  }

  .bottom--110-lg {
    bottom: -110% !important;
  }

  .right--110-lg {
    right: -110% !important;
  }
}
@media (min-width: 992px) {
  .top--100px-lg {
    top: -100px !important;
  }

  .left--100px-lg {
    left: -100px !important;
  }

  .bottom--100px-lg {
    bottom: -100px !important;
  }

  .right--100px-lg {
    right: -100px !important;
  }

  .top--100-lg {
    top: -100% !important;
  }

  .left--100-lg {
    left: -100% !important;
  }

  .bottom--100-lg {
    bottom: -100% !important;
  }

  .right--100-lg {
    right: -100% !important;
  }
}
@media (min-width: 992px) {
  .top--90px-lg {
    top: -90px !important;
  }

  .left--90px-lg {
    left: -90px !important;
  }

  .bottom--90px-lg {
    bottom: -90px !important;
  }

  .right--90px-lg {
    right: -90px !important;
  }

  .top--90-lg {
    top: -90% !important;
  }

  .left--90-lg {
    left: -90% !important;
  }

  .bottom--90-lg {
    bottom: -90% !important;
  }

  .right--90-lg {
    right: -90% !important;
  }
}
@media (min-width: 992px) {
  .top--80px-lg {
    top: -80px !important;
  }

  .left--80px-lg {
    left: -80px !important;
  }

  .bottom--80px-lg {
    bottom: -80px !important;
  }

  .right--80px-lg {
    right: -80px !important;
  }

  .top--80-lg {
    top: -80% !important;
  }

  .left--80-lg {
    left: -80% !important;
  }

  .bottom--80-lg {
    bottom: -80% !important;
  }

  .right--80-lg {
    right: -80% !important;
  }
}
@media (min-width: 992px) {
  .top--70px-lg {
    top: -70px !important;
  }

  .left--70px-lg {
    left: -70px !important;
  }

  .bottom--70px-lg {
    bottom: -70px !important;
  }

  .right--70px-lg {
    right: -70px !important;
  }

  .top--70-lg {
    top: -70% !important;
  }

  .left--70-lg {
    left: -70% !important;
  }

  .bottom--70-lg {
    bottom: -70% !important;
  }

  .right--70-lg {
    right: -70% !important;
  }
}
@media (min-width: 992px) {
  .top--60px-lg {
    top: -60px !important;
  }

  .left--60px-lg {
    left: -60px !important;
  }

  .bottom--60px-lg {
    bottom: -60px !important;
  }

  .right--60px-lg {
    right: -60px !important;
  }

  .top--60-lg {
    top: -60% !important;
  }

  .left--60-lg {
    left: -60% !important;
  }

  .bottom--60-lg {
    bottom: -60% !important;
  }

  .right--60-lg {
    right: -60% !important;
  }
}
@media (min-width: 992px) {
  .top--50px-lg {
    top: -50px !important;
  }

  .left--50px-lg {
    left: -50px !important;
  }

  .bottom--50px-lg {
    bottom: -50px !important;
  }

  .right--50px-lg {
    right: -50px !important;
  }

  .top--50-lg {
    top: -50% !important;
  }

  .left--50-lg {
    left: -50% !important;
  }

  .bottom--50-lg {
    bottom: -50% !important;
  }

  .right--50-lg {
    right: -50% !important;
  }
}
@media (min-width: 992px) {
  .top--40px-lg {
    top: -40px !important;
  }

  .left--40px-lg {
    left: -40px !important;
  }

  .bottom--40px-lg {
    bottom: -40px !important;
  }

  .right--40px-lg {
    right: -40px !important;
  }

  .top--40-lg {
    top: -40% !important;
  }

  .left--40-lg {
    left: -40% !important;
  }

  .bottom--40-lg {
    bottom: -40% !important;
  }

  .right--40-lg {
    right: -40% !important;
  }
}
@media (min-width: 992px) {
  .top--30px-lg {
    top: -30px !important;
  }

  .left--30px-lg {
    left: -30px !important;
  }

  .bottom--30px-lg {
    bottom: -30px !important;
  }

  .right--30px-lg {
    right: -30px !important;
  }

  .top--30-lg {
    top: -30% !important;
  }

  .left--30-lg {
    left: -30% !important;
  }

  .bottom--30-lg {
    bottom: -30% !important;
  }

  .right--30-lg {
    right: -30% !important;
  }
}
@media (min-width: 992px) {
  .top--20px-lg {
    top: -20px !important;
  }

  .left--20px-lg {
    left: -20px !important;
  }

  .bottom--20px-lg {
    bottom: -20px !important;
  }

  .right--20px-lg {
    right: -20px !important;
  }

  .top--20-lg {
    top: -20% !important;
  }

  .left--20-lg {
    left: -20% !important;
  }

  .bottom--20-lg {
    bottom: -20% !important;
  }

  .right--20-lg {
    right: -20% !important;
  }
}
@media (min-width: 992px) {
  .top--10px-lg {
    top: -10px !important;
  }

  .left--10px-lg {
    left: -10px !important;
  }

  .bottom--10px-lg {
    bottom: -10px !important;
  }

  .right--10px-lg {
    right: -10px !important;
  }

  .top--10-lg {
    top: -10% !important;
  }

  .left--10-lg {
    left: -10% !important;
  }

  .bottom--10-lg {
    bottom: -10% !important;
  }

  .right--10-lg {
    right: -10% !important;
  }
}
@media (min-width: 992px) {
  .top-00px-lg {
    top: 0px !important;
  }

  .left-00px-lg {
    left: 0px !important;
  }

  .bottom-00px-lg {
    bottom: 0px !important;
  }

  .right-00px-lg {
    right: 0px !important;
  }

  .top-00-lg {
    top: 0% !important;
  }

  .left-00-lg {
    left: 0% !important;
  }

  .bottom-00-lg {
    bottom: 0% !important;
  }

  .right-00-lg {
    right: 0% !important;
  }
}
@media (min-width: 992px) {
  .top-10px-lg {
    top: 10px !important;
  }

  .left-10px-lg {
    left: 10px !important;
  }

  .bottom-10px-lg {
    bottom: 10px !important;
  }

  .right-10px-lg {
    right: 10px !important;
  }

  .top-10-lg {
    top: 10% !important;
  }

  .left-10-lg {
    left: 10% !important;
  }

  .bottom-10-lg {
    bottom: 10% !important;
  }

  .right-10-lg {
    right: 10% !important;
  }
}
@media (min-width: 992px) {
  .top-20px-lg {
    top: 20px !important;
  }

  .left-20px-lg {
    left: 20px !important;
  }

  .bottom-20px-lg {
    bottom: 20px !important;
  }

  .right-20px-lg {
    right: 20px !important;
  }

  .top-20-lg {
    top: 20% !important;
  }

  .left-20-lg {
    left: 20% !important;
  }

  .bottom-20-lg {
    bottom: 20% !important;
  }

  .right-20-lg {
    right: 20% !important;
  }
}
@media (min-width: 992px) {
  .top-30px-lg {
    top: 30px !important;
  }

  .left-30px-lg {
    left: 30px !important;
  }

  .bottom-30px-lg {
    bottom: 30px !important;
  }

  .right-30px-lg {
    right: 30px !important;
  }

  .top-30-lg {
    top: 30% !important;
  }

  .left-30-lg {
    left: 30% !important;
  }

  .bottom-30-lg {
    bottom: 30% !important;
  }

  .right-30-lg {
    right: 30% !important;
  }
}
@media (min-width: 992px) {
  .top-40px-lg {
    top: 40px !important;
  }

  .left-40px-lg {
    left: 40px !important;
  }

  .bottom-40px-lg {
    bottom: 40px !important;
  }

  .right-40px-lg {
    right: 40px !important;
  }

  .top-40-lg {
    top: 40% !important;
  }

  .left-40-lg {
    left: 40% !important;
  }

  .bottom-40-lg {
    bottom: 40% !important;
  }

  .right-40-lg {
    right: 40% !important;
  }
}
@media (min-width: 992px) {
  .top-50px-lg {
    top: 50px !important;
  }

  .left-50px-lg {
    left: 50px !important;
  }

  .bottom-50px-lg {
    bottom: 50px !important;
  }

  .right-50px-lg {
    right: 50px !important;
  }

  .top-50-lg {
    top: 50% !important;
  }

  .left-50-lg {
    left: 50% !important;
  }

  .bottom-50-lg {
    bottom: 50% !important;
  }

  .right-50-lg {
    right: 50% !important;
  }
}
@media (min-width: 992px) {
  .top-60px-lg {
    top: 60px !important;
  }

  .left-60px-lg {
    left: 60px !important;
  }

  .bottom-60px-lg {
    bottom: 60px !important;
  }

  .right-60px-lg {
    right: 60px !important;
  }

  .top-60-lg {
    top: 60% !important;
  }

  .left-60-lg {
    left: 60% !important;
  }

  .bottom-60-lg {
    bottom: 60% !important;
  }

  .right-60-lg {
    right: 60% !important;
  }
}
@media (min-width: 992px) {
  .top-70px-lg {
    top: 70px !important;
  }

  .left-70px-lg {
    left: 70px !important;
  }

  .bottom-70px-lg {
    bottom: 70px !important;
  }

  .right-70px-lg {
    right: 70px !important;
  }

  .top-70-lg {
    top: 70% !important;
  }

  .left-70-lg {
    left: 70% !important;
  }

  .bottom-70-lg {
    bottom: 70% !important;
  }

  .right-70-lg {
    right: 70% !important;
  }
}
@media (min-width: 992px) {
  .top-80px-lg {
    top: 80px !important;
  }

  .left-80px-lg {
    left: 80px !important;
  }

  .bottom-80px-lg {
    bottom: 80px !important;
  }

  .right-80px-lg {
    right: 80px !important;
  }

  .top-80-lg {
    top: 80% !important;
  }

  .left-80-lg {
    left: 80% !important;
  }

  .bottom-80-lg {
    bottom: 80% !important;
  }

  .right-80-lg {
    right: 80% !important;
  }
}
@media (min-width: 992px) {
  .top-90px-lg {
    top: 90px !important;
  }

  .left-90px-lg {
    left: 90px !important;
  }

  .bottom-90px-lg {
    bottom: 90px !important;
  }

  .right-90px-lg {
    right: 90px !important;
  }

  .top-90-lg {
    top: 90% !important;
  }

  .left-90-lg {
    left: 90% !important;
  }

  .bottom-90-lg {
    bottom: 90% !important;
  }

  .right-90-lg {
    right: 90% !important;
  }
}
@media (min-width: 992px) {
  .top-100px-lg {
    top: 100px !important;
  }

  .left-100px-lg {
    left: 100px !important;
  }

  .bottom-100px-lg {
    bottom: 100px !important;
  }

  .right-100px-lg {
    right: 100px !important;
  }

  .top-100-lg {
    top: 100% !important;
  }

  .left-100-lg {
    left: 100% !important;
  }

  .bottom-100-lg {
    bottom: 100% !important;
  }

  .right-100-lg {
    right: 100% !important;
  }
}
@media (min-width: 992px) {
  .top-110px-lg {
    top: 110px !important;
  }

  .left-110px-lg {
    left: 110px !important;
  }

  .bottom-110px-lg {
    bottom: 110px !important;
  }

  .right-110px-lg {
    right: 110px !important;
  }

  .top-110-lg {
    top: 110% !important;
  }

  .left-110-lg {
    left: 110% !important;
  }

  .bottom-110-lg {
    bottom: 110% !important;
  }

  .right-110-lg {
    right: 110% !important;
  }
}
@media (min-width: 992px) {
  .top-120px-lg {
    top: 120px !important;
  }

  .left-120px-lg {
    left: 120px !important;
  }

  .bottom-120px-lg {
    bottom: 120px !important;
  }

  .right-120px-lg {
    right: 120px !important;
  }

  .top-120-lg {
    top: 120% !important;
  }

  .left-120-lg {
    left: 120% !important;
  }

  .bottom-120-lg {
    bottom: 120% !important;
  }

  .right-120-lg {
    right: 120% !important;
  }
}
@media (min-width: 992px) {
  .top-130px-lg {
    top: 130px !important;
  }

  .left-130px-lg {
    left: 130px !important;
  }

  .bottom-130px-lg {
    bottom: 130px !important;
  }

  .right-130px-lg {
    right: 130px !important;
  }

  .top-130-lg {
    top: 130% !important;
  }

  .left-130-lg {
    left: 130% !important;
  }

  .bottom-130-lg {
    bottom: 130% !important;
  }

  .right-130-lg {
    right: 130% !important;
  }
}
@media (min-width: 992px) {
  .top-140px-lg {
    top: 140px !important;
  }

  .left-140px-lg {
    left: 140px !important;
  }

  .bottom-140px-lg {
    bottom: 140px !important;
  }

  .right-140px-lg {
    right: 140px !important;
  }

  .top-140-lg {
    top: 140% !important;
  }

  .left-140-lg {
    left: 140% !important;
  }

  .bottom-140-lg {
    bottom: 140% !important;
  }

  .right-140-lg {
    right: 140% !important;
  }
}
@media (min-width: 992px) {
  .top-150px-lg {
    top: 150px !important;
  }

  .left-150px-lg {
    left: 150px !important;
  }

  .bottom-150px-lg {
    bottom: 150px !important;
  }

  .right-150px-lg {
    right: 150px !important;
  }

  .top-150-lg {
    top: 150% !important;
  }

  .left-150-lg {
    left: 150% !important;
  }

  .bottom-150-lg {
    bottom: 150% !important;
  }

  .right-150-lg {
    right: 150% !important;
  }
}
@media (min-width: 992px) {
  .top-160px-lg {
    top: 160px !important;
  }

  .left-160px-lg {
    left: 160px !important;
  }

  .bottom-160px-lg {
    bottom: 160px !important;
  }

  .right-160px-lg {
    right: 160px !important;
  }

  .top-160-lg {
    top: 160% !important;
  }

  .left-160-lg {
    left: 160% !important;
  }

  .bottom-160-lg {
    bottom: 160% !important;
  }

  .right-160-lg {
    right: 160% !important;
  }
}
@media (min-width: 992px) {
  .top-170px-lg {
    top: 170px !important;
  }

  .left-170px-lg {
    left: 170px !important;
  }

  .bottom-170px-lg {
    bottom: 170px !important;
  }

  .right-170px-lg {
    right: 170px !important;
  }

  .top-170-lg {
    top: 170% !important;
  }

  .left-170-lg {
    left: 170% !important;
  }

  .bottom-170-lg {
    bottom: 170% !important;
  }

  .right-170-lg {
    right: 170% !important;
  }
}
@media (min-width: 992px) {
  .top-180px-lg {
    top: 180px !important;
  }

  .left-180px-lg {
    left: 180px !important;
  }

  .bottom-180px-lg {
    bottom: 180px !important;
  }

  .right-180px-lg {
    right: 180px !important;
  }

  .top-180-lg {
    top: 180% !important;
  }

  .left-180-lg {
    left: 180% !important;
  }

  .bottom-180-lg {
    bottom: 180% !important;
  }

  .right-180-lg {
    right: 180% !important;
  }
}
@media (min-width: 992px) {
  .top-190px-lg {
    top: 190px !important;
  }

  .left-190px-lg {
    left: 190px !important;
  }

  .bottom-190px-lg {
    bottom: 190px !important;
  }

  .right-190px-lg {
    right: 190px !important;
  }

  .top-190-lg {
    top: 190% !important;
  }

  .left-190-lg {
    left: 190% !important;
  }

  .bottom-190-lg {
    bottom: 190% !important;
  }

  .right-190-lg {
    right: 190% !important;
  }
}
@media (min-width: 992px) {
  .top-200px-lg {
    top: 200px !important;
  }

  .left-200px-lg {
    left: 200px !important;
  }

  .bottom-200px-lg {
    bottom: 200px !important;
  }

  .right-200px-lg {
    right: 200px !important;
  }

  .top-200-lg {
    top: 200% !important;
  }

  .left-200-lg {
    left: 200% !important;
  }

  .bottom-200-lg {
    bottom: 200% !important;
  }

  .right-200-lg {
    right: 200% !important;
  }
}
@media (min-width: 992px) {
  .top-210px-lg {
    top: 210px !important;
  }

  .left-210px-lg {
    left: 210px !important;
  }

  .bottom-210px-lg {
    bottom: 210px !important;
  }

  .right-210px-lg {
    right: 210px !important;
  }

  .top-210-lg {
    top: 210% !important;
  }

  .left-210-lg {
    left: 210% !important;
  }

  .bottom-210-lg {
    bottom: 210% !important;
  }

  .right-210-lg {
    right: 210% !important;
  }
}
@media (min-width: 992px) {
  .top-220px-lg {
    top: 220px !important;
  }

  .left-220px-lg {
    left: 220px !important;
  }

  .bottom-220px-lg {
    bottom: 220px !important;
  }

  .right-220px-lg {
    right: 220px !important;
  }

  .top-220-lg {
    top: 220% !important;
  }

  .left-220-lg {
    left: 220% !important;
  }

  .bottom-220-lg {
    bottom: 220% !important;
  }

  .right-220-lg {
    right: 220% !important;
  }
}
@media (min-width: 992px) {
  .top-230px-lg {
    top: 230px !important;
  }

  .left-230px-lg {
    left: 230px !important;
  }

  .bottom-230px-lg {
    bottom: 230px !important;
  }

  .right-230px-lg {
    right: 230px !important;
  }

  .top-230-lg {
    top: 230% !important;
  }

  .left-230-lg {
    left: 230% !important;
  }

  .bottom-230-lg {
    bottom: 230% !important;
  }

  .right-230-lg {
    right: 230% !important;
  }
}
@media (min-width: 992px) {
  .top-240px-lg {
    top: 240px !important;
  }

  .left-240px-lg {
    left: 240px !important;
  }

  .bottom-240px-lg {
    bottom: 240px !important;
  }

  .right-240px-lg {
    right: 240px !important;
  }

  .top-240-lg {
    top: 240% !important;
  }

  .left-240-lg {
    left: 240% !important;
  }

  .bottom-240-lg {
    bottom: 240% !important;
  }

  .right-240-lg {
    right: 240% !important;
  }
}
@media (min-width: 992px) {
  .top-250px-lg {
    top: 250px !important;
  }

  .left-250px-lg {
    left: 250px !important;
  }

  .bottom-250px-lg {
    bottom: 250px !important;
  }

  .right-250px-lg {
    right: 250px !important;
  }

  .top-250-lg {
    top: 250% !important;
  }

  .left-250-lg {
    left: 250% !important;
  }

  .bottom-250-lg {
    bottom: 250% !important;
  }

  .right-250-lg {
    right: 250% !important;
  }
}
@media (min-width: 992px) {
  .top-260px-lg {
    top: 260px !important;
  }

  .left-260px-lg {
    left: 260px !important;
  }

  .bottom-260px-lg {
    bottom: 260px !important;
  }

  .right-260px-lg {
    right: 260px !important;
  }

  .top-260-lg {
    top: 260% !important;
  }

  .left-260-lg {
    left: 260% !important;
  }

  .bottom-260-lg {
    bottom: 260% !important;
  }

  .right-260-lg {
    right: 260% !important;
  }
}
@media (min-width: 992px) {
  .top-270px-lg {
    top: 270px !important;
  }

  .left-270px-lg {
    left: 270px !important;
  }

  .bottom-270px-lg {
    bottom: 270px !important;
  }

  .right-270px-lg {
    right: 270px !important;
  }

  .top-270-lg {
    top: 270% !important;
  }

  .left-270-lg {
    left: 270% !important;
  }

  .bottom-270-lg {
    bottom: 270% !important;
  }

  .right-270-lg {
    right: 270% !important;
  }
}
@media (min-width: 992px) {
  .top-280px-lg {
    top: 280px !important;
  }

  .left-280px-lg {
    left: 280px !important;
  }

  .bottom-280px-lg {
    bottom: 280px !important;
  }

  .right-280px-lg {
    right: 280px !important;
  }

  .top-280-lg {
    top: 280% !important;
  }

  .left-280-lg {
    left: 280% !important;
  }

  .bottom-280-lg {
    bottom: 280% !important;
  }

  .right-280-lg {
    right: 280% !important;
  }
}
@media (min-width: 992px) {
  .top-290px-lg {
    top: 290px !important;
  }

  .left-290px-lg {
    left: 290px !important;
  }

  .bottom-290px-lg {
    bottom: 290px !important;
  }

  .right-290px-lg {
    right: 290px !important;
  }

  .top-290-lg {
    top: 290% !important;
  }

  .left-290-lg {
    left: 290% !important;
  }

  .bottom-290-lg {
    bottom: 290% !important;
  }

  .right-290-lg {
    right: 290% !important;
  }
}
@media (min-width: 992px) {
  .top-300px-lg {
    top: 300px !important;
  }

  .left-300px-lg {
    left: 300px !important;
  }

  .bottom-300px-lg {
    bottom: 300px !important;
  }

  .right-300px-lg {
    right: 300px !important;
  }

  .top-300-lg {
    top: 300% !important;
  }

  .left-300-lg {
    left: 300% !important;
  }

  .bottom-300-lg {
    bottom: 300% !important;
  }

  .right-300-lg {
    right: 300% !important;
  }
}
@media (min-width: 1200px) {
  .top-auto-xl {
    top: auto !important;
  }

  .left-auto-xl {
    left: auto !important;
  }

  .right-auto-xl {
    right: auto !important;
  }

  .bottom-auto-xl {
    bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .top--19px-xl {
    top: -19px !important;
  }

  .left--19px-xl {
    left: -19px !important;
  }

  .bottom--19px-xl {
    bottom: -19px !important;
  }

  .right--19px-xl {
    right: -19px !important;
  }
}
@media (min-width: 1200px) {
  .top--18px-xl {
    top: -18px !important;
  }

  .left--18px-xl {
    left: -18px !important;
  }

  .bottom--18px-xl {
    bottom: -18px !important;
  }

  .right--18px-xl {
    right: -18px !important;
  }
}
@media (min-width: 1200px) {
  .top--17px-xl {
    top: -17px !important;
  }

  .left--17px-xl {
    left: -17px !important;
  }

  .bottom--17px-xl {
    bottom: -17px !important;
  }

  .right--17px-xl {
    right: -17px !important;
  }
}
@media (min-width: 1200px) {
  .top--16px-xl {
    top: -16px !important;
  }

  .left--16px-xl {
    left: -16px !important;
  }

  .bottom--16px-xl {
    bottom: -16px !important;
  }

  .right--16px-xl {
    right: -16px !important;
  }
}
@media (min-width: 1200px) {
  .top--15px-xl {
    top: -15px !important;
  }

  .left--15px-xl {
    left: -15px !important;
  }

  .bottom--15px-xl {
    bottom: -15px !important;
  }

  .right--15px-xl {
    right: -15px !important;
  }
}
@media (min-width: 1200px) {
  .top--14px-xl {
    top: -14px !important;
  }

  .left--14px-xl {
    left: -14px !important;
  }

  .bottom--14px-xl {
    bottom: -14px !important;
  }

  .right--14px-xl {
    right: -14px !important;
  }
}
@media (min-width: 1200px) {
  .top--13px-xl {
    top: -13px !important;
  }

  .left--13px-xl {
    left: -13px !important;
  }

  .bottom--13px-xl {
    bottom: -13px !important;
  }

  .right--13px-xl {
    right: -13px !important;
  }
}
@media (min-width: 1200px) {
  .top--12px-xl {
    top: -12px !important;
  }

  .left--12px-xl {
    left: -12px !important;
  }

  .bottom--12px-xl {
    bottom: -12px !important;
  }

  .right--12px-xl {
    right: -12px !important;
  }
}
@media (min-width: 1200px) {
  .top--11px-xl {
    top: -11px !important;
  }

  .left--11px-xl {
    left: -11px !important;
  }

  .bottom--11px-xl {
    bottom: -11px !important;
  }

  .right--11px-xl {
    right: -11px !important;
  }
}
@media (min-width: 1200px) {
  .top--10px-xl {
    top: -10px !important;
  }

  .left--10px-xl {
    left: -10px !important;
  }

  .bottom--10px-xl {
    bottom: -10px !important;
  }

  .right--10px-xl {
    right: -10px !important;
  }
}
@media (min-width: 1200px) {
  .top--9px-xl {
    top: -9px !important;
  }

  .left--9px-xl {
    left: -9px !important;
  }

  .bottom--9px-xl {
    bottom: -9px !important;
  }

  .right--9px-xl {
    right: -9px !important;
  }
}
@media (min-width: 1200px) {
  .top--8px-xl {
    top: -8px !important;
  }

  .left--8px-xl {
    left: -8px !important;
  }

  .bottom--8px-xl {
    bottom: -8px !important;
  }

  .right--8px-xl {
    right: -8px !important;
  }
}
@media (min-width: 1200px) {
  .top--7px-xl {
    top: -7px !important;
  }

  .left--7px-xl {
    left: -7px !important;
  }

  .bottom--7px-xl {
    bottom: -7px !important;
  }

  .right--7px-xl {
    right: -7px !important;
  }
}
@media (min-width: 1200px) {
  .top--6px-xl {
    top: -6px !important;
  }

  .left--6px-xl {
    left: -6px !important;
  }

  .bottom--6px-xl {
    bottom: -6px !important;
  }

  .right--6px-xl {
    right: -6px !important;
  }
}
@media (min-width: 1200px) {
  .top--5px-xl {
    top: -5px !important;
  }

  .left--5px-xl {
    left: -5px !important;
  }

  .bottom--5px-xl {
    bottom: -5px !important;
  }

  .right--5px-xl {
    right: -5px !important;
  }
}
@media (min-width: 1200px) {
  .top--4px-xl {
    top: -4px !important;
  }

  .left--4px-xl {
    left: -4px !important;
  }

  .bottom--4px-xl {
    bottom: -4px !important;
  }

  .right--4px-xl {
    right: -4px !important;
  }
}
@media (min-width: 1200px) {
  .top--3px-xl {
    top: -3px !important;
  }

  .left--3px-xl {
    left: -3px !important;
  }

  .bottom--3px-xl {
    bottom: -3px !important;
  }

  .right--3px-xl {
    right: -3px !important;
  }
}
@media (min-width: 1200px) {
  .top--2px-xl {
    top: -2px !important;
  }

  .left--2px-xl {
    left: -2px !important;
  }

  .bottom--2px-xl {
    bottom: -2px !important;
  }

  .right--2px-xl {
    right: -2px !important;
  }
}
@media (min-width: 1200px) {
  .top--1px-xl {
    top: -1px !important;
  }

  .left--1px-xl {
    left: -1px !important;
  }

  .bottom--1px-xl {
    bottom: -1px !important;
  }

  .right--1px-xl {
    right: -1px !important;
  }
}
@media (min-width: 1200px) {
  .top-0px-xl {
    top: 0px !important;
  }

  .left-0px-xl {
    left: 0px !important;
  }

  .bottom-0px-xl {
    bottom: 0px !important;
  }

  .right-0px-xl {
    right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .top-1px-xl {
    top: 1px !important;
  }

  .left-1px-xl {
    left: 1px !important;
  }

  .bottom-1px-xl {
    bottom: 1px !important;
  }

  .right-1px-xl {
    right: 1px !important;
  }
}
@media (min-width: 1200px) {
  .top-2px-xl {
    top: 2px !important;
  }

  .left-2px-xl {
    left: 2px !important;
  }

  .bottom-2px-xl {
    bottom: 2px !important;
  }

  .right-2px-xl {
    right: 2px !important;
  }
}
@media (min-width: 1200px) {
  .top-3px-xl {
    top: 3px !important;
  }

  .left-3px-xl {
    left: 3px !important;
  }

  .bottom-3px-xl {
    bottom: 3px !important;
  }

  .right-3px-xl {
    right: 3px !important;
  }
}
@media (min-width: 1200px) {
  .top-4px-xl {
    top: 4px !important;
  }

  .left-4px-xl {
    left: 4px !important;
  }

  .bottom-4px-xl {
    bottom: 4px !important;
  }

  .right-4px-xl {
    right: 4px !important;
  }
}
@media (min-width: 1200px) {
  .top-5px-xl {
    top: 5px !important;
  }

  .left-5px-xl {
    left: 5px !important;
  }

  .bottom-5px-xl {
    bottom: 5px !important;
  }

  .right-5px-xl {
    right: 5px !important;
  }
}
@media (min-width: 1200px) {
  .top-6px-xl {
    top: 6px !important;
  }

  .left-6px-xl {
    left: 6px !important;
  }

  .bottom-6px-xl {
    bottom: 6px !important;
  }

  .right-6px-xl {
    right: 6px !important;
  }
}
@media (min-width: 1200px) {
  .top-7px-xl {
    top: 7px !important;
  }

  .left-7px-xl {
    left: 7px !important;
  }

  .bottom-7px-xl {
    bottom: 7px !important;
  }

  .right-7px-xl {
    right: 7px !important;
  }
}
@media (min-width: 1200px) {
  .top-8px-xl {
    top: 8px !important;
  }

  .left-8px-xl {
    left: 8px !important;
  }

  .bottom-8px-xl {
    bottom: 8px !important;
  }

  .right-8px-xl {
    right: 8px !important;
  }
}
@media (min-width: 1200px) {
  .top-9px-xl {
    top: 9px !important;
  }

  .left-9px-xl {
    left: 9px !important;
  }

  .bottom-9px-xl {
    bottom: 9px !important;
  }

  .right-9px-xl {
    right: 9px !important;
  }
}
@media (min-width: 1200px) {
  .top-10px-xl {
    top: 10px !important;
  }

  .left-10px-xl {
    left: 10px !important;
  }

  .bottom-10px-xl {
    bottom: 10px !important;
  }

  .right-10px-xl {
    right: 10px !important;
  }
}
@media (min-width: 1200px) {
  .top-11px-xl {
    top: 11px !important;
  }

  .left-11px-xl {
    left: 11px !important;
  }

  .bottom-11px-xl {
    bottom: 11px !important;
  }

  .right-11px-xl {
    right: 11px !important;
  }
}
@media (min-width: 1200px) {
  .top-12px-xl {
    top: 12px !important;
  }

  .left-12px-xl {
    left: 12px !important;
  }

  .bottom-12px-xl {
    bottom: 12px !important;
  }

  .right-12px-xl {
    right: 12px !important;
  }
}
@media (min-width: 1200px) {
  .top-13px-xl {
    top: 13px !important;
  }

  .left-13px-xl {
    left: 13px !important;
  }

  .bottom-13px-xl {
    bottom: 13px !important;
  }

  .right-13px-xl {
    right: 13px !important;
  }
}
@media (min-width: 1200px) {
  .top-14px-xl {
    top: 14px !important;
  }

  .left-14px-xl {
    left: 14px !important;
  }

  .bottom-14px-xl {
    bottom: 14px !important;
  }

  .right-14px-xl {
    right: 14px !important;
  }
}
@media (min-width: 1200px) {
  .top-15px-xl {
    top: 15px !important;
  }

  .left-15px-xl {
    left: 15px !important;
  }

  .bottom-15px-xl {
    bottom: 15px !important;
  }

  .right-15px-xl {
    right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .top-16px-xl {
    top: 16px !important;
  }

  .left-16px-xl {
    left: 16px !important;
  }

  .bottom-16px-xl {
    bottom: 16px !important;
  }

  .right-16px-xl {
    right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .top-17px-xl {
    top: 17px !important;
  }

  .left-17px-xl {
    left: 17px !important;
  }

  .bottom-17px-xl {
    bottom: 17px !important;
  }

  .right-17px-xl {
    right: 17px !important;
  }
}
@media (min-width: 1200px) {
  .top-18px-xl {
    top: 18px !important;
  }

  .left-18px-xl {
    left: 18px !important;
  }

  .bottom-18px-xl {
    bottom: 18px !important;
  }

  .right-18px-xl {
    right: 18px !important;
  }
}
@media (min-width: 1200px) {
  .top-19px-xl {
    top: 19px !important;
  }

  .left-19px-xl {
    left: 19px !important;
  }

  .bottom-19px-xl {
    bottom: 19px !important;
  }

  .right-19px-xl {
    right: 19px !important;
  }
}
@media (min-width: 1200px) {
  .top--300px-xl {
    top: -300px !important;
  }

  .left--300px-xl {
    left: -300px !important;
  }

  .bottom--300px-xl {
    bottom: -300px !important;
  }

  .right--300px-xl {
    right: -300px !important;
  }

  .top--300-xl {
    top: -300% !important;
  }

  .left--300-xl {
    left: -300% !important;
  }

  .bottom--300-xl {
    bottom: -300% !important;
  }

  .right--300-xl {
    right: -300% !important;
  }
}
@media (min-width: 1200px) {
  .top--290px-xl {
    top: -290px !important;
  }

  .left--290px-xl {
    left: -290px !important;
  }

  .bottom--290px-xl {
    bottom: -290px !important;
  }

  .right--290px-xl {
    right: -290px !important;
  }

  .top--290-xl {
    top: -290% !important;
  }

  .left--290-xl {
    left: -290% !important;
  }

  .bottom--290-xl {
    bottom: -290% !important;
  }

  .right--290-xl {
    right: -290% !important;
  }
}
@media (min-width: 1200px) {
  .top--280px-xl {
    top: -280px !important;
  }

  .left--280px-xl {
    left: -280px !important;
  }

  .bottom--280px-xl {
    bottom: -280px !important;
  }

  .right--280px-xl {
    right: -280px !important;
  }

  .top--280-xl {
    top: -280% !important;
  }

  .left--280-xl {
    left: -280% !important;
  }

  .bottom--280-xl {
    bottom: -280% !important;
  }

  .right--280-xl {
    right: -280% !important;
  }
}
@media (min-width: 1200px) {
  .top--270px-xl {
    top: -270px !important;
  }

  .left--270px-xl {
    left: -270px !important;
  }

  .bottom--270px-xl {
    bottom: -270px !important;
  }

  .right--270px-xl {
    right: -270px !important;
  }

  .top--270-xl {
    top: -270% !important;
  }

  .left--270-xl {
    left: -270% !important;
  }

  .bottom--270-xl {
    bottom: -270% !important;
  }

  .right--270-xl {
    right: -270% !important;
  }
}
@media (min-width: 1200px) {
  .top--260px-xl {
    top: -260px !important;
  }

  .left--260px-xl {
    left: -260px !important;
  }

  .bottom--260px-xl {
    bottom: -260px !important;
  }

  .right--260px-xl {
    right: -260px !important;
  }

  .top--260-xl {
    top: -260% !important;
  }

  .left--260-xl {
    left: -260% !important;
  }

  .bottom--260-xl {
    bottom: -260% !important;
  }

  .right--260-xl {
    right: -260% !important;
  }
}
@media (min-width: 1200px) {
  .top--250px-xl {
    top: -250px !important;
  }

  .left--250px-xl {
    left: -250px !important;
  }

  .bottom--250px-xl {
    bottom: -250px !important;
  }

  .right--250px-xl {
    right: -250px !important;
  }

  .top--250-xl {
    top: -250% !important;
  }

  .left--250-xl {
    left: -250% !important;
  }

  .bottom--250-xl {
    bottom: -250% !important;
  }

  .right--250-xl {
    right: -250% !important;
  }
}
@media (min-width: 1200px) {
  .top--240px-xl {
    top: -240px !important;
  }

  .left--240px-xl {
    left: -240px !important;
  }

  .bottom--240px-xl {
    bottom: -240px !important;
  }

  .right--240px-xl {
    right: -240px !important;
  }

  .top--240-xl {
    top: -240% !important;
  }

  .left--240-xl {
    left: -240% !important;
  }

  .bottom--240-xl {
    bottom: -240% !important;
  }

  .right--240-xl {
    right: -240% !important;
  }
}
@media (min-width: 1200px) {
  .top--230px-xl {
    top: -230px !important;
  }

  .left--230px-xl {
    left: -230px !important;
  }

  .bottom--230px-xl {
    bottom: -230px !important;
  }

  .right--230px-xl {
    right: -230px !important;
  }

  .top--230-xl {
    top: -230% !important;
  }

  .left--230-xl {
    left: -230% !important;
  }

  .bottom--230-xl {
    bottom: -230% !important;
  }

  .right--230-xl {
    right: -230% !important;
  }
}
@media (min-width: 1200px) {
  .top--220px-xl {
    top: -220px !important;
  }

  .left--220px-xl {
    left: -220px !important;
  }

  .bottom--220px-xl {
    bottom: -220px !important;
  }

  .right--220px-xl {
    right: -220px !important;
  }

  .top--220-xl {
    top: -220% !important;
  }

  .left--220-xl {
    left: -220% !important;
  }

  .bottom--220-xl {
    bottom: -220% !important;
  }

  .right--220-xl {
    right: -220% !important;
  }
}
@media (min-width: 1200px) {
  .top--210px-xl {
    top: -210px !important;
  }

  .left--210px-xl {
    left: -210px !important;
  }

  .bottom--210px-xl {
    bottom: -210px !important;
  }

  .right--210px-xl {
    right: -210px !important;
  }

  .top--210-xl {
    top: -210% !important;
  }

  .left--210-xl {
    left: -210% !important;
  }

  .bottom--210-xl {
    bottom: -210% !important;
  }

  .right--210-xl {
    right: -210% !important;
  }
}
@media (min-width: 1200px) {
  .top--200px-xl {
    top: -200px !important;
  }

  .left--200px-xl {
    left: -200px !important;
  }

  .bottom--200px-xl {
    bottom: -200px !important;
  }

  .right--200px-xl {
    right: -200px !important;
  }

  .top--200-xl {
    top: -200% !important;
  }

  .left--200-xl {
    left: -200% !important;
  }

  .bottom--200-xl {
    bottom: -200% !important;
  }

  .right--200-xl {
    right: -200% !important;
  }
}
@media (min-width: 1200px) {
  .top--190px-xl {
    top: -190px !important;
  }

  .left--190px-xl {
    left: -190px !important;
  }

  .bottom--190px-xl {
    bottom: -190px !important;
  }

  .right--190px-xl {
    right: -190px !important;
  }

  .top--190-xl {
    top: -190% !important;
  }

  .left--190-xl {
    left: -190% !important;
  }

  .bottom--190-xl {
    bottom: -190% !important;
  }

  .right--190-xl {
    right: -190% !important;
  }
}
@media (min-width: 1200px) {
  .top--180px-xl {
    top: -180px !important;
  }

  .left--180px-xl {
    left: -180px !important;
  }

  .bottom--180px-xl {
    bottom: -180px !important;
  }

  .right--180px-xl {
    right: -180px !important;
  }

  .top--180-xl {
    top: -180% !important;
  }

  .left--180-xl {
    left: -180% !important;
  }

  .bottom--180-xl {
    bottom: -180% !important;
  }

  .right--180-xl {
    right: -180% !important;
  }
}
@media (min-width: 1200px) {
  .top--170px-xl {
    top: -170px !important;
  }

  .left--170px-xl {
    left: -170px !important;
  }

  .bottom--170px-xl {
    bottom: -170px !important;
  }

  .right--170px-xl {
    right: -170px !important;
  }

  .top--170-xl {
    top: -170% !important;
  }

  .left--170-xl {
    left: -170% !important;
  }

  .bottom--170-xl {
    bottom: -170% !important;
  }

  .right--170-xl {
    right: -170% !important;
  }
}
@media (min-width: 1200px) {
  .top--160px-xl {
    top: -160px !important;
  }

  .left--160px-xl {
    left: -160px !important;
  }

  .bottom--160px-xl {
    bottom: -160px !important;
  }

  .right--160px-xl {
    right: -160px !important;
  }

  .top--160-xl {
    top: -160% !important;
  }

  .left--160-xl {
    left: -160% !important;
  }

  .bottom--160-xl {
    bottom: -160% !important;
  }

  .right--160-xl {
    right: -160% !important;
  }
}
@media (min-width: 1200px) {
  .top--150px-xl {
    top: -150px !important;
  }

  .left--150px-xl {
    left: -150px !important;
  }

  .bottom--150px-xl {
    bottom: -150px !important;
  }

  .right--150px-xl {
    right: -150px !important;
  }

  .top--150-xl {
    top: -150% !important;
  }

  .left--150-xl {
    left: -150% !important;
  }

  .bottom--150-xl {
    bottom: -150% !important;
  }

  .right--150-xl {
    right: -150% !important;
  }
}
@media (min-width: 1200px) {
  .top--140px-xl {
    top: -140px !important;
  }

  .left--140px-xl {
    left: -140px !important;
  }

  .bottom--140px-xl {
    bottom: -140px !important;
  }

  .right--140px-xl {
    right: -140px !important;
  }

  .top--140-xl {
    top: -140% !important;
  }

  .left--140-xl {
    left: -140% !important;
  }

  .bottom--140-xl {
    bottom: -140% !important;
  }

  .right--140-xl {
    right: -140% !important;
  }
}
@media (min-width: 1200px) {
  .top--130px-xl {
    top: -130px !important;
  }

  .left--130px-xl {
    left: -130px !important;
  }

  .bottom--130px-xl {
    bottom: -130px !important;
  }

  .right--130px-xl {
    right: -130px !important;
  }

  .top--130-xl {
    top: -130% !important;
  }

  .left--130-xl {
    left: -130% !important;
  }

  .bottom--130-xl {
    bottom: -130% !important;
  }

  .right--130-xl {
    right: -130% !important;
  }
}
@media (min-width: 1200px) {
  .top--120px-xl {
    top: -120px !important;
  }

  .left--120px-xl {
    left: -120px !important;
  }

  .bottom--120px-xl {
    bottom: -120px !important;
  }

  .right--120px-xl {
    right: -120px !important;
  }

  .top--120-xl {
    top: -120% !important;
  }

  .left--120-xl {
    left: -120% !important;
  }

  .bottom--120-xl {
    bottom: -120% !important;
  }

  .right--120-xl {
    right: -120% !important;
  }
}
@media (min-width: 1200px) {
  .top--110px-xl {
    top: -110px !important;
  }

  .left--110px-xl {
    left: -110px !important;
  }

  .bottom--110px-xl {
    bottom: -110px !important;
  }

  .right--110px-xl {
    right: -110px !important;
  }

  .top--110-xl {
    top: -110% !important;
  }

  .left--110-xl {
    left: -110% !important;
  }

  .bottom--110-xl {
    bottom: -110% !important;
  }

  .right--110-xl {
    right: -110% !important;
  }
}
@media (min-width: 1200px) {
  .top--100px-xl {
    top: -100px !important;
  }

  .left--100px-xl {
    left: -100px !important;
  }

  .bottom--100px-xl {
    bottom: -100px !important;
  }

  .right--100px-xl {
    right: -100px !important;
  }

  .top--100-xl {
    top: -100% !important;
  }

  .left--100-xl {
    left: -100% !important;
  }

  .bottom--100-xl {
    bottom: -100% !important;
  }

  .right--100-xl {
    right: -100% !important;
  }
}
@media (min-width: 1200px) {
  .top--90px-xl {
    top: -90px !important;
  }

  .left--90px-xl {
    left: -90px !important;
  }

  .bottom--90px-xl {
    bottom: -90px !important;
  }

  .right--90px-xl {
    right: -90px !important;
  }

  .top--90-xl {
    top: -90% !important;
  }

  .left--90-xl {
    left: -90% !important;
  }

  .bottom--90-xl {
    bottom: -90% !important;
  }

  .right--90-xl {
    right: -90% !important;
  }
}
@media (min-width: 1200px) {
  .top--80px-xl {
    top: -80px !important;
  }

  .left--80px-xl {
    left: -80px !important;
  }

  .bottom--80px-xl {
    bottom: -80px !important;
  }

  .right--80px-xl {
    right: -80px !important;
  }

  .top--80-xl {
    top: -80% !important;
  }

  .left--80-xl {
    left: -80% !important;
  }

  .bottom--80-xl {
    bottom: -80% !important;
  }

  .right--80-xl {
    right: -80% !important;
  }
}
@media (min-width: 1200px) {
  .top--70px-xl {
    top: -70px !important;
  }

  .left--70px-xl {
    left: -70px !important;
  }

  .bottom--70px-xl {
    bottom: -70px !important;
  }

  .right--70px-xl {
    right: -70px !important;
  }

  .top--70-xl {
    top: -70% !important;
  }

  .left--70-xl {
    left: -70% !important;
  }

  .bottom--70-xl {
    bottom: -70% !important;
  }

  .right--70-xl {
    right: -70% !important;
  }
}
@media (min-width: 1200px) {
  .top--60px-xl {
    top: -60px !important;
  }

  .left--60px-xl {
    left: -60px !important;
  }

  .bottom--60px-xl {
    bottom: -60px !important;
  }

  .right--60px-xl {
    right: -60px !important;
  }

  .top--60-xl {
    top: -60% !important;
  }

  .left--60-xl {
    left: -60% !important;
  }

  .bottom--60-xl {
    bottom: -60% !important;
  }

  .right--60-xl {
    right: -60% !important;
  }
}
@media (min-width: 1200px) {
  .top--50px-xl {
    top: -50px !important;
  }

  .left--50px-xl {
    left: -50px !important;
  }

  .bottom--50px-xl {
    bottom: -50px !important;
  }

  .right--50px-xl {
    right: -50px !important;
  }

  .top--50-xl {
    top: -50% !important;
  }

  .left--50-xl {
    left: -50% !important;
  }

  .bottom--50-xl {
    bottom: -50% !important;
  }

  .right--50-xl {
    right: -50% !important;
  }
}
@media (min-width: 1200px) {
  .top--40px-xl {
    top: -40px !important;
  }

  .left--40px-xl {
    left: -40px !important;
  }

  .bottom--40px-xl {
    bottom: -40px !important;
  }

  .right--40px-xl {
    right: -40px !important;
  }

  .top--40-xl {
    top: -40% !important;
  }

  .left--40-xl {
    left: -40% !important;
  }

  .bottom--40-xl {
    bottom: -40% !important;
  }

  .right--40-xl {
    right: -40% !important;
  }
}
@media (min-width: 1200px) {
  .top--30px-xl {
    top: -30px !important;
  }

  .left--30px-xl {
    left: -30px !important;
  }

  .bottom--30px-xl {
    bottom: -30px !important;
  }

  .right--30px-xl {
    right: -30px !important;
  }

  .top--30-xl {
    top: -30% !important;
  }

  .left--30-xl {
    left: -30% !important;
  }

  .bottom--30-xl {
    bottom: -30% !important;
  }

  .right--30-xl {
    right: -30% !important;
  }
}
@media (min-width: 1200px) {
  .top--20px-xl {
    top: -20px !important;
  }

  .left--20px-xl {
    left: -20px !important;
  }

  .bottom--20px-xl {
    bottom: -20px !important;
  }

  .right--20px-xl {
    right: -20px !important;
  }

  .top--20-xl {
    top: -20% !important;
  }

  .left--20-xl {
    left: -20% !important;
  }

  .bottom--20-xl {
    bottom: -20% !important;
  }

  .right--20-xl {
    right: -20% !important;
  }
}
@media (min-width: 1200px) {
  .top--10px-xl {
    top: -10px !important;
  }

  .left--10px-xl {
    left: -10px !important;
  }

  .bottom--10px-xl {
    bottom: -10px !important;
  }

  .right--10px-xl {
    right: -10px !important;
  }

  .top--10-xl {
    top: -10% !important;
  }

  .left--10-xl {
    left: -10% !important;
  }

  .bottom--10-xl {
    bottom: -10% !important;
  }

  .right--10-xl {
    right: -10% !important;
  }
}
@media (min-width: 1200px) {
  .top-00px-xl {
    top: 0px !important;
  }

  .left-00px-xl {
    left: 0px !important;
  }

  .bottom-00px-xl {
    bottom: 0px !important;
  }

  .right-00px-xl {
    right: 0px !important;
  }

  .top-00-xl {
    top: 0% !important;
  }

  .left-00-xl {
    left: 0% !important;
  }

  .bottom-00-xl {
    bottom: 0% !important;
  }

  .right-00-xl {
    right: 0% !important;
  }
}
@media (min-width: 1200px) {
  .top-10px-xl {
    top: 10px !important;
  }

  .left-10px-xl {
    left: 10px !important;
  }

  .bottom-10px-xl {
    bottom: 10px !important;
  }

  .right-10px-xl {
    right: 10px !important;
  }

  .top-10-xl {
    top: 10% !important;
  }

  .left-10-xl {
    left: 10% !important;
  }

  .bottom-10-xl {
    bottom: 10% !important;
  }

  .right-10-xl {
    right: 10% !important;
  }
}
@media (min-width: 1200px) {
  .top-20px-xl {
    top: 20px !important;
  }

  .left-20px-xl {
    left: 20px !important;
  }

  .bottom-20px-xl {
    bottom: 20px !important;
  }

  .right-20px-xl {
    right: 20px !important;
  }

  .top-20-xl {
    top: 20% !important;
  }

  .left-20-xl {
    left: 20% !important;
  }

  .bottom-20-xl {
    bottom: 20% !important;
  }

  .right-20-xl {
    right: 20% !important;
  }
}
@media (min-width: 1200px) {
  .top-30px-xl {
    top: 30px !important;
  }

  .left-30px-xl {
    left: 30px !important;
  }

  .bottom-30px-xl {
    bottom: 30px !important;
  }

  .right-30px-xl {
    right: 30px !important;
  }

  .top-30-xl {
    top: 30% !important;
  }

  .left-30-xl {
    left: 30% !important;
  }

  .bottom-30-xl {
    bottom: 30% !important;
  }

  .right-30-xl {
    right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .top-40px-xl {
    top: 40px !important;
  }

  .left-40px-xl {
    left: 40px !important;
  }

  .bottom-40px-xl {
    bottom: 40px !important;
  }

  .right-40px-xl {
    right: 40px !important;
  }

  .top-40-xl {
    top: 40% !important;
  }

  .left-40-xl {
    left: 40% !important;
  }

  .bottom-40-xl {
    bottom: 40% !important;
  }

  .right-40-xl {
    right: 40% !important;
  }
}
@media (min-width: 1200px) {
  .top-50px-xl {
    top: 50px !important;
  }

  .left-50px-xl {
    left: 50px !important;
  }

  .bottom-50px-xl {
    bottom: 50px !important;
  }

  .right-50px-xl {
    right: 50px !important;
  }

  .top-50-xl {
    top: 50% !important;
  }

  .left-50-xl {
    left: 50% !important;
  }

  .bottom-50-xl {
    bottom: 50% !important;
  }

  .right-50-xl {
    right: 50% !important;
  }
}
@media (min-width: 1200px) {
  .top-60px-xl {
    top: 60px !important;
  }

  .left-60px-xl {
    left: 60px !important;
  }

  .bottom-60px-xl {
    bottom: 60px !important;
  }

  .right-60px-xl {
    right: 60px !important;
  }

  .top-60-xl {
    top: 60% !important;
  }

  .left-60-xl {
    left: 60% !important;
  }

  .bottom-60-xl {
    bottom: 60% !important;
  }

  .right-60-xl {
    right: 60% !important;
  }
}
@media (min-width: 1200px) {
  .top-70px-xl {
    top: 70px !important;
  }

  .left-70px-xl {
    left: 70px !important;
  }

  .bottom-70px-xl {
    bottom: 70px !important;
  }

  .right-70px-xl {
    right: 70px !important;
  }

  .top-70-xl {
    top: 70% !important;
  }

  .left-70-xl {
    left: 70% !important;
  }

  .bottom-70-xl {
    bottom: 70% !important;
  }

  .right-70-xl {
    right: 70% !important;
  }
}
@media (min-width: 1200px) {
  .top-80px-xl {
    top: 80px !important;
  }

  .left-80px-xl {
    left: 80px !important;
  }

  .bottom-80px-xl {
    bottom: 80px !important;
  }

  .right-80px-xl {
    right: 80px !important;
  }

  .top-80-xl {
    top: 80% !important;
  }

  .left-80-xl {
    left: 80% !important;
  }

  .bottom-80-xl {
    bottom: 80% !important;
  }

  .right-80-xl {
    right: 80% !important;
  }
}
@media (min-width: 1200px) {
  .top-90px-xl {
    top: 90px !important;
  }

  .left-90px-xl {
    left: 90px !important;
  }

  .bottom-90px-xl {
    bottom: 90px !important;
  }

  .right-90px-xl {
    right: 90px !important;
  }

  .top-90-xl {
    top: 90% !important;
  }

  .left-90-xl {
    left: 90% !important;
  }

  .bottom-90-xl {
    bottom: 90% !important;
  }

  .right-90-xl {
    right: 90% !important;
  }
}
@media (min-width: 1200px) {
  .top-100px-xl {
    top: 100px !important;
  }

  .left-100px-xl {
    left: 100px !important;
  }

  .bottom-100px-xl {
    bottom: 100px !important;
  }

  .right-100px-xl {
    right: 100px !important;
  }

  .top-100-xl {
    top: 100% !important;
  }

  .left-100-xl {
    left: 100% !important;
  }

  .bottom-100-xl {
    bottom: 100% !important;
  }

  .right-100-xl {
    right: 100% !important;
  }
}
@media (min-width: 1200px) {
  .top-110px-xl {
    top: 110px !important;
  }

  .left-110px-xl {
    left: 110px !important;
  }

  .bottom-110px-xl {
    bottom: 110px !important;
  }

  .right-110px-xl {
    right: 110px !important;
  }

  .top-110-xl {
    top: 110% !important;
  }

  .left-110-xl {
    left: 110% !important;
  }

  .bottom-110-xl {
    bottom: 110% !important;
  }

  .right-110-xl {
    right: 110% !important;
  }
}
@media (min-width: 1200px) {
  .top-120px-xl {
    top: 120px !important;
  }

  .left-120px-xl {
    left: 120px !important;
  }

  .bottom-120px-xl {
    bottom: 120px !important;
  }

  .right-120px-xl {
    right: 120px !important;
  }

  .top-120-xl {
    top: 120% !important;
  }

  .left-120-xl {
    left: 120% !important;
  }

  .bottom-120-xl {
    bottom: 120% !important;
  }

  .right-120-xl {
    right: 120% !important;
  }
}
@media (min-width: 1200px) {
  .top-130px-xl {
    top: 130px !important;
  }

  .left-130px-xl {
    left: 130px !important;
  }

  .bottom-130px-xl {
    bottom: 130px !important;
  }

  .right-130px-xl {
    right: 130px !important;
  }

  .top-130-xl {
    top: 130% !important;
  }

  .left-130-xl {
    left: 130% !important;
  }

  .bottom-130-xl {
    bottom: 130% !important;
  }

  .right-130-xl {
    right: 130% !important;
  }
}
@media (min-width: 1200px) {
  .top-140px-xl {
    top: 140px !important;
  }

  .left-140px-xl {
    left: 140px !important;
  }

  .bottom-140px-xl {
    bottom: 140px !important;
  }

  .right-140px-xl {
    right: 140px !important;
  }

  .top-140-xl {
    top: 140% !important;
  }

  .left-140-xl {
    left: 140% !important;
  }

  .bottom-140-xl {
    bottom: 140% !important;
  }

  .right-140-xl {
    right: 140% !important;
  }
}
@media (min-width: 1200px) {
  .top-150px-xl {
    top: 150px !important;
  }

  .left-150px-xl {
    left: 150px !important;
  }

  .bottom-150px-xl {
    bottom: 150px !important;
  }

  .right-150px-xl {
    right: 150px !important;
  }

  .top-150-xl {
    top: 150% !important;
  }

  .left-150-xl {
    left: 150% !important;
  }

  .bottom-150-xl {
    bottom: 150% !important;
  }

  .right-150-xl {
    right: 150% !important;
  }
}
@media (min-width: 1200px) {
  .top-160px-xl {
    top: 160px !important;
  }

  .left-160px-xl {
    left: 160px !important;
  }

  .bottom-160px-xl {
    bottom: 160px !important;
  }

  .right-160px-xl {
    right: 160px !important;
  }

  .top-160-xl {
    top: 160% !important;
  }

  .left-160-xl {
    left: 160% !important;
  }

  .bottom-160-xl {
    bottom: 160% !important;
  }

  .right-160-xl {
    right: 160% !important;
  }
}
@media (min-width: 1200px) {
  .top-170px-xl {
    top: 170px !important;
  }

  .left-170px-xl {
    left: 170px !important;
  }

  .bottom-170px-xl {
    bottom: 170px !important;
  }

  .right-170px-xl {
    right: 170px !important;
  }

  .top-170-xl {
    top: 170% !important;
  }

  .left-170-xl {
    left: 170% !important;
  }

  .bottom-170-xl {
    bottom: 170% !important;
  }

  .right-170-xl {
    right: 170% !important;
  }
}
@media (min-width: 1200px) {
  .top-180px-xl {
    top: 180px !important;
  }

  .left-180px-xl {
    left: 180px !important;
  }

  .bottom-180px-xl {
    bottom: 180px !important;
  }

  .right-180px-xl {
    right: 180px !important;
  }

  .top-180-xl {
    top: 180% !important;
  }

  .left-180-xl {
    left: 180% !important;
  }

  .bottom-180-xl {
    bottom: 180% !important;
  }

  .right-180-xl {
    right: 180% !important;
  }
}
@media (min-width: 1200px) {
  .top-190px-xl {
    top: 190px !important;
  }

  .left-190px-xl {
    left: 190px !important;
  }

  .bottom-190px-xl {
    bottom: 190px !important;
  }

  .right-190px-xl {
    right: 190px !important;
  }

  .top-190-xl {
    top: 190% !important;
  }

  .left-190-xl {
    left: 190% !important;
  }

  .bottom-190-xl {
    bottom: 190% !important;
  }

  .right-190-xl {
    right: 190% !important;
  }
}
@media (min-width: 1200px) {
  .top-200px-xl {
    top: 200px !important;
  }

  .left-200px-xl {
    left: 200px !important;
  }

  .bottom-200px-xl {
    bottom: 200px !important;
  }

  .right-200px-xl {
    right: 200px !important;
  }

  .top-200-xl {
    top: 200% !important;
  }

  .left-200-xl {
    left: 200% !important;
  }

  .bottom-200-xl {
    bottom: 200% !important;
  }

  .right-200-xl {
    right: 200% !important;
  }
}
@media (min-width: 1200px) {
  .top-210px-xl {
    top: 210px !important;
  }

  .left-210px-xl {
    left: 210px !important;
  }

  .bottom-210px-xl {
    bottom: 210px !important;
  }

  .right-210px-xl {
    right: 210px !important;
  }

  .top-210-xl {
    top: 210% !important;
  }

  .left-210-xl {
    left: 210% !important;
  }

  .bottom-210-xl {
    bottom: 210% !important;
  }

  .right-210-xl {
    right: 210% !important;
  }
}
@media (min-width: 1200px) {
  .top-220px-xl {
    top: 220px !important;
  }

  .left-220px-xl {
    left: 220px !important;
  }

  .bottom-220px-xl {
    bottom: 220px !important;
  }

  .right-220px-xl {
    right: 220px !important;
  }

  .top-220-xl {
    top: 220% !important;
  }

  .left-220-xl {
    left: 220% !important;
  }

  .bottom-220-xl {
    bottom: 220% !important;
  }

  .right-220-xl {
    right: 220% !important;
  }
}
@media (min-width: 1200px) {
  .top-230px-xl {
    top: 230px !important;
  }

  .left-230px-xl {
    left: 230px !important;
  }

  .bottom-230px-xl {
    bottom: 230px !important;
  }

  .right-230px-xl {
    right: 230px !important;
  }

  .top-230-xl {
    top: 230% !important;
  }

  .left-230-xl {
    left: 230% !important;
  }

  .bottom-230-xl {
    bottom: 230% !important;
  }

  .right-230-xl {
    right: 230% !important;
  }
}
@media (min-width: 1200px) {
  .top-240px-xl {
    top: 240px !important;
  }

  .left-240px-xl {
    left: 240px !important;
  }

  .bottom-240px-xl {
    bottom: 240px !important;
  }

  .right-240px-xl {
    right: 240px !important;
  }

  .top-240-xl {
    top: 240% !important;
  }

  .left-240-xl {
    left: 240% !important;
  }

  .bottom-240-xl {
    bottom: 240% !important;
  }

  .right-240-xl {
    right: 240% !important;
  }
}
@media (min-width: 1200px) {
  .top-250px-xl {
    top: 250px !important;
  }

  .left-250px-xl {
    left: 250px !important;
  }

  .bottom-250px-xl {
    bottom: 250px !important;
  }

  .right-250px-xl {
    right: 250px !important;
  }

  .top-250-xl {
    top: 250% !important;
  }

  .left-250-xl {
    left: 250% !important;
  }

  .bottom-250-xl {
    bottom: 250% !important;
  }

  .right-250-xl {
    right: 250% !important;
  }
}
@media (min-width: 1200px) {
  .top-260px-xl {
    top: 260px !important;
  }

  .left-260px-xl {
    left: 260px !important;
  }

  .bottom-260px-xl {
    bottom: 260px !important;
  }

  .right-260px-xl {
    right: 260px !important;
  }

  .top-260-xl {
    top: 260% !important;
  }

  .left-260-xl {
    left: 260% !important;
  }

  .bottom-260-xl {
    bottom: 260% !important;
  }

  .right-260-xl {
    right: 260% !important;
  }
}
@media (min-width: 1200px) {
  .top-270px-xl {
    top: 270px !important;
  }

  .left-270px-xl {
    left: 270px !important;
  }

  .bottom-270px-xl {
    bottom: 270px !important;
  }

  .right-270px-xl {
    right: 270px !important;
  }

  .top-270-xl {
    top: 270% !important;
  }

  .left-270-xl {
    left: 270% !important;
  }

  .bottom-270-xl {
    bottom: 270% !important;
  }

  .right-270-xl {
    right: 270% !important;
  }
}
@media (min-width: 1200px) {
  .top-280px-xl {
    top: 280px !important;
  }

  .left-280px-xl {
    left: 280px !important;
  }

  .bottom-280px-xl {
    bottom: 280px !important;
  }

  .right-280px-xl {
    right: 280px !important;
  }

  .top-280-xl {
    top: 280% !important;
  }

  .left-280-xl {
    left: 280% !important;
  }

  .bottom-280-xl {
    bottom: 280% !important;
  }

  .right-280-xl {
    right: 280% !important;
  }
}
@media (min-width: 1200px) {
  .top-290px-xl {
    top: 290px !important;
  }

  .left-290px-xl {
    left: 290px !important;
  }

  .bottom-290px-xl {
    bottom: 290px !important;
  }

  .right-290px-xl {
    right: 290px !important;
  }

  .top-290-xl {
    top: 290% !important;
  }

  .left-290-xl {
    left: 290% !important;
  }

  .bottom-290-xl {
    bottom: 290% !important;
  }

  .right-290-xl {
    right: 290% !important;
  }
}
@media (min-width: 1200px) {
  .top-300px-xl {
    top: 300px !important;
  }

  .left-300px-xl {
    left: 300px !important;
  }

  .bottom-300px-xl {
    bottom: 300px !important;
  }

  .right-300px-xl {
    right: 300px !important;
  }

  .top-300-xl {
    top: 300% !important;
  }

  .left-300-xl {
    left: 300% !important;
  }

  .bottom-300-xl {
    bottom: 300% !important;
  }

  .right-300-xl {
    right: 300% !important;
  }
}
.top--19rem {
  top: -19rem !important;
}

.left--19rem {
  left: -19rem !important;
}

.bottom--19rem {
  bottom: -19rem !important;
}

.right--19rem {
  right: -19rem !important;
}

.top--18rem {
  top: -18rem !important;
}

.left--18rem {
  left: -18rem !important;
}

.bottom--18rem {
  bottom: -18rem !important;
}

.right--18rem {
  right: -18rem !important;
}

.top--17rem {
  top: -17rem !important;
}

.left--17rem {
  left: -17rem !important;
}

.bottom--17rem {
  bottom: -17rem !important;
}

.right--17rem {
  right: -17rem !important;
}

.top--16rem {
  top: -16rem !important;
}

.left--16rem {
  left: -16rem !important;
}

.bottom--16rem {
  bottom: -16rem !important;
}

.right--16rem {
  right: -16rem !important;
}

.top--15rem {
  top: -15rem !important;
}

.left--15rem {
  left: -15rem !important;
}

.bottom--15rem {
  bottom: -15rem !important;
}

.right--15rem {
  right: -15rem !important;
}

.top--14rem {
  top: -14rem !important;
}

.left--14rem {
  left: -14rem !important;
}

.bottom--14rem {
  bottom: -14rem !important;
}

.right--14rem {
  right: -14rem !important;
}

.top--13rem {
  top: -13rem !important;
}

.left--13rem {
  left: -13rem !important;
}

.bottom--13rem {
  bottom: -13rem !important;
}

.right--13rem {
  right: -13rem !important;
}

.top--12rem {
  top: -12rem !important;
}

.left--12rem {
  left: -12rem !important;
}

.bottom--12rem {
  bottom: -12rem !important;
}

.right--12rem {
  right: -12rem !important;
}

.top--11rem {
  top: -11rem !important;
}

.left--11rem {
  left: -11rem !important;
}

.bottom--11rem {
  bottom: -11rem !important;
}

.right--11rem {
  right: -11rem !important;
}

.top--10rem {
  top: -10rem !important;
}

.left--10rem {
  left: -10rem !important;
}

.bottom--10rem {
  bottom: -10rem !important;
}

.right--10rem {
  right: -10rem !important;
}

.top--9rem {
  top: -9rem !important;
}

.left--9rem {
  left: -9rem !important;
}

.bottom--9rem {
  bottom: -9rem !important;
}

.right--9rem {
  right: -9rem !important;
}

.top--8rem {
  top: -8rem !important;
}

.left--8rem {
  left: -8rem !important;
}

.bottom--8rem {
  bottom: -8rem !important;
}

.right--8rem {
  right: -8rem !important;
}

.top--7rem {
  top: -7rem !important;
}

.left--7rem {
  left: -7rem !important;
}

.bottom--7rem {
  bottom: -7rem !important;
}

.right--7rem {
  right: -7rem !important;
}

.top--6rem {
  top: -6rem !important;
}

.left--6rem {
  left: -6rem !important;
}

.bottom--6rem {
  bottom: -6rem !important;
}

.right--6rem {
  right: -6rem !important;
}

.top--5rem {
  top: -5rem !important;
}

.left--5rem {
  left: -5rem !important;
}

.bottom--5rem {
  bottom: -5rem !important;
}

.right--5rem {
  right: -5rem !important;
}

.top--4rem {
  top: -4rem !important;
}

.left--4rem {
  left: -4rem !important;
}

.bottom--4rem {
  bottom: -4rem !important;
}

.right--4rem {
  right: -4rem !important;
}

.top--3rem {
  top: -3rem !important;
}

.left--3rem {
  left: -3rem !important;
}

.bottom--3rem {
  bottom: -3rem !important;
}

.right--3rem {
  right: -3rem !important;
}

.top--2rem {
  top: -2rem !important;
}

.left--2rem {
  left: -2rem !important;
}

.bottom--2rem {
  bottom: -2rem !important;
}

.right--2rem {
  right: -2rem !important;
}

.top--1rem {
  top: -1rem !important;
}

.left--1rem {
  left: -1rem !important;
}

.bottom--1rem {
  bottom: -1rem !important;
}

.right--1rem {
  right: -1rem !important;
}

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

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

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

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

.top-1rem {
  top: 1rem !important;
}

.left-1rem {
  left: 1rem !important;
}

.bottom-1rem {
  bottom: 1rem !important;
}

.right-1rem {
  right: 1rem !important;
}

.top-2rem {
  top: 2rem !important;
}

.left-2rem {
  left: 2rem !important;
}

.bottom-2rem {
  bottom: 2rem !important;
}

.right-2rem {
  right: 2rem !important;
}

.top-3rem {
  top: 3rem !important;
}

.left-3rem {
  left: 3rem !important;
}

.bottom-3rem {
  bottom: 3rem !important;
}

.right-3rem {
  right: 3rem !important;
}

.top-4rem {
  top: 4rem !important;
}

.left-4rem {
  left: 4rem !important;
}

.bottom-4rem {
  bottom: 4rem !important;
}

.right-4rem {
  right: 4rem !important;
}

.top-5rem {
  top: 5rem !important;
}

.left-5rem {
  left: 5rem !important;
}

.bottom-5rem {
  bottom: 5rem !important;
}

.right-5rem {
  right: 5rem !important;
}

.top-6rem {
  top: 6rem !important;
}

.left-6rem {
  left: 6rem !important;
}

.bottom-6rem {
  bottom: 6rem !important;
}

.right-6rem {
  right: 6rem !important;
}

.top-7rem {
  top: 7rem !important;
}

.left-7rem {
  left: 7rem !important;
}

.bottom-7rem {
  bottom: 7rem !important;
}

.right-7rem {
  right: 7rem !important;
}

.top-8rem {
  top: 8rem !important;
}

.left-8rem {
  left: 8rem !important;
}

.bottom-8rem {
  bottom: 8rem !important;
}

.right-8rem {
  right: 8rem !important;
}

.top-9rem {
  top: 9rem !important;
}

.left-9rem {
  left: 9rem !important;
}

.bottom-9rem {
  bottom: 9rem !important;
}

.right-9rem {
  right: 9rem !important;
}

.top-10rem {
  top: 10rem !important;
}

.left-10rem {
  left: 10rem !important;
}

.bottom-10rem {
  bottom: 10rem !important;
}

.right-10rem {
  right: 10rem !important;
}

.top-11rem {
  top: 11rem !important;
}

.left-11rem {
  left: 11rem !important;
}

.bottom-11rem {
  bottom: 11rem !important;
}

.right-11rem {
  right: 11rem !important;
}

.top-12rem {
  top: 12rem !important;
}

.left-12rem {
  left: 12rem !important;
}

.bottom-12rem {
  bottom: 12rem !important;
}

.right-12rem {
  right: 12rem !important;
}

.top-13rem {
  top: 13rem !important;
}

.left-13rem {
  left: 13rem !important;
}

.bottom-13rem {
  bottom: 13rem !important;
}

.right-13rem {
  right: 13rem !important;
}

.top-14rem {
  top: 14rem !important;
}

.left-14rem {
  left: 14rem !important;
}

.bottom-14rem {
  bottom: 14rem !important;
}

.right-14rem {
  right: 14rem !important;
}

.top-15rem {
  top: 15rem !important;
}

.left-15rem {
  left: 15rem !important;
}

.bottom-15rem {
  bottom: 15rem !important;
}

.right-15rem {
  right: 15rem !important;
}

.top-16rem {
  top: 16rem !important;
}

.left-16rem {
  left: 16rem !important;
}

.bottom-16rem {
  bottom: 16rem !important;
}

.right-16rem {
  right: 16rem !important;
}

.top-17rem {
  top: 17rem !important;
}

.left-17rem {
  left: 17rem !important;
}

.bottom-17rem {
  bottom: 17rem !important;
}

.right-17rem {
  right: 17rem !important;
}

.top-18rem {
  top: 18rem !important;
}

.left-18rem {
  left: 18rem !important;
}

.bottom-18rem {
  bottom: 18rem !important;
}

.right-18rem {
  right: 18rem !important;
}

.top-19rem {
  top: 19rem !important;
}

.left-19rem {
  left: 19rem !important;
}

.bottom-19rem {
  bottom: 19rem !important;
}

.right-19rem {
  right: 19rem !important;
}

/* s'utilise dans un conteneur dont la position est spécifiée */
.v-center-h-center {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

.v-center-h-left, .nav-bar-account-shortcuts a div.shortcut {
  position: absolute;
  transform: translateX(0) translateY(-50%);
  left: 0;
  top: 50%;
}

.v-center-h-right, .control-group .picto-toggle-password {
  position: absolute;
  transform: translateX(0) translateY(-50%);
  right: 0;
  top: 50%;
}

.v-baseline-h-center {
  position: absolute;
  transform: translateX(-50%) translateY(0);
  left: 50%;
  top: 0;
}

.v-end-h-center {
  position: absolute;
  transform: translateX(-50%) translateY(0);
  left: 50%;
  bottom: 0;
}

@media (min-width: 0) {
  .v-center-h-center-min-xs {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-min-xs {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-min-xs {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-min-xs {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-min-xs {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 0) {
  .v-center-h-center-max-xs {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-max-xs {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-max-xs {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-max-xs {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-max-xs {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .v-center-h-center-min-sm {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-min-sm {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-min-sm {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-min-sm {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-min-sm {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .v-center-h-center-max-sm {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-max-sm {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-max-sm {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-max-sm {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-max-sm {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .v-center-h-center-min-md {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-min-md {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-min-md {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-min-md {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-min-md {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .v-center-h-center-max-md {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-max-md {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-max-md {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-max-md {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-max-md {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .v-center-h-center-min-lg {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-min-lg {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-min-lg {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-min-lg {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-min-lg {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .v-center-h-center-max-lg {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-max-lg {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-max-lg {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-max-lg {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-max-lg {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .v-center-h-center-min-xl {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-min-xl {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-min-xl {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-min-xl {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-min-xl {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .v-center-h-center-max-xl {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
  }

  .v-center-h-left-max-xl {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    left: 0;
    top: 50%;
  }

  .v-center-h-right-max-xl {
    position: absolute;
    transform: translateX(0) translateY(-50%);
    right: 0;
    top: 50%;
  }

  .v-baseline-h-center-max-xl {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    top: 0;
  }

  .v-end-h-center-max-xl {
    position: absolute;
    transform: translateX(-50%) translateY(0);
    left: 50%;
    bottom: 0;
  }
}
/* z-index */
.z-index-0 {
  z-index: 0;
}

.z-index-0 {
  z-index: 0;
}

.z-index-0 {
  z-index: 0;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.z-index-2 {
  z-index: 2;
}

.z-index-20 {
  z-index: 20;
}

.z-index-200 {
  z-index: 200;
}

.z-index-2000 {
  z-index: 2000;
}

.z-index-3 {
  z-index: 3;
}

.z-index-30 {
  z-index: 30;
}

.z-index-300 {
  z-index: 300;
}

.z-index-3000 {
  z-index: 3000;
}

.z-index-4 {
  z-index: 4;
}

.z-index-40 {
  z-index: 40;
}

.z-index-400 {
  z-index: 400;
}

.z-index-4000 {
  z-index: 4000;
}

.z-index-5 {
  z-index: 5;
}

.z-index-50 {
  z-index: 50;
}

.z-index-500 {
  z-index: 500;
}

.z-index-5000 {
  z-index: 5000;
}

.z-index-6 {
  z-index: 6;
}

.z-index-60 {
  z-index: 60;
}

.z-index-600 {
  z-index: 600;
}

.z-index-6000 {
  z-index: 6000;
}

.z-index-7 {
  z-index: 7;
}

.z-index-70 {
  z-index: 70;
}

.z-index-700 {
  z-index: 700;
}

.z-index-7000 {
  z-index: 7000;
}

.z-index-8 {
  z-index: 8;
}

.z-index-80 {
  z-index: 80;
}

.z-index-800 {
  z-index: 800;
}

.z-index-8000 {
  z-index: 8000;
}

.z-index-9 {
  z-index: 9;
}

.z-index-90 {
  z-index: 90;
}

.z-index-900 {
  z-index: 900;
}

.z-index-9000 {
  z-index: 9000;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

.z-index-1000 {
  z-index: 1000;
}

.z-index-10000 {
  z-index: 10000;
}

.z-index-11 {
  z-index: 11;
}

.z-index-110 {
  z-index: 110;
}

.z-index-1100 {
  z-index: 1100;
}

.z-index-11000 {
  z-index: 11000;
}

.z-index-12 {
  z-index: 12;
}

.z-index-120 {
  z-index: 120;
}

.z-index-1200 {
  z-index: 1200;
}

.z-index-12000 {
  z-index: 12000;
}

.z-index-13 {
  z-index: 13;
}

.z-index-130 {
  z-index: 130;
}

.z-index-1300 {
  z-index: 1300;
}

.z-index-13000 {
  z-index: 13000;
}

.z-index-14 {
  z-index: 14;
}

.z-index-140 {
  z-index: 140;
}

.z-index-1400 {
  z-index: 1400;
}

.z-index-14000 {
  z-index: 14000;
}

.z-index-15 {
  z-index: 15;
}

.z-index-150 {
  z-index: 150;
}

.z-index-1500 {
  z-index: 1500;
}

.z-index-15000 {
  z-index: 15000;
}

.z-index-16 {
  z-index: 16;
}

.z-index-160 {
  z-index: 160;
}

.z-index-1600 {
  z-index: 1600;
}

.z-index-16000 {
  z-index: 16000;
}

.z-index-17 {
  z-index: 17;
}

.z-index-170 {
  z-index: 170;
}

.z-index-1700 {
  z-index: 1700;
}

.z-index-17000 {
  z-index: 17000;
}

.z-index-18 {
  z-index: 18;
}

.z-index-180 {
  z-index: 180;
}

.z-index-1800 {
  z-index: 1800;
}

.z-index-18000 {
  z-index: 18000;
}

.z-index-19 {
  z-index: 19;
}

.z-index-190 {
  z-index: 190;
}

.z-index-1900 {
  z-index: 1900;
}

.z-index-19000 {
  z-index: 19000;
}

/***************************************************/
/*                                                 */
/*                     OPACITY                     */
/*                                                 */
/***************************************************/
.opacity-00 {
  opacity: 0;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.opacity-transition {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.full-mask {
  /* cette class fonctionne avec les méthodes fullMaskShow et fullMaskDestroy */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

/***************************************************/
/*                                                 */
/*                     BORDER                      */
/*                                                 */
/***************************************************/
.border-no, .modal.generic-modal .dismiss-modal {
  border: none !important;
}

@media (min-width: 0) {
  .border-no-above-min-xs {
    border: none !important;
  }
}
@media (min-width: 576px) {
  .border-no-above-min-sm {
    border: none !important;
  }
}
@media (min-width: 768px) {
  .border-no-above-min-md {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-no-above-min-lg {
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .border-no-above-min-xl {
    border: none !important;
  }
}
@media (max-width: 0) {
  .border-no-under-min-xs {
    border: none !important;
  }
}
@media (max-width: 576px) {
  .border-no-under-min-sm {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .border-no-under-min-md {
    border: none !important;
  }
}
@media (max-width: 992px) {
  .border-no-under-min-lg {
    border: none !important;
  }
}
@media (max-width: 1200px) {
  .border-no-under-min-xl {
    border: none !important;
  }
}
/***************************************************/
/*                                                 */
/*                      VIDEO                      */
/*                                                 */
/***************************************************/
video.fullVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -101;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.fullDarken {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transition: 1s opacity;
}

video.fullScreen {
  display: block;
}

.rotate {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -ms-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
}

.rotate:hover {
  transform: rotate(1000deg);
}

/***************************************************/
/*                                                 */
/*                 RATIO-CONTENT                   */
/*                                                 */
/***************************************************/
/* permet de couper l'image selon un ratio largeur/hauteur défini */
.ratio-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.ratio-2-1 {
  width: 100%;
  padding-top: calc(50% - 0.25rem);
  position: relative;
}

.ratio-3-1 {
  width: 100%;
  padding-top: 33%;
  position: relative;
}

.ratio-4-1 {
  width: 100%;
  padding-top: 25%;
  position: relative;
}

.ratio-3-2 {
  width: 100%;
  padding-top: 66%;
  position: relative;
}

.ratio-1-1_25 {
  width: 100%;
  padding-top: 125%;
  position: relative;
}

.ratio-1-1_33 {
  width: 100%;
  padding-top: 133%;
  position: relative;
}

.ratio-1-2 {
  width: 100%;
  padding-top: calc(200% + 0.5rem);
  position: relative;
}

.ratio-4-3 {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

@media (min-width: 768px) {
  .ratio-2-1-md {
    padding-top: calc(50% - 0.25rem);
  }
}
.ratio-content {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ratio-content img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ratio-content img.img-position-top-0 {
  object-position: 50% 0% !important;
}

.ratio-content img.img-position-top-1 {
  object-position: 50% 1% !important;
}

.ratio-content img.img-position-top-2 {
  object-position: 50% 2% !important;
}

.ratio-content img.img-position-top-3 {
  object-position: 50% 3% !important;
}

.ratio-content img.img-position-top-4 {
  object-position: 50% 4% !important;
}

.ratio-content img.img-position-top-5 {
  object-position: 50% 5% !important;
}

.ratio-content img.img-position-top-6 {
  object-position: 50% 6% !important;
}

.ratio-content img.img-position-top-7 {
  object-position: 50% 7% !important;
}

.ratio-content img.img-position-top-8 {
  object-position: 50% 8% !important;
}

.ratio-content img.img-position-top-9 {
  object-position: 50% 9% !important;
}

.ratio-content img.img-position-top-10 {
  object-position: 50% 10% !important;
}

.ratio-content img.img-position-top-11 {
  object-position: 50% 11% !important;
}

.ratio-content img.img-position-top-12 {
  object-position: 50% 12% !important;
}

.ratio-content img.img-position-top-13 {
  object-position: 50% 13% !important;
}

.ratio-content img.img-position-top-14 {
  object-position: 50% 14% !important;
}

.ratio-content img.img-position-top-15 {
  object-position: 50% 15% !important;
}

.ratio-content img.img-position-top-16 {
  object-position: 50% 16% !important;
}

.ratio-content img.img-position-top-17 {
  object-position: 50% 17% !important;
}

.ratio-content img.img-position-top-18 {
  object-position: 50% 18% !important;
}

.ratio-content img.img-position-top-19 {
  object-position: 50% 19% !important;
}

.ratio-content img.img-position-top-20 {
  object-position: 50% 20% !important;
}

.ratio-content img.img-position-top-21 {
  object-position: 50% 21% !important;
}

.ratio-content img.img-position-top-22 {
  object-position: 50% 22% !important;
}

.ratio-content img.img-position-top-23 {
  object-position: 50% 23% !important;
}

.ratio-content img.img-position-top-24 {
  object-position: 50% 24% !important;
}

.ratio-content img.img-position-top-25 {
  object-position: 50% 25% !important;
}

.ratio-content img.img-position-top-26 {
  object-position: 50% 26% !important;
}

.ratio-content img.img-position-top-27 {
  object-position: 50% 27% !important;
}

.ratio-content img.img-position-top-28 {
  object-position: 50% 28% !important;
}

.ratio-content img.img-position-top-29 {
  object-position: 50% 29% !important;
}

.ratio-content img.img-position-top-30 {
  object-position: 50% 30% !important;
}

.ratio-content img.img-position-top-31 {
  object-position: 50% 31% !important;
}

.ratio-content img.img-position-top-32 {
  object-position: 50% 32% !important;
}

.ratio-content img.img-position-top-33 {
  object-position: 50% 33% !important;
}

.ratio-content img.img-position-top-34 {
  object-position: 50% 34% !important;
}

.ratio-content img.img-position-top-35 {
  object-position: 50% 35% !important;
}

.ratio-content img.img-position-top-36 {
  object-position: 50% 36% !important;
}

.ratio-content img.img-position-top-37 {
  object-position: 50% 37% !important;
}

.ratio-content img.img-position-top-38 {
  object-position: 50% 38% !important;
}

.ratio-content img.img-position-top-39 {
  object-position: 50% 39% !important;
}

.ratio-content img.img-position-top-40 {
  object-position: 50% 40% !important;
}

.ratio-content img.img-position-top-41 {
  object-position: 50% 41% !important;
}

.ratio-content img.img-position-top-42 {
  object-position: 50% 42% !important;
}

.ratio-content img.img-position-top-43 {
  object-position: 50% 43% !important;
}

.ratio-content img.img-position-top-44 {
  object-position: 50% 44% !important;
}

.ratio-content img.img-position-top-45 {
  object-position: 50% 45% !important;
}

.ratio-content img.img-position-top-46 {
  object-position: 50% 46% !important;
}

.ratio-content img.img-position-top-47 {
  object-position: 50% 47% !important;
}

.ratio-content img.img-position-top-48 {
  object-position: 50% 48% !important;
}

.ratio-content img.img-position-top-49 {
  object-position: 50% 49% !important;
}

.ratio-content img.img-position-top-50 {
  object-position: 50% 50% !important;
}

.ratio-content img.img-position-top-51 {
  object-position: 50% 51% !important;
}

.ratio-content img.img-position-top-52 {
  object-position: 50% 52% !important;
}

.ratio-content img.img-position-top-53 {
  object-position: 50% 53% !important;
}

.ratio-content img.img-position-top-54 {
  object-position: 50% 54% !important;
}

.ratio-content img.img-position-top-55 {
  object-position: 50% 55% !important;
}

.ratio-content img.img-position-top-56 {
  object-position: 50% 56% !important;
}

.ratio-content img.img-position-top-57 {
  object-position: 50% 57% !important;
}

.ratio-content img.img-position-top-58 {
  object-position: 50% 58% !important;
}

.ratio-content img.img-position-top-59 {
  object-position: 50% 59% !important;
}

.ratio-content img.img-position-top-60 {
  object-position: 50% 60% !important;
}

.ratio-content img.img-position-top-61 {
  object-position: 50% 61% !important;
}

.ratio-content img.img-position-top-62 {
  object-position: 50% 62% !important;
}

.ratio-content img.img-position-top-63 {
  object-position: 50% 63% !important;
}

.ratio-content img.img-position-top-64 {
  object-position: 50% 64% !important;
}

.ratio-content img.img-position-top-65 {
  object-position: 50% 65% !important;
}

.ratio-content img.img-position-top-66 {
  object-position: 50% 66% !important;
}

.ratio-content img.img-position-top-67 {
  object-position: 50% 67% !important;
}

.ratio-content img.img-position-top-68 {
  object-position: 50% 68% !important;
}

.ratio-content img.img-position-top-69 {
  object-position: 50% 69% !important;
}

.ratio-content img.img-position-top-70 {
  object-position: 50% 70% !important;
}

.ratio-content img.img-position-top-71 {
  object-position: 50% 71% !important;
}

.ratio-content img.img-position-top-72 {
  object-position: 50% 72% !important;
}

.ratio-content img.img-position-top-73 {
  object-position: 50% 73% !important;
}

.ratio-content img.img-position-top-74 {
  object-position: 50% 74% !important;
}

.ratio-content img.img-position-top-75 {
  object-position: 50% 75% !important;
}

.ratio-content img.img-position-top-76 {
  object-position: 50% 76% !important;
}

.ratio-content img.img-position-top-77 {
  object-position: 50% 77% !important;
}

.ratio-content img.img-position-top-78 {
  object-position: 50% 78% !important;
}

.ratio-content img.img-position-top-79 {
  object-position: 50% 79% !important;
}

.ratio-content img.img-position-top-80 {
  object-position: 50% 80% !important;
}

.ratio-content img.img-position-top-81 {
  object-position: 50% 81% !important;
}

.ratio-content img.img-position-top-82 {
  object-position: 50% 82% !important;
}

.ratio-content img.img-position-top-83 {
  object-position: 50% 83% !important;
}

.ratio-content img.img-position-top-84 {
  object-position: 50% 84% !important;
}

.ratio-content img.img-position-top-85 {
  object-position: 50% 85% !important;
}

.ratio-content img.img-position-top-86 {
  object-position: 50% 86% !important;
}

.ratio-content img.img-position-top-87 {
  object-position: 50% 87% !important;
}

.ratio-content img.img-position-top-88 {
  object-position: 50% 88% !important;
}

.ratio-content img.img-position-top-89 {
  object-position: 50% 89% !important;
}

.ratio-content img.img-position-top-90 {
  object-position: 50% 90% !important;
}

.ratio-content img.img-position-top-91 {
  object-position: 50% 91% !important;
}

.ratio-content img.img-position-top-92 {
  object-position: 50% 92% !important;
}

.ratio-content img.img-position-top-93 {
  object-position: 50% 93% !important;
}

.ratio-content img.img-position-top-94 {
  object-position: 50% 94% !important;
}

.ratio-content img.img-position-top-95 {
  object-position: 50% 95% !important;
}

.ratio-content img.img-position-top-96 {
  object-position: 50% 96% !important;
}

.ratio-content img.img-position-top-97 {
  object-position: 50% 97% !important;
}

.ratio-content img.img-position-top-98 {
  object-position: 50% 98% !important;
}

.ratio-content img.img-position-top-99 {
  object-position: 50% 99% !important;
}

.ratio-content img.img-position-top-100 {
  object-position: 50% 100% !important;
}

/***************************************************/
/*                                                 */
/*                     SHADOW                      */
/*                                                 */
/***************************************************/
.box-shadow-1 {
  -moz-box-shadow: 0 0 1px #666;
  -webkit-box-shadow: 0 0 1px #666;
  box-shadow: 0 0 1px #666;
}

.drop-shadow-1 {
  -webkit-filter: drop-shadow(0px 0px 1px #666);
  filter: drop-shadow(0px 0px 1px #666);
}

.box-shadow-2 {
  -moz-box-shadow: 0 0 2px #666;
  -webkit-box-shadow: 0 0 2px #666;
  box-shadow: 0 0 2px #666;
}

.drop-shadow-2 {
  -webkit-filter: drop-shadow(0px 0px 2px #666);
  filter: drop-shadow(0px 0px 2px #666);
}

.box-shadow-3 {
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}

.drop-shadow-3 {
  -webkit-filter: drop-shadow(0px 0px 3px #666);
  filter: drop-shadow(0px 0px 3px #666);
}

.box-shadow-4 {
  -moz-box-shadow: 0 0 4px #666;
  -webkit-box-shadow: 0 0 4px #666;
  box-shadow: 0 0 4px #666;
}

.drop-shadow-4 {
  -webkit-filter: drop-shadow(0px 0px 4px #666);
  filter: drop-shadow(0px 0px 4px #666);
}

.box-shadow-5 {
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.drop-shadow-5 {
  -webkit-filter: drop-shadow(0px 0px 5px #666);
  filter: drop-shadow(0px 0px 5px #666);
}

.box-shadow-6 {
  -moz-box-shadow: 0 0 6px #666;
  -webkit-box-shadow: 0 0 6px #666;
  box-shadow: 0 0 6px #666;
}

.drop-shadow-6 {
  -webkit-filter: drop-shadow(0px 0px 6px #666);
  filter: drop-shadow(0px 0px 6px #666);
}

.box-shadow-7 {
  -moz-box-shadow: 0 0 7px #666;
  -webkit-box-shadow: 0 0 7px #666;
  box-shadow: 0 0 7px #666;
}

.drop-shadow-7 {
  -webkit-filter: drop-shadow(0px 0px 7px #666);
  filter: drop-shadow(0px 0px 7px #666);
}

.box-shadow-8 {
  -moz-box-shadow: 0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
  box-shadow: 0 0 8px #666;
}

.drop-shadow-8 {
  -webkit-filter: drop-shadow(0px 0px 8px #666);
  filter: drop-shadow(0px 0px 8px #666);
}

.box-shadow-9 {
  -moz-box-shadow: 0 0 9px #666;
  -webkit-box-shadow: 0 0 9px #666;
  box-shadow: 0 0 9px #666;
}

.drop-shadow-9 {
  -webkit-filter: drop-shadow(0px 0px 9px #666);
  filter: drop-shadow(0px 0px 9px #666);
}

.box-shadow-10 {
  -moz-box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}

.drop-shadow-10 {
  -webkit-filter: drop-shadow(0px 0px 10px #666);
  filter: drop-shadow(0px 0px 10px #666);
}

.grayscale-00 {
  filter: grayscale(0);
}

.grayscale-10 {
  filter: grayscale(0.1);
}

.grayscale-20 {
  filter: grayscale(0.2);
}

.grayscale-30 {
  filter: grayscale(0.3);
}

.grayscale-40 {
  filter: grayscale(0.4);
}

.grayscale-50 {
  filter: grayscale(0.5);
}

.grayscale-60 {
  filter: grayscale(0.6);
}

.grayscale-70 {
  filter: grayscale(0.7);
}

.grayscale-80 {
  filter: grayscale(0.8);
}

.grayscale-90 {
  filter: grayscale(0.9);
}

.grayscale-100 {
  filter: grayscale(1);
}

/***************************************************/
/*                                                 */
/*                    CKEDITOR                     */
/*                                                 */
/***************************************************/
.cke_float {
  border-width: 2px 2px 1px 2px !important;
  border-style: solid !important;
  border-color: !important;
}

.cke_editable_inline {
  background-color: rgba(255, 102, 0, 0.1);
  border: 2px #ff6600 dotted;
}

.cke_editable_inline.cke_focus:before {
  content: url("../../../ui/imi/images/logoImiFrameworkIn.svg");
  width: 30px;
  position: absolute;
  right: 0;
  top: -35px;
}

div.cke_editable_inline.cke_focus {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: !important;
}

/***************************************************/
/*                                                 */
/*                    CAROUSEL                     */
/*                                                 */
/***************************************************/
ol.carousel-indicators i {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.3;
}

ol.carousel-indicators i.active {
  opacity: 1;
}

/********************* QUIZZ **********************/
.quizz label {
  margin-left: 0.5rem;
  transform: translateY(0.2rem);
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.quizz-question {
  padding-left: 3rem;
}

/***************************************************/
/*                                                 */
/*                      FORM                       */
/*                                                 */
/***************************************************/
input::-webkit-input-placeholder {
  color: !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: !important;
}

input:-ms-input-placeholder {
  color: !important;
}

/***************************************************/
/*                                                 */
/*                      TOAST                      */
/*                                                 */
/***************************************************/
.toast-container {
  position: fixed;
  z-index: 1072;
  border-radius: 10px;
  border: 1px solid #007bff;
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
  padding: 0.75rem 1.25rem;
  top: 20px;
  right: 20px;
}

.toast-container.toast-container-top-right {
  top: 20px;
  right: 20px;
}

.toast-container.toast-container-bottom-right {
  bottom: 20px;
  right: 20px;
}

.toast-container.toast-container-top-left {
  top: 20px;
  left: 20px;
}

.toast-container.toast-container-bottom-left {
  bottom: 20px;
  left: 20px;
}

.toast-container.toast-container-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toast-container.toast-container-middle {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.toast-container.toast-container-bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toast-primary {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}

.toast-secondary {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: rgba(108, 117, 125, 0.1);
}

.toast-success {
  color: #28a745;
  border: 1px solid #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

.toast-info {
  color: #17a2b8;
  border: 1px solid #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
}

.toast-warning {
  color: #ffc107;
  border: 1px solid #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}

.toast-danger {
  color: #dc3545;
  border: 1px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}

.toast-light {
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  background-color: rgba(248, 249, 250, 0.1);
}

.toast-dark {
  color: #343a40;
  border: 1px solid #343a40;
  background-color: rgba(52, 58, 64, 0.1);
}

.toast-project-primary-100-bleu-canard {
  color: #056E83;
  border: 1px solid #056E83;
  background-color: rgba(5, 110, 131, 0.1);
}

.toast-project-primary-dark-bleu-canard {
  color: #023942;
  border: 1px solid #023942;
  background-color: rgba(2, 57, 66, 0.1);
}

.toast-project-primary-25-bleu-canard {
  color: #b3d3d7;
  border: 1px solid #b3d3d7;
  background-color: rgba(179, 211, 215, 0.1);
}

.toast-project-primary-50-bleu-canard {
  color: #73b3be;
  border: 1px solid #73b3be;
  background-color: rgba(115, 179, 190, 0.1);
}

.toast-project-primary-75-bleu-canard {
  color: #1f95a4;
  border: 1px solid #1f95a4;
  background-color: rgba(31, 149, 164, 0.1);
}

.toast-project-primary-100-bleu {
  color: #0AB2D4;
  border: 1px solid #0AB2D4;
  background-color: rgba(10, 178, 212, 0.1);
}

.toast-project-primary-25-bleu {
  color: #b0e2ea;
  border: 1px solid #b0e2ea;
  background-color: rgba(176, 226, 234, 0.1);
}

.toast-project-primary-50-bleu {
  color: #6ed8de;
  border: 1px solid #6ed8de;
  background-color: rgba(110, 216, 222, 0.1);
}

.toast-project-primary-75-bleu {
  color: #00c6df;
  border: 1px solid #00c6df;
  background-color: rgba(0, 198, 223, 0.1);
}

.toast-project-primary-100-orange {
  color: #F67D6A;
  border: 1px solid #F67D6A;
  background-color: rgba(246, 125, 106, 0.1);
}

.toast-project-primary-20-orange {
  color: #FCEEE4;
  border: 1px solid #FCEEE4;
  background-color: rgba(252, 238, 228, 0.1);
}

.toast-project-primary-50-orange {
  color: #ffbca6;
  border: 1px solid #ffbca6;
  background-color: rgba(255, 188, 166, 0.1);
}

.toast-project-primary-75-orange {
  color: #ff9b88;
  border: 1px solid #ff9b88;
  background-color: rgba(255, 155, 136, 0.1);
}

.toast-project-secondary-beige-rose {
  color: #F5CAAB;
  border: 1px solid #F5CAAB;
  background-color: rgba(245, 202, 171, 0.1);
}

.toast-project-secondary-beige {
  color: #F1E6D4;
  border: 1px solid #F1E6D4;
  background-color: rgba(241, 230, 212, 0.1);
}

.toast-project-secondary-beige-clair {
  color: #FFFDFB;
  border: 1px solid #FFFDFB;
  background-color: rgba(255, 253, 251, 0.1);
}

.toast-project-secondary-rose-grise {
  color: #FBF7F1;
  border: 1px solid #FBF7F1;
  background-color: rgba(251, 247, 241, 0.1);
}

.toast-project-secondary-bleu-nuit {
  color: #111235;
  border: 1px solid #111235;
  background-color: rgba(17, 18, 53, 0.1);
}

.toast-project-secondary-vert-pastel {
  color: #AFCFCC;
  border: 1px solid #AFCFCC;
  background-color: rgba(175, 207, 204, 0.1);
}

.toast-project-secondary-rose-pale {
  color: #FCEEE4;
  border: 1px solid #FCEEE4;
  background-color: rgba(252, 238, 228, 0.1);
}

.toast-project-secondary-gris {
  color: #A1AFC5;
  border: 1px solid #A1AFC5;
  background-color: rgba(161, 175, 197, 0.1);
}

.toast-gray-30 {
  color: #1112354C;
  border: 1px solid #1112354C;
  background-color: rgba(17, 18, 53, 0);
}

.toast-error {
  color: red;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1);
}

/*# sourceMappingURL=imi4-3.css.map */
