/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./front/scss/front.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
:root {
  /* Global */
  --ucpt-primary-color:var(--primary, var(--color-primary, #000000));
  --ucpt-secondary-color:var(--secondary, var(--color-secondary, #4e4e4e));
  --ucpt-muted-color:#6c757d;
  --ucpt-success-color:var(--success, var(--color-success, #7CC325));
  --ucpt-light-success-color:#e5f3d3;
  --ucpt-light-success-color-2:#cbe7a8;
  --ucpt-warning-color:var(--warning, var(--color-warning, #fc951d));
  --ucpt-danger-color:var(--danger, var(--color-danger, #ED1935));
  --ucpt-light-danger-color:#fbd1d7;
  --ucpt-light-color:#eae8e8;
  --ucpt-light2-color:#dddddd;
  --ucpt-light-warning-color: #feead2;
  --ucpt-border-color:#e9ecef;
  --ucpt-border-color-darker:#adb5bd;
  --ucpt-white-color:#fff;
  --ucpt-dark-color:#343a40;
  --ucpt-font-family-heading:"Arial",sans-serif;
  --ucpt-font-size-base: 16;
  /* home */
  --ucpt-home-title-line-color:#707070;
  /* Slide */
  --ucpt-slide-arrow-bg:#F2F2F2;
  --ucpt-slide-arrow-bg-hover:#d9d9d9;
  --ucpt-slide-arrow-color-hover:#fff;
  /* Cards */
  --ucpt-cards-bg:#fff;
  --ucpt-cards-title-color:#343a40;
  --ucpt-cards-link-color:#343a40;
  /* Glossary List */
  --ucpt-glossary-list-border-color:#e9ecef;
  --ucpt-glossary-list-link-color:#ced4da;
  --ucpt-glossary-list-link-color-active:#343a40;
  /* Top search */
  --ucpt-top-search-bg:#fff;
  --ucpt-top-search-border:none;
  /* Top */
  --ucpt-top-text-color:#343a40;
  --ucpt-top-link-color:#666666;
  --ucpt-top-link-light-color:#fff;
  --ucpt-top-icon-bg:var(--drmx-primary);
  --ucpt-top-icon-color:#fff;
  --ucpt-top-icon-state-color:#fff;
  --ucpt-top-darked-bg:#373839;
  --ucpt-top-darked-color:#cccccc;
  /* Intro */
  --ucpt-intro-bg:#fff;
  /* Table */
  --ucpt-table-bg:#fff;
  --ucpt-table-radius:0.25rem;
  --ucpt-table-border-color:#e9ecef;
  --ucpt-table-head-bg:#F2F2F2;
  --ucpt-table-label-color:#343a40;
  --ucpt-table-list-bg-hover:#e9ecef;
  --ucpt-table-criterion-active-color:#FC951D;
  /* Search */
  --ucpt-search-number:2;
  --ucpt-search-number-md:4;
  --ucpt-search-number-lg:5;
  --ucpt-search-loader-color:var(--primary, var(--color-primary, #000000));
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
/* == Rich blocks */
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-rich-banner {
  margin-bottom: 1.25rem;
}
.ucpt-rich-banner__img {
  height: auto;
  max-width: 100%;
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-rich-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}
@media (min-width: 576px) {
  .ucpt-rich-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .ucpt-rich-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .ucpt-rich-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}
.ucpt-rich-gallery__item {
  margin-bottom: 0;
}
.ucpt-rich-gallery__link {
  transition: filter 200ms ease;
}
.ucpt-rich-gallery__link:hover {
  filter: brightness(1.05);
}
.ucpt-rich-gallery__img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-rich-content {
  margin-bottom: 1.25rem;
  padding: 1.875rem 1.25rem;
  background-color: var(--ucpt-light-color);
}
@media (min-width: 768px) {
  .ucpt-rich-content {
    padding: 2.5rem;
  }
}
.ucpt-rich-content__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ucpt-rich-content__container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .ucpt-rich-content__content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.ucpt-rich-content__content > * {
  margin-bottom: 0.75rem;
}
.ucpt-rich-content__content > :last-child {
  margin-bottom: 0;
}
.ucpt-rich-content__subtitle {
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--ucpt-muted-color);
}
.ucpt-rich-content__desc {
  margin-bottom: 1.25rem;
}
.ucpt-rich-content__desc, .ucpt-rich-content__desc p {
  font-size: 1rem;
  color: var(--ucpt-muted-color);
}
.ucpt-rich-content__desc > :last-child {
  margin-bottom: 0;
}
.ucpt-rich-content__desc a {
  text-decoration: underline;
}
.ucpt-rich-content__desc a:hover {
  text-decoration: none;
}
.ucpt-rich-content__figure {
  max-width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .ucpt-rich-content__figure {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
    text-align: right;
  }
}
.ucpt-rich-content__img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ucpt-rich-content--odd .ucpt-rich-content__content {
    order: 1;
    padding-right: 3.75rem;
  }
}
@media (min-width: 768px) {
  .ucpt-rich-content--odd .ucpt-rich-content__figure {
    order: 2;
  }
}
@media (min-width: 768px) {
  .ucpt-rich-content--even .ucpt-rich-content__content {
    padding-left: 3.75rem;
  }
}
.ucpt-rich-content--highlight {
  background-color: var(--ucpt-dark-color);
}
.ucpt-rich-content--highlight .ucpt-rich-content__subtitle,
.ucpt-rich-content--highlight .ucpt-rich-content__title,
.ucpt-rich-content--highlight .ucpt-rich-content__desc,
.ucpt-rich-content--highlight .ucpt-rich-content__desc * {
  color: var(--ucpt-white-color);
}
.ucpt-rich-content--highlight .ucpt-rich-content__desc a {
  transition: opacity 200ms ease;
}
.ucpt-rich-content--highlight .ucpt-rich-content__desc a:not(.btn):hover {
  color: var(--ucpt-white-color);
  opacity: 0.5;
}

/* == Search bloc */
.ucpt-search {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .ucpt-search {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .ucpt-search__content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.ucpt-search__form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media (min-width: 992px) {
  .ucpt-search__form {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.ucpt-search__filter {
  flex: 1 0 calc(100% / var(--ucpt-search-number));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  margin-bottom: 0.3125rem;
  /*.bs-searchbox {
    height:px-to-rem(53);
  }*/
}
@media (min-width: 768px) {
  .ucpt-search__filter {
    flex: 0 0 calc(100% / var(--ucpt-search-number-md));
    max-width: calc(100% / var(--ucpt-search-number-md));
  }
}
@media (min-width: 992px) {
  .ucpt-search__filter {
    flex: 0 0 calc(100% / var(--ucpt-search-number-lg));
    max-width: calc(100% / var(--ucpt-search-number-lg));
    padding-left: inherit;
    padding-right: inherit;
    margin-bottom: 0;
  }
}
.ucpt-search__filter > .dropdown.show > button {
  min-height: 2.1875rem !important;
}
.ucpt-search__filter select, .ucpt-search__filter button {
  display: block;
  width: 100%;
  border-radius: 0;
  height: 100%;
  max-width: none;
}
.ucpt-search__filter select, .ucpt-search__filter button {
  min-height: 3.3125rem !important;
}
.ucpt-search__filter button {
  font-size: 0.75rem !important;
}
@media (min-width: 992px) {
  .ucpt-search__filter button {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .ucpt-search__filter button {
    padding: 0.5rem 1rem;
  }
}
.ucpt-search__filter button i, .ucpt-search__filter button svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.1875rem;
}
@media (min-width: 1200px) {
  .ucpt-search__filter button i, .ucpt-search__filter button svg {
    display: inline-block;
    margin-right: 0.3125rem;
    margin-left: inherit;
    margin-bottom: inherit;
  }
}
@media (max-width: 991.98px) {
  .ucpt-search__filter:last-child:not(.ucpt-search__filter--year) {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ucpt-search__filter.ucpt-search__filter--year {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ucpt-search__filter.ucpt-search__filter--year {
    max-width: 7.5rem !important;
  }
}
.ucpt-search__filter.ucpt-search__filter--year select, .ucpt-search__filter.ucpt-search__filter--year button, .ucpt-search__filter.ucpt-search__filter--year .select2 span {
  min-height: 0 !important;
  max-height: 2.8125rem !important;
}
.ucpt-search__filter.ucpt-search__filter--year .select2 .select2-selection__rendered {
  line-height: 2.8125rem;
}
.ucpt-search__filter.ucpt-search__filter--year button i {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-left: inherit;
  margin-bottom: inherit;
}
@media (min-width: 768px) {
  .ucpt-search__filter.ucpt-search__filter--year button {
    padding: 0 !important;
  }
}
.ucpt-search--noborder .ucpt-search__filter {
  position: relative;
}
.ucpt-search--noborder .ucpt-search__filter:after {
  content: "";
  display: block;
  position: absolute;
  top: 19%;
  right: 0;
  width: 1px;
  height: 62%;
  background-color: var(--ucpt-border-color);
}
.ucpt-search--noborder .ucpt-search__filter:last-child:after, .ucpt-search--noborder .ucpt-search__filter:nth-last-child(2):after {
  display: none;
}
@media (max-width: 991.98px) {
  .ucpt-search--noborder .ucpt-search__filter:after {
    display: none;
  }
}
.ucpt-search--noborder .ucpt-search__filter input, .ucpt-search--noborder .ucpt-search__filter select, .ucpt-search--noborder .ucpt-search__filter .bootstrap-select .dropdown-toggle {
  border: 0;
}

.ucpt-search-container {
  margin-bottom: 1.25rem;
}
.ucpt-search-container > div {
  border-radius: 0.75rem;
  background-color: var(--ucpt-light-color);
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .ucpt-search-container > div {
    padding: 1.25rem;
  }
}
.ucpt-search-container .ucpt-search-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .ucpt-search-container .ucpt-search-row .ucpt-quickadd__content {
    padding: 0 0.625rem 0 0;
  }
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-search-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-search-row > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ucpt-search-container .ucpt-search-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .ucpt-search-container .ucpt-search-content .ucpt-quickadd__content {
    padding: 0 0.625rem 0 0;
  }
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-search-content {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-search-content > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ucpt-search-container .ucpt-search-content .ucpt-switch-group {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .ucpt-search-container .ucpt-search-content .ucpt-switch-group {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    width: 100%;
  }
}
.ucpt-search-container .ucpt-search-content .ucpt-switch-group__list > * {
  flex: 0 1 auto;
  max-width: none;
  margin-bottom: 0.3125rem;
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-search-wrapper,
  .ucpt-search-container .ucpt-search-placeholder {
    width: 100%;
  }
}
.ucpt-search-container .ucpt-search-wrapper {
  margin-top: 0;
}
.ucpt-search-container .ucpt-search-placeholder {
  flex: 0 0 auto;
}
.ucpt-search-container .ucpt-quickadd {
  flex-shrink: 1;
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-quickadd {
    flex: 0 0 20rem;
    max-width: 20rem;
  }
}
@media (min-width: 992px) {
  .ucpt-search-container .ucpt-quickadd__content {
    padding: 0;
  }
}

.ucpt-buttons__button--specify-year {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  animation: pulse 1.2s infinite;
}

.ucpt-specify-year {
  display: inline-block;
  position: relative;
}
.ucpt-specify-year__form {
  display: none;
  position: absolute;
  background-color: var(--ucpt-light-warning-color);
  color: var(--ucpt-dark-color);
  text-align: center;
  padding: 0.625rem;
  z-index: 5;
  top: 2.375rem;
  right: 0;
  width: 20rem;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .ucpt-specify-year__form {
    top: 2.6875rem;
  }
}
@media (min-width: 992px) {
  .ucpt-specify-year__form {
    right: 50%;
    transform: translateX(50%);
    width: 25rem;
  }
}
@media (min-width: 1200px) {
  .ucpt-specify-year__form {
    top: 3.3125rem;
  }
}
.ucpt-specify-year .ucpt-search__filter {
  flex: 0 0 50%;
  max-width: 50%;
}
.ucpt-specify-year .ucpt-search__filter svg {
  display: inline;
  margin: 0;
}

.modal .ucpt-search {
  flex-direction: column;
}
.modal .ucpt-search__content {
  width: 100%;
}
.modal .ucpt-search .ucpt-quickadd {
  margin-right: 0;
  margin-bottom: 0.9375rem;
}

/* == Quickadd */
.header-nav .ucpt-quickadd {
  display: block !important;
  float: left !important;
  margin-left: 37px;
  margin-top: 2px;
}
.header-nav .ucpt-quickadd__content {
  padding-right: 0;
}
.header-nav .ucpt-quickadd__icon-container {
  width: 30px !important;
  height: 30px !important;
}
.header-nav .ucpt-quickadd__icon {
  width: 20px;
  height: 20px;
}

.ucpt-quickadd {
  /* variants */
}
.ucpt-quickadd__link {
  cursor: pointer;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 250ms ease-in-out, color 250ms ease-in-out;
}
.ucpt-quickadd__link:hover {
  opacity: 0.6;
}
.ucpt-quickadd__content-wrapper {
  position: relative;
}
.ucpt-quickadd__content {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: var(--ucpt-top-text-color);
  background-color: var(--ucpt-light-color);
  border: 1px solid var(--ucpt-light-color);
}
.ucpt-quickadd__icon-container {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--ucpt-top-icon-bg);
  color: var(--ucpt-top-icon-color);
  border-radius: 100%;
}
.ucpt-quickadd__icon {
  width: 1.625rem;
  height: 1.625rem;
  fill: currentColor;
  vertical-align: middle;
}
.ucpt-quickadd__icon-state {
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  width: 1rem;
  height: 1rem;
  fill: var(--ucpt-top-icon-state-color);
}
.ucpt-quickadd__icon-state--modify, .ucpt-quickadd__icon-state--check, .ucpt-quickadd__icon-state--universal {
  color: var(--ucpt-success-color);
}
.ucpt-quickadd__icon-state--question, .ucpt-quickadd__icon-state--add {
  color: var(--ucpt-warning-color);
}
.ucpt-quickadd__icon-state--error {
  color: var(--ucpt-danger-color);
}
.ucpt-quickadd__text {
  text-align: left;
  font-size: 0.85rem;
}
.ucpt-quickadd__text > * {
  display: block;
}
.ucpt-quickadd__title {
  font-family: var(--ucpt-font-family-heading);
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  color: var(--ucpt-primary-color);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .ucpt-quickadd__title {
    font-size: 0.75rem;
  }
}
.ucpt-quickadd__desc, .ucpt-quickadd__link-fake {
  color: var(--ucpt-top-text-color);
}
.ucpt-quickadd__link-fake {
  color: var(--ucpt-top-link-color);
}
.ucpt-quickadd__link-icon {
  width: 0.6875rem;
  height: 0.6875rem;
  font-size: 0.6875rem;
  fill: currentColor;
  margin-right: 0.3125rem;
  vertical-align: -0.08em;
}
.ucpt-quickadd__link-icon--angle {
  width: 0.375rem;
  height: 0.375rem;
  font-size: 0.375rem;
  vertical-align: 0.2em;
  margin-right: 0.125rem;
}
.ucpt-quickadd--main.ucpt-quickadd--light {
  float: right;
}
@media (max-width: 767.98px) {
  .ucpt-quickadd--main.ucpt-quickadd--light {
    display: none;
  }
}
.ucpt-quickadd--main.ucpt-quickadd--light .ucpt-quickadd__content {
  border: 0;
  background: none;
}
.ucpt-quickadd--main.ucpt-quickadd--light .ucpt-quickadd__content-wrapper {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ucpt-quickadd--main.ucpt-quickadd--light .ucpt-quickadd__icon-container {
  margin-right: 0;
}
.ucpt-quickadd--default[data-search-state=unset] .ucpt-quickadd__title {
  font-size: var(--ucpt-font-size-base);
}
.ucpt-quickadd--default[data-search-state=unset] .ucpt-quickadd__text {
  display: flex;
  flex-direction: column-reverse;
}
.ucpt-quickadd--default[data-search-state=unset] .ucpt-quickadd__desc .ucpt-quickadd__icon-state {
  display: none;
}
@media (max-width: 575.98px) {
  .ucpt-quickadd--default .ucpt-quickadd__desc .ucpt-quickadd__icon-state {
    position: static;
    width: 0.8125rem;
    height: 0.8125rem;
    vertical-align: -0.1em;
  }
}
@media (min-width: 576px) {
  .ucpt-quickadd--default .ucpt-quickadd__desc .ucpt-quickadd__icon-state {
    display: none;
  }
}
.ucpt-quickadd--default .ucpt-quickadd__link {
  cursor: none;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .ucpt-quickadd--default .ucpt-quickadd__icon-container {
    display: none;
  }
}
.ucpt-quickadd--compatibility .ucpt-quickadd__icon-state {
  position: static;
  width: 1.5rem;
  height: 1.5rem;
}
.ucpt-quickadd--compatibility .ucpt-quickadd__icon {
  margin-right: 0.625rem;
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--question {
  background-color: var(--ucpt-light-warning-color);
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--question .ucpt-quickadd__title {
  color: var(--ucpt-warning-color);
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--check, .ucpt-quickadd--compatibility .ucpt-quickadd__content--universal {
  background-color: var(--ucpt-light-success-color);
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--check .ucpt-quickadd__title, .ucpt-quickadd--compatibility .ucpt-quickadd__content--universal .ucpt-quickadd__title {
  color: var(--ucpt-success-color);
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--error {
  background-color: var(--ucpt-light-danger-color);
}
.ucpt-quickadd--compatibility .ucpt-quickadd__content--error .ucpt-quickadd__title {
  color: var(--ucpt-danger-color);
}

/* == Tables */
.ucpt-table {
  border-top-left-radius: var(--ucpt-table-radius);
  border-top-right-radius: var(--ucpt-table-radius);
  background-color: var(--ucpt-table-bg);
  border: 1px solid var(--ucpt-table-border-color);
  border-bottom: 0;
  margin-bottom: 1.875rem;
}
.ucpt-table form {
  margin-bottom: 0;
}
.ucpt-table--nohover .ucpt-table__item:hover {
  background-color: inherit !important;
}
@media (min-width: 992px) {
  .ucpt-table.mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .ucpt-table.desktop {
    display: none;
  }
}
.ucpt-table__head, .ucpt-table__footer {
  background-color: var(--ucpt-table-head-bg);
}
.ucpt-table__footer .ucpt-table__item {
  text-align: center;
  grid-template-columns: 1fr !important;
}
@media (max-width: 991.98px) {
  .ucpt-table__criterion--state {
    text-align: center;
  }
}
.ucpt-table__criterion--state i, .ucpt-table__criterion--state svg {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.375rem;
  box-sizing: content-box;
}
.ucpt-table__criterion--state .active {
  color: var(--ucpt-table-criterion-active-color);
}
.ucpt-table__criterion--links {
  text-align: right;
}
.ucpt-table__criterion--links > * {
  display: inline-block;
  margin-right: 0.5rem;
}
.ucpt-table__criterion--links > *:last-child {
  margin-right: 0;
}
.ucpt-table__criterion--links a, .ucpt-table__criterion--links button {
  display: inline-block;
}
.ucpt-table__criterion--links a.ucpt-link--delete, .ucpt-table__criterion--links button.ucpt-link--delete {
  padding: 0.375rem;
  box-sizing: content-box;
  min-width: 3.75rem;
}
@media (max-width: 1199.98px) {
  .ucpt-table__criterion--links a.ucpt-link--delete, .ucpt-table__criterion--links button.ucpt-link--delete {
    display: block;
  }
}
.ucpt-table__list .ucpt-table__item:not(.ucpt-table__item--filtered) {
  align-items: center;
  transition: background-color 250ms ease-in-out;
}
.ucpt-table__list .ucpt-table__item:not(.ucpt-table__item--filtered):hover {
  background-color: var(--ucpt-table-list-bg-hover);
}
.ucpt-table__label {
  display: block;
  font-weight: 700;
  color: var(--ucpt-table-label-color);
  text-align: left;
}
.ucpt-table__select, .ucpt-table .ucpt-holder__input-group {
  height: 2.25rem;
  border-color: var(--ucpt-table-border-color);
}
@media (min-width: 768px) {
  .ucpt-table__select, .ucpt-table .ucpt-holder__input-group {
    max-width: 9.375rem;
  }
}
.ucpt-table__item {
  display: grid;
  gap: 0.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  padding: 0.625rem;
  border-bottom: 1px solid var(--ucpt-table-border-color);
}
@media (min-width: 768px) {
  .ucpt-table__item {
    padding: 0.625rem 1.25rem;
  }
}

.ucpt-table--compatibilities {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .ucpt-table--compatibilities {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .ucpt-table--compatibilities .ucpt-table__head {
    background-color: rgba(0, 0, 0, 0);
  }
  .ucpt-table--compatibilities .ucpt-table__head .ucpt-table__item {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    padding: 0 0 0.9375rem;
    border: 0;
  }
  .ucpt-table--compatibilities .ucpt-table__list .ucpt-table__item {
    display: block;
    border: 1px solid var(--ucpt-table-border-color);
    background-color: var(--ucpt-table-bg);
    margin-bottom: -0.0625rem;
  }
  .ucpt-table--compatibilities .ucpt-table__list .ucpt-table__item:first-child {
    border-top-right-radius: var(--ucpt-table-radius);
    border-top-left-radius: var(--ucpt-table-radius);
  }
  .ucpt-table--compatibilities .ucpt-table__list .ucpt-table__item:last-child {
    border-bottom-right-radius: var(--ucpt-table-radius);
    border-bottom-left-radius: var(--ucpt-table-radius);
  }
  .ucpt-table--compatibilities .ucpt-table__list .ucpt-table__criterion {
    font-weight: 700;
    color: var(--ucpt-table-label-color);
  }
  .ucpt-table--compatibilities .ucpt-table__list .ucpt-table__criterion:last-child {
    font-weight: 400;
    font-size: 0.8125rem;
    color: var(--ucpt-muted-color);
  }
}
.ucpt-table--compatibilities .ucpt-table__label {
  margin-bottom: 0.1875rem;
}
.ucpt-table--compatibilities .ucpt-table__item:hover {
  background-color: inherit;
}
.ucpt-table--compatibilities .ucpt-table__item .ucpt-table__select {
  max-width: none !important;
}
.ucpt-table--compatibilities .ucpt-table__item a {
  transition: all 200ms ease;
}
.ucpt-table--compatibilities .ucpt-table__item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.ucpt-table--compatibilities .ucpt-table__item a .ucpt-icon {
  font-size: 0.8125rem;
}
.ucpt-table--compatibilities .ucpt-table__criterion select, .ucpt-table--compatibilities .ucpt-table__criterion button {
  min-height: 2.5rem;
}

.ucpt-table--garage .ucpt-table__criterion--state, .ucpt-table--history .ucpt-table__criterion--state {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ucpt-table--garage.mobile .ucpt-table__head .ucpt-table__item > *, .ucpt-table--garage.mobile .ucpt-table__footer .ucpt-table__item > *, .ucpt-table--history.mobile .ucpt-table__head .ucpt-table__item > *, .ucpt-table--history.mobile .ucpt-table__footer .ucpt-table__item > * {
  padding: 0.5rem 1rem;
}
.ucpt-table--garage.mobile .ucpt-table__list .ucpt-table__item, .ucpt-table--history.mobile .ucpt-table__list .ucpt-table__item {
  position: relative;
}
.ucpt-table--garage.mobile .ucpt-table__list .ucpt-table__item:hover, .ucpt-table--history.mobile .ucpt-table__list .ucpt-table__item:hover {
  background-color: var(--ucpt-table-bg);
}
.ucpt-table--garage.mobile .ucpt-table__list .ucpt-table__item > *, .ucpt-table--history.mobile .ucpt-table__list .ucpt-table__item > * {
  padding: 1rem;
}
.ucpt-table--garage.mobile .ucpt-table__list .ucpt-table__item > *:last-child, .ucpt-table--history.mobile .ucpt-table__list .ucpt-table__item > *:last-child {
  padding-right: 2.875rem;
}
.ucpt-table--garage.mobile .ucpt-table__list .ucpt-link, .ucpt-table--history.mobile .ucpt-table__list .ucpt-link {
  display: block;
  margin-top: 0.625rem;
}
.ucpt-table--garage.mobile .ucpt-table__item, .ucpt-table--history.mobile .ucpt-table__item {
  align-items: inherit;
  padding: 0;
  gap: 0;
  grid-template-columns: 70px 4fr;
}
.ucpt-table--garage.mobile .ucpt-table__item > *, .ucpt-table--history.mobile .ucpt-table__item > * {
  border-right: 1px solid var(--ucpt-border-color);
}
.ucpt-table--garage.mobile .ucpt-table__item > *:last-child, .ucpt-table--history.mobile .ucpt-table__item > *:last-child {
  border-right: 0;
}
.ucpt-table--garage.mobile .ucpt-table__criterion-label, .ucpt-table--history.mobile .ucpt-table__criterion-label {
  display: flex;
  color: var(--ucpt-table-label-color);
  margin-bottom: 0.125rem;
}
.ucpt-table--garage.mobile .ucpt-table__criterion-label > span, .ucpt-table--history.mobile .ucpt-table__criterion-label > span {
  color: var(--ucpt-muted-color);
  flex: 0 0 5.3125rem;
  max-width: 5.3125rem;
}
.ucpt-table--garage.mobile .ucpt-link, .ucpt-table--history.mobile .ucpt-link {
  font-size: 0.875rem;
}
.ucpt-table--garage.mobile .ucpt-link--delete, .ucpt-table--history.mobile .ucpt-link--delete {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1.4375rem));
  font-size: 1rem;
  margin-top: 0;
  padding: 0.9375rem;
  box-sizing: content-box;
}
.ucpt-table--garage.mobile .ucpt-link--add2, .ucpt-table--history.mobile .ucpt-link--add2 {
  padding: 0.625rem 1rem !important;
  background-color: #f2f2f2;
  width: 100%;
}
.ucpt-table--garage.mobile .ucpt-form--add2, .ucpt-table--history.mobile .ucpt-form--add2 {
  margin-right: -2.875rem;
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.ucpt-table--garage.desktop .ucpt-table__item, .ucpt-table--history.desktop .ucpt-table__item {
  grid-template-columns: 1fr 2fr 4fr 2fr 5fr;
}
@media (min-width: 1200px) {
  .ucpt-table--garage.desktop .ucpt-table__item, .ucpt-table--history.desktop .ucpt-table__item {
    grid-template-columns: 1fr 2fr 4fr 2fr 7fr;
  }
}
.ucpt-table--garage.desktop .ucpt-table__item-default, .ucpt-table--history.desktop .ucpt-table__item-default {
  grid-template-columns: 1fr 2fr 4fr 5fr;
}
@media (min-width: 1200px) {
  .ucpt-table--garage.desktop .ucpt-table__item-default, .ucpt-table--history.desktop .ucpt-table__item-default {
    grid-template-columns: 1fr 2fr 4fr 7fr;
  }
}

/* == Modals */
#ucpt-modal-quickadd .modal-body {
  background-color: var(--ucpt-light-color);
}

.ucpt-modal {
  /* variants */
}
.ucpt-modal .modal-content {
  /*background-color:var(--ucpt-light-color);*/
  width: 100%;
}
@media (min-width: 768px) {
  .ucpt-modal .modal-dialog {
    max-width: 39.375rem;
  }
}
@media (min-width: 768px) {
  .ucpt-modal .modal-body {
    padding: 2.5rem;
  }
}
@media (min-width: 768px) {
  .ucpt-modal .modal-header {
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .ucpt-modal .modal-title {
    font-size: 1.75rem !important;
  }
}
.ucpt-modal .close {
  position: absolute;
  padding: 1rem;
  top: 0;
  right: 0;
  font-size: 1.375rem;
  z-index: 2;
  margin: 0;
  opacity: 1;
  transition: opacity 250ms ease;
  background: none;
}
.ucpt-modal .close:hover {
  opacity: 0.6;
}
.ucpt-modal .btn {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .ucpt-modal__buttons {
    margin-bottom: 1rem;
  }
  .ucpt-modal .ucpt-buttons {
    display: flex;
    flex-direction: column;
  }
}
.ucpt-modal__title {
  font-family: var(--ucpt-font-family-heading);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ucpt-modal__title > span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  font-family: revert;
}
.ucpt-modal__links {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0.9375rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ucpt-modal__links {
    font-size: 0.8125rem;
  }
}
.ucpt-modal .ucpt-search__form {
  flex-direction: column;
}
.ucpt-modal .ucpt-search__filter {
  margin-bottom: 0.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}
.ucpt-modal .ucpt-search__filter button {
  padding: 0.3125rem;
}
.ucpt-modal .ucpt-search__filter button i, .ucpt-modal .ucpt-search__filter button svg {
  display: inline-block;
  margin-right: 0.3125rem;
  margin-left: inherit;
  margin-bottom: inherit;
}
.ucpt-modal .ucpt-search .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
}
.ucpt-modal--center {
  text-align: center;
}
.ucpt-modal--center .modal-header {
  justify-content: center;
  padding-top: 1.875rem;
}

/* == Placeholder (Google Like) */
@media (min-width: 768px) {
  .ucpt-holder--mobile.ucpt-holder--filled .ucpt-holder__placeholder, .ucpt-holder--mobile .ucpt-holder__input:focus + .ucpt-holder__placeholder {
    display: none;
  }
}
.ucpt-holder--filled .ucpt-holder__placeholder, .ucpt-holder .ucpt-holder__input:focus ~ .ucpt-holder__placeholder {
  top: 0;
  transform: translateY(-50%) scale(0.75) translateX(-0.3125rem);
  color: var(--ucpt-primary-color);
}
.ucpt-holder--filled fieldset, .ucpt-holder .ucpt-holder__input:focus ~ fieldset {
  border-color: var(--ucpt-primary-color) !important;
}
.ucpt-holder__input-group {
  position: relative;
}
.ucpt-holder__input {
  outline: none !important;
  box-shadow: none !important;
}
.ucpt-holder__input:focus {
  border-color: rgba(0, 0, 0, 0);
}
.ucpt-holder__input option[disabled] {
  display: none !important;
}
.ucpt-holder__placeholder {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3125rem;
  padding: 0 0.3125rem;
  /*transition: transform 150ms cubic-bezier(0.4,0,0.2,1), opacity 150ms cubic-bezier(0.4,0,0.2,1), top 150ms cubic-bezier(0.4,0,0.2,1), opacity 150ms cubic-bezier(0.4,0,0.2,1);*/
  color: #808080;
}
.ucpt-holder fieldset {
  position: absolute;
  top: -0.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 0.3125rem;
  pointer-events: none;
  text-align: left;
  z-index: 1;
}
.ucpt-holder fieldset legend {
  font-size: 0.8125rem;
  margin-bottom: 0;
  width: auto;
  height: 1.0625rem;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
}
.ucpt-holder fieldset legend > span {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

/* == Others */
.ucpt-carousel {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.5625rem;
  background-color: var(--ucpt-light-color);
}
.ucpt-carousel__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ucpt-carousel__content-left, .ucpt-carousel__content-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ucpt-carousel__content-left {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .ucpt-carousel__content-right {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .ucpt-carousel__title {
    margin-bottom: 0;
  }
}

.ucpt-input-search {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.ucpt-input-search__input-group {
  max-width: 43.75rem;
}
.ucpt-input-search__input, .ucpt-input-search__button, .ucpt-input-search__select, .ucpt-input-search .bootstrap-select button, .ucpt-input-search .bootstrap-select input {
  min-height: 3.375rem;
}
@media (min-width: 992px) {
  .ucpt-input-search__input {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-input-search__button {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ucpt-input-search__button-icon {
  margin-right: 0.3125rem;
}
@media (min-width: 992px) {
  .ucpt-input-search__button-icon {
    margin-right: 1.25rem;
  }
}
.ucpt-input-search--boxed {
  max-width: 31.25rem;
}

.ucpt-glossary-list {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  border-top: 1px solid var(--ucpt-glossary-list-border-color);
  border-bottom: 1px solid var(--ucpt-glossary-list-border-color);
  list-style: none;
  text-align: center;
}
.ucpt-glossary-list__item {
  float: none !important;
  display: inline-block !important;
}
.ucpt-glossary-list__item--active .ucpt-glossary-list__link {
  color: var(--ucpt-glossary-list-link-color-active);
}
.ucpt-glossary-list__link {
  display: inline-block;
  padding: 1.25rem 0.3125rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ucpt-glossary-list-link-color);
  background: none;
  border: none;
  white-space: nowrap;
  transition: color 250ms ease-in-out;
}
.ucpt-glossary-list__link:hover {
  text-decoration: none;
  color: var(--ucpt-primary-color);
}

.ucpt-glossary {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.ucpt-glossary__item {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid var(--ucpt-border-color);
}
.ucpt-glossary__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.ucpt-intro {
  margin-bottom: 1.875rem;
}
.ucpt-intro__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.ucpt-intro__col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.ucpt-intro__col--left {
  flex: 1 1 0px;
  max-width: 100%;
}
.ucpt-intro__col--right {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .ucpt-intro__col--right {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .ucpt-intro__col--right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--model {
    display: flex;
    align-items: center;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--model .ucpt-intro__img-p {
    max-width: 3.75rem;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--model + .ucpt-intro__col .ucpt-intro__infos {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--brand {
    display: flex;
    align-items: center;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--brand > * {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .ucpt-intro__col--brand .ucpt-intro__img-p {
    max-width: 3.75rem;
    margin-right: 0.9375rem;
  }
}
.ucpt-intro__description > :last-child {
  margin-bottom: 0;
}
.ucpt-intro__filter {
  display: inline-block;
}
.ucpt-intro__filter:first-child {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .ucpt-intro__filter__year {
    margin-left: 1.5rem;
  }
}
.ucpt-intro__filter__year .ucpt-select {
  max-width: 10.625rem;
}
.ucpt-intro__img-p {
  margin-bottom: 0;
}
.ucpt-intro__img-p + * {
  margin-top: 0.625rem;
}
.ucpt-intro__img {
  background-color: var(--ucpt-intro-bg);
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .ucpt-intro__img {
    padding: 0.9375rem;
  }
}
.ucpt-intro__link {
  text-decoration: none !important;
  transition: opacity 250ms ease-in-out;
}
.ucpt-intro__link:hover {
  opacity: 0.6;
}
.ucpt-intro__description > * {
  margin-bottom: 1rem;
}
.ucpt-intro__description > *:last-child {
  margin-bottom: 0;
}
.ucpt-intro__description > *.js-description-see-more-link {
  display: block;
}
.ucpt-intro--highlight {
  padding: 1.25rem;
  background-color: var(--ucpt-light-color);
}
.ucpt-intro--highlight .ucpt-intro__img {
  padding: 0;
  mix-blend-mode: multiply;
  background-color: inherit;
}
.ucpt-intro--inverse .ucpt-intro__col--left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ucpt-intro--inverse .ucpt-intro__col--left {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .ucpt-intro--inverse .ucpt-intro__col--left {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ucpt-intro--inverse .ucpt-intro__col--right {
  flex: 1 1 0px;
  max-width: 100%;
  text-align: left;
}

.ucpt-cards {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-bottom: 0;
}
.ucpt-cards--unflex {
  display: block;
  flex-wrap: inherit;
  margin-left: 0;
  margin-right: 0;
}
.ucpt-cards--unflex .ucpt-cards__item {
  flex: inherit;
  max-width: inherit;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ucpt-cards--slide {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.ucpt-cards--slide:not(.slick-initialized) {
  display: none;
}
.ucpt-cards--slide .ucpt-cards__item {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ucpt-cards--slide .ucpt-cards__img {
  margin-left: auto;
  margin-right: auto;
}
.ucpt-cards--slide .slick-arrow > * {
  background-color: var(--ucpt-slide-arrow-bg);
  box-shadow: none;
  transition: all 250ms ease-in-out;
}
.ucpt-cards--slide .slick-arrow:hover > * {
  background-color: var(--ucpt-slide-arrow-bg-hover);
  color: var(--ucpt-slide-arrow-color-hover);
}
.ucpt-cards--slide .slick-prev {
  left: -0.9375rem;
}
.ucpt-cards--slide .slick-next {
  right: -0.9375rem;
}
.ucpt-cards__item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0.625rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 354px) {
  .ucpt-cards__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .ucpt-cards__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .ucpt-cards__item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .ucpt-cards__item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
@media (min-width: 1200px) {
  .ucpt-cards__item {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.ucpt-cards__content {
  position: relative;
  height: 100%;
  padding: 0.5rem;
  background-color: var(--ucpt-cards-bg);
  border: 1px solid var(--ucpt-border-color);
}
.ucpt-cards__img-wrapper {
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.375rem;
}
.ucpt-cards__img {
  max-height: 4.375rem;
}
.ucpt-cards__title {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--ucpt-cards-title-color);
  line-height: 1;
}
@media (min-width: 768px) {
  .ucpt-cards__title {
    font-size: 1rem;
  }
}
.ucpt-cards__link {
  text-decoration: none !important;
  color: var(--ucpt-cards-link-color) !important;
  transition: color 250ms ease-in-out;
}
.ucpt-cards__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);
}
.ucpt-cards__link:hover {
  color: var(--ucpt-primary-color) !important;
}

.ucpt-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.625rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .ucpt-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .ucpt-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ucpt-links__link {
  display: inline-block;
  text-decoration: none !important;
  transition: opacity 250ms ease-in-out;
  padding: 0.375rem 0;
}
.ucpt-links__link:hover {
  opacity: 0.6;
}
.ucpt-links__icon {
  color: var(--ucpt-primary-color);
}
.ucpt-links--light .ucpt-links__link {
  padding: 0.125rem 0;
}

.ucpt-categories {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .ucpt-categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .ucpt-categories {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .ucpt-categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ucpt-categories__img-p {
  text-align: center;
  margin-bottom: 0.625rem;
}
.ucpt-categories__title {
  text-align: center;
  margin-bottom: 0.625rem;
}
.ucpt-categories__title-link {
  color: inherit !important;
  text-decoration: none !important;
  transition: opacity 250ms ease-in-out;
}
.ucpt-categories__title-link:hover {
  opacity: 0.6;
}
.ucpt-categories__title-link--disabled {
  opacity: 0.6 !important;
  cursor: default;
}
.ucpt-categories__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.ucpt-categories__list .ucpt-categories__list {
  margin-left: 0.625rem;
}
.ucpt-categories__list-link {
  position: relative;
  display: block;
  padding: 0.125rem 0;
  padding-left: 1.25rem;
  text-decoration: none !important;
  transition: opacity 250ms ease-in-out;
}
.ucpt-categories__list-link:hover {
  opacity: 0.6;
}
.ucpt-categories__list-link--disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.ucpt-categories__list-icon {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  color: var(--ucpt-primary-color);
}
.ucpt-categories__list-number {
  font-size: 0.875rem;
  color: var(--ucpt-muted-color);
}

.ucpt-tooltip__tooltip {
  font-size: 0.875rem;
}
.ucpt-tooltip__tooltip.show, .ucpt-tooltip__tooltip.in {
  opacity: 1;
}
.ucpt-tooltip__tooltip .arrow:before {
  border-top-color: var(--ucpt-secondary-color);
}
.ucpt-tooltip__tooltip .tooltip-inner {
  max-width: 18.75rem;
  padding: 0.75rem 0.9375rem;
  font-weight: 700;
  background-color: var(--ucpt-secondary-color);
  border-radius: 0;
}
.ucpt-tooltip__tooltip .tooltip-inner:before {
  border-top-color: var(--ucpt-secondary-color) !important;
}
.ucpt-tooltip__tooltip.ui-tooltip {
  box-shadow: none;
  border-width: 1px;
  background: #ffffff;
}

select.ucpt-tooltip:hover {
  border: 1px solid var(--ucpt-secondary-color);
}

.ucpt__parts-items__list {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.75rem;
}
.ucpt__parts-items__list__header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--ucpt-light-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.ucpt__parts-items__list__body {
  padding: 1.25rem;
}
.ucpt__parts-items__list__item--hidden {
  display: none;
}
.ucpt__parts-items__list__item-link {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.ucpt__parts-items__list__toggle .ucpt-icon--angle-up {
  display: none;
}
.ucpt__parts-items__list__toggle.open .ucpt-icon--angle-up {
  display: inline-block;
}
.ucpt__parts-items__list__toggle.open .ucpt-icon--angle-down {
  display: none;
}

.ucpt-head__link {
  display: block;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .ucpt-head__link {
    display: inline-block;
    height: 100%;
    padding: 0.75rem;
    text-align: center;
  }
}
.ucpt-head__link .ucpt-icon__svg, .ucpt-head__link .ucpt-icon {
  margin-right: 0.3125rem;
}

.ucpt-section {
  margin-bottom: 1.5625rem;
}
.ucpt-section + .ucpt-section {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .ucpt-section + .ucpt-section {
    margin-top: 4.375rem;
  }
}
.ucpt-section__title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--ucpt-border-color);
}
@media (min-width: 768px) {
  .ucpt-section__title {
    margin-bottom: 2.5rem;
  }
}
.ucpt-section__content {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .ucpt-section__content {
    margin-bottom: 2.5rem;
  }
}

.ucpt-features {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .ucpt-features {
    column-count: 2;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-features__item {
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .ucpt-features__item {
    margin-bottom: 3rem;
    break-inside: avoid-column;
  }
}
.ucpt-features__title {
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ucpt-features__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    pointer-events: none !important;
  }
}
@media (max-width: 767.98px) {
  .ucpt-features__title {
    position: relative;
    cursor: pointer;
    background-color: var(--ucpt-white-color);
    border: 1px solid var(--ucpt-border-color);
    padding: 0.75rem 1rem;
    padding-right: 2rem;
    text-transform: none;
    text-decoration: none;
    /*+ * {
      padding-top:spacers(3);
    }*/
  }
  .ucpt-features__title.open:after {
    content: "-";
  }
  .ucpt-features__title:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    line-height: 0;
    font-size: 1.375rem;
  }
  .ucpt-features__title:hover, .ucpt-features__title:focus {
    text-decoration: none;
  }
}
.ucpt-features__title > * {
  vertical-align: middle;
}
.ucpt-features__name {
  width: 55%;
  font-weight: 700;
}
.ucpt-features__icon {
  display: inline-block;
  margin-right: 0.625rem;
}
.ucpt-features__icon.ucpt-icon__svg, .ucpt-features__icon.ucpt-icon {
  width: 1.875rem;
}

.ucpt-attachments__list {
  padding-left: 0;
  list-style: none;
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.ucpt-attachments__item {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .ucpt-attachments__item {
    display: inline-block;
  }
}
.ucpt-attachments__item__content {
  display: block;
  position: relative;
  border-radius: 0.3rem;
  padding: 0.7rem;
  background-color: #fff;
  border: 1px solid #ccc;
  color: var(--ucpt-dark-color);
}
@media (min-width: 768px) {
  .ucpt-attachments__item__content {
    display: inline-block;
  }
}
.ucpt-attachments__item__content__icon {
  margin-right: 0.5rem;
}
.ucpt-attachments__item__content__size {
  color: var(--ucpt-muted-color);
  font-size: 0.875em;
  font-weight: 400;
}
.ucpt-attachments__item__content__link {
  margin-left: 1.5rem;
  text-decoration: none;
  display: inline-block;
}
.ucpt-attachments__item__content__link .ucpt-attachments__item__content__icon {
  vertical-align: middle;
}

/* == Products */
.ucpt-category-products {
  margin-top: 2.5rem;
}
.ucpt-category-products__list {
  margin-top: 1.25rem;
}
.ucpt-category-products__list.products {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: none;
}
.ucpt-category-products__list.products .product-miniature {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ucpt-category-products__list.products.slick-initialized {
  display: block;
}

/* == Spinner */
.ucpt-spinner--is-spining {
  position: relative;
}
.ucpt-spinner--is-spining > *:not(.ucpt-spinner) {
  filter: blur(3px);
  pointer-events: none;
}
.ucpt-spinner--is-spining .ucpt-spinner {
  display: grid !important;
}

.ucpt-spinner {
  position: absolute;
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.875rem;
  height: 2.875rem;
  display: none;
  animation: ucpt-spinner 2s infinite;
  z-index: 2;
}
.ucpt-spinner::before, .ucpt-spinner::after {
  content: "";
  grid-area: 1/1;
  border: 9px solid;
  border-radius: 50%;
  border-color: var(--ucpt-primary-color) var(--ucpt-primary-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  mix-blend-mode: darken;
  animation: spinner-plncf9 0.5s infinite linear;
}
.ucpt-spinner::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dbdcef #dbdcef;
  animation-direction: reverse;
}
.ucpt-spinner--centered {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: ucpt-spinner-centered 2s infinite;
}

@keyframes ucpt-spinner {
  100% {
    transform: translateX(-50%) rotate(1turn);
  }
}
@keyframes ucpt-spinner-centered {
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(1turn);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--ucpt-warning-color);
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0);
  }
}
/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-badge {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
}
.ucpt-badge--success {
  background-color: var(--ucpt-light-success-color) !important;
  color: var(--ucpt-success-color) !important;
}
.ucpt-badge--danger {
  background-color: var(--ucpt-light-danger-color) !important;
  color: var(--ucpt-danger-color) !important;
}
.ucpt-badge--warning {
  background-color: var(--ucpt-light-warning-color) !important;
  color: var(--ucpt-warning-color) !important;
}
.ucpt-badge--info {
  background-color: var(--ucpt-muted-color) !important;
  color: var(--ucpt-light-color) !important;
}
.ucpt-badge--pill {
  border-radius: 3.125rem;
}
.ucpt-badge--compatible:before, .ucpt-badge--adaptable:before, .ucpt-badge--universal:before {
  content: "✓";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.ucpt-badge--incompatible:before {
  content: "";
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%229.688%22%20width%3D%229.688%22%20fill%3D%22%23ED1935%22%20%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M256.007%2C357.113c-16.784%2C0-30.411%2C13.613-30.411%2C30.397c0%2C16.791%2C13.627%2C30.405%2C30.411%2C30.405s30.397-13.614%2C30.397-30.405C286.405%2C370.726%2C272.792%2C357.113%2C256.007%2C357.113z%22%2F%3E%3Cpath%20d%3D%22M505.097%2C407.119L300.769%2C53.209c-9.203-15.944-26.356-25.847-44.777-25.847c-18.407%2C0-35.544%2C9.904-44.747%2C25.847L6.902%2C407.104c-9.203%2C15.943-9.203%2C35.751%2C0%2C51.694c9.204%2C15.943%2C26.356%2C25.84%2C44.763%2C25.84h408.67c18.406%2C0%2C35.559-9.897%2C44.762-25.84C514.301%2C442.855%2C514.301%2C423.047%2C505.097%2C407.119z%20M464.465%2C432.405c-2.95%2C5.103-8.444%2C8.266-14.35%2C8.266H61.878c-5.892%2C0-11.394-3.163-14.329-8.281c-2.964-5.11-2.979-11.445-0.014-16.548l194.122-336.24c2.943-5.103%2C8.436-8.274%2C14.35-8.274c5.9%2C0%2C11.386%2C3.171%2C14.336%2C8.282l194.122%2C336.226C467.415%2C420.945%2C467.415%2C427.295%2C464.465%2C432.405z%22%2F%3E%3Cpath%20d%3D%22M256.007%2C152.719c-16.784%2C0-30.411%2C13.613-30.411%2C30.405l11.68%2C137.487c0%2C10.346%2C8.378%2C18.724%2C18.731%2C18.724c10.338%2C0%2C18.731-8.378%2C18.731-18.724l11.666-137.487C286.405%2C166.331%2C272.792%2C152.719%2C256.007%2C152.719z%22%2F%3E%3C%2Fsvg%3E");
}
.ucpt-badge--independent:before {
  content: "";
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279.688%27 height=%279.688%27 viewBox=%270 0 9.688 9.688%27%3E%3Cpath d=%27M5-8.594A4.844 4.844 0 0 0 .156-3.75 4.843 4.843 0 0 0 5 1.094 4.843 4.843 0 0 0 9.844-3.75 4.844 4.844 0 0 0 5-8.594ZM5 .156A3.9 3.9 0 0 1 1.094-3.75 3.9 3.9 0 0 1 5-7.656 3.9 3.9 0 0 1 8.906-3.75 3.9 3.9 0 0 1 5 .156Zm0-6.6a.82.82 0 0 0-.82.82A.82.82 0 0 0 5-4.8a.82.82 0 0 0 .82-.82A.82.82 0 0 0 5-6.445ZM6.094-1.484v-.469a.234.234 0 0 0-.234-.234H5.625V-4.141a.234.234 0 0 0-.234-.234H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234h.234v1.25H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234H5.859A.234.234 0 0 0 6.094-1.484Z%27 transform=%27translate%28-0.156 8.594%29%27 fill=%27%23f5f5f5%27/%3E%3C/svg%3E");
}
.ucpt-badge--compatible:after {
  content: "";
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279.688%27 height=%279.688%27 viewBox=%270 0 9.688 9.688%27%3E%3Cpath d=%27M5-8.594A4.844 4.844 0 0 0 .156-3.75 4.843 4.843 0 0 0 5 1.094 4.843 4.843 0 0 0 9.844-3.75 4.844 4.844 0 0 0 5-8.594ZM5 .156A3.9 3.9 0 0 1 1.094-3.75 3.9 3.9 0 0 1 5-7.656 3.9 3.9 0 0 1 8.906-3.75 3.9 3.9 0 0 1 5 .156Zm0-6.6a.82.82 0 0 0-.82.82A.82.82 0 0 0 5-4.8a.82.82 0 0 0 .82-.82A.82.82 0 0 0 5-6.445ZM6.094-1.484v-.469a.234.234 0 0 0-.234-.234H5.625V-4.141a.234.234 0 0 0-.234-.234H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234h.234v1.25H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234H5.859A.234.234 0 0 0 6.094-1.484Z%27 transform=%27translate%28-0.156 8.594%29%27 fill=%27%237CC325%27/%3E%3C/svg%3E");
}
.ucpt-badge--adaptable:after, .ucpt-badge--universal:after {
  content: "";
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%279.688%27 height=%279.688%27 viewBox=%270 0 9.688 9.688%27%3E%3Cpath d=%27M5-8.594A4.844 4.844 0 0 0 .156-3.75 4.843 4.843 0 0 0 5 1.094 4.843 4.843 0 0 0 9.844-3.75 4.844 4.844 0 0 0 5-8.594ZM5 .156A3.9 3.9 0 0 1 1.094-3.75 3.9 3.9 0 0 1 5-7.656 3.9 3.9 0 0 1 8.906-3.75 3.9 3.9 0 0 1 5 .156Zm0-6.6a.82.82 0 0 0-.82.82A.82.82 0 0 0 5-4.8a.82.82 0 0 0 .82-.82A.82.82 0 0 0 5-6.445ZM6.094-1.484v-.469a.234.234 0 0 0-.234-.234H5.625V-4.141a.234.234 0 0 0-.234-.234H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234h.234v1.25H4.141a.234.234 0 0 0-.234.234v.469a.234.234 0 0 0 .234.234H5.859A.234.234 0 0 0 6.094-1.484Z%27 transform=%27translate%28-0.156 8.594%29%27 fill=%27%23fc951d%27/%3E%3C/svg%3E");
}

.product-flags .ucpt-badge,
.product-flag.ucpt-badge {
  cursor: pointer;
}

.ucpt-subtitle {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ucpt-primary-color);
}

@media (max-width: 991.98px) {
  .ucpt-desc {
    font-size: 0.875rem;
  }
}

.ucpt-label {
  display: block;
  font-weight: 700;
  text-align: left;
}

.ucpt-link {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: none;
  font-weight: normal;
  transition: opacity 250ms ease-in-out;
  appearance: none;
}
@media (hover: hover) {
  .ucpt-link:hover {
    opacity: 0.6;
  }
}
.ucpt-link:focus {
  outline: none !important;
}
.ucpt-link--primary {
  color: var(--ucpt-primary-color) !important;
}
.ucpt-link--muted {
  color: var(--ucpt-muted-color) !important;
}
.ucpt-link--iconed svg, .ucpt-link--iconed i {
  margin-right: 0.5rem;
}

.ucpt-buttons .ucpt-buttons__button {
  margin: 0.3125rem;
  padding: 0.75rem 0.9375rem;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .ucpt-buttons .ucpt-buttons__button {
    display: block;
    width: 100%;
  }
}
.ucpt-buttons .ucpt-buttons__button--icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
@media (max-width: 1199.98px) {
  .ucpt-buttons .ucpt-buttons__button--icon {
    width: 2.375rem;
    height: 2.375rem;
    font-size: 0.875rem;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}
@media (max-width: 575.98px) {
  .ucpt-buttons .ucpt-buttons__button--icon {
    width: 2rem;
    height: 2rem;
  }
}
.ucpt-buttons + * {
  margin-top: 1.5625rem;
}
@media (max-width: 575.98px) {
  .ucpt-buttons--xs-break {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.ucpt-select {
  height: 3.375rem !important;
  max-width: 18.75rem;
  cursor: pointer;
}

.ucpt-img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ucpt-icon__svg,
.ucpt-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

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

.ucpt-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-30px / 2);
  margin-left: calc(-30px / 2);
}

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

@media (min-width: 768px) {
  .ucpt-row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ucpt-d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.ucpt-d-grid {
  display: grid !important;
}

@media (min-width: 576px) {
  .ucpt-d-sm-none {
    display: none !important;
  }
  .ucpt-d-sm-inline {
    display: inline !important;
  }
  .ucpt-d-sm-inline-block {
    display: inline-block !important;
  }
  .ucpt-d-sm-block {
    display: block !important;
  }
  .ucpt-d-sm-table {
    display: table !important;
  }
  .ucpt-d-sm-table-row {
    display: table-row !important;
  }
  .ucpt-d-sm-table-cell {
    display: table-cell !important;
  }
  .ucpt-d-sm-flex {
    display: flex !important;
  }
  .ucpt-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .ucpt-d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ucpt-d-md-none {
    display: none !important;
  }
  .ucpt-d-md-inline {
    display: inline !important;
  }
  .ucpt-d-md-inline-block {
    display: inline-block !important;
  }
  .ucpt-d-md-block {
    display: block !important;
  }
  .ucpt-d-md-table {
    display: table !important;
  }
  .ucpt-d-md-table-row {
    display: table-row !important;
  }
  .ucpt-d-md-table-cell {
    display: table-cell !important;
  }
  .ucpt-d-md-flex {
    display: flex !important;
  }
  .ucpt-d-md-inline-flex {
    display: inline-flex !important;
  }
  .ucpt-d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ucpt-d-lg-none {
    display: none !important;
  }
  .ucpt-d-lg-inline {
    display: inline !important;
  }
  .ucpt-d-lg-inline-block {
    display: inline-block !important;
  }
  .ucpt-d-lg-block {
    display: block !important;
  }
  .ucpt-d-lg-table {
    display: table !important;
  }
  .ucpt-d-lg-table-row {
    display: table-row !important;
  }
  .ucpt-d-lg-table-cell {
    display: table-cell !important;
  }
  .ucpt-d-lg-flex {
    display: flex !important;
  }
  .ucpt-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .ucpt-d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ucpt-d-xl-none {
    display: none !important;
  }
  .ucpt-d-xl-inline {
    display: inline !important;
  }
  .ucpt-d-xl-inline-block {
    display: inline-block !important;
  }
  .ucpt-d-xl-block {
    display: block !important;
  }
  .ucpt-d-xl-table {
    display: table !important;
  }
  .ucpt-d-xl-table-row {
    display: table-row !important;
  }
  .ucpt-d-xl-table-cell {
    display: table-cell !important;
  }
  .ucpt-d-xl-flex {
    display: flex !important;
  }
  .ucpt-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .ucpt-d-xl-grid {
    display: grid !important;
  }
}
.ucpt-text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .ucpt-m-sm-0 {
    margin: 0 !important;
  }
  .ucpt-mt-sm-0,
  .ucpt-my-sm-0 {
    margin-top: 0 !important;
  }
  .ucpt-mr-sm-0,
  .ucpt-mx-sm-0 {
    margin-right: 0 !important;
  }
  .ucpt-mb-sm-0,
  .ucpt-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ucpt-ml-sm-0,
  .ucpt-mx-sm-0 {
    margin-left: 0 !important;
  }
  .ucpt-m-sm-1 {
    margin: 0.25rem !important;
  }
  .ucpt-mt-sm-1,
  .ucpt-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .ucpt-mr-sm-1,
  .ucpt-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .ucpt-mb-sm-1,
  .ucpt-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ucpt-ml-sm-1,
  .ucpt-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ucpt-m-sm-2 {
    margin: 0.5rem !important;
  }
  .ucpt-mt-sm-2,
  .ucpt-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .ucpt-mr-sm-2,
  .ucpt-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ucpt-mb-sm-2,
  .ucpt-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ucpt-ml-sm-2,
  .ucpt-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ucpt-m-sm-3 {
    margin: 1rem !important;
  }
  .ucpt-mt-sm-3,
  .ucpt-my-sm-3 {
    margin-top: 1rem !important;
  }
  .ucpt-mr-sm-3,
  .ucpt-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .ucpt-mb-sm-3,
  .ucpt-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ucpt-ml-sm-3,
  .ucpt-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .ucpt-m-sm-4 {
    margin: 1.5rem !important;
  }
  .ucpt-mt-sm-4,
  .ucpt-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .ucpt-mr-sm-4,
  .ucpt-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .ucpt-mb-sm-4,
  .ucpt-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ucpt-ml-sm-4,
  .ucpt-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ucpt-m-sm-5 {
    margin: 3rem !important;
  }
  .ucpt-mt-sm-5,
  .ucpt-my-sm-5 {
    margin-top: 3rem !important;
  }
  .ucpt-mr-sm-5,
  .ucpt-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .ucpt-mb-sm-5,
  .ucpt-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ucpt-ml-sm-5,
  .ucpt-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .ucpt-p-sm-0 {
    padding: 0 !important;
  }
  .ucpt-pt-sm-0,
  .ucpt-py-sm-0 {
    padding-top: 0 !important;
  }
  .ucpt-pr-sm-0,
  .ucpt-px-sm-0 {
    padding-right: 0 !important;
  }
  .ucpt-pb-sm-0,
  .ucpt-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ucpt-pl-sm-0,
  .ucpt-px-sm-0 {
    padding-left: 0 !important;
  }
  .ucpt-p-sm-1 {
    padding: 0.25rem !important;
  }
  .ucpt-pt-sm-1,
  .ucpt-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .ucpt-pr-sm-1,
  .ucpt-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .ucpt-pb-sm-1,
  .ucpt-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ucpt-pl-sm-1,
  .ucpt-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ucpt-p-sm-2 {
    padding: 0.5rem !important;
  }
  .ucpt-pt-sm-2,
  .ucpt-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .ucpt-pr-sm-2,
  .ucpt-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .ucpt-pb-sm-2,
  .ucpt-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ucpt-pl-sm-2,
  .ucpt-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ucpt-p-sm-3 {
    padding: 1rem !important;
  }
  .ucpt-pt-sm-3,
  .ucpt-py-sm-3 {
    padding-top: 1rem !important;
  }
  .ucpt-pr-sm-3,
  .ucpt-px-sm-3 {
    padding-right: 1rem !important;
  }
  .ucpt-pb-sm-3,
  .ucpt-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ucpt-pl-sm-3,
  .ucpt-px-sm-3 {
    padding-left: 1rem !important;
  }
  .ucpt-p-sm-4 {
    padding: 1.5rem !important;
  }
  .ucpt-pt-sm-4,
  .ucpt-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .ucpt-pr-sm-4,
  .ucpt-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ucpt-pb-sm-4,
  .ucpt-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ucpt-pl-sm-4,
  .ucpt-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ucpt-p-sm-5 {
    padding: 3rem !important;
  }
  .ucpt-pt-sm-5,
  .ucpt-py-sm-5 {
    padding-top: 3rem !important;
  }
  .ucpt-pr-sm-5,
  .ucpt-px-sm-5 {
    padding-right: 3rem !important;
  }
  .ucpt-pb-sm-5,
  .ucpt-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ucpt-pl-sm-5,
  .ucpt-px-sm-5 {
    padding-left: 3rem !important;
  }
  .ucpt-m-sm-n1 {
    margin: -0.25rem !important;
  }
  .ucpt-mt-sm-n1,
  .ucpt-my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .ucpt-mr-sm-n1,
  .ucpt-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ucpt-ml-sm-n1,
  .ucpt-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ucpt-m-sm-n2 {
    margin: -0.5rem !important;
  }
  .ucpt-mt-sm-n2,
  .ucpt-my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .ucpt-mr-sm-n2,
  .ucpt-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ucpt-ml-sm-n2,
  .ucpt-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ucpt-m-sm-n3 {
    margin: -1rem !important;
  }
  .ucpt-mt-sm-n3,
  .ucpt-my-sm-n3 {
    margin-top: -1rem !important;
  }
  .ucpt-mr-sm-n3,
  .ucpt-mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ucpt-ml-sm-n3,
  .ucpt-mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .ucpt-m-sm-n4 {
    margin: -1.5rem !important;
  }
  .ucpt-mt-sm-n4,
  .ucpt-my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .ucpt-mr-sm-n4,
  .ucpt-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ucpt-ml-sm-n4,
  .ucpt-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ucpt-m-sm-n5 {
    margin: -3rem !important;
  }
  .ucpt-mt-sm-n5,
  .ucpt-my-sm-n5 {
    margin-top: -3rem !important;
  }
  .ucpt-mr-sm-n5,
  .ucpt-mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ucpt-ml-sm-n5,
  .ucpt-mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .ucpt-m-sm-auto {
    margin: auto !important;
  }
  .ucpt-mt-sm-auto,
  .ucpt-my-sm-auto {
    margin-top: auto !important;
  }
  .ucpt-mr-sm-auto,
  .ucpt-mx-sm-auto {
    margin-right: auto !important;
  }
  .ucpt-mb-sm-auto,
  .ucpt-my-sm-auto {
    margin-bottom: auto !important;
  }
  .ucpt-ml-sm-auto,
  .ucpt-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ucpt-m-md-0 {
    margin: 0 !important;
  }
  .ucpt-mt-md-0,
  .ucpt-my-md-0 {
    margin-top: 0 !important;
  }
  .ucpt-mr-md-0,
  .ucpt-mx-md-0 {
    margin-right: 0 !important;
  }
  .ucpt-mb-md-0,
  .ucpt-my-md-0 {
    margin-bottom: 0 !important;
  }
  .ucpt-ml-md-0,
  .ucpt-mx-md-0 {
    margin-left: 0 !important;
  }
  .ucpt-m-md-1 {
    margin: 0.25rem !important;
  }
  .ucpt-mt-md-1,
  .ucpt-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .ucpt-mr-md-1,
  .ucpt-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .ucpt-mb-md-1,
  .ucpt-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ucpt-ml-md-1,
  .ucpt-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .ucpt-m-md-2 {
    margin: 0.5rem !important;
  }
  .ucpt-mt-md-2,
  .ucpt-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .ucpt-mr-md-2,
  .ucpt-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .ucpt-mb-md-2,
  .ucpt-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ucpt-ml-md-2,
  .ucpt-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .ucpt-m-md-3 {
    margin: 1rem !important;
  }
  .ucpt-mt-md-3,
  .ucpt-my-md-3 {
    margin-top: 1rem !important;
  }
  .ucpt-mr-md-3,
  .ucpt-mx-md-3 {
    margin-right: 1rem !important;
  }
  .ucpt-mb-md-3,
  .ucpt-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ucpt-ml-md-3,
  .ucpt-mx-md-3 {
    margin-left: 1rem !important;
  }
  .ucpt-m-md-4 {
    margin: 1.5rem !important;
  }
  .ucpt-mt-md-4,
  .ucpt-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .ucpt-mr-md-4,
  .ucpt-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .ucpt-mb-md-4,
  .ucpt-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ucpt-ml-md-4,
  .ucpt-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .ucpt-m-md-5 {
    margin: 3rem !important;
  }
  .ucpt-mt-md-5,
  .ucpt-my-md-5 {
    margin-top: 3rem !important;
  }
  .ucpt-mr-md-5,
  .ucpt-mx-md-5 {
    margin-right: 3rem !important;
  }
  .ucpt-mb-md-5,
  .ucpt-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ucpt-ml-md-5,
  .ucpt-mx-md-5 {
    margin-left: 3rem !important;
  }
  .ucpt-p-md-0 {
    padding: 0 !important;
  }
  .ucpt-pt-md-0,
  .ucpt-py-md-0 {
    padding-top: 0 !important;
  }
  .ucpt-pr-md-0,
  .ucpt-px-md-0 {
    padding-right: 0 !important;
  }
  .ucpt-pb-md-0,
  .ucpt-py-md-0 {
    padding-bottom: 0 !important;
  }
  .ucpt-pl-md-0,
  .ucpt-px-md-0 {
    padding-left: 0 !important;
  }
  .ucpt-p-md-1 {
    padding: 0.25rem !important;
  }
  .ucpt-pt-md-1,
  .ucpt-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .ucpt-pr-md-1,
  .ucpt-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .ucpt-pb-md-1,
  .ucpt-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ucpt-pl-md-1,
  .ucpt-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .ucpt-p-md-2 {
    padding: 0.5rem !important;
  }
  .ucpt-pt-md-2,
  .ucpt-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .ucpt-pr-md-2,
  .ucpt-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .ucpt-pb-md-2,
  .ucpt-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ucpt-pl-md-2,
  .ucpt-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .ucpt-p-md-3 {
    padding: 1rem !important;
  }
  .ucpt-pt-md-3,
  .ucpt-py-md-3 {
    padding-top: 1rem !important;
  }
  .ucpt-pr-md-3,
  .ucpt-px-md-3 {
    padding-right: 1rem !important;
  }
  .ucpt-pb-md-3,
  .ucpt-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .ucpt-pl-md-3,
  .ucpt-px-md-3 {
    padding-left: 1rem !important;
  }
  .ucpt-p-md-4 {
    padding: 1.5rem !important;
  }
  .ucpt-pt-md-4,
  .ucpt-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .ucpt-pr-md-4,
  .ucpt-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .ucpt-pb-md-4,
  .ucpt-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ucpt-pl-md-4,
  .ucpt-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .ucpt-p-md-5 {
    padding: 3rem !important;
  }
  .ucpt-pt-md-5,
  .ucpt-py-md-5 {
    padding-top: 3rem !important;
  }
  .ucpt-pr-md-5,
  .ucpt-px-md-5 {
    padding-right: 3rem !important;
  }
  .ucpt-pb-md-5,
  .ucpt-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .ucpt-pl-md-5,
  .ucpt-px-md-5 {
    padding-left: 3rem !important;
  }
  .ucpt-m-md-n1 {
    margin: -0.25rem !important;
  }
  .ucpt-mt-md-n1,
  .ucpt-my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .ucpt-mr-md-n1,
  .ucpt-mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ucpt-ml-md-n1,
  .ucpt-mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ucpt-m-md-n2 {
    margin: -0.5rem !important;
  }
  .ucpt-mt-md-n2,
  .ucpt-my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .ucpt-mr-md-n2,
  .ucpt-mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ucpt-ml-md-n2,
  .ucpt-mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ucpt-m-md-n3 {
    margin: -1rem !important;
  }
  .ucpt-mt-md-n3,
  .ucpt-my-md-n3 {
    margin-top: -1rem !important;
  }
  .ucpt-mr-md-n3,
  .ucpt-mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ucpt-ml-md-n3,
  .ucpt-mx-md-n3 {
    margin-left: -1rem !important;
  }
  .ucpt-m-md-n4 {
    margin: -1.5rem !important;
  }
  .ucpt-mt-md-n4,
  .ucpt-my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .ucpt-mr-md-n4,
  .ucpt-mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ucpt-ml-md-n4,
  .ucpt-mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ucpt-m-md-n5 {
    margin: -3rem !important;
  }
  .ucpt-mt-md-n5,
  .ucpt-my-md-n5 {
    margin-top: -3rem !important;
  }
  .ucpt-mr-md-n5,
  .ucpt-mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ucpt-ml-md-n5,
  .ucpt-mx-md-n5 {
    margin-left: -3rem !important;
  }
  .ucpt-m-md-auto {
    margin: auto !important;
  }
  .ucpt-mt-md-auto,
  .ucpt-my-md-auto {
    margin-top: auto !important;
  }
  .ucpt-mr-md-auto,
  .ucpt-mx-md-auto {
    margin-right: auto !important;
  }
  .ucpt-mb-md-auto,
  .ucpt-my-md-auto {
    margin-bottom: auto !important;
  }
  .ucpt-ml-md-auto,
  .ucpt-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .ucpt-m-lg-0 {
    margin: 0 !important;
  }
  .ucpt-mt-lg-0,
  .ucpt-my-lg-0 {
    margin-top: 0 !important;
  }
  .ucpt-mr-lg-0,
  .ucpt-mx-lg-0 {
    margin-right: 0 !important;
  }
  .ucpt-mb-lg-0,
  .ucpt-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ucpt-ml-lg-0,
  .ucpt-mx-lg-0 {
    margin-left: 0 !important;
  }
  .ucpt-m-lg-1 {
    margin: 0.25rem !important;
  }
  .ucpt-mt-lg-1,
  .ucpt-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .ucpt-mr-lg-1,
  .ucpt-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .ucpt-mb-lg-1,
  .ucpt-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ucpt-ml-lg-1,
  .ucpt-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ucpt-m-lg-2 {
    margin: 0.5rem !important;
  }
  .ucpt-mt-lg-2,
  .ucpt-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .ucpt-mr-lg-2,
  .ucpt-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ucpt-mb-lg-2,
  .ucpt-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ucpt-ml-lg-2,
  .ucpt-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ucpt-m-lg-3 {
    margin: 1rem !important;
  }
  .ucpt-mt-lg-3,
  .ucpt-my-lg-3 {
    margin-top: 1rem !important;
  }
  .ucpt-mr-lg-3,
  .ucpt-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .ucpt-mb-lg-3,
  .ucpt-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ucpt-ml-lg-3,
  .ucpt-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .ucpt-m-lg-4 {
    margin: 1.5rem !important;
  }
  .ucpt-mt-lg-4,
  .ucpt-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .ucpt-mr-lg-4,
  .ucpt-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .ucpt-mb-lg-4,
  .ucpt-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ucpt-ml-lg-4,
  .ucpt-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ucpt-m-lg-5 {
    margin: 3rem !important;
  }
  .ucpt-mt-lg-5,
  .ucpt-my-lg-5 {
    margin-top: 3rem !important;
  }
  .ucpt-mr-lg-5,
  .ucpt-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .ucpt-mb-lg-5,
  .ucpt-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ucpt-ml-lg-5,
  .ucpt-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .ucpt-p-lg-0 {
    padding: 0 !important;
  }
  .ucpt-pt-lg-0,
  .ucpt-py-lg-0 {
    padding-top: 0 !important;
  }
  .ucpt-pr-lg-0,
  .ucpt-px-lg-0 {
    padding-right: 0 !important;
  }
  .ucpt-pb-lg-0,
  .ucpt-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ucpt-pl-lg-0,
  .ucpt-px-lg-0 {
    padding-left: 0 !important;
  }
  .ucpt-p-lg-1 {
    padding: 0.25rem !important;
  }
  .ucpt-pt-lg-1,
  .ucpt-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .ucpt-pr-lg-1,
  .ucpt-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .ucpt-pb-lg-1,
  .ucpt-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ucpt-pl-lg-1,
  .ucpt-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ucpt-p-lg-2 {
    padding: 0.5rem !important;
  }
  .ucpt-pt-lg-2,
  .ucpt-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .ucpt-pr-lg-2,
  .ucpt-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ucpt-pb-lg-2,
  .ucpt-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ucpt-pl-lg-2,
  .ucpt-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ucpt-p-lg-3 {
    padding: 1rem !important;
  }
  .ucpt-pt-lg-3,
  .ucpt-py-lg-3 {
    padding-top: 1rem !important;
  }
  .ucpt-pr-lg-3,
  .ucpt-px-lg-3 {
    padding-right: 1rem !important;
  }
  .ucpt-pb-lg-3,
  .ucpt-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ucpt-pl-lg-3,
  .ucpt-px-lg-3 {
    padding-left: 1rem !important;
  }
  .ucpt-p-lg-4 {
    padding: 1.5rem !important;
  }
  .ucpt-pt-lg-4,
  .ucpt-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .ucpt-pr-lg-4,
  .ucpt-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .ucpt-pb-lg-4,
  .ucpt-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ucpt-pl-lg-4,
  .ucpt-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ucpt-p-lg-5 {
    padding: 3rem !important;
  }
  .ucpt-pt-lg-5,
  .ucpt-py-lg-5 {
    padding-top: 3rem !important;
  }
  .ucpt-pr-lg-5,
  .ucpt-px-lg-5 {
    padding-right: 3rem !important;
  }
  .ucpt-pb-lg-5,
  .ucpt-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ucpt-pl-lg-5,
  .ucpt-px-lg-5 {
    padding-left: 3rem !important;
  }
  .ucpt-m-lg-n1 {
    margin: -0.25rem !important;
  }
  .ucpt-mt-lg-n1,
  .ucpt-my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .ucpt-mr-lg-n1,
  .ucpt-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ucpt-ml-lg-n1,
  .ucpt-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ucpt-m-lg-n2 {
    margin: -0.5rem !important;
  }
  .ucpt-mt-lg-n2,
  .ucpt-my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .ucpt-mr-lg-n2,
  .ucpt-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ucpt-ml-lg-n2,
  .ucpt-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ucpt-m-lg-n3 {
    margin: -1rem !important;
  }
  .ucpt-mt-lg-n3,
  .ucpt-my-lg-n3 {
    margin-top: -1rem !important;
  }
  .ucpt-mr-lg-n3,
  .ucpt-mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ucpt-ml-lg-n3,
  .ucpt-mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .ucpt-m-lg-n4 {
    margin: -1.5rem !important;
  }
  .ucpt-mt-lg-n4,
  .ucpt-my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .ucpt-mr-lg-n4,
  .ucpt-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ucpt-ml-lg-n4,
  .ucpt-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ucpt-m-lg-n5 {
    margin: -3rem !important;
  }
  .ucpt-mt-lg-n5,
  .ucpt-my-lg-n5 {
    margin-top: -3rem !important;
  }
  .ucpt-mr-lg-n5,
  .ucpt-mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ucpt-ml-lg-n5,
  .ucpt-mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .ucpt-m-lg-auto {
    margin: auto !important;
  }
  .ucpt-mt-lg-auto,
  .ucpt-my-lg-auto {
    margin-top: auto !important;
  }
  .ucpt-mr-lg-auto,
  .ucpt-mx-lg-auto {
    margin-right: auto !important;
  }
  .ucpt-mb-lg-auto,
  .ucpt-my-lg-auto {
    margin-bottom: auto !important;
  }
  .ucpt-ml-lg-auto,
  .ucpt-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .ucpt-m-xl-0 {
    margin: 0 !important;
  }
  .ucpt-mt-xl-0,
  .ucpt-my-xl-0 {
    margin-top: 0 !important;
  }
  .ucpt-mr-xl-0,
  .ucpt-mx-xl-0 {
    margin-right: 0 !important;
  }
  .ucpt-mb-xl-0,
  .ucpt-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ucpt-ml-xl-0,
  .ucpt-mx-xl-0 {
    margin-left: 0 !important;
  }
  .ucpt-m-xl-1 {
    margin: 0.25rem !important;
  }
  .ucpt-mt-xl-1,
  .ucpt-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .ucpt-mr-xl-1,
  .ucpt-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .ucpt-mb-xl-1,
  .ucpt-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ucpt-ml-xl-1,
  .ucpt-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ucpt-m-xl-2 {
    margin: 0.5rem !important;
  }
  .ucpt-mt-xl-2,
  .ucpt-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .ucpt-mr-xl-2,
  .ucpt-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .ucpt-mb-xl-2,
  .ucpt-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ucpt-ml-xl-2,
  .ucpt-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ucpt-m-xl-3 {
    margin: 1rem !important;
  }
  .ucpt-mt-xl-3,
  .ucpt-my-xl-3 {
    margin-top: 1rem !important;
  }
  .ucpt-mr-xl-3,
  .ucpt-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .ucpt-mb-xl-3,
  .ucpt-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ucpt-ml-xl-3,
  .ucpt-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .ucpt-m-xl-4 {
    margin: 1.5rem !important;
  }
  .ucpt-mt-xl-4,
  .ucpt-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .ucpt-mr-xl-4,
  .ucpt-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .ucpt-mb-xl-4,
  .ucpt-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ucpt-ml-xl-4,
  .ucpt-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ucpt-m-xl-5 {
    margin: 3rem !important;
  }
  .ucpt-mt-xl-5,
  .ucpt-my-xl-5 {
    margin-top: 3rem !important;
  }
  .ucpt-mr-xl-5,
  .ucpt-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .ucpt-mb-xl-5,
  .ucpt-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ucpt-ml-xl-5,
  .ucpt-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .ucpt-p-xl-0 {
    padding: 0 !important;
  }
  .ucpt-pt-xl-0,
  .ucpt-py-xl-0 {
    padding-top: 0 !important;
  }
  .ucpt-pr-xl-0,
  .ucpt-px-xl-0 {
    padding-right: 0 !important;
  }
  .ucpt-pb-xl-0,
  .ucpt-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ucpt-pl-xl-0,
  .ucpt-px-xl-0 {
    padding-left: 0 !important;
  }
  .ucpt-p-xl-1 {
    padding: 0.25rem !important;
  }
  .ucpt-pt-xl-1,
  .ucpt-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .ucpt-pr-xl-1,
  .ucpt-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .ucpt-pb-xl-1,
  .ucpt-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ucpt-pl-xl-1,
  .ucpt-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ucpt-p-xl-2 {
    padding: 0.5rem !important;
  }
  .ucpt-pt-xl-2,
  .ucpt-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .ucpt-pr-xl-2,
  .ucpt-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .ucpt-pb-xl-2,
  .ucpt-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ucpt-pl-xl-2,
  .ucpt-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ucpt-p-xl-3 {
    padding: 1rem !important;
  }
  .ucpt-pt-xl-3,
  .ucpt-py-xl-3 {
    padding-top: 1rem !important;
  }
  .ucpt-pr-xl-3,
  .ucpt-px-xl-3 {
    padding-right: 1rem !important;
  }
  .ucpt-pb-xl-3,
  .ucpt-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ucpt-pl-xl-3,
  .ucpt-px-xl-3 {
    padding-left: 1rem !important;
  }
  .ucpt-p-xl-4 {
    padding: 1.5rem !important;
  }
  .ucpt-pt-xl-4,
  .ucpt-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .ucpt-pr-xl-4,
  .ucpt-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ucpt-pb-xl-4,
  .ucpt-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ucpt-pl-xl-4,
  .ucpt-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ucpt-p-xl-5 {
    padding: 3rem !important;
  }
  .ucpt-pt-xl-5,
  .ucpt-py-xl-5 {
    padding-top: 3rem !important;
  }
  .ucpt-pr-xl-5,
  .ucpt-px-xl-5 {
    padding-right: 3rem !important;
  }
  .ucpt-pb-xl-5,
  .ucpt-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ucpt-pl-xl-5,
  .ucpt-px-xl-5 {
    padding-left: 3rem !important;
  }
  .ucpt-m-xl-n1 {
    margin: -0.25rem !important;
  }
  .ucpt-mt-xl-n1,
  .ucpt-my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .ucpt-mr-xl-n1,
  .ucpt-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ucpt-ml-xl-n1,
  .ucpt-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ucpt-m-xl-n2 {
    margin: -0.5rem !important;
  }
  .ucpt-mt-xl-n2,
  .ucpt-my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .ucpt-mr-xl-n2,
  .ucpt-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ucpt-ml-xl-n2,
  .ucpt-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ucpt-m-xl-n3 {
    margin: -1rem !important;
  }
  .ucpt-mt-xl-n3,
  .ucpt-my-xl-n3 {
    margin-top: -1rem !important;
  }
  .ucpt-mr-xl-n3,
  .ucpt-mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ucpt-ml-xl-n3,
  .ucpt-mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .ucpt-m-xl-n4 {
    margin: -1.5rem !important;
  }
  .ucpt-mt-xl-n4,
  .ucpt-my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .ucpt-mr-xl-n4,
  .ucpt-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ucpt-ml-xl-n4,
  .ucpt-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ucpt-m-xl-n5 {
    margin: -3rem !important;
  }
  .ucpt-mt-xl-n5,
  .ucpt-my-xl-n5 {
    margin-top: -3rem !important;
  }
  .ucpt-mr-xl-n5,
  .ucpt-mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ucpt-ml-xl-n5,
  .ucpt-mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .ucpt-m-xl-auto {
    margin: auto !important;
  }
  .ucpt-mt-xl-auto,
  .ucpt-my-xl-auto {
    margin-top: auto !important;
  }
  .ucpt-mr-xl-auto,
  .ucpt-mx-xl-auto {
    margin-right: auto !important;
  }
  .ucpt-mb-xl-auto,
  .ucpt-my-xl-auto {
    margin-bottom: auto !important;
  }
  .ucpt-ml-xl-auto,
  .ucpt-mx-xl-auto {
    margin-left: auto !important;
  }
}
.ucpt-text-primary {
  color: var(--ucpt-primary-color);
}
.ucpt-text-secondary {
  color: var(--ucpt-secondary-color);
}
.ucpt-text-dark {
  color: var(--ucpt-dark-color);
}
.ucpt-text-muted {
  color: var(--ucpt-muted-color);
}
.ucpt-text-small {
  font-size: 80%;
}
.ucpt-text-italic {
  font-style: italic;
}
.ucpt-text-underline {
  text-decoration: underline;
}
.ucpt-text-underline:hover {
  text-decoration: none;
}

.ucpt-switch-group {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.ucpt-switch-group__title {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  color: var(--ucpt-dark-color);
}
@media (min-width: 576px) {
  .ucpt-switch-group__title {
    font-size: 0.8125rem;
  }
}
.ucpt-switch-group__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
@media (min-width: 992px) {
  .ucpt-switch-group__list {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.ucpt-switch-group__list > * {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
@media (max-width: 991.98px) {
  .ucpt-switch-group__list > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .ucpt-switch-group__list > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.ucpt-switch-group .ucpt-switch:last-child {
  margin-right: 0;
}

.ucpt-switch {
  display: inline-flex;
  align-items: center;
  margin-bottom: calc(8 / var(--ucpt-font-size-base) * 1em);
  cursor: pointer;
}
.ucpt-switch, .ucpt-switch:hover {
  text-decoration: none !important;
}
.ucpt-switch__slide {
  display: inline-block;
  flex-shrink: 0;
  width: calc(44 / var(--ucpt-font-size-base) * 1em);
  height: calc(26 / var(--ucpt-font-size-base) * 1em);
  padding: calc(2 / var(--ucpt-font-size-base) * 1em);
  border-radius: calc(22 / var(--ucpt-font-size-base) * 1em);
  border: calc(2 / var(--ucpt-font-size-base) * 1em) solid var(--ucpt-border-color-darker);
  vertical-align: middle;
  text-align: left;
  background-color: var(--ucpt-white-color);
  transition: border-color 200ms ease;
}
.ucpt-switch__slide:after {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  width: calc(18 / var(--ucpt-font-size-base) * 1em);
  height: calc(18 / var(--ucpt-font-size-base) * 1em);
  transform: translateX(0);
  border-radius: 100%;
  background-color: var(--ucpt-border-color-darker);
  transition: background-color 200ms ease, left 200ms ease, transform 200ms ease;
}
.ucpt-switch__slide + .ucpt-switch__label {
  margin-left: calc(12 / var(--ucpt-font-size-base) * 1em);
}
.ucpt-switch__label {
  margin-bottom: 0;
  font-size: calc(13 / var(--ucpt-font-size-base) * 1em);
  font-weight: normal;
  line-height: 1.2;
  color: var(--ucpt-dark-color);
}
.ucpt-switch__label + .ucpt-switch__slide {
  margin-left: calc(12 / var(--ucpt-font-size-base) * 1em);
}
.ucpt-switch__info {
  font-size: 0.75rem;
  margin-left: 0.375rem;
}
.ucpt-switch--active .ucpt-switch__slide {
  border-color: var(--ucpt-success-color);
}
.ucpt-switch--active .ucpt-switch__slide:after {
  left: 100%;
  transform: translateX(-100%);
  background-color: var(--ucpt-success-color);
}

.ucpt-switch-text {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  text-transform: uppercase;
  font-size: calc(13 / var(--ucpt-font-size-base) * 1em);
  font-weight: bold;
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-home {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .ucpt-home {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-home {
    margin-top: 0;
  }
}
.ucpt-home__logos {
  margin-top: 1.75rem;
}
.ucpt-home__logos ul {
  text-align: center;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  list-style: none;
}
@media (min-width: 768px) {
  .ucpt-home__logos ul {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
}
.ucpt-home__logos ul.slick-slider .slick-track {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.ucpt-home__logos ul:not(.slick-slider) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.9375rem 0;
}
@media (max-width: 991.98px) {
  .ucpt-home__logos ul:not(.slick-slider) {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .ucpt-home__logos ul:not(.slick-slider) {
    margin: 0 -2.5rem 0;
  }
}
.ucpt-home__logos ul:not(.slick-slider) li {
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 992px) {
  .ucpt-home__logos ul:not(.slick-slider) li {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .ucpt-home__logos ul .slick-arrow i {
    width: 1.5625rem !important;
    height: 1.5625rem !important;
    line-height: 1.5625rem !important;
  }
}
.ucpt-home__item {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.ucpt-home__img {
  transition: all 250ms ease-in-out;
  max-height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(1);
}
.ucpt-home__label {
  display: block;
  margin-top: 0.5rem;
}
.ucpt-home__link-container {
  margin-top: 1.75rem;
  text-align: center;
  margin-bottom: 0;
}
.ucpt-home__link {
  text-transform: none;
  font-weight: 700;
  font-size: 1rem;
  transition: color 250ms ease-in-out, opacity 250ms ease-in-out;
}
.ucpt-home__link i, .ucpt-home__link svg {
  position: relative;
  left: 0;
  vertical-align: -0.1em;
  transition: left 250ms ease-in-out;
}
.ucpt-home__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.ucpt-home__link:hover i, .ucpt-home__link:hover svg {
  left: 0.3125rem;
}
.ucpt-home__link:hover .ucpt-home__img {
  filter: grayscale(0);
}
.ucpt-home__link:focus {
  outline: none;
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-toplist .ucpt-toplist__title-link {
  text-decoration: none !important;
}
.ucpt-toplist__item > *:hover .ucpt-toplist__title-link {
  color: var(--ucpt-primary-color);
}
.ucpt-toplist__title {
  font-weight: bold;
  margin-bottom: 0;
  transition: all 250ms ease-in-out;
}
.ucpt-toplist__title-link {
  transition: opacity 0.25ms ease-in-out;
  color: var(--ucpt-primary-color) !important;
}
.ucpt-toplist__title-link:hover {
  opacity: 0.6;
}
.ucpt-toplist__position {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8125rem;
  height: 1.8125rem;
  padding: 0.3125rem;
  border-radius: 100%;
  background-color: #F2F2F2;
  font-weight: bold;
  color: #050607;
  transition: all 250ms ease-in-out;
}

.ucpt-toplist--standard .ucpt-toplist__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  min-height: 3.75rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--standard .ucpt-toplist__item {
    margin-bottom: 1.875rem;
  }
}
.ucpt-toplist--standard .ucpt-toplist__item > * {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  grid-template-columns: 5.9375rem 3fr;
  align-items: center;
  background-color: var(--ucpt-white-color);
  border: 1px solid var(--ucpt-border-color);
  height: 100%;
}
@media (min-width: 768px) {
  .ucpt-toplist--standard .ucpt-toplist__item > * {
    grid-template-columns: 5.9375rem 2fr;
  }
}
.ucpt-toplist--standard .ucpt-toplist__item:hover .ucpt-toplist__position {
  background-color: var(--ucpt-primary-color);
  color: var(--ucpt-white-color);
}
.ucpt-toplist--standard .ucpt-toplist__item:hover .ucpt-toplist__title-icon {
  right: 0.625rem;
}
.ucpt-toplist--standard .ucpt-toplist__title {
  font-size: 0.9375rem;
  padding-right: 1.875rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--standard .ucpt-toplist__title {
    font-size: 1rem;
  }
}
.ucpt-toplist--standard .ucpt-toplist__title-icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 0.3125rem;
  height: 0.5rem;
  transition: right 250ms ease-in-out;
}
.ucpt-toplist--standard .ucpt-toplist__title-link {
  display: block;
}
.ucpt-toplist--standard .ucpt-toplist__title-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);
}
.ucpt-toplist--standard .ucpt-toplist__img-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ucpt-toplist--standard .ucpt-toplist__img {
  max-width: 2.8125rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--standard .ucpt-toplist__img {
    max-width: 3.75rem;
  }
}
.ucpt-toplist--standard .ucpt-toplist__item--last .ucpt-toplist__title {
  padding-right: 0;
}
.ucpt-toplist--standard .ucpt-toplist__item--last .ucpt-toplist__title .ucpt-icon__svg, .ucpt-toplist--standard .ucpt-toplist__item--last .ucpt-toplist__title .ucpt-icon {
  margin-left: 0.9375rem;
}
.ucpt-toplist--standard .ucpt-toplist__item--last > * {
  grid-template-columns: 1fr;
  text-align: center;
  text-transform: uppercase;
}

.ucpt-toplist--highlight {
  display: flex;
  justify-content: center;
  margin-bottom: 3.4375rem;
  margin-left: -0.4375rem;
  margin-right: -0.4375rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-bottom: 5rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item {
  display: block;
  text-align: center;
  margin-top: 2rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  flex-grow: 1;
  flex-basis: 33%;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    flex-grow: 0;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__position {
  position: absolute;
  top: 0;
  right: -0.625rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__position {
    top: 0.625rem;
    right: 0.625rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__img-container {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ucpt-toplist--highlight .ucpt-toplist__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9375rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: var(--ucpt-white-color);
  border: 1px solid var(--ucpt-border-color);
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__img-link {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__img-link:hover .ucpt-toplist__img {
  transform: scale(1.1);
}
.ucpt-toplist--highlight .ucpt-toplist__img {
  transition: transform 250ms ease-in-out;
}
.ucpt-toplist--highlight .ucpt-toplist__title {
  display: block;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__title {
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item--1 {
  order: 2;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 {
    flex: 45%;
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 {
    flex: 35%;
    max-width: 35%;
  }
}
@media (min-width: 1200px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 {
    flex: 25%;
    max-width: 25%;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__img-link {
  width: 7.5rem;
  height: 7.5rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__img-link {
    width: 15rem;
    height: 15rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__position {
  top: -0.1875rem;
  right: -1.1875rem;
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__position {
    top: -0.625rem;
    right: 0.375rem;
    font-size: 1.25rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__position-icon {
  color: #F5C507;
  width: 3.3125rem;
  height: 2.375rem;
}
@media (min-width: 768px) {
  .ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__position-icon {
    width: 5.5rem;
    height: 4.1875rem;
  }
}
.ucpt-toplist--highlight .ucpt-toplist__item--1 .ucpt-toplist__position-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ucpt-toplist--highlight .ucpt-toplist__item--2 {
  order: 1;
}
.ucpt-toplist--highlight .ucpt-toplist__item--2 .ucpt-toplist__position {
  background-color: #C7C7C7;
}
.ucpt-toplist--highlight .ucpt-toplist__item--3 {
  order: 3;
}
.ucpt-toplist--highlight .ucpt-toplist__item--3 .ucpt-toplist__position {
  background-color: #C88006;
}

#ucpt-compatibilities-tab__intro {
  text-align: center;
}
#ucpt-compatibilities-tab > :last-child, #ucpt-compatibilities-tab .alert > :last-child {
  margin-bottom: 0;
}
#ucpt-compatibilities-tab .alert {
  font-size: 0.875rem;
}
#ucpt-compatibilities-tab .alert-link {
  font-weight: normal;
  text-decoration: underline;
}
#ucpt-compatibilities-tab .alert-link:hover {
  text-decoration: none;
}

.ucpt-compatibilities-intro {
  margin-bottom: 1rem;
  text-align: center;
}
.ucpt-compatibilities-intro__title {
  margin-bottom: 0.5rem;
}
.ucpt-compatibilities-intro__desc {
  margin-bottom: 0;
}
.ucpt-compatibilities-intro__link {
  text-decoration: underline;
}
.ucpt-compatibilities-intro__link:hover {
  text-decoration: none;
}

.ucpt-compatibilities-rules__alert {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.75rem 0.9375rem;
  font-size: 0.8125rem;
  border-radius: 0.5rem;
}
.ucpt-compatibilities-rules__alert--warning {
  background-color: #f8ebcc;
  border-color: #f5e2b8;
}
.ucpt-compatibilities-rules--solo .ucpt-compatibilities-rules__list {
  display: inline;
  list-style: none;
  padding-left: 0;
}
.ucpt-compatibilities-rules--solo .ucpt-compatibilities-rules__item {
  display: inline;
}

.ucpt-model-anchor {
  text-align: center;
}
.ucpt-model-anchor__alert {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #414141;
}
.ucpt-model-anchor__alert .alert-link {
  color: #414141;
}

.product-cpt-search {
  margin-bottom: 1rem;
  padding: 0.9375rem 0.9375rem;
  color: #a43024;
  background-color: #f6c7c7;
  border-radius: 0.5rem;
}
.product-cpt-search__label-title {
  font-weight: bold;
}
.product-cpt-search__legend {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: var(--ucpt-muted-color);
}

.product-cpt-results {
  font-size: 0.875rem;
}

.product-cpt-group--success .product-cpt-item--heading {
  background-color: var(--ucpt-light-success-color-2);
}
.product-cpt-group--success .product-cpt-item--heading .ucpt-icon {
  color: var(--ucpt-success-color);
}
.product-cpt-group--success .product-cpt-criterion--model .product-cpt-criterion__value {
  color: var(--ucpt-success-color);
}
.product-cpt-group:first-child .product-cpt-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.product-cpt-group:last-child .product-cpt-item:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.product-cpt-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.375rem;
  margin-bottom: -1px;
  padding: 0.5rem;
  border: 1px solid var(--ucpt-border-color);
  background-color: var(--ucpt-light-color);
}
@media (min-width: 768px) {
  .product-cpt-item {
    padding-left: 1.5625rem;
  }
}
.product-cpt-item:nth-child(even) {
  background-color: var(--ucpt-white-color);
}
.product-cpt-item--heading {
  display: block;
  padding: 0.5rem;
  font-weight: bold;
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
}
.product-cpt-item--heading .ucpt-icon {
  color: var(--ucpt-primary-color);
}
.product-cpt-item--heading .product-cpt-heading__manufacturer {
  font-weight: normal;
}
.product-cpt-item--desc {
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: var(--ucpt-white-color) !important;
}
.product-cpt-item--compatible {
  background-color: var(--ucpt-light-success-color) !important;
  border-color: var(--ucpt-light-success-color) !important;
}

@media (min-width: 768px) {
  .product-cpt-criterion {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }
}
.product-cpt-criterion__label, .product-cpt-criterion__value {
  display: block;
}
@media (min-width: 768px) {
  .product-cpt-criterion__label, .product-cpt-criterion__value {
    display: inline;
  }
}
.product-cpt-criterion__label {
  margin-bottom: 0.1875rem;
  line-height: 1;
  color: #717171;
  font-size: 0.8125rem;
}
.product-cpt-criterion__label:after {
  content: " : ";
}
.product-cpt-criterion__value {
  line-height: 1;
}
.product-cpt-criterion__badge {
  display: inline-block;
  background-color: var(--ucpt-white-color);
  padding: 0.25rem 0.625rem;
  border-radius: 0.3125rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .product-cpt-criterion__badge {
    font-size: 0.75rem;
  }
}
.product-cpt-criterion__badge--success {
  background-color: var(--ucpt-light-success-color);
}
.product-cpt-criterion__badge--success, .product-cpt-criterion__badge--success .ucpt-icon {
  color: var(--ucpt-success-color);
}
.product-cpt-criterion__tooltip {
  vertical-align: -0.05em;
  cursor: pointer;
  box-sizing: content-box;
}
.product-cpt-criterion__tooltip .ucpt-icon {
  margin-left: 0.3125rem;
  color: var(--ucpt-warning-color);
}
.product-cpt-criterion--model {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
}
.product-cpt-criterion--model .product-cpt-criterion__value {
  color: var(--ucpt-primary-color);
}
.product-cpt-criterion--displacement {
  flex: 0 0 5rem;
  max-width: 5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .product-cpt-criterion--displacement {
    flex: 0 0 13.75rem;
    max-width: 13.75rem;
  }
}
.product-cpt-criterion--year {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .product-cpt-criterion--year {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.product-cpt-criterion--note {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.product-cpt-criterion--note .product-cpt-criterion__label,
.product-cpt-criterion--note .product-cpt-criterion__value {
  display: inline;
}
.product-cpt-criterion--note .product-cpt-criterion__label {
  font-weight: bold;
}
.product-cpt-criterion--note .product-cpt-criterion__label, .product-cpt-criterion--note .product-cpt-criterion__label .ucpt-icon {
  color: var(--ucpt-warning-color);
}
.product-cpt-criterion--note .product-cpt-criterion__label .ucpt-icon {
  vertical-align: -0.12em;
}
.product-cpt-criterion--note .product-cpt-criterion__value {
  font-size: 0.75rem;
}

.product-cpt-brands {
  font-size: 0.875rem;
}
.product-cpt-brands__wrapper, .product-cpt-brands__title {
  padding: 0.9375rem 0.9375rem;
  border-radius: 0.5rem;
}
.product-cpt-brands__wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--ucpt-light-color);
}
.product-cpt-brands__title {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  background-color: #e5e5e5;
}
.product-cpt-brands__type {
  font-weight: bold;
  margin-bottom: 0;
}
.product-cpt-brands__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0.9375rem;
}
.product-cpt-brands__item {
  display: inline-block;
  margin-right: 0.5rem;
}
.product-cpt-brands__item-link {
  display: inline-block;
  padding: 0.3125rem 0;
}
.product-cpt-brands__item-link .ucpt-icon {
  width: 0.5rem;
  vertical-align: -0.18em;
}

.product-cpt-pagination:empty {
  display: none;
}

.product-quickadd-note {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.product-quickadd-note__label, .product-quickadd-note__icon {
  color: var(--ucpt-warning-color);
}
.product-quickadd-note__label {
  font-weight: bold;
  margin-right: 0.5rem;
}
.product-quickadd-note__icon {
  margin-right: 0.25rem;
  vertical-align: -0.12em;
}

/**
 * EveryParts
 *
 * @author      Ukoo <help@every.parts> - https://www.ukoo.fr
 * @copyright   Ukoo 2024 - https://www.ukoo.fr
 * @license     see file: LICENSE.txt
 *
 * @version     2.3.4
 */
.ucpt-products .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ucpt-products .products .product-miniature {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
