@charset "UTF-8"; /*!
 * Bootstrap v5.1.3 (//getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (//github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-black-rgb: 0, 0, 0;
}
body {
  -webkit-tap-highlight-color: transparent;
}
.container,
.container-fluid,
.container-lg,
.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 1320px;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #dee2e6;
  color: #212529;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.form-text {
  color: #6c757d;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  color: #212529;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.form-check-input {
  color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 1em;
  margin-top: 0.25em;
  -webkit-print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #0d6efd;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-link {
  color: #0d6efd;
  font-weight: 400;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #1e2125;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #0d6efd;
  color: #fff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  color: #0d6efd;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-header,
.card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #212529;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  color: #0c63e4;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.pagination {
  list-style: none;
  padding-left: 0;
}
.badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
  outline: 0;
}
.btn-close.disabled,
.btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
}
.tooltip.show {
  opacity: 0.9;
}
.carousel {
  position: relative;
}
.carousel-control-next,
.carousel-control-prev {
  align-items: center;
  background: 0 0;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%!important;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
/* .carousel-control-next {
  right: 0;
} */
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.placeholder {
  background-color: currentColor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}
.placeholder.btn:before {
  content: "";
  display: inline-block;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.start-0 {
  left: 0 !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-1 {
  border-width: 1px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  height: 28px;
  right: -17px;
  top: -6px;
  width: 34px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  bottom: -17px;
  height: 34px;
  right: -6px;
  width: 28px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  cursor: default;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  background: #e8e7e6;
  content: "";
  display: block;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  height: 1px;
  left: 6px;
  top: 14px;
  width: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  color: #999;
  position: absolute;
}
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  background: #ccc;
  position: absolute;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  height: 100%;
  left: 100%;
  padding: 0 10px;
  top: 0;
}
.noUi-value-vertical {
  padding-left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
  height: 2px;
  margin-top: -1px;
  width: 5px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.noUi-vertical .noUi-tooltip {
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  -webkit-transform: translate(50%);
  transform: translate(50%);
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  right: 28px;
  top: auto;
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px);
}
.adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: 8px;
}
.adyen-checkout__spinner {
  -webkit-animation: rotateSpinner 1.5s linear infinite;
  animation: rotateSpinner 1.5s linear infinite;
  border: 3px solid #0075ff;
  border-radius: 50%;
  border-top-color: transparent;
  height: 43px;
  width: 43px;
}
.adyen-checkout__spinner--large {
  height: 43px;
  width: 43px;
}
.adyen-checkout__spinner--small {
  border-width: 2px;
  height: 16px;
  width: 16px;
}
.adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px;
}
@-webkit-keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.adyen-checkout__button {
  background: #00112c;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 48px;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0;
}
.adyen-checkout__button:hover {
  background: #1c3045;
  box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.adyen-checkout__button:active {
  background: #3a4a5c;
}
.adyen-checkout__button:hover:focus {
  box-shadow: 0 0 0 2px #99c2ff, 0 3px 4px rgba(0, 15, 45, 0.2);
}
.adyen-checkout__button:disabled,
.adyen-checkout__button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--loading {
  background: #687282;
  box-shadow: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button.adyen-checkout__button--pay {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.adyen-checkout__button.adyen-checkout__button--pay:disabled {
  opacity: 0.4;
}
.adyen-checkout__button.adyen-checkout__button--standalone {
  margin-top: 0;
}
.adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: 0.81em;
  height: auto;
  padding: 10px 8px;
  width: auto;
}
.adyen-checkout__button.adyen-checkout__button--ghost {
  background: none;
  border: 0;
  color: #00112c;
}
.adyen-checkout__button.adyen-checkout__button--ghost:hover {
  background: #f7f8f9;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--ghost:active {
  background: #e6e9eb;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary {
  background: #fff;
  border: 1px solid #00112c;
  color: #00112c;
  padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: #f7f8f9;
  box-shadow: 0 2px 4px rgba(27, 42, 60, 0.2), 0 4px 5px rgba(27, 42, 60, 0.14);
}
.adyen-checkout__button.adyen-checkout__button--secondary:active,
.adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: #f7f8f9;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary:disabled,
.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
  background-color: #f7f8f9;
  border-color: #99a3ad;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--secondary
  .adyen-checkout__spinner {
  border-color: transparent #00112c #00112c;
}
.adyen-checkout__button.adyen-checkout__button--action {
  background: rgba(0, 102, 255, 0.1);
  border: 1px solid transparent;
  color: #0075ff;
  padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--action:hover {
  background: rgba(0, 102, 255, 0.2);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--action:active,
.adyen-checkout__button.adyen-checkout__button--action:active:hover {
  background: rgba(0, 102, 255, 0.3);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--link {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #0075ff;
  font-weight: 400;
  padding: 2px;
}
.adyen-checkout__button.adyen-checkout__button--link:hover {
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.adyen-checkout__button.adyen-checkout__button--completed,
.adyen-checkout__button.adyen-checkout__button--completed:active,
.adyen-checkout__button.adyen-checkout__button--completed:active:hover,
.adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: #089a43;
  color: #fff;
}
.adyen-checkout__button.adyen-checkout__button--completed
  .adyen-checkout__button__icon {
  filter: brightness(0) invert(1);
}
.adyen-checkout__button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__button__icon {
  margin-right: 12px;
}
.adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__button .adyen-checkout__spinner {
  border-color: transparent #fff #fff;
}
.adyen-checkout__fieldset {
  display: block;
  padding-bottom: 8px;
  width: 100%;
}
.adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0;
}
.adyen-checkout__fieldset + .adyen-checkout__fieldset {
  margin-top: 16px;
}
.adyen-checkout__fieldset__title {
  color: #687282;
  display: block;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
}
.adyen-checkout__field-group,
.adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.adyen-checkout__field-group:last-of-type .adyen-checkout__field {
  margin-bottom: 0;
}
.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
  color: #00112c;
  font-size: 0.81em;
  line-height: 19px;
  margin: 0;
}
.adyen-checkout__field {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.adyen-checkout__field:last-of-type {
  margin-bottom: 0;
}
.adyen-checkout__label {
  display: block;
  position: relative;
}
.adyen-checkout__helper-text,
.adyen-checkout__label__text {
  color: #00112c;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px;
}
.adyen-checkout__label-adornment--end {
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__helper-text {
  color: #687282;
}
.adyen-checkout__label__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.1s ease-out;
  white-space: nowrap;
}
.adyen-checkout__label__text--error {
  color: #c12424;
}
.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #0075ff;
}
.adyen-checkout__error-text {
  align-items: center;
  color: #c12424;
  display: flex;
  font-size: 0.75em;
  font-weight: 400;
  margin-top: 4px;
}
.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
  display: none;
}
.adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute;
}
.adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 16px;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}
.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit;
}
.adyen-checkout__radio_group__label:before {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 16px;
}
.adyen-checkout__radio_group__label:hover:before {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}
.adyen-checkout__radio_group__label:after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, 0.25);
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: 6px;
}
.adyen-checkout__radio_group__label:hover {
  border-color: #0075ff;
  cursor: pointer;
}
.adyen-checkout__radio_group__input:checked
  + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__label--selected {
  background-color: #0075ff;
  border: 0;
  transition: all 0.2s ease-out;
}
.adyen-checkout__radio_group__input:checked
  + .adyen-checkout__radio_group__label:after {
  transform: scale(1);
}
.adyen-checkout__radio_group__input:focus
  + .adyen-checkout__radio_group__label:before {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__radio_group__input:checked
  + .adyen-checkout__radio_group__label:hover:before,
.adyen-checkout__radio_group__input:checked:active
  + .adyen-checkout__radio_group__label:before,
.adyen-checkout__radio_group__input:checked:focus
  + .adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: 1px solid #c12424;
}
.adyen-checkout__checkbox {
  display: block;
}
.adyen-checkout__checkbox__label {
  color: #00112c;
  cursor: pointer;
  display: inline-block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  padding-left: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:before {
  opacity: 1;
}
.adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after {
  background-color: #0075ff;
  border: 1px solid #0075ff;
}
.adyen-checkout__checkbox__input:checked:hover
  + .adyen-checkout__checkbox__label:after {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__checkbox__input:focus
  + .adyen-checkout__checkbox__label:after {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__checkbox__input:hover:not(:focus)
  + .adyen-checkout__checkbox__label:after {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  border-color: transparent #fff #fff transparent;
  border-radius: 0 2px 1px 2px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity 0.2s ease-out;
  width: 6px;
  z-index: 1;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.15s ease-out, border 0.05s ease-out,
    box-shadow 0.1s ease-out;
  width: 16px;
  z-index: 0;
}
.adyen-checkout__field--consentCheckbox {
  background: #e6e9eb;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  padding: 14px 14px 13px;
}
.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
  border-color: #c12424;
}
.adyen-checkout__field--consentCheckbox
  .adyen-checkout-input__inline-validation {
  right: -27px;
  top: 10px;
}
.Select-module_adyen-checkout__dropdown__0Mj-n {
  position: relative;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23687282'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  width: 8px;
}
.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after {
  transform: rotate(180deg);
}
.Select-module_adyen-checkout__filter-input__CwPBS {
  background: #fff;
  border: 0;
  caret-color: #0075ff;
  color: #00112c;
  font-family: inherit;
  font-size: 1em;
  height: 100%;
  padding: 0;
  width: 100%;
}
.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder {
  color: #b9c4c9;
  font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS::placeholder {
  color: #b9c4c9;
  font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS:active,
.Select-module_adyen-checkout__filter-input__CwPBS:focus {
  outline: 0;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj {
  background: #fff;
  display: none;
  list-style: none;
  margin: 0 0 50px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2 {
  display: block;
}
.Select-module_adyen-checkout__dropdown__element__ORU4- {
  align-items: center;
  display: flex;
}
.adyen-checkout__image {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.adyen-checkout__image--loaded {
  opacity: 1;
}
.adyen-checkout__dropdown__button-icon--left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.adyen-checkout__dropdown__button-icon--left > img {
  margin-left: 0;
  margin-right: 12px;
}
.adyen-checkout__dropdown {
  font-size: 1em;
  max-width: 100%;
  width: 100%;
}
.adyen-checkout__dropdown__button {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  color: #00112c;
  font-size: 1em;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 24px 7px 12px;
  text-decoration: none;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.adyen-checkout__dropdown__button:hover {
  border-color: #99a3ad;
}
.adyen-checkout__dropdown__button__icon {
  border-radius: 3px;
  height: 26px;
  margin-right: 12px;
  max-width: 40px;
}
.adyen-checkout__dropdown__button--disabled {
  opacity: 0.4;
}
.adyen-checkout__dropdown__button--active,
.adyen-checkout__dropdown__button--active:hover,
.adyen-checkout__dropdown__button:active,
.adyen-checkout__dropdown__button:focus {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__dropdown__button--readonly,
.adyen-checkout__dropdown__button--readonly--active,
.adyen-checkout__dropdown__button--readonly:focus,
.adyen-checkout__dropdown__button--readonly:hover {
  background: #e6e9eb;
  border-color: transparent;
  color: #00112c;
  cursor: not-allowed;
}
.adyen-checkout__dropdown__button--readonly:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z' fill='%23B9C4C9'/%3E%3C/svg%3E");
}
.adyen-checkout__dropdown__button--invalid {
  border-color: #c12424;
}
.adyen-checkout__dropdown__button--valid {
  border-bottom-color: #089a43;
}
.adyen-checkout__dropdown__button__text {
  flex-grow: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__dropdown__button__secondary-text {
  margin-right: 16px;
}
.adyen-checkout__dropdown__list {
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 15, 45, 0.3);
  max-height: 375px;
  z-index: 2;
}
.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  margin-top: 2px;
}
.adyen-checkout__dropdown__element {
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.81em;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 20px;
  outline: 0;
  padding: 8px;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-break: break-word;
}
.adyen-checkout__dropdown__element:last-child {
  border-bottom: 0;
}
.adyen-checkout__dropdown__element:active,
.adyen-checkout__dropdown__element:focus,
.adyen-checkout__dropdown__element:hover {
  background: rgba(230, 233, 235, 0.6);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(0, 102, 255, 0.1);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:active,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:focus,
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active:hover {
  background: rgba(0, 102, 255, 0.15);
}
.adyen-checkout__dropdown__element--disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adyen-checkout__dropdown__element__icon {
  border-radius: 3px;
  margin-right: 12px;
  max-height: 26px;
  max-width: 40px;
}
.adyen-checkout__dropdown__element__text {
  flex-grow: 1;
}
.adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
  margin-right: 8px;
}
.adyen-checkout__dropdown__element__flag {
  margin-left: 8px;
  margin-right: 10px;
  max-height: 18px;
  max-width: 27px;
}
.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
  right: 32px;
}
.adyen-checkout__field-wrapper {
  display: flex;
  width: 100%;
}
.adyen-checkout__field--20 {
  width: 20%;
}
.adyen-checkout__field--30 {
  width: 30%;
}
.adyen-checkout__field--40 {
  width: 40%;
}
.adyen-checkout__field--50 {
  width: 50%;
}
.adyen-checkout__field--60 {
  width: 60%;
}
.adyen-checkout__field--70 {
  width: 70%;
}
.adyen-checkout__field--80 {
  width: 80%;
}
.adyen-checkout__field--col-70 {
  width: calc(70% - 8px);
}
.adyen-checkout__field--col-30 {
  width: calc(30% - 8px);
}
.adyen-checkout__field--col-50 {
  width: calc(50% - 8px);
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-right: 8px;
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: 8px;
}
.adyen-checkout__field-wrapper:last-of-type > .adyen-checkout__field {
  margin-bottom: 0;
}
.adyen-checkout__input {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  caret-color: #0075ff;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  outline: none;
  padding: 5px 8px;
  position: relative;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
}
.adyen-checkout__input:hover {
  border-color: #99a3ad;
}
.adyen-checkout__input:required {
  box-shadow: none;
}
.adyen-checkout__input--disabled,
.adyen-checkout__input[readonly] {
  background: #e6e9eb;
  border-color: #e6e9eb;
}
.adyen-checkout__input--disabled:hover {
  border-color: #e6e9eb;
}
.adyen-checkout__input-wrapper {
  display: block;
  position: relative;
}
.adyen-checkout__input-wrapper--block {
  display: block;
}
.adyen-checkout-input__inline-validation {
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.adyen-checkout-input__inline-validation--valid {
  color: #089a43;
}
.adyen-checkout-input__inline-validation--invalid {
  color: #c12424;
}
.adyen-checkout__input--valid {
  border-bottom-color: #089a43;
}
.adyen-checkout__input--error,
.adyen-checkout__input--error:hover,
.adyen-checkout__input--invalid,
.adyen-checkout__input--invalid:hover {
  border-color: #c12424;
}
.adyen-checkout__input::-moz-placeholder {
  color: #707070;
  font-weight: 200;
}
.adyen-checkout__input::placeholder {
  color: #707070;
  font-weight: 200;
}
.adyen-checkout__input--date {
  padding-right: 30px;
}
.adyen-checkout__input--focus,
.adyen-checkout__input--focus:hover,
.adyen-checkout__input:active,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus,
.adyen-checkout__input:focus:hover {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__input[readonly],
.adyen-checkout__input[readonly]:hover {
  background-color: #e6e9eb;
  border-color: transparent;
  color: #687282;
  cursor: default;
}
.adyen-checkout__fieldset--personalDetails
  .adyen-checkout__field--gender
  .adyen-checkout__radio_group {
  display: flex;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group {
  display: flex;
  margin: 8px 0;
}
.adyen-checkout__fieldset--personalDetails
  .adyen-checkout__radio_group__input-wrapper {
  margin-right: 20px;
}
.adyen-checkout__fieldset--personalDetails
  .adyen-checkout__radio_group__input-wrapper:last-child {
  margin: 0;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress {
  padding-bottom: 8px;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: 24px;
  padding-bottom: 8px;
}
.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0;
}
.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
  margin-top: 22px;
}
.adyen-checkout__input--separateDeliveryAddress
  + .adyen-checkout__checkbox__label {
  margin-top: 16px;
}
.adyen-checkout__amazonpay__button {
  margin: auto;
}
.adyen-checkout__amazonpay .adyen-checkout__button--ghost {
  display: block;
  margin: 8px auto 0;
  width: auto;
}
.adyen-checkout__applepay__button {
  height: 48px;
  width: 240px;
}
.adyen-checkout__dropin .adyen-checkout__applepay__button {
  width: 100%;
}
.adyen-checkout__issuer-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #b9c4c9;
  cursor: pointer;
  display: flex;
  flex-basis: 47%;
  flex-grow: 2;
  font-size: 0.81em;
  height: 40px;
  padding: 0 12px;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__issuer-button:active {
  color: #000;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button--selected {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none;
}
.adyen-checkout__issuer-button-img {
  margin-right: 8px;
  max-height: 26px;
}
.adyen-checkout__issuer-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.adyen-checkout__content-separator {
  align-items: center;
  color: #687282;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 19px;
  margin-bottom: 16px;
  margin-top: 16px;
  white-space: nowrap;
}
.adyen-checkout__content-separator:after,
.adyen-checkout__content-separator:before {
  background: #e6e9eb;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.adyen-checkout__content-separator:after {
  margin-left: 20px;
}
.adyen-checkout__content-separator:before {
  margin-right: 20px;
}
.adyen-checkout__field--issuer-list {
  margin-bottom: 0;
}
.adyen-checkout__issuer-list__termsAndConditions {
  text-align: center;
}
.adyen-checkout__card-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__card__cardNumber {
  max-width: 400px;
}
.adyen-checkout__card__cardNumber__input {
  padding: 5px 8px;
}
.adyen-checkout__card__exp-date__input--oneclick {
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__card__holderName,
.adyen-checkout__field--expiryDate,
.adyen-checkout__field--storedCard {
  margin-bottom: 0;
}
.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,
.adyen-checkout__card__holderName,
.adyen-checkout__card__kcp-authentication,
.adyen-checkout__card__socialSecurityNumber,
.adyen-checkout__installments,
.adyen-checkout__store-details {
  margin-top: 16px;
}
.adyen-checkout__card-input.adyen-checkout__card-input--loading {
  pointer-events: none;
}
.adyen-checkout-error-panel + .adyen-checkout__card__holderName,
.adyen-checkout-error-panel--sr-only + .adyen-checkout__card__holderName,
.adyen-checkout__card__holderName:first-child {
  margin: 0 0 16px;
}
.adyen-checkout__field--cardNumber
  .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)
  + .adyen-checkout-input__inline-validation--valid,
.adyen-checkout__field--cardNumber
  .adyen-checkout__input--error
  .adyen-checkout__card__cardNumber__brandIcon {
  display: none;
}
.adyen-checkout__field--securityCode.adyen-checkout__field--error
  .adyen-checkout__card__cvc__hint,
.adyen-checkout__field--securityCode.adyen-checkout__field--valid
  .adyen-checkout__card__cvc__hint {
  opacity: 0;
}
@-webkit-keyframes cvcIndicateLocation {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes cvcIndicateLocation {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.adyen-checkout__label--focused
  .adyen-checkout__field__cvc--back-hint
  .adyen-checkout__card__cvc__hint--back
  .adyen-checkout__card__cvc__hint__location,
.adyen-checkout__label--focused
  .adyen-checkout__field__cvc--front-hint
  .adyen-checkout__card__cvc__hint--front
  .adyen-checkout__card__cvc__hint__location {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: cvcIndicateLocation;
  animation-name: cvcIndicateLocation;
}
.adyen-checkout__card__cvc__hint__wrapper {
  align-items: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: flex;
  height: 100%;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 27px;
  will-change: transform;
}
.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
  transform: rotateY(180deg);
}
.adyen-checkout__card__cvc__hint {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: opacity 0.1s linear;
}
.adyen-checkout__card__cvc__hint--front {
  transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .adyen-checkout__card__cvc__hint__wrapper {
    transition: none;
  }
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
  justify-content: left;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
  display: flex;
  flex-direction: column;
}
.adyen-checkout__fieldset--revolving-plan
  .adyen-checkout__radio_group__input-wrapper {
  margin-top: 20px;
}
.adyen-checkout__fieldset--revolving-plan
  .adyen-checkout__field--revolving-plan-installments {
  margin-left: 15px;
  position: relative;
  top: 42px;
  width: 30%;
}
.LoadingWrapper-module_loading-input__form__ffCKa {
  opacity: 1;
}
.LoadingWrapper-module_loading-input__form--loading__7GmVo {
  opacity: 0;
}
.LoadingWrapper-module_loading-input__spinner__GxA51 {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.LoadingWrapper-module_loading-input__spinner--active__ENNBS {
  display: block;
}
.CardInput-module_card-input__wrapper__wXSCw {
  position: relative;
}
.CardInput-module_card-input__wrapper__wXSCw *,
.CardInput-module_card-input__wrapper__wXSCw :after,
.CardInput-module_card-input__wrapper__wXSCw :before {
  box-sizing: border-box;
}
.CardInput-module_card-input__icon__3Cz5M {
  border-radius: 3px;
  height: 18px;
  margin-left: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}
.CardInput-module_card-input__form__fRo1r {
  opacity: 1;
}
.CardInput-module_card-input__spinner__-j2Qi {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.CardInput-module_card-input__spinner--active__slD7w {
  display: block;
}
.CardInput-module_card-input__form--loading__rrmdj {
  opacity: 0;
}
.CardInput-module_adyen-checkout__input__11tlB {
  display: block;
  max-height: 100px;
}
.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,
.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6- {
  display: none;
}
.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT {
  justify-content: flex-end;
}
.CardInput-module_revolving-plan-installments__disabled__VhNj2 {
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout-error-panel {
  margin-bottom: 20px;
}
.adyen-checkout-error-panel .adyen-checkout-error-panel__wrapper {
  font-size: 0.75em;
}
.adyen-checkout-error-panel--sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.adyen-checkout__card__dual-branding__buttons {
  display: flex;
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons--active {
  opacity: 1;
  pointer-events: auto;
}
.adyen-checkout__card__dual-branding__buttons
  .adyen-checkout__card__cardNumber__brandIcon {
  cursor: pointer;
  opacity: 1;
}
.adyen-checkout__card__dual-branding__buttons
  .adyen-checkout__card__cardNumber__brandIcon:first-child {
  right: 40px;
}
.adyen-checkout__card__dual-branding__buttons
  .adyen-checkout__card__cardNumber__brandIcon--not-selected {
  opacity: 0.5;
}
.adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 4px;
  height: 16px;
  margin-bottom: 16px;
  margin-top: -8px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.adyen-checkout__card__brands--hidden {
  height: 0;
  opacity: 0;
}
.adyen-checkout__card__brands img {
  border-radius: 3px;
  height: 16px;
  width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout-ctp__otp-resend-code {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
}
.adyen-checkout-ctp__otp-resend-code--confirmation,
.adyen-checkout-ctp__otp-resend-code--disabled {
  color: #687282;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  pointer-events: none;
}
.adyen-checkout-ctp__otp-resend-code--confirmation {
  align-items: center;
  display: flex;
}
.adyen-checkout-ctp__otp-resend-code--confirmation > img {
  margin-left: 4px;
}
.adyen-checkout-ctp__otp-resend-code-counter {
  color: #000;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
}
.adyen-checkout__field.adyen-checkout__field--otp {
  margin-bottom: 24px;
}
.adyen-checkout-ctp__otp-subtitle--highlighted {
  color: #00112c;
  font-weight: 500;
}
.adyen-checkout-ctp__card-list-single-card {
  align-items: center;
  background-color: #f7f8f9;
  border-radius: 6px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 19px;
  padding: 12px;
}
.adyen-checkout-ctp__card-list-single-card-expired {
  color: #687282;
  text-decoration: line-through;
}
.adyen-checkout-ctp__expired-label {
  color: #687282;
  font-weight: 500;
  line-height: 17px;
  margin-left: auto;
}
.adyen-checkout-ctp__card-image {
  border-radius: 3px;
  margin-right: 8px;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__element--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__element--disabled
  .adyen-checkout__dropdown__element__text {
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__element--disabled
  .adyen-checkout__dropdown__element__secondary-text {
  color: #687282;
  font-weight: 500;
  line-height: 17px;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__button--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__button--disabled
  .adyen-checkout__dropdown__button__text {
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown
  .adyen-checkout__dropdown__button--disabled
  .adyen-checkout__dropdown__button__secondary-text {
  color: #687282;
  font-weight: 500;
  opacity: 1;
}
.adyen-checkout-ctp__card {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #999595;
  cursor: pointer;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.adyen-checkout-ctp__section-logout-button {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto;
}
.adyen-checkout-ctp__section-logout-button--disabled {
  color: #687282;
  pointer-events: none;
}
.adyen-checkout-ctp__section {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  padding: 16px;
  position: relative;
}
.adyen-checkout-ctp__section .adyen-checkout__fieldset {
  margin-bottom: 24px;
}
.adyen-checkout-ctp__section-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 4px;
}
.adyen-checkout-ctp__section-subtitle {
  color: #687282;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 16px;
}
.adyen-checkout-ctp__section-header-logo {
  margin-right: 6px;
  width: 24px;
}
.adyen-checkout-ctp__section-header-pipe {
  height: 15px;
  margin-right: 6px;
}
.adyen-checkout-ctp__section-header {
  align-items: center;
  display: flex;
  height: 18px;
  margin-bottom: 16px;
}
.adyen-checkout-ctp__section-header-scheme {
  margin-right: 6px;
  -o-object-fit: none;
  object-fit: none;
}
.adyen-checkout-ctp__section-header-scheme-mc {
  width: 27px;
}
.adyen-checkout-ctp__section-header-scheme-visa {
  width: 35px;
}
.adyen-checkout-ctp__separator {
  color: #00112c;
  font-size: 13px;
  font-weight: 400;
}
.adyen-checkout-ctp__loading-loader {
  margin-bottom: 24px;
  padding-top: 58px;
}
.adyen-checkout-ctp__loading-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 8px;
  text-align: center;
}
.adyen-checkout-ctp__loading-subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0 auto 59px;
  max-width: 300px;
  text-align: center;
}
.adyen-checkout__field.adyen-checkout__field--shopperLogin {
  margin-bottom: 24px;
}
.adyen-checkout__button-group {
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.adyen-checkout__button-group .adyen-checkout__button {
  background: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px #99a3ad;
  color: #00112c;
  font-size: 0.81em;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0;
  text-align: center;
}
.adyen-checkout__button-group .adyen-checkout__button:last-child {
  margin-right: 0;
}
.adyen-checkout__button-group .adyen-checkout__button:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button:active {
  background: #f7f8f9;
  box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button--disabled,
.adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button-group .adyen-checkout__button--selected,
.adyen-checkout__button-group .adyen-checkout__button--selected:active,
.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,
.adyen-checkout__button-group .adyen-checkout__button--selected:hover {
  background: #e5efff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none;
}
.adyen-checkout__button-group
  .adyen-checkout__button
  .adyen-checkout__button-group__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__text {
  color: #00112c;
  margin-bottom: 56px;
  text-align: center;
}
.adyen-checkout__campaign {
  background: #00112c;
  border-radius: 6px;
  height: 227px;
  overflow: hidden;
  position: relative;
}
.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
  text-decoration: underline;
}
.adyen-checkout__campaign-container {
  height: 100%;
}
.adyen-checkout__campaign-logo {
  border: 2px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 3px;
  display: block;
  height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 48px;
}
.adyen-checkout__campaign-background-image {
  background-color: #00112c;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}
.adyen-checkout__campaign-link
  .adyen-checkout__campaign-background-image:before {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transition: transform 0.6s ease-out;
  width: 100%;
}
.adyen-checkout__campaign-link
  .adyen-checkout__campaign-background-image:hover:before {
  transform: scale(1.1);
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-content {
  pointer-events: none;
}
.adyen-checkout__campaign-content {
  bottom: 0;
  padding: 16px;
  position: absolute;
  z-index: 2;
}
.adyen-checkout__campaign-description,
.adyen-checkout__campaign-title {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.adyen-checkout__campaign-title {
  font-size: 1em;
  margin-bottom: 8px;
}
.adyen-checkout__campaign-description {
  font-size: 0.81em;
  line-height: 19px;
}
.adyen-checkout__adyen-giving-actions {
  margin-top: 16px;
}
.adyen-checkout__button.adyen-checkout__button--donate {
  margin: 16px auto 8px;
}
.adyen-checkout__button.adyen-checkout__button--decline {
  display: block;
  margin: auto;
  width: auto;
}
.adyen-checkout__paywithgoogle {
  height: 48px;
}
.adyen-checkout__paywithgoogle > div > button,
.adyen-checkout__paywithgoogle > div > button.long,
.adyen-checkout__paywithgoogle > div > button.short {
  height: 48px;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__paywithgoogle > div > button.long:focus,
.adyen-checkout__paywithgoogle > div > button.short:focus,
.adyen-checkout__paywithgoogle > div > button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0;
}
.adyen-checkout__paywithgoogle > div > button.gpay-button {
  padding: 15px 24px 13px;
}
.adyen-checkout__econtext-input__field
  > .adyen-checkout__button--pay:only-child {
  margin-top: 0;
}
.adyen-checkout__voucher-result {
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.adyen-checkout__voucher-result__bottom,
.adyen-checkout__voucher-result__top {
  background: #fff;
  border: 1px solid #d4d9db;
}
.adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  padding: 40px 0 24px;
}
.adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 12px 12px;
  border-top: 0;
}
.adyen-checkout__voucher-result__separator {
  align-items: center;
  background: #fff;
  display: flex;
  height: 13px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 14px);
}
.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCAwIDUgMiAxLjUgNEg3VjBIMFptMCAxMyA1LTIgMS41LTRIN3Y2SDBaIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTYuNDIzIDYuNUM2LjQyMyAzLjMxMiAzLjc4My43NTYuNS41MThjMy4zODYuMjM2IDYgMi44NTUgNiA1Ljk4MiAwIDMuMTI3LTIuNjE0IDUuNzQ2LTYgNS45ODN2LS4wMDFjMy4yODQtLjIzNyA1LjkyMy0yLjc5NCA1LjkyMy01Ljk4MloiIHN0cm9rZT0iI0Q0RDlEQiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6bTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.adyen-checkout__voucher-result__separator:before {
  left: -7px;
}
.adyen-checkout__voucher-result__separator:after,
.adyen-checkout__voucher-result__separator:before {
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  top: 0;
  width: 7px;
}
.adyen-checkout__voucher-result__separator:after {
  right: -7px;
  transform: rotate(-180deg);
}
.adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid #e6e9eb;
  width: 100%;
}
.adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}
.adyen-checkout__link--voucher-result-instructions {
  display: inline-block;
}
.adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: 48px;
  margin: 0 24px;
  position: relative;
}
.adyen-checkout__voucher-result__image__wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before {
  border-left: 1px solid #d4d9db;
  content: "";
  height: 64px;
  left: -24.5px;
  position: absolute;
  top: -8px;
  width: 1px;
}
.adyen-checkout__voucher-result__image__brand,
.adyen-checkout__voucher-result__image__issuer {
  border-radius: 3px;
  height: 48px;
}
.adyen-checkout__voucher-result__introduction {
  color: #00112c;
  font-size: 0.81em;
  line-height: 19px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.adyen-checkout__voucher-result__amount {
  color: #00112c;
  font-size: 1em;
  font-weight: 700;
  margin: 24px auto 0;
  text-align: center;
}
.adyen-checkout__voucher-result__surcharge {
  color: #687282;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}
.adyen-checkout__voucher-result__code__label {
  display: block;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
}
.adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute;
}
.adyen-checkout__voucher-result__code__label__text {
  background: #fff;
  color: #00112c;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1;
  padding: 0 8px;
}
.adyen-checkout__voucher-result__code__barcode {
  display: block;
  height: 56px;
  margin: 0 auto 8px;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__voucher-result__code {
  border-width: 1px 0;
  color: #00112c;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
  word-break: break-word;
}
.adyen-checkout__voucher-result__details {
  list-style: none;
  margin: -1px auto 0;
  padding: 0;
}
.adyen-checkout__voucher-result__details__item {
  border-top: 1px solid #e6e9eb;
  color: #00112c;
  display: flex;
  font-size: 0.81em;
  justify-content: space-between;
  padding: 16px 24px;
  word-break: break-word;
}
.adyen-checkout__voucher-result__details__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__voucher-result__details__label {
  max-width: 50%;
  text-align: left;
}
.adyen-checkout__voucher-result__details__value {
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}
.adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 32px;
  max-width: 100%;
  min-width: 200px;
  padding: 0;
  width: 300px;
}
.adyen-checkout__voucher-result__actions__item {
  margin: 0 4px;
}
.adyen-checkout__paypal__buttons {
  position: relative;
  z-index: 0;
}
.adyen-checkout__paypal__button {
  display: flex;
  margin-bottom: 16px;
}
.adyen-checkout__paypal__button:empty {
  display: none;
}
.adyen-checkout__paypal__status--pending {
  margin: 16px 0;
}
.adyen-checkout__paypal__status--processing {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 24px 0;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
  margin: -16px 0 38px;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
  padding: 20px 0 65px;
}
.adyen-checkout__phone-input {
  direction: ltr;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper {
  width: 100%;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__input {
  height: auto;
  padding: 0;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__input:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px;
  left: 40px;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__input--phoneNumber {
  border: 1px solid transparent;
  height: 35px;
  margin-left: 8px;
  padding-left: 15px;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__input-wrapper--phoneInput {
  align-items: center;
  display: flex;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__input-wrapper--phoneInput:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__phoneNumber {
  align-items: center;
  display: flex;
  margin-left: 65px;
  width: 100%;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__countryFlag {
  position: absolute;
}
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button--active,
.adyen-checkout__phone-input
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none;
}
.adyen-checkout__threeds2__challenge,
.adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  height: inherit;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.adyen-checkout__threeds2__challenge--01,
.adyen-checkout__threeds2__challenge--01
  .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 250px;
}
.adyen-checkout__threeds2__challenge--02,
.adyen-checkout__threeds2__challenge--02
  .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 390px;
}
.adyen-checkout__threeds2__challenge--03,
.adyen-checkout__threeds2__challenge--03
  .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 500px;
}
.adyen-checkout__threeds2__challenge--04,
.adyen-checkout__threeds2__challenge--04
  .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 600px;
}
.adyen-checkout__threeds2__challenge--05,
.adyen-checkout__threeds2__challenge--05
  .adyen-checkout__iframe--threeDSIframe {
  height: 100%;
  width: 100%;
}
.adyen-checkout__iframe--threeDSIframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
  color: #c12424;
  margin-bottom: 56px;
  text-align: center;
}
.adyen-checkout__qr-loader {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.adyen-checkout__qr-loader--result {
  padding: 100px;
}
.adyen-checkout__qr-loader__brand-logo {
  border-radius: 3px;
  width: 74px;
}
.adyen-checkout__qr-loader__subtitle {
  margin: 32px auto 0;
  max-width: 400px;
}
.adyen-checkout__qr-loader__subtitle--result {
  margin-bottom: 32px;
}
.adyen-checkout__qr-loader__payment_amount,
.adyen-checkout__qr-loader__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
}
.adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__qr-loader__payment_amount {
  font-weight: 700;
}
.adyen-checkout__qr-loader__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  padding-right: 3%;
  width: 152px;
}
.adyen-checkout__qr-loader__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%;
}
.adyen-checkout__qr-loader__countdown {
  color: #687282;
  font-size: 0.81em;
}
.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__qr-loader__app-link {
  display: none;
  margin-top: 16px;
}
.adyen-checkout__button.adyen-checkout__button--qr-loader {
  margin-top: 24px;
  text-decoration: none;
}
.adyen-checkout__qr-loader__instructions {
  color: #687282;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 32px;
}
.adyen-checkout__qr-loader__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media only screen and (max-device-width: 1200px) {
  .adyen-checkout__qr-loader__app-link {
    display: block;
  }
}
.adyen-checkout__voucher-result--boletobancario
  .adyen-checkout__voucher-result__code,
.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: 0.81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all;
}
.adyen-checkout__alert-message {
  border-radius: 6px;
  display: flex;
  font-size: 0.81em;
  margin: 0 0 16px;
  padding: 12px;
  text-align: left;
}
.adyen-checkout__alert-message--error {
  background: #fbe6ed;
}
.adyen-checkout__alert-message--warning {
  background: #ffeacc;
}
.adyen-checkout__alert-message--info {
  background: #e5efff;
}
.adyen-checkout__alert-message__icon {
  height: 14px;
  margin-right: 8px;
  width: 14px;
}
.adyen-checkout__giftcard-result__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.adyen-checkout__giftcard-result__header__title {
  align-items: center;
  display: flex;
}
.adyen-checkout__giftcard-result__name {
  margin-left: 8px;
}
.adyen-checkout__giftcard-result__balance {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.adyen-checkout__giftcard-result__balance__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.adyen-checkout__giftcard-result__balance__item
  .adyen-checkout__giftcard-result__balance__title--transactionLimit {
  color: #687282;
}
.adyen-checkout__giftcard-result__balance__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__giftcard-result__balance__value--amount {
  font-weight: 700;
}
.adyen-checkout__giftcard-result__remaining-balance {
  color: #687282;
  font-size: 13px;
  line-height: 19px;
  margin: 8px auto 0;
  text-align: center;
}
.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm {
  list-style: none;
  margin: 0;
  padding: 0;
}
.DropinComponent-module_adyen-checkout__payment-method__nWdwg {
  display: block;
  max-height: 60px;
}
.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: none;
}
.DropinComponent-module_adyen-checkout__payment-method__image__nB80V {
  height: 26px;
  width: 40px;
}
.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
  margin-right: 8px;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF {
  max-height: 100%;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF
  .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: block;
}
.adyen-checkout__payment-method__disable-confirmation {
  background: #c12424;
  border-left: 1px solid #b82222;
  border-right: 1px solid #b82222;
  color: #fff;
  font-size: 0.81em;
  margin: 0 -17px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.15s ease-out, max-height 0.15s linear,
    margin-bottom 0.1s linear;
}
.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open {
  margin-bottom: 16px;
  max-height: 62px;
  opacity: 1;
}
.adyen-checkout__payment-method__disable-confirmation__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex;
}
.adyen-checkout__payment-method__disable-confirmation__button {
  background: #c12424;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 14px;
  margin: 0 0 0 8px;
  padding: 8px;
  width: auto;
}
.adyen-checkout__payment-method__disable-confirmation__button:hover,
.adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
  background: #ac2020;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button:active,
.adyen-checkout__payment-method__disable-confirmation__button:hover:active {
  background: #961c1c;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button--remove,
.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
  border-color: #fff;
}
.adyen-checkout__payment-method__disable-confirmation__button--cancel,
.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
  border-color: transparent;
}
.adyen-checkout__payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__payment-method:focus {
  outline: 0;
}
.adyen-checkout__payment-method--selected + .adyen-checkout__payment-method,
.adyen-checkout__payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0;
}
.adyen-checkout__payment-method--next-selected,
.adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 0;
}
.adyen-checkout__payment-method--loading {
  opacity: 0.2;
}
.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: 0.9;
}
.adyen-checkout__payment-method--confirming
  .adyen-checkout__payment-method__details__content,
.adyen-checkout__payment-method--disabling {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__payment-method--disabling {
  opacity: 0.3;
}
.adyen-checkout__payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  padding: 12px 16px 12px 44px;
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
.adyen-checkout__payment-method--standalone
  .adyen-checkout__payment-method__header {
  padding: 16px;
}
.adyen-checkout__payment-method__header__title {
  align-items: center;
  background: none;
  border: none;
  color: #00112c;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 400;
  margin-right: 16px;
  max-width: 100%;
  padding: 4px;
}
.adyen-checkout__payment-method__surcharge {
  color: #687282;
  margin-left: 5px;
}
.adyen-checkout__payment-method--selected {
  background: #f7f8f9;
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  cursor: default;
  margin: 8px 0;
  transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    opacity 0.3s ease-out;
}
.adyen-checkout__payment-method--selected
  .adyen-checkout__payment-method__header {
  flex-wrap: wrap;
}
.adyen-checkout__payment-method__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__payment-method__name--selected {
  font-weight: 500;
}
.adyen-checkout__payment-method__details {
  padding: 0 16px;
  position: relative;
}
.adyen-checkout__payment-method__details__content {
  margin: 0 0 16px;
}
.adyen-checkout__payment-method__image__wrapper {
  height: 26px;
  position: relative;
  width: 40px;
}
.adyen-checkout__payment-method__image__wrapper--outline:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__payment-method__image {
  border-radius: 3px;
  display: block;
}
.adyen-checkout__payment-method__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  height: 16px;
  margin: 4px 0;
  overflow: hidden;
  text-align: right;
}
.adyen-checkout__payment-method__brands
  .adyen-checkout__payment-method__brand-number {
  color: #99a3ad;
  font-size: 13px;
}
.adyen-checkout__payment-method--selected
  .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left;
}
.adyen-checkout__payment-method__brands
  .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  transition: opacity 0.2s ease-out;
  width: 24px;
}
.adyen-checkout__payment-method__brands
  .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: 0;
}
.adyen-checkout__payment-method--selected
  .adyen-checkout__payment-method__brands
  .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: 4px;
}
.adyen-checkout__payment-method__brands img {
  height: 16px;
  width: 24px;
}
.adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: 0.25;
}
.adyen-checkout__payment-method__radio {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 16px;
  left: 16px;
  position: absolute;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 16px;
}
.adyen-checkout__payment-method--standalone
  .adyen-checkout__payment-method__radio {
  display: none;
}
.adyen-checkout__payment-method__radio:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-out;
  width: 6px;
}
.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected)
  .adyen-checkout__payment-method__radio {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}
.adyen-checkout__payment-method__radio--selected {
  background-color: #0075ff;
  border: 0;
  transition: all 0.3s ease-out;
}
.adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__payment-method__radio--selected:after {
  transform: translateY(-50%) scale(1);
}
.adyen-checkout__order-payment-methods-list {
  list-style: none;
  margin: 0 auto 16px;
  padding: 0;
}
.adyen-checkout__order-payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.adyen-checkout__order-payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.adyen-checkout__order-payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.adyen-checkout__order-payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 500;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
.adyen-checkout__order-payment-method__header
  .adyen-checkout__payment-method__header__title {
  padding: 0;
}
.adyen-checkout__order-payment-method__details {
  padding: 0 16px 16px;
}
.adyen-checkout__order-payment-method__deducted-amount {
  display: flex;
  font-size: 1em;
  justify-content: space-between;
  line-height: 1em;
}
.adyen-checkout__order-payment-method__deducted-amount__label {
  font-size: 0.81em;
}
.adyen-checkout__order-payment-method__deducted-amount__value {
  font-weight: 500;
}
.adyen-checkout__order-remaining-amount {
  background: #ffeacc;
  border-radius: 6px;
  color: #7f4a00;
  display: block;
  font-size: 0.81em;
  margin-bottom: 16px;
  padding: 8px 16px;
  width: 100%;
}
.adyen-checkout__order-remaining-amount strong {
  font-weight: 700;
}
.adyen-checkout__status {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d4d9db;
  border-radius: 6px;
  color: #00112c;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: 32px;
  text-align: center;
}
.adyen-checkout__status__icon {
  margin-bottom: 24px;
}
.adyen-checkout__status .adyen-checkout__spinner__wrapper {
  max-height: 88px;
}
.adyen-checkout__dropin,
.adyen-checkout__dropin *,
.adyen-checkout__dropin :after,
.adyen-checkout__dropin :before {
  box-sizing: border-box;
}
.adyen-checkout__payment-methods-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__instant-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout__instant-payment-methods-list li:not(:last-child) {
  margin-bottom: 8px;
}
.adyen-checkout__link {
  color: #0075ff;
  text-decoration: none;
}
.adyen-checkout__link:hover {
  text-decoration: underline;
}
.AchInput-module_adyen-checkout__input__8WwCR {
  display: block;
  max-height: 100px;
}
.adyen-checkout__pm__holderName {
  margin-bottom: 0;
}
.adyen-checkout__fieldset__title + .adyen-checkout__ach-sf__form {
  margin-top: 0;
}
.adyen-checkout__ach-input .adyen-checkout__fieldset--address,
.adyen-checkout__ach-sf__form {
  margin-top: 16px;
}
.adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout-phone-input--new {
  direction: ltr;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper {
  width: 100%;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__input {
  height: auto;
  padding: 0;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__input:focus-within {
  border: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__input:focus-within
  .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button--active,
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout-input--phone-number {
  border: 1px solid transparent;
  height: 35px;
  line-height: 35px;
  min-height: 35px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout-input--phone-number:focus-within {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #dce0e5;
  min-width: 134px;
  width: 134px;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout-input-holder--phone-input {
  align-items: center;
  display: flex;
}
.adyen-checkout-phone-input--new
  .adyen-checkout__input-wrapper
  .adyen-checkout-phone-number {
  align-items: center;
  display: flex;
  flex: 3;
}
.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder {
  margin-top: -10px;
}
.adyen-checkout__await {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.adyen-checkout__await--result {
  padding: 100px;
}
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.adyen-checkout__await__brand-logo {
  border-radius: 3px;
  width: 74px;
}
.adyen-checkout__await__indicator-text,
.adyen-checkout__await__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
  margin-top: 32px;
}
.adyen-checkout__await__indicator-holder
  .adyen-checkout__await__indicator-text {
  margin-left: 10px;
  margin-top: 6px;
}
.adyen-checkout__await__indicator-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 32px;
}
.adyen-checkout__await__subtitle--result {
  margin-bottom: 32px;
}
.adyen-checkout__await__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__await__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  width: 152px;
}
.adyen-checkout__await__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%;
}
.adyen-checkout__await__countdown {
  color: #687282;
  font-size: 0.81em;
}
.adyen-checkout__await > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__await__app-link {
  display: none;
  margin-top: 16px;
}
@media only screen and (max-device-width: 1200px) {
  .adyen-checkout__await__app-link {
    display: block;
  }
}
.adyen-checkout__blik__helper {
  color: #00112c;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0;
}
.adyen-checkout__bankTransfer__introduction {
  color: #00112c;
  font-size: 0.81em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0;
}
.adyen-checkout__bankTransfer__emailField {
  margin: 0 0 16px;
}
.adyen-checkout__bacs--confirm {
  position: relative;
}
.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
  display: none;
}
.adyen-checkout__bacs .adyen-checkout__field--inactive {
  pointer-events: none;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
  width: 20%;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
  top: -50px;
}
.adyen-checkout__bacs
  .adyen-checkout__bacs--edit
  .adyen-checkout__bacs--edit-button {
  background: none;
  border: none;
  color: #0075ff;
  cursor: pointer;
  text-align: end;
  text-decoration: underline;
}
.adyen-checkout__voucher-result__introduction {
  font-size: 1em;
  max-width: 420px;
}
.adyen-checkout__klarna-widget {
  pointer-events: all;
}
.adyen-checkout__field--vpa {
  margin-bottom: 0;
}
.adyen-checkout__segmented-control {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 4px 5px;
}
.adyen-checkout__segmented-control--disabled {
  pointer-events: none;
}
.adyen-checkout__segmented-control--disabled
  > .adyen-checkout__segmented-control-segment {
  color: #8390a3;
}
.adyen-checkout__segmented-control--disabled
  > .adyen-checkout__segmented-control-segment--selected {
  background: #f3f6f9;
  border: 1.5px solid #8390a3;
}
.adyen-checkout__segmented-control-segment {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #0075ff;
  cursor: pointer;
  flex-grow: 1;
  font-weight: 500;
  height: 40px;
  text-align: center;
  transition: background 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
  background-color: #f7f8f9;
}
.adyen-checkout__segmented-control-segment:active {
  background-color: #f7f8f9;
  border: 1.5px solid #687282;
}
.adyen-checkout__segmented-control-segment--selected {
  background: #e5f1ff;
  border: 1.5px solid #0075ff;
  color: #0075ff;
  font-weight: 700;
}
.adyen-checkout_upi-mode-selection-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 7px;
  margin-top: 0;
}
.adyen-checkout__segmented-control--upi-margin-bottom {
  margin-bottom: 16px;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  transform: translateZ(0);
  z-index: 1;
}
.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide {
  flex-shrink: 0;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  left: auto;
  right: 10px;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mark,
.small,
a,
address,
article,
b,
body,
center,
code,
del,
details,
div,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
ruby,
s,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 900;
  src: url(Urbanist-Black.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 900;
  src: url(Urbanist-BlackItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 800;
  src: url(Urbanist-ExtraBold.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 800;
  src: url(Urbanist-ExtraBoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  src: url(Urbanist-Bold.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 700;
  src: url(Urbanist-BoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 700;
  src: url(Urbanist-SemiBold.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 700;
  src: url(Urbanist-SemiBoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 400;
  src: url(Urbanist-Regular.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 400;
  src: url(Urbanist-Italic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 300;
  src: url(Urbanist-Light.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 300;
  src: url(Urbanist-LightItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: normal;
  font-weight: 200;
  src: url(Urbanist-ExtraLight.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 200;
  src: url(Urbanist-ExtraLightItalic.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 100;
  src: url(Urbanist-Thin.ttf)
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: Urbanist;
  font-style: italic;
  font-weight: 100;
  src: url(Urbanist-ThinItalic.ttf)
    format("truetype");
}
.fw-black,
.viewall-product__details .product-label a:hover {
  font-weight: 900 !important;
}
.fw-700,
.m-live-shopping_content .numbers span {
  font-weight: 700 !important;
}
.fp-dispo-accordion .accordion-button,
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fs-italic {
  font-style: italic !important;
}
@font-face {
  font-display: swap;
  font-family: pcomico;
  font-style: normal;
  font-weight: 400;
  src: url(pcomico.eot?puitnt);
  src: url(pcomico.eot?puitnt#iefix)
      format("embedded-opentype"),
    url(pcomico.ttf?puitnt)
      format("truetype"),
    url(pcomico.woff?puitnt)
      format("woff");
}
[class*=" icon-"],
[class^="icon-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: pcomico !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.icon-map:before {
  content: "";
}
.icon-taille .path1:before {
  color: #000;
  content: "";
}
.icon-taille .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-taille .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-arrow-up:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-tiktok:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-social-instagram:before {
  content: "";
}
.icon-carte-cadeau:before {
  content: "";
}
.icon-click-and-collect:before {
  content: "";
}
.icon-coffret-cadeau:before {
  content: "";
}
.icon-detaxe:before {
  content: "";
}
.icon-espace-printemps:before {
  content: "";
}
.icon-horloger:before {
  content: "";
}
.icon-livraison:before {
  content: "";
}
.icon-retouche:before {
  content: "";
}
.icon-services-commande:before {
  content: "";
}
.icon-shopping-mains-libres:before {
  content: "";
}
.icon-visite-historique:before {
  content: "";
}
.icon-wifi:before {
  content: "";
}
.icon-premium:before {
  content: "";
}
.icon-app-geolocalisation:before {
  content: "";
}
.icon-marquage-a-chaud:before {
  content: "";
}
.icon-objets-trouves:before {
  content: "";
}
.icon-consigne:before {
  content: "";
}
.icon-distributeur:before {
  content: "";
}
.icon-echange-remboursements:before {
  content: "";
}
.icon-paiement-devises:before {
  content: "";
}
.icon-parking:before {
  content: "";
}
.icon-coupole:before {
  content: "";
}
.icon-printania-carte-perdue .path1:before {
  color: #000;
  content: "";
}
.icon-printania-carte-perdue .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-carte-perdue .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-carte-perdue .path4:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-carte-perdue .path5:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-carte-printania:before {
  content: "";
}
.icon-printania-click-and-collect:before {
  content: "";
}
.icon-printania-cumuler-des-points:before {
  content: "";
}
.icon-printania-detenteur-carte .path1:before {
  color: #000;
  content: "";
}
.icon-printania-detenteur-carte .path2:before {
  color: #00cf77;
  content: "";
  margin-left: -1em;
}
.icon-printania-detenteur-carte .path3:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-editer:before {
  content: "";
}
.icon-printania-personal-shopper:before {
  content: "";
}
.icon-printania-points-shopping:before {
  content: "";
}
.icon-printania-points-shopping-cercle .path1:before {
  color: #000;
  content: "";
}
.icon-printania-points-shopping-cercle .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path4:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path5:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path6:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path7:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path8:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path9:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-points-shopping-cercle .path10:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path1:before {
  color: #000;
  content: "";
}
.icon-printania-retouches .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path3:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path4:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path5:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path6:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path7:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path8:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path9:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-retouches .path10:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-rosace-noire:before {
  content: "";
}
.icon-printania-rosace-rose:before {
  color: #00d072;
  content: "";
}
.icon-printania-salon:before {
  content: "";
}
.icon-printania-journees-printania:before {
  content: "";
}
.icon-printania-acclerateur-bon-reduc:before {
  content: "";
}
.icon-printania-bon-reduc-10-euros:before {
  content: "";
}
.icon-printania-bon-reduc-numerotation .path1:before {
  color: #000;
  content: "";
}
.icon-printania-bon-reduc-numerotation .path2:before {
  color: #dc006b;
  content: "";
  margin-left: -1em;
}
.icon-printania-bon-redution:before {
  content: "";
}
.icon-printania-calendrier-printania:before {
  content: "";
}
.icon-printania-click-and-collect1:before {
  content: "";
}
.icon-printania-journees_numerot .path1:before {
  color: #000;
  content: "";
}
.icon-printania-journees_numerot .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-journees_numerot .path3:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-journees_numerot .path4:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-journees_numerot .path5:before {
  color: #dc006b;
  content: "";
  margin-left: -1em;
}
.icon-printania-livraison-gratuite:before {
  content: "";
}
.icon-printania-localisation .path1:before {
  color: #000;
  content: "";
}
.icon-printania-localisation .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-printania-localisation .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-printania-parking-cafe-offert:before {
  content: "";
}
.icon-printania-utiliser-points-shopping:before {
  content: "";
}
.icon-apple-podcast:before {
  content: "";
}
.icon-castbox:before {
  content: "";
}
.icon-deezer:before {
  content: "";
}
.icon-google-podcast:before {
  content: "";
}
.icon-ecouter-podcasts:before {
  content: "";
}
.icon-podcast-addict:before {
  content: "";
}
.icon-spotify:before {
  content: "";
}
.icon-position:before {
  content: "";
}
.icon-itineraire .path1:before {
  color: #1d1d1b;
  content: "";
}
.icon-itineraire .path2:before {
  color: #fff;
  content: "";
  margin-left: -1.0625em;
}
.icon-focus-map:before {
  content: "";
}
.icon-burger:before {
  content: "";
}
.icon-cadeau:before {
  content: "";
}
.icon-devise:before {
  content: "";
}
.icon-devise-livres:before {
  content: "";
}
.icon-fonction-fermer:before {
  content: "";
}
.icon-mon-compte:before {
  content: "";
}
.icon-panier:before {
  content: "";
}
.icon-panier-vide:before {
  content: "";
}
.icon-recherche:before {
  content: "";
}
.icon-wishlist-coeur:before {
  content: "";
}
.icon-wishlist-coeur-outline:before {
  content: "";
}
.icon-navigation-home-casa:before {
  content: "";
}
.icon-fleche-voir-plus:before {
  content: "";
}
.icon-fleche-voir-plus-mobile .path1:before {
  color: #000;
  content: "";
}
.icon-fleche-voir-plus-mobile .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-classement:before {
  content: "";
}
.icon-classmentx4:before {
  content: "";
}
.icon-filtres:before {
  content: "";
}
.icon-fleche-caroussel-left .path1:before {
  color: #fff;
  content: "";
}
.icon-fleche-caroussel-left .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-fleche-caroussel-right .path1:before {
  color: #fff;
  content: "";
}
.icon-fleche-caroussel-right .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-plus:before {
  content: "";
}
.icon-trier-par:before {
  content: "";
}
.icon-zoom-moins:before {
  content: "";
}
.icon-zoom-plus:before {
  content: "";
}
.icon-chat-personal-stylist .path1:before {
  color: #000;
  content: "";
}
.icon-chat-personal-stylist .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-chat-service-client1 .path1:before {
  color: #000;
  content: "";
}
.icon-chat-service-client1 .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-chat-service-client1 .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-chat-service-client1 .path4:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-icone-chat:before {
  content: "";
}
.icon-mail-alerte:before {
  content: "";
}
.icon-podcast:before {
  content: "";
}
.icon-tchater:before {
  content: "";
}
.icon-telecharger:before {
  content: "";
}
.icon-telephones:before {
  content: "";
}
.icon-fonction-geolocalisation:before {
  content: "";
}
.icon-localisation:before {
  content: "";
}
.icon-player:before {
  content: "";
}
.icon-sticky-fermer-blanc .path1:before {
  color: #fff;
  content: "";
}
.icon-sticky-fermer-blanc .path2:before {
  color: #e4e4e4;
  content: "";
  margin-left: -1em;
}
.icon-sticky-fermer-blanc .path3:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-sticky-fermer-blanc .path4:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-services-sticky .path1:before {
  color: #fff;
  content: "";
}
.icon-services-sticky .path2:before {
  color: #e4e4e4;
  content: "";
  margin-left: -1em;
}
.icon-services-sticky .path3:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-services-sticky .path4:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-services-sticky .path5:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-services-sticky .path6:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-sticky-fermer-noir .path1:before {
  color: #000;
  content: "";
}
.icon-sticky-fermer-noir .path2:before {
  color: #e4e4e4;
  content: "";
  margin-left: -1em;
}
.icon-sticky-fermer-noir .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sticky-fermer-noir .path4:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sticky-personal-stylist:before {
  content: "";
}
.icon-code-promo:before {
  content: "";
}
.icon-cadenas-paiement-footer:before {
  content: "";
}
.icon-icon-carte-cadeau:before {
  content: "";
}
.icon-carte-cadeau-panier:before {
  content: "";
}
.icon-code-promo-panier:before {
  content: "";
}
.icon-instagram .path1:before {
  color: #000;
  content: "";
}
.icon-instagram .path2:before {
  color: #f2f2f2;
  content: "";
  margin-left: -1em;
}
.icon-instagram .path3:before {
  color: #f2f2f2;
  content: "";
  margin-left: -1em;
}
.icon-livraison-footer:before {
  content: "";
}
.icon-puces:before {
  content: "";
}
.icon-service-client-footer:before {
  content: "";
}
.icon-sofinco .path1:before {
  color: #000;
  content: "";
}
.icon-sofinco .path2:before {
  color: #000;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path3:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path4:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path5:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path6:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path7:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path8:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path9:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path10:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path11:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path12:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path13:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path14:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path15:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-sofinco .path16:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-retours-gratuit .path1:before {
  color: #000;
  content: "";
}
.icon-retours-gratuit .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-visibilite:before {
  content: "";
}
.icon-visibilite-off:before {
  content: "";
}
.icon-valider-panier:before {
  content: "";
}
.icon-pourcent:before {
  content: "";
}
.icon-check-cercle .path1:before {
  color: #000;
  content: "";
}
.icon-check-cercle .path2:before {
  color: #fff;
  content: "";
  margin-left: -1em;
}
.icon-check-solo:before {
  color: #00cf77;
  content: "";
}
.icon-ecouter-podcasts1:before {
  content: "";
}
.icon-numero-cercle-1:before {
  content: "";
}
.icon-numero-cercle-2:before {
  content: "";
}
.icon-numero-cercle-3:before {
  content: "";
}
.icon-info-plein:before {
  content: "";
}
.icon-info-vide:before {
  content: "";
}
.icon-formulaire:before {
  content: "";
}
.icon-finaliser-commande:before {
  content: "";
}
.icon-faq-old:before {
  content: "";
}
.icon-faq:before {
  content: "";
}
.icon-contact:before {
  content: "";
}
.icon-arobase:before {
  content: "";
}
.icon-arobase-bold:before {
  content: "";
}
.icon-messenger:before {
  content: "";
}
.icon-calendrier:before {
  content: "";
}
.icon-coupole-in-label {
  bottom: 9px;
  right: 11px;
}
.pcom-picto {
  display: inline-block;
}
.pcom-picto.black-back-arrow {
  background: url(arrow-left-black.ec7a47736e6a95f3bc80.svg)
    no-repeat;
  content: " ";
  height: 18px;
  margin-top: 3px;
  width: 18px;
}
.pcom-picto.pourcentage-rounded-black {
  background: url(pourcentage-rounded-black.3c6eb7c2e238dedf0ec2.svg)
    no-repeat;
  content: " ";
  height: 20px;
  width: 20px;
}
.pcom-picto.printania-reduction {
  background: url(3644607.svg) no-repeat;
  content: " ";
  height: 20px;
  width: 20px;
}
.pcom-picto.black-cylindre {
  background: url(cylindre.9197d6a4461944a06027.svg)
    no-repeat;
  content: " ";
  height: 12px;
  width: 20px;
}
.pcom-picto.information {
  background-image: url(information.415ee9123e897b77b0ec.svg);
}
.pcom-picto.information,
.pcom-picto.information-grey {
  background-size: 20px;
  cursor: pointer;
  height: 20px;
  left: -2px;
  position: relative;
  top: -2px;
  width: 20px;
}
.pcom-picto.information-grey {
  background-image: url(information_grey.3ef312605d003736a66c.svg);
}
.pcom-picto.enveloppe-white {
  background-image: url(enveloppe-white.f6daf59cb1d141665c3d.svg);
  background-repeat: no-repeat;
  height: 18px;
  position: relative;
  width: 18px;
}
.datepicker {
  display: none;
}
.datepicker.active {
  display: block;
}
.datepicker-dropdown {
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 0;
  z-index: 20;
}
.datepicker-dropdown.datepicker-orient-top {
  padding-bottom: 4px;
  padding-top: 0;
}
.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
}
.datepicker-picker span {
  -webkit-touch-callout: none;
  border: 0;
  border-radius: 4px;
  cursor: default;
  display: block;
  flex: 1;
  text-align: center;
  user-select: none;
}
.datepicker-main {
  padding: 2px;
}
.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 4%, 0.1);
}
.datepicker-controls,
.datepicker-grid,
.datepicker-view,
.datepicker-view .days-of-week {
  display: flex;
}
.datepicker-grid {
  flex-wrap: wrap;
}
.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
  flex-basis: 14.2857142857%;
}
.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%;
}
.datepicker-cell,
.datepicker-view .week {
  height: 2.25rem;
  line-height: 2.25rem;
}
.datepicker-title {
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 1px hsla(0, 0%, 4%, 0.1);
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  text-align: center;
}
.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}
.datepicker-controls .button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.datepicker-controls .button:active,
.datepicker-controls .button:focus {
  outline: none;
}
.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}
.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}
.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}
.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: 700;
}
.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}
.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}
.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}
.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none;
}
.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  font-size: 0.75rem;
  margin: calc(0.375rem - 1px) 0.375rem;
  width: 100%;
}
.datepicker-controls .view-switch {
  flex: auto;
}
.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 2.25rem;
}
.datepicker-controls .next-btn.disabled,
.datepicker-controls .prev-btn.disabled {
  visibility: hidden;
}
.datepicker-view .dow {
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.5rem;
  line-height: 1.5rem;
}
.datepicker-view .week {
  color: #b5b5b5;
  font-size: 0.75rem;
  width: 2.25rem;
}
@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem;
  }
}
.datepicker-grid {
  width: 15.75rem;
}
.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}
.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600;
}
.datepicker-cell.disabled {
  color: #dbdbdb;
}
.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
  color: #7a7a7a;
}
.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
  color: #e6e6e6;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eee;
}
.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}
.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}
.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}
.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}
.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
  background-color: #b5b5b5;
  color: #fff;
}
.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}
.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px;
}
.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0;
}
.datepicker-cell.range {
  background-color: #dbdbdb;
  border-radius: 0;
}
.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5;
}
.datepicker-cell.range.disabled {
  color: #c2c2c2;
}
.datepicker-cell.range.focused {
  background-color: #cfcfcf;
}
.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}
.datepicker-input.in-edit {
  border-color: #2366d1;
}
.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f5f5;
  --bs-dark: #363636;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 54, 54, 54;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 10, 10, 10;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(10, 10, 10, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
}
address,
p {
  margin-bottom: 1rem;
}
address {
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
pre {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.img-fluid {
  height: auto;
  max-width: 100%;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.gx-3 {
  --bs-gutter-x: 1rem;
}
@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
body {
  font-family: Urbanist;
  line-height: 1.25;
}
p {
  margin-bottom: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
button {
  background: none;
  border: none;
}
img {
  max-width: 100%;
}
.main-container,
.main-container-lg,
.main-container-md {
  padding: 0 1rem;
  width: 100%;
}
@media (max-width: 575.98px) {
  .main-container.px-mob-0,
  .px-mob-0.main-container-lg,
  .px-mob-0.main-container-md {
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 1660px) {
  .main-container,
  .main-container-lg,
  .main-container-md {
    padding: 0;
    width: 1660px;
  }
}
@media (max-width: 767.98px) {
  .main-container-md {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .main-container-lg {
    padding: 0;
  }
}
.text-underline {
  text-decoration: underline;
}
.link-underline-none {
  text-decoration: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.strikethrough {
  text-decoration: line-through;
}
.border-none {
  border: none !important;
}
[data-obf] {
  cursor: pointer;
}
.no-scroll {
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  right: 0;
}
.main-container,
.main-container-lg,
.main-container-md {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bloc-x1-bloc .modules_x2__container__item,
.bloc-x1-bloc .modules_x2__container__item__bloc__data,
.decouvrir__withArrow,
.dressing--counter,
.dropdown-filter__button,
.dropdown-viewall-sort__button,
.encart__container,
.encart__container-blue__gradient,
.encart__container-white,
.guide-taille__title,
.list-green li,
.list-green-check li,
.list-grey li,
.moncompte-sidemenu__link,
.page-viewall .dropdown-viewall-filter__button,
.pcom-dropdown.dropdown--icon button .button-left,
.pcom-dropdown__button,
.prd-price-container,
.size-select__placeholder,
.text-icon,
.total-look--price-container,
.viewall-product__card .product-information__size {
  align-items: center;
  display: flex;
}
.carte-cadeau--tabs,
.guide-taille__illustration {
  display: flex;
  justify-content: center;
}
.bloc-x1,
.bloc-x1-bloc .modules_x2__container,
.box,
.carte-cadeau--stepper,
.contact-pg--container .validatebutton,
.cta,
.cta--block,
.dressing--list-header .connexion-alert,
.dressing-empty--cta,
.dressing-empty--icon,
.dressing-product--card-img,
.dressing-product--name,
.fil-info,
.input-submit,
.label2,
.label3,
.magazine-page .edito-list-menu--link,
.pcom-tabs__item,
.pcom-toggle--green .pcom-toggle__item,
.pcom-toggle__item,
.printania-section--brand-selected,
.prise-de-rdv--cell,
.tag,
.viewall-product__card .product-information .element-size,
.viewall-tag {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bulles .bulles-padding-large,
.bulles .bulles-padding-small,
.module-estore {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.lightgrey__container .bloc-trade__container,
.module-product__container,
.modules_x4_magasins__container,
.modules_x4_paysage__container,
.newsletter {
  display: flex;
  justify-content: space-between;
}
.cta,
.dropdown-filter__button,
.dropdown-viewall-sort__button,
.input-submit,
.label--live-shopping-2,
.label2,
.label3,
.page-viewall .dropdown-viewall-filter__button,
.pcom-dropdown__button,
.pcom-dropdown__menu .buttons-filters .to-reset,
.pcom-dropdown__menu .buttons-filters .to-validate,
.viewall-filter-action .to-reset a,
.viewall-filter-action .to-validate a {
  font-size: 0.75rem;
}
.elt-selected.size-selected .available,
.elt-selected.size-selected .out-of-stock,
.elt-selected.size-selected .unavailable,
.label2--medium,
.pcom-dropdown__item .item-link,
.select-elements .elt-items .available,
.select-elements .elt-items .out-of-stock,
.select-elements .elt-items .unavailable,
.tag,
.viewall-tag {
  font-size: 0.875rem;
}
.bulles__container__title {
  font-size: 1.125rem;
}
.bulles__container__circle {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}
.pcom-dropdown__menu {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
.tag {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
}
.header__burger {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.078);
}
.pcom-toggle__item-gradient.active,
.pcom-toggle__item-gradient:hover {
  background: linear-gradient(#f2f2f2, #c6c6c6);
}
.abcdaire-letters .letter-slider--button:hover,
.fp-dispo-accordion
  .modules_x4_magasins__container__item__title
  .accordion-body,
.fp-dispo-accordion
  .modules_x4_magasins__container__item__title
  .accordion-button,
.link-bg-gold,
.link-hover-gold,
.link-hover-gold:hover,
.magazine-page .edito-list-menu--link.active,
.magazine-page .edito-list-menu--link:hover,
.modules_x4_magasins__container__item__title
  .fp-dispo-accordion
  .accordion-body,
.modules_x4_magasins__container__item__title
  .fp-dispo-accordion
  .accordion-button,
.modules_x4_magasins__container__item__title .heading-3,
.modules_x4_magasins__container__item__title .icon-fleche-voir-plus,
.online-filter-wrapper .online-filter input:checked + label,
.online-filter-wrapper .online-filter label:hover {
  background: transparent linear-gradient(100deg, #edba23, #c7a016) 0 0
    no-repeat padding-box;
}
.header__burger {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.9);
}
#clickandcollect-list .magasin-list-content::-webkit-scrollbar,
.abcdaire-filter__content::-webkit-scrollbar,
.abcdaire-letters .letter-slider::-webkit-scrollbar,
.elt-options::-webkit-scrollbar,
.header__burger::-webkit-scrollbar,
.header__main--inside-icon-hover
  .header__main--wishlist-full
  .header__main__wishlist--container
  .header__main__wishlist--content::-webkit-scrollbar,
.header__main__cart--content::-webkit-scrollbar,
.header__search::-webkit-scrollbar,
.personal-shopper-filter__content::-webkit-scrollbar,
.section-filter__action .selected-filters::-webkit-scrollbar,
.section-product-manager .selected-filters::-webkit-scrollbar,
.size-select .elt-options::-webkit-scrollbar,
.viewall-filter ul.viewall-filter__content::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 8px;
  width: 12px;
}
#clickandcollect-list .magasin-list-content::-webkit-scrollbar-track,
.abcdaire-filter__content::-webkit-scrollbar-track,
.abcdaire-letters .letter-slider::-webkit-scrollbar-track,
.elt-options::-webkit-scrollbar-track,
.header__burger::-webkit-scrollbar-track,
.header__main--inside-icon-hover
  .header__main--wishlist-full
  .header__main__wishlist--container
  .header__main__wishlist--content::-webkit-scrollbar-track,
.header__main__cart--content::-webkit-scrollbar-track,
.header__search::-webkit-scrollbar-track,
.personal-shopper-filter__content::-webkit-scrollbar-track,
.section-filter__action .selected-filters::-webkit-scrollbar-track,
.section-product-manager .selected-filters::-webkit-scrollbar-track,
.size-select .elt-options::-webkit-scrollbar-track,
.viewall-filter ul.viewall-filter__content::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 20px;
}
#clickandcollect-list .magasin-list-content::-webkit-scrollbar-thumb,
.abcdaire-filter__content::-webkit-scrollbar-thumb,
.abcdaire-letters .letter-slider::-webkit-scrollbar-thumb,
.elt-options::-webkit-scrollbar-thumb,
.header__burger::-webkit-scrollbar-thumb,
.header__main--inside-icon-hover
  .header__main--wishlist-full
  .header__main__wishlist--container
  .header__main__wishlist--content::-webkit-scrollbar-thumb,
.header__main__cart--content::-webkit-scrollbar-thumb,
.header__search::-webkit-scrollbar-thumb,
.personal-shopper-filter__content::-webkit-scrollbar-thumb,
.section-filter__action .selected-filters::-webkit-scrollbar-thumb,
.section-product-manager .selected-filters::-webkit-scrollbar-thumb,
.size-select .elt-options::-webkit-scrollbar-thumb,
.viewall-filter ul.viewall-filter__content::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #e7e7e7;
  border-radius: 20px;
}
.pcom-dropdown__menu .dropdown-list::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.pcom-dropdown__menu .dropdown-list::-webkit-scrollbar-track {
  background-color: #b9b9b9;
  border-radius: 20px;
}
.pcom-dropdown__menu .dropdown-list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: #e7e7e7;
  border: 1px solid #b9b9b9;
  border-radius: 20px;
}
.bg-color--grey2--rounded-4,
.bloc-printania,
.pcom-simple-accordion .accordion-item.active {
  border-radius: 4px;
}
.dressing-product--cta-cart a,
.icon-button-player,
.label3,
.viewall-product__card .product-information .element-size {
  border-radius: 6px;
}
.dressing-product--card-info .discount,
.viewall-product__details .discount {
  border-radius: 7px;
}
.bloc-x1-bloc .modules_x2__container__item,
.bloc-x1-bloc .modules_x2__container__item__bloc,
.bloc-x1-bloc .modules_x2__container__item__img,
.bloc-x1-bloc .modules_x2__container__item__video,
.label--live-shopping-2,
.m-live-shopping_smartphone,
.m-live-shopping_smartphone:after,
.m-live-shopping_smartphone__bloc,
.m-live-shopping_smartphone__image,
.modules_x4__container__item,
.modules_x4__container__item--img,
.modules_x4__container__item__bloc {
  border-radius: 8px;
}
.page-account .rounded-block,
.page-adresse-formulaire .rounded-block {
  border-radius: 8px 8px 122px 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-account .rounded-block,
  .page-adresse-formulaire .rounded-block {
    border-radius: 8px 8px 200px 8px;
  }
}
.page-account .simple-block .item-border-top {
  border-top: 1px solid #e7e7e7;
}
.page-account .simple-block .item-border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.fp-color-select,
.fp-silhouette__carousel,
.fp-similaires__carousel,
.fp-t2s__carousel,
.product-carousel,
.sticky-service,
.swiperProduct,
.swiperProduct__trade,
.viewall-product__card {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abcdaire-all .letter_anchor,
.rdv-page-scroll {
  scroll-margin-top: 8.75rem;
}
#recap__panier .recap__panier-package-accordion .accordion-item,
.fp-details .accordion-item,
.programme-partenaire--accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #a7a7a7;
  border-radius: 0;
  min-height: 4rem;
}
#recap__panier .recap__panier-package-accordion .accordion-button,
.fp-details .accordion-button,
.programme-partenaire--accordion .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 900;
  height: 4rem;
  padding-left: 0;
  padding-right: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #recap__panier .recap__panier-package-accordion .accordion-button,
  .fp-details .accordion-button,
  .programme-partenaire--accordion .accordion-button {
    font-size: 1.25rem;
  }
}
#recap__panier
  .recap__panier-package-accordion
  .accordion-button[data-bs-target]:before,
.fp-details .accordion-button[data-bs-target]:before,
.programme-partenaire--accordion .accordion-button[data-bs-target]:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
#recap__panier
  .recap__panier-package-accordion
  .accordion-button[data-bs-target]:not(.collapsed):before,
.fp-details .accordion-button[data-bs-target]:not(.collapsed):before,
.programme-partenaire--accordion
  .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
#recap__panier .recap__panier-package-accordion .accordion-button:after,
.fp-details .accordion-button:after,
.programme-partenaire--accordion .accordion-button:after {
  display: none;
}
#recap__panier .recap__panier-package-accordion .accordion-button:first-of-type,
.fp-details .accordion-button:first-of-type,
.programme-partenaire--accordion .accordion-button:first-of-type {
  border: none;
}
#recap__panier .recap__panier-package-accordion .accordion-button:focus,
.fp-details .accordion-button:focus,
.programme-partenaire--accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
#recap__panier
  .recap__panier-package-accordion
  .accordion-button:not(.collapsed),
.fp-details .accordion-button:not(.collapsed),
.programme-partenaire--accordion .accordion-button:not(.collapsed) {
  border: none;
  color: #000;
}
#recap__panier .recap__panier-package-accordion .accordion-body,
.fp-details .accordion-body,
.programme-partenaire--accordion .accordion-body {
  border: none;
  padding: 0 0 24px;
}
.small-size-1 {
  font-size: 0.625rem !important;
}
.small-size-2 {
  font-size: 0.75rem !important;
}
.module-textarea p,
.small-size-3 {
  font-size: 0.875rem !important;
}
.init-size,
.m-live-shopping_content .numbers span {
  font-size: 1rem !important;
}
.large-size-1 {
  font-size: 1.125rem !important;
}
.large-size-2 {
  font-size: 1.25rem !important;
}
.large-size-3 {
  font-size: 1.375rem !important;
}
.large-size-4 {
  font-size: 1.5rem !important;
}
.large-size-5 {
  font-size: 1.75rem !important;
}
.large-size-6 {
  font-size: 1.875rem !important;
}
.large-size-7 {
  font-size: 2rem !important;
}
.title-size-1 {
  font-size: 2.375rem !important;
}
.title-size-2 {
  font-size: 3rem !important;
}
.letter-spacing-3px {
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .small-size-md-1 {
    font-size: 0.625rem !important;
  }
  .small-size-md-2 {
    font-size: 0.75rem !important;
  }
  .small-size-md-3 {
    font-size: 0.875rem !important;
  }
  .init-size-md,
  .module-textarea p {
    font-size: 1rem !important;
  }
  .large-size-md-1 {
    font-size: 1.125rem !important;
  }
  .large-size-md-2,
  .m-live-shopping_content .numbers span {
    font-size: 1.25rem !important;
  }
  .large-size-md-3 {
    font-size: 1.375rem !important;
  }
  .large-size-md-4 {
    font-size: 1.5rem !important;
  }
  .large-size-md-5 {
    font-size: 1.75rem !important;
  }
  .large-size-md-6 {
    font-size: 1.875rem !important;
  }
  .large-size-md-7 {
    font-size: 2rem !important;
  }
  .title-size-md-1 {
    font-size: 2.375rem !important;
  }
  .title-size-md-2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 992px) {
  .small-size-lg-1 {
    font-size: 0.625rem !important;
  }
  .small-size-lg-2 {
    font-size: 0.75rem !important;
  }
  .small-size-lg-3 {
    font-size: 0.875rem !important;
  }
  .init-size-lg {
    font-size: 1rem !important;
  }
  .large-size-lg-1 {
    font-size: 1.125rem !important;
  }
  .large-size-lg-2 {
    font-size: 1.25rem !important;
  }
  .large-size-lg-3 {
    font-size: 1.375rem !important;
  }
  .large-size-lg-4,
  .m-live-shopping_content .numbers span {
    font-size: 1.5rem !important;
  }
  .large-size-lg-5 {
    font-size: 1.75rem !important;
  }
  .large-size-lg-6 {
    font-size: 1.875rem !important;
  }
  .large-size-lg-7 {
    font-size: 2rem !important;
  }
  .title-size-lg-1 {
    font-size: 2.375rem !important;
  }
  .title-size-lg-2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .small-size-xl-1 {
    font-size: 0.625rem !important;
  }
  .small-size-xl-2 {
    font-size: 0.75rem !important;
  }
  .small-size-xl-3 {
    font-size: 0.875rem !important;
  }
  .init-size-xl {
    font-size: 1rem !important;
  }
  .large-size-xl-1 {
    font-size: 1.125rem !important;
  }
  .large-size-xl-2 {
    font-size: 1.25rem !important;
  }
  .large-size-xl-3 {
    font-size: 1.375rem !important;
  }
  .large-size-xl-4 {
    font-size: 1.5rem !important;
  }
  .large-size-xl-5 {
    font-size: 1.75rem !important;
  }
  .large-size-xl-6 {
    font-size: 1.875rem !important;
  }
  .large-size-xl-7 {
    font-size: 2rem !important;
  }
  .title-size-xl-1 {
    font-size: 2.375rem !important;
  }
  .title-size-xl-2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .small-size-xxl-1 {
    font-size: 0.625rem !important;
  }
  .small-size-xxl-2 {
    font-size: 0.75rem !important;
  }
  .small-size-xxl-3 {
    font-size: 0.875rem !important;
  }
  .init-size-xxl {
    font-size: 1rem !important;
  }
  .large-size-xxl-1 {
    font-size: 1.125rem !important;
  }
  .large-size-xxl-2 {
    font-size: 1.25rem !important;
  }
  .large-size-xxl-3 {
    font-size: 1.375rem !important;
  }
  .large-size-xxl-4 {
    font-size: 1.5rem !important;
  }
  .large-size-xxl-5 {
    font-size: 1.75rem !important;
  }
  .large-size-xxl-6 {
    font-size: 1.875rem !important;
  }
  .large-size-xxl-7 {
    font-size: 2rem !important;
  }
  .title-size-xxl-1 {
    font-size: 2.375rem !important;
  }
  .title-size-xxl-2 {
    font-size: 3rem !important;
  }
}
.lh-1-rem {
  line-height: 1rem !important;
}
.lh-1-125-rem {
  line-height: 1.125rem !important;
}
.lh-1-25-rem,
.module-textarea p,
.paragraph {
  line-height: 1.25rem !important;
}
.lh-1-375-rem {
  line-height: 1.375rem !important;
}
.lh-1-5-rem {
  line-height: 1.5rem !important;
}
.lh-1-625-rem {
  line-height: 1.625rem !important;
}
.lh-1-75-rem {
  line-height: 1.75rem !important;
}
.lh-1-875-rem {
  line-height: 1.875rem !important;
}
.lh-2-rem {
  line-height: 2rem !important;
}
.lh-inherit {
  line-height: inherit !important;
}
@media (min-width: 768px) {
  .lh-1-rem-md {
    line-height: 1rem !important;
  }
  .lh-1-125-rem-md {
    line-height: 1.125rem !important;
  }
  .lh-1-25-rem-md {
    line-height: 1.25rem !important;
  }
  .lh-1-375-rem-md {
    line-height: 1.375rem !important;
  }
  .lh-1-5-rem-md,
  .module-textarea p {
    line-height: 1.5rem !important;
  }
  .lh-1-625-rem-md {
    line-height: 1.625rem !important;
  }
  .lh-1-75-rem-md {
    line-height: 1.75rem !important;
  }
  .lh-1-875-rem-md {
    line-height: 1.875rem !important;
  }
  .lh-2-rem-md {
    line-height: 2rem !important;
  }
  .lh-3-6-rem-md {
    line-height: 3.6rem !important;
  }
}
@media (min-width: 992px) {
  .lh-1-rem-lg {
    line-height: 1rem !important;
  }
  .lh-1-125-rem-lg {
    line-height: 1.125rem !important;
  }
  .lh-1-25-rem-lg {
    line-height: 1.25rem !important;
  }
  .paragraph {
    line-height: 1.325rem !important;
  }
  .lh-1-375-rem-lg {
    line-height: 1.375rem !important;
  }
  .lh-1-5-rem-lg {
    line-height: 1.5rem !important;
  }
  .lh-1-625-rem-lg {
    line-height: 1.625rem !important;
  }
  .lh-1-75-rem-lg {
    line-height: 1.75rem !important;
  }
  .lh-1-875-rem {
    line-height: 1.875rem !important;
  }
  .lh-2-rem-lg {
    line-height: 2rem !important;
  }
  .lh-2-625-rem-lg {
    line-height: 2.625rem !important;
  }
  .lh-3-6-rem-lg {
    line-height: 3.6rem !important;
  }
}
@media (min-width: 1200px) {
  .lh-1-rem-xl {
    line-height: 1rem !important;
  }
  .lh-1-125-rem-xl {
    line-height: 1.125rem !important;
  }
  .lh-1-25-rem-xl {
    line-height: 1.25rem !important;
  }
  .lh-1-375-rem-xl {
    line-height: 1.375rem !important;
  }
  .lh-1-5-rem-xl {
    line-height: 1.5rem !important;
  }
  .lh-1-625-rem-xl {
    line-height: 1.625rem !important;
  }
  .lh-1-75-rem-xl {
    line-height: 1.75rem !important;
  }
  .lh-1-875-rem-xl {
    line-height: 1.875rem !important;
  }
  .lh-2-rem-xl {
    line-height: 2rem !important;
  }
  .lh-3-6-rem-xl {
    line-height: 3.6rem !important;
  }
}
@media (min-width: 1400px) {
  .lh-1-rem-xxl {
    line-height: 1rem !important;
  }
  .lh-1-125-rem-xxl {
    line-height: 1.125rem !important;
  }
  .lh-1-25-rem-xxl {
    line-height: 1.25rem !important;
  }
  .lh-1-375-rem-xxl {
    line-height: 1.375rem !important;
  }
  .lh-1-5-rem-xxl {
    line-height: 1.5rem !important;
  }
  .lh-1-625-rem-xxl {
    line-height: 1.625rem !important;
  }
  .lh-1-75-rem-xxl {
    line-height: 1.75rem !important;
  }
  .lh-1-875-rem-xxl {
    line-height: 1.875rem !important;
  }
  .lh-3-6-rem-xxl {
    line-height: 3.6rem !important;
  }
}
.color--blanc {
  color: #fff;
}
.color--noir {
  color: #000;
}
.color--vert {
  color: #00d072;
}
.color--rouge {
  color: red;
}
.color--gris {
  color: #a7a7a7;
}
.color--jaune {
  color: #edba23;
}
.color--grey-6 {
  color: #747474;
}
.color--grey-7 {
  color: #565656;
}
.color--grey-8 {
  color: #e5e5e5;
}
.color--green-3,
.color--printania-1,
.color--printania-2 {
  color: #00d072;
}
.bg-color--white {
  background-color: #fff;
}
.bg-color--black {
  background-color: #000;
}
.bg-color--grey-2 {
  background-color: #f7f7f7;
}
.bg-color--grey-8 {
  background-color: #e5e5e5 !important;
}
.bg-color--green-3 {
  background-color: #00d072;
}
.bg-color--grey2--rounded-4 {
  background-color: #f7f7f7;
}
.br-color--grey-2 {
  border: 7px solid #f7f7f7;
}
.overlay-light:after {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.loader {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader__content {
  color: #00d072;
}
.swiper-lazy-preloader-green {
  border: 7px solid #00d072 !important;
  border-top-color: transparent !important;
}
.cta {
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  font-weight: 900;
  padding: 0.84rem;
  text-transform: uppercase;
}
.cta,
.cta:after {
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .cta {
    border-radius: 6px;
    padding: 0.9rem;
  }
}
.cta:hover {
  text-decoration: none;
}
.cta--block {
  height: 100% !important;
  padding: 0;
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .cta--block {
    font-size: 0.8rem;
  }
}
.cta--is-disabled,
.cta:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.cta--primary-black,
.cta--primary-dark-1,
.cta--primary-large-dark-1 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cta--primary-black:hover,
.cta--primary-dark-1:hover,
.cta--primary-large-dark-1:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.cta--primary-large-dark-1 {
  height: 48px;
  padding: 0 24px;
}
@media (min-width: 576px) {
  .cta--primary-large-dark-1 {
    height: 46px;
  }
}
.cta--primary-large-dark-1:hover svg {
  margin-bottom: 4px;
  margin-left: 10px;
}
.cta--primary-large-dark-1:hover svg path {
  fill: #00d072 !important;
}
.cta--primary-dark-2,
.cta--primary-white {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.cta--primary-dark-2:not(.active-transparent):hover,
.cta--primary-white:not(.active-transparent):hover {
  background-color: #000;
  color: #fff;
}
.cta--primary-light-1 {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.cta--primary-light-1:hover {
  background-color: transparent;
  color: #fff;
}
.cta--primary-green {
  background-color: #00d072;
  border-color: #00d072;
  color: #000;
}
.cta--primary-green:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cta--primary-doree {
  background: linear-gradient(93.17deg, #cca01c, #a56912 97.78%);
  color: #fff;
}
.cta--primary-doree:hover {
  background: #fff;
  border-color: #cca01c;
  color: #000;
}
.cta--primary-light-2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.cta--primary-light-2:hover,
.cta--wording-icon-1 {
  background-color: #fff;
  color: #000;
}
.cta--wording-icon-1 {
  border-color: #000;
}
.cta--wording-icon-1:hover {
  background-color: #000;
  color: #fff;
}
.cta--wording-icon-2,
.cta--wording-large-dark-1-with-icon {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cta--wording-icon-2:hover,
.cta--wording-large-dark-1-with-icon:hover {
  color: #00d072;
}
.cta--wording-icon-white {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.cta--wording-icon-white:hover {
  color: #000;
}
.cta--wording-icon-grey {
  background-color: #f7f7f7;
  border-color: transparent;
  color: #000;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cta--wording-icon-grey {
    gap: 125px;
  }
}
.cta--wording-icon-grey:hover {
  border-color: #000;
  color: #000;
}
.cta--see-more {
  background-color: #000;
  border-color: #000;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.75rem;
}
.cta--see-more.secondary {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.cta--see-more.secondary:after {
  background: url(fleche-noire.116115f8dcfb15eba794.svg)
    no-repeat;
}
.cta--see-more.secondary:hover {
  background-color: #000;
  color: #fff;
}
.cta--see-more.secondary:hover:after {
  background: url(fleche-blanche.25cae186397f5a292095.svg)
    no-repeat;
  content: "";
}
.cta--see-more.bordered {
  background: #fff;
  border-color: #000;
  color: #000;
}
.cta--see-more.bordered:after {
  background: url(fleche-noire.116115f8dcfb15eba794.svg)
    no-repeat;
}
.cta--see-more.no-bordered {
  background: transparent;
  border: 0;
  color: #000;
  text-transform: none;
}
.cta--see-more.no-bordered:after {
  background: url(fleche-noire.116115f8dcfb15eba794.svg)
    no-repeat;
}
.cta--see-more.no-bordered:hover {
  background: transparent;
  text-decoration: underline;
}
.cta--see-more:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.cta--see-more:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.cta--see-more:after {
  background: url(fleche-blanche.25cae186397f5a292095.svg)
    no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 0.475rem;
  transform: translateY(-2px);
  width: 14px;
}
.cta--see-more:hover:after {
  background: url(3332352.svg);
  content: "";
}
.cta--wording-large-dark-1-with-icon {
  height: 40px;
  justify-content: space-between;
  padding: 0 24px;
}
.cta--wording-large-dark-1-with-icon .cta--text {
  margin-top: 1px;
}
@media (min-width: 576px) {
  .cta--wording-large-dark-1-with-icon {
    height: 46px;
  }
}
.cta--wording-large-dark-1-with-icon:hover svg path {
  fill: #00d072 !important;
}
.cta--add-to-cart {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 0.75rem;
}
.cta--add-to-cart:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.cta--main-encart {
  display: inline-flex;
  font-size: 1rem;
}
.cta--main-encart-black,
.cta--main-encart-doree,
.cta--main-encart-green,
.cta--main-encart-white {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  display: inline-flex;
  font-family: Urbanist;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 17px;
}
.cta--main-encart-black:hover,
.cta--main-encart-doree:hover,
.cta--main-encart-green:hover,
.cta--main-encart-white:hover {
  background-color: #000;
  color: #fff;
}
.cta--main-encart-white.cta__x4,
.cta__x4.cta--main-encart-black,
.cta__x4.cta--main-encart-doree,
.cta__x4.cta--main-encart-green {
  margin-right: 0.625rem;
}
@media (max-width: 575.98px) {
  .cta--main-encart-white.cta__x4,
  .cta__x4.cta--main-encart-black,
  .cta__x4.cta--main-encart-doree,
  .cta__x4.cta--main-encart-green {
    margin-bottom: 0.813rem;
    margin-right: 0.875rem;
  }
}
.cta--main-encart-white.cta__x4:last-child,
.cta__x4.cta--main-encart-black:last-child,
.cta__x4.cta--main-encart-doree:last-child,
.cta__x4.cta--main-encart-green:last-child {
  margin-bottom: unset;
  margin-right: unset;
}
.cta--main-encart-white.cta__x1,
.cta__x1.cta--main-encart-black,
.cta__x1.cta--main-encart-doree,
.cta__x1.cta--main-encart-green {
  font-size: 0.875rem;
  height: unset;
  padding: 0.84rem;
  width: unset;
}
@media (min-width: 576px) {
  .cta--main-encart-white.cta__x1,
  .cta__x1.cta--main-encart-black,
  .cta__x1.cta--main-encart-doree,
  .cta__x1.cta--main-encart-green {
    font-size: 1rem;
    padding: 0.9rem;
  }
}
.cta--main-encart-green {
  background: #00d072;
  border: 2px solid #00d072;
  color: #000;
}
.cta--main-encart-green:hover {
  background-color: #fff;
  border: 2px solid #00d072;
  color: #000;
}
.cta--main-encart-green.cta__x4 {
  margin-right: 0.625rem;
}
@media (max-width: 575.98px) {
  .cta--main-encart-green.cta__x4 {
    margin-bottom: 0.813rem;
    margin-right: 0.875rem;
  }
}
.cta--main-encart-green.cta__x4:last-child {
  margin-bottom: unset;
  margin-right: unset;
}
.cta--main-encart-green.cta__x1 {
  font-size: 0.875rem;
  height: unset;
  padding: 0.84rem;
  width: unset;
}
@media (min-width: 576px) {
  .cta--main-encart-green.cta__x1 {
    font-size: 1rem;
    padding: 0.9rem;
  }
}
.cta--main-encart-black {
  background: #000;
  color: #fff;
}
.cta--main-encart-black:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.cta--main-encart-black.cta__x4 {
  margin-right: 0.625rem;
}
@media (max-width: 575.98px) {
  .cta--main-encart-black.cta__x4 {
    margin-bottom: 0.813rem;
    margin-right: 0.875rem;
  }
}
.cta--main-encart-black.cta__x4:last-child {
  margin-bottom: unset;
  margin-right: unset;
}
.cta--main-encart-black.cta__x1 {
  font-size: 0.875rem;
  height: unset;
  padding: 0.84rem;
  width: unset;
}
@media (min-width: 576px) {
  .cta--main-encart-black.cta__x1 {
    font-size: 1rem;
    padding: 0.9rem;
  }
}
.cta--main-encart-doree {
  background: linear-gradient(90deg, #cca01c, #a56912);
  background-origin: border-box;
  color: #fff;
}
.cta--main-encart-doree:hover {
  background: #fff;
  color: #000;
}
.cta--main-encart-doree.cta__x4 {
  margin-right: 0.625rem;
}
@media (max-width: 575.98px) {
  .cta--main-encart-doree.cta__x4 {
    margin-bottom: 0.813rem;
    margin-right: 0.875rem;
  }
}
.cta--main-encart-doree.cta__x4:last-child {
  margin-bottom: unset;
  margin-right: unset;
}
.cta--main-encart-doree.cta__x1 {
  font-size: 0.875rem;
  height: unset;
  padding: 0.84rem;
  width: unset;
}
@media (min-width: 576px) {
  .cta--main-encart-doree.cta__x1 {
    font-size: 1rem;
    padding: 0.9rem;
  }
}
.cta--add-wishlist {
  background-color: #fff;
  border-color: #000;
}
.cta--add-wishlist svg {
  stroke: #000;
}
.cta--add-wishlist:hover {
  border-color: #edba23;
}
.cta--add-wishlist:hover svg {
  fill: url(#add-bg-gold);
  stroke: url(#add-bg-gold);
}
.cta--remove-wishlist {
  background-color: #fff;
  border-color: #edba23;
}
.cta-select-language {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
}
.cta-rounded {
  border: 1px solid;
  border-radius: 25px;
  font-size: 14px;
  min-width: 122px;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
}
.cta-rounded.default {
  border-color: #e7e7e7;
  color: #565656;
}
.cta-rounded.default:hover {
  background-color: #000;
  color: #fff;
}
.cta-rounded.active.gradient,
.cta-rounded.default:hover.gradient {
  background: linear-gradient(93.17deg, #edba23, #c7a016 97.78%);
  color: #fff;
}
.label .view-all__exclusive-bis--violet,
.label .view-all__exclusive-bis--violet-bis,
.label--gradient-gold,
.label--new {
  background: transparent linear-gradient(295deg, #c7a016, #edba23) 0 0
    no-repeat padding-box;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--violet,
  .label .view-all__exclusive-bis--violet-bis,
  .label--gradient-gold,
  .label--new {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive,
.label .view-all__exclusive-gradient--green,
.label--coming-soon,
.label--green {
  background: #00d072;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive,
  .label .view-all__exclusive-gradient--green,
  .label--coming-soon,
  .label--green {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--grey,
.label .view-all__exclusive-bis--yellow,
.label--soldes,
.label--yellow {
  background: #ffd800;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--grey,
  .label .view-all__exclusive-bis--yellow,
  .label--soldes,
  .label--yellow {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis,
.label--outlet,
.label--red {
  background: #e7294f;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis,
  .label--outlet,
  .label--red {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label--black-shadowCyan,
.label--unis-vers {
  background: #000;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  box-shadow: 3px 3px 0 #3fa09b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label--black-shadowCyan,
  .label--unis-vers {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label--unis-vers_bis {
  background: #3fa09b;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label--unis-vers_bis {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--live-shopping,
.label--black-shadowGreen,
.label--live-shopping {
  background: #000;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  box-shadow: 3px 3px 0 #00d072;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--live-shopping,
  .label--black-shadowGreen,
  .label--live-shopping {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--blue,
.label--black-shadowBlue,
.label--private-sales {
  background: #000;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--blue,
  .label--black-shadowBlue,
  .label--private-sales {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--blue:after,
.label--black-shadowBlue:after,
.label--private-sales:after {
  background: transparent linear-gradient(90deg, #5789ff, #0045e8) 0 0 no-repeat
    padding-box;
  border-radius: 4px 4px 16px 4px;
  content: "";
  height: inherit;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -1;
}
.label .view-all__exclusive-bis--rose,
.label--best-friday,
.label--black-shadowPink {
  background: #000;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--rose,
  .label--best-friday,
  .label--black-shadowPink {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--rose:after,
.label--best-friday:after,
.label--black-shadowPink:after {
  background: transparent linear-gradient(90deg, #e81689, #dc006b) 0 0 no-repeat
    padding-box;
  border-radius: 4px 4px 16px 4px;
  content: "";
  height: inherit;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -1;
}
.label .view-all__exclusive-bis--black,
.label--nums,
.label--white-borderedGreen {
  background: #fff;
  border: 1px solid #00d072;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #00d072;
  font-size: 0.75rem;
  font-weight: 900;
  font-weight: 700;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--black,
  .label--nums,
  .label--white-borderedGreen {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label--white-borderedBlack {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-size: 0.75rem;
  font-weight: 900;
  font-weight: 700;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label--white-borderedBlack {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label--white-borderedGolden {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #edba23, #c7a016 97.78%);
  -webkit-background-clip: text;
  border: 1px solid #edba23;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label--white-borderedGolden {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label--white-borderedPurple {
  background: #fff;
  border: 1px solid #d138cb;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #d138cb;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label--white-borderedPurple {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--white-borderedGreen-jackpot {
  background: transparent;
  border: 1px solid #69c293;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-size: 0.75rem;
  font-weight: 900;
  height: 1.375rem;
  padding: 0.25rem 0.625rem 0.25rem 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
@media (max-width: 991.98px) {
  .label .view-all__exclusive-bis--white-borderedGreen-jackpot {
    font-size: 0.625rem;
    height: 1.125rem;
    padding: 0.188rem 0.625rem 0.188rem 0.5rem;
  }
}
.label .view-all__exclusive-bis--gradientFrench {
  background: linear-gradient(90deg, #00a4e0, #b6bdff, #c1282f);
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-weight: 900;
  height: 1.375rem;
  padding: 1px;
  position: relative;
  text-transform: uppercase;
  width: auto;
}
.label .view-all__exclusive-bis--gradientFrench .text_frenchDays {
  background: #f2f2f2 !important;
  border-radius: 0.25rem 0.25rem 1rem 0.25rem;
  color: #000;
  font-size: 0.75rem;
  height: 1px;
  padding: 0.25rem 0.7rem 1rem 0.5rem;
}
.label--live-shopping-2 {
  align-items: center;
  background-color: #000;
  border-radius: 0.5rem;
  box-shadow: 4px 4px 0 #00d072;
  color: #fff;
  display: inline-flex;
  height: 1.375rem;
  padding: 0.25rem 0.5rem;
}
@media (max-width: 575.98px) {
  .label .label-rotate {
    margin-left: 10px;
    margin-top: 1px;
    transform: translate(-2rem, 2rem) rotate(270deg);
  }
}
.label2 {
  border-radius: 1rem;
  display: inline-flex;
  font-weight: 700;
  margin: 0;
  padding: 0.25rem 0.75rem;
  vertical-align: text-bottom;
}
.label2--grey {
  background-color: #f2f2f2;
  color: #000;
}
.label2--icon {
  padding-right: 1.8rem;
}
.label2--medium {
  padding: 0.5rem 0.75rem;
}
.label2 .icon {
  height: 14px;
  margin-left: 5px;
  transform: translateY(-2px);
  width: 9px;
}
@media (min-width: 768px) {
  .label2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .label2--medium {
    font-size: 17px;
  }
}
.label3 {
  display: inline-flex;
  font-weight: 700;
  height: 24px;
  margin: 0;
  vertical-align: text-bottom;
}
.label3--text {
  font-size: 0.625rem;
  padding: 0.25rem 0.85rem 0.25rem 0.45rem;
}
.label3--icon {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 0.65rem;
}
@media (min-width: 992px) {
  .label3 {
    height: 32px;
  }
  .label3--text {
    font-size: 0.75rem;
  }
}
.tag {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 29px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 1rem 0.625rem 0;
  padding: 1rem 4.375rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.tag:hover {
  border: 1px solid #a7a7a7;
  text-decoration: none;
}
.tag:active,
.tag:focus {
  background-color: #565656;
  color: #fff;
  justify-content: space-between;
  padding: 1rem;
  width: 168px;
}
.tag:active:after,
.tag:focus:after {
  background: url(3388240.png)
    no-repeat;
  background-position: 50%;
  content: "";
  height: 8px;
  width: 8px;
}
.pcom-dropdown {
  display: flex;
}
.pcom-dropdown__button {
  background-color: #fcfcfc;
  border: 1px solid transparent;
  flex: 1;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pcom-dropdown__button {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .pcom-dropdown__button {
    font-size: 1rem;
  }
}
.pcom-dropdown__button:not(.active-transparent):hover {
  border: 1px solid #000;
}
.pcom-dropdown__button:not(.active-transparent).show {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
  color: #fff;
}
.pcom-dropdown.dropdown--big button {
  border-radius: 8px;
  height: 3.75rem;
  padding: 1.375rem;
}
@media (min-width: 992px) {
  .pcom-dropdown.dropdown--big button {
    height: 4.5rem;
    padding: 1.5rem;
  }
}
.pcom-dropdown.dropdown--small button {
  border-radius: 4px;
  height: 2.75rem;
  padding: 0.9375rem;
}
.pcom-dropdown.dropdown--filters button {
  border-radius: 0.25rem;
  height: 3.25rem;
  padding: 1.125rem;
}
.pcom-dropdown.dropdown--icon button {
  border-radius: 8px;
  height: 3.75rem;
  padding: 1.375rem;
}
@media (min-width: 992px) {
  .pcom-dropdown.dropdown--icon button {
    height: 4.5rem;
    padding: 1.5rem;
  }
}
.pcom-dropdown.dropdown--icon button:after {
  display: none;
}
.pcom-dropdown.dropdown--icon button .button-content {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.pcom-dropdown.dropdown--icon button .button-left {
  gap: 10px;
}
.pcom-dropdown.dropdown--icon button .button-right {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.pcom-dropdown__menu {
  border: none;
  margin-top: 10px;
  padding: 0.75rem;
}
.pcom-dropdown__menu ul {
  margin: 0;
  padding: 0;
}
.pcom-dropdown__menu .dropdown-list {
  max-height: 170px;
  overflow-y: auto;
}
.pcom-dropdown__menu .buttons-filters {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
}
.pcom-dropdown__menu .buttons-filters .to-reset,
.pcom-dropdown__menu .buttons-filters .to-validate {
  height: 2.5rem;
  min-width: 150px;
  padding: 0.75rem 0;
}
.pcom-dropdown__item {
  padding: 0;
}
.pcom-dropdown__item.active,
.pcom-dropdown__item:active,
.pcom-dropdown__item:focus,
.pcom-dropdown__item:hover {
  background-color: transparent;
}
.pcom-dropdown__item:not(:last-child) .item-link {
  border-bottom: 1px solid #e7e7e7;
}
.pcom-dropdown__item .item-link {
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0.75rem 0.25rem;
  text-decoration: none;
}
.pcom-dropdown__item .item-link.active,
.pcom-dropdown__item .item-link:active,
.pcom-dropdown__item .item-link:focus,
.pcom-dropdown__item .item-link:hover {
  background-color: #fcfcfc;
}
.pcom-dropdown .menu-filters .pcom-dropdown__item {
  padding: 0 0.5rem 0 0;
}
.pcom-accordion .accordion-button:focus,
.pcom-accordion-basic .accordion-button:focus,
.pcom-accordion-disabled .accordion-button:focus {
  box-shadow: none;
}
.pcom-accordion .accordion-button:not(.collapsed),
.pcom-accordion-basic .accordion-button:not(.collapsed),
.pcom-accordion-disabled .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #000;
}
.pcom-accordion .accordion-button:not(.collapsed):after,
.pcom-accordion-basic .accordion-button:not(.collapsed):after,
.pcom-accordion-disabled .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.pcom-accordion-basic .accordion-body {
  padding: 10px 0 1.7rem;
}
.pcom-accordion-basic .accordion-item {
  border: none;
  width: fit-content;
}
.pcom-accordion-basic .accordion-button {
  padding-left: 0;
}
.pcom-accordion-basic .accordion-button:after {
  content: none;
}
.pcom-accordion-disabled .accordion-button {
  cursor: unset;
}
.pcom-accordion-disabled .accordion-button:after {
  content: none !important;
}
.pcom-accordion-disabled .button-accordion-bt {
  align-items: center;
  border-radius: 6px;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 12px 16px;
}
.pcom-simple-accordion .accordion-body {
  padding: 0.5rem 1.8rem 2rem;
}
.pcom-simple-accordion .accordion-body ul {
  list-style: inside;
}
.pcom-simple-accordion .accordion-body a {
  text-decoration: underline;
}
.pcom-simple-accordion .accordion-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.pcom-sidemenu-accordion .accordion-body {
  padding: 0;
}
.pcom-sidemenu-accordion .accordion-body ul {
  margin: 0;
  padding: 0;
}
.pcom-sidemenu-accordion .accordion-button,
.pcom-sidemenu-accordion .accordion-item {
  min-height: 3rem;
}
@media (min-width: 576px) {
  .pcom-sidemenu-accordion .accordion-button,
  .pcom-sidemenu-accordion .accordion-item {
    min-height: 4rem;
  }
}
@media (min-width: 768px) {
  .pcom-sidemenu-accordion .accordion-button,
  .pcom-sidemenu-accordion .accordion-item {
    min-height: 4.5rem;
  }
}
.pcom-sidemenu-accordion .icone_noir {
  display: block;
}
.pcom-sidemenu-accordion .icone_blanc {
  display: none;
}
.pcom-sidemenu-accordion .accordion-item {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 10px;
}
.pcom-sidemenu-accordion .accordion-item.active .icone_noir {
  display: none;
}
.pcom-sidemenu-accordion .accordion-item.active .icone_blanc {
  display: block;
}
.pcom-sidemenu-accordion .accordion-button {
  border-radius: 8px;
}
.pcom-sidemenu-accordion
  .accordion-button:not(.collapsed)
  .moncompte-sidemenu__icon {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(93.17deg, #edba23, #c7a016 97.78%);
  -webkit-background-clip: text;
}
.pcom-sidemenu-accordion .accordion-button:hover {
  background-color: #00d072;
  border-radius: 8px !important;
}
.pcom-commande-accordion .accordion-body {
  padding: 0;
}
.pcom-commande-accordion .accordion-header {
  cursor: pointer;
}
.pcom-commande-accordion .accordion-button.disabled {
  cursor: auto;
}
.pcom-commande-accordion .accordion-button.disabled:after {
  display: none;
}
.pcom-commande-accordion .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg) !important;
}
.pcom-commande-accordion .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='4' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 6 6 6-6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: 50%;
  bottom: 14px;
  color: #000;
  position: absolute;
  right: 1rem;
}
.pcom-commande-accordion .cta--primary-black,
.pcom-commande-accordion .cta--primary-dark-1,
.pcom-commande-accordion .cta--primary-dark-2,
.pcom-commande-accordion .cta--primary-large-dark-1,
.pcom-commande-accordion .cta--primary-white {
  max-width: 343px;
  width: 100%;
}
@media (min-width: 576px) {
  .pcom-commande-accordion .cta--primary-black,
  .pcom-commande-accordion .cta--primary-dark-1,
  .pcom-commande-accordion .cta--primary-dark-2,
  .pcom-commande-accordion .cta--primary-large-dark-1,
  .pcom-commande-accordion .cta--primary-white {
    max-width: 265px;
  }
}
@media (min-width: 768px) {
  .pcom-commande-accordion .accordion-button:after {
    padding: 1.5rem 0;
    right: calc(15% - 64px);
  }
}
.accordion-no-border--header .accordion-button {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
}
.accordion-no-border--header .accordion-button[data-bs-target]:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
.accordion-no-border--header
  .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
.accordion-no-border--header .accordion-button:after {
  display: none;
}
.accordion-no-border--header .accordion-button:focus {
  box-shadow: none;
}
.accordion-no-border--header .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #000;
  outline: none;
}
.accordion-no-border--item {
  border: 0;
  padding-left: 20px;
}
.progressbar__stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: auto;
}
.progressbar__stepper-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.progressbar__stepper-item:before {
  left: -50%;
}
.progressbar__stepper-item:after,
.progressbar__stepper-item:before {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  content: "";
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.progressbar__stepper-item:after {
  left: 50%;
}
.progressbar__stepper-item:first-child:before,
.progressbar__stepper-item:last-child:after {
  content: none;
}
.progressbar__stepper-item .step-name {
  font-weight: 700;
  text-transform: uppercase;
}
.progressbar__stepper-item .step-counter {
  align-items: center;
  background: #ccc;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 6px;
  position: relative;
  width: 40px;
  z-index: 5;
}
.progressbar__stepper-item.completed:not(:last-child):after {
  background-color: #00d072;
  border: 2px solid #e7e7e7;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.progressbar__stepper-item .step-counter {
  background-color: #000;
  color: #fff;
}
.progressbar-new__stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: auto;
}
@media (max-width: 575.98px) {
  .progressbar-new__stepper-wrapper.d-sm-vertical {
    display: block;
  }
}
.progressbar-new__stepper-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
@media (max-width: 575.98px) {
  .progressbar-new__stepper-item.d-sm-vertical:after,
  .progressbar-new__stepper-item.d-sm-vertical:before {
    display: none;
  }
}
.progressbar-new__stepper-item:before {
  left: -50%;
}
.progressbar-new__stepper-item:after,
.progressbar-new__stepper-item:before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 24px;
  width: 100%;
  z-index: 2;
}
.progressbar-new__stepper-item:after {
  left: 50%;
}
.progressbar-new__stepper-item:first-child:before,
.progressbar-new__stepper-item:last-child:after {
  content: none;
}
.progressbar-new__stepper-item .step-name {
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .progressbar-new__stepper-item .step-name.d-sm-vertical {
    margin: 0.5rem 0 1rem;
  }
}
.progressbar-new__stepper-item .step-counter {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  font-weight: 900;
  height: 50px;
  margin-bottom: 0.875rem;
  width: 50px;
  z-index: 3;
}
.progressbar-new__stepper-item .step-counter__center {
  background: #e7e7e7 0 0 no-repeat padding-box;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.progressbar-new__stepper-item .step-counter__center .icon-check-solo:before {
  color: unset;
  font-weight: 900;
}
.progressbar-new__stepper-item .step-counter.green {
  border: 1px solid #00d072;
}
.progressbar-new__stepper-item .step-counter.green .step-counter__center {
  background: #00d072 0 0 no-repeat padding-box;
}
.progressbar-new__stepper-item_liste {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
@media (max-width: 575.98px) {
  .progressbar-new__stepper-item_liste {
    flex: none;
  }
  .progressbar-new__stepper-item_liste.d-sm-vertical:after,
  .progressbar-new__stepper-item_liste.d-sm-vertical:before {
    display: none;
  }
}
.progressbar-new__stepper-item_liste:before {
  content: none;
}
.progressbar-new__stepper-item_liste:after {
  background-color: #a7a7a7;
  border: 1px solid #a7a7a7;
  content: "";
  left: 50%;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: -2;
}
.progressbar-new__stepper-item_liste:first-child:before,
.progressbar-new__stepper-item_liste:last-child:after {
  content: none;
}
.progressbar-new__stepper-item_liste .step-name {
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .progressbar-new__stepper-item_liste .step-name.d-sm-vertical {
    margin: 0.5rem 0 1rem;
  }
}
.progressbar-new__stepper-item_liste .step-counter {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  font-weight: 900;
  height: 50px;
  margin-bottom: 0.875rem;
  width: 50px;
  z-index: 3;
}
.progressbar-new__stepper-item_liste .step-counter__center {
  background: #e7e7e7 0 0 no-repeat padding-box;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.progressbar-new__stepper-item_liste
  .step-counter__center
  .icon-check-solo:before {
  color: unset;
  font-weight: 900;
}
.progressbar-new__stepper-item_liste .step-counter.green {
  border: 1px solid #00d072;
}
.progressbar-new__stepper-item_liste .step-counter.green .step-counter__center {
  background: #00d072 0 0 no-repeat padding-box;
}
.box {
  min-height: 50px;
  min-width: 200px;
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--cta
  .paragraph
  span:active:first-child,
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--cta
  .paragraph
  span:hover:first-child,
a.hover-underline:active,
a.hover-underline:hover,
span[data-obf].hover-underline:active,
span[data-obf].hover-underline:hover {
  text-decoration: underline;
}
a.hover-grey:active,
a.hover-grey:hover,
span[data-obf].hover-grey:active,
span[data-obf].hover-grey:hover {
  background-color: #f7f7f7;
  border-radius: 16px;
  color: #000;
  padding: 0.2em 0.7em;
}
a.hover-bold:active,
a.hover-bold:hover,
span[data-obf].hover-bold:active,
span[data-obf].hover-bold:hover {
  font-weight: 800;
}
.paragraph a:hover,
a.hover-bold-underline:active,
a.hover-bold-underline:hover,
span[data-obf].hover-bold-underline:active,
span[data-obf].hover-bold-underline:hover {
  font-weight: 700;
  text-decoration: underline;
}
a,
span[data-obf] {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  text-decoration: none;
}
a:hover,
span[data-obf]:hover {
  color: #000;
}
a.uppercase,
span[data-obf].uppercase {
  text-transform: uppercase;
}
a.bold,
span[data-obf].bold {
  font-weight: 800;
}
a.text-grey,
span[data-obf].text-grey {
  color: #747474;
}
a.hover-bold:before,
span[data-obf].hover-bold:before {
  content: attr(title);
  display: block;
  font-weight: 800;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
a:disabled,
span[data-obf]:disabled {
  color: #a7a7a7;
}
.link-printania {
  color: #00d072;
  font-weight: 800;
  text-transform: uppercase;
}
.link-printania:hover {
  color: #00d072 !important;
  text-decoration: underline;
}
.link-bg-gold,
.link-hover-gold,
.link-hover-gold:hover {
  border-radius: 25px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 5px 12px;
  text-transform: uppercase;
}
.link-bg-gold:hover,
.link-hover-gold:hover {
  color: #000;
  text-decoration: none;
}
.link-hover-green,
.link-hover-green--init-size,
.link-hover-green--init-size:hover,
.link-hover-green:hover {
  background: #00d072;
  border-radius: 25px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 6px 12px;
  text-transform: uppercase;
}
.link-hover-green--init-size:hover,
.link-hover-green:hover {
  color: #000;
  text-decoration: none;
}
.link-hover-green--init-size,
.link-hover-green--init-size:hover {
  font-size: 1rem;
}
.link-hover-gold {
  background: none;
  transition: 0.125s;
}
.link-hover-gold:hover {
  transition: 0.125s;
}
.link-hover-green {
  background: none;
  transition: all 0.15s ease;
}
.link-hover-green--init-size {
  background: none;
}
.link-delete {
  color: #000;
  font-weight: 600;
}
.link-delete:hover {
  text-decoration: underline;
}
.simple-link,
.simple-link--arrow,
.simple-link--bold {
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.simple-link--bold {
  font-weight: 800;
}
.simple-link--arrow {
  display: block;
  font-weight: 800;
  width: 100%;
}
.simple-link--arrow:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%);
  width: 8px;
}
.simple-link--arrow:hover,
.simple-link--bold:hover,
.simple-link:hover {
  color: #000;
  text-decoration: underline;
}
.link-button {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  padding: 1rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}
.link-button,
.link-button:after {
  display: block;
  transition: all 0.15s ease;
}
.link-button:after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%);
  width: 10px;
}
.link-button:hover {
  border: 1px solid #edba23;
  color: #000;
}
.link-button:hover:after {
  border-right-color: #edba23;
  border-top-color: #edba23;
}
.fake-link-button.no-sub,
.fake-link-button.special-link {
  background: none;
  border: none;
  border-radius: unset;
}
.fake-link-button.line-top {
  border-top: 1px solid #e7e7e7;
}
.fake-link-button.color--vert:hover {
  color: #00d072;
}
.back-link {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 1rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}
.back-link:before {
  border-bottom: 2px solid #edba23;
  border-right: 2px solid #edba23;
  content: "";
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 40%;
  transform: rotate(135deg);
  width: 10px;
}
.link-underline {
  font-weight: 500;
}
.link-underline,
.link-underline-bold {
  color: #000;
  font-size: 1rem;
  text-decoration-line: underline;
}
.link-underline-bold {
  font-weight: 700;
}
.arrow-gold {
  background: #cca01c;
  border-radius: 8px;
  color: #fff;
  padding: 0.7rem 1rem;
}
.arrow-gold:hover {
  color: #fff;
}
.list-green {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.list-green li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.list-green li:before {
  background-color: #00d072;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  width: 9px;
}
.list-green-check {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.list-green-check li {
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.list-green-check li span:before {
  background-color: red;
  border-radius: 50%;
  bottom: 7px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  width: 9px;
}
.list-green-check li span.active:before {
  background-color: #00d072;
}
.list-grey {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.list-grey li {
  list-style: none;
  padding: 0 0 0 10px;
  position: relative;
}
.list-grey li:before {
  background-color: #747474;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 2px;
}
.pcom-breadcrumb {
  margin: 0;
  padding: 1.5rem 0 1rem;
}
.pcom-breadcrumb li {
  display: inline;
}
.pcom-breadcrumb li:not(:first-child):before {
  color: #000;
  content: "/";
  padding: 3px;
}
@media (min-width: 576px) {
  .pcom-breadcrumb {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .pcom-breadcrumb {
    font-size: 0.875rem;
    padding: 2rem 0;
  }
}
.form-element {
  position: relative;
}
.form-element__head {
  display: flex;
  justify-content: space-between;
}
.form-element__label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .form-element__label {
    font-size: 1rem;
  }
}
.form-element__update {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .form-element__update {
    font-size: 0.875rem;
  }
}
.form-element__update:hover {
  text-decoration: underline;
}
.form-element__inside_button {
  position: absolute;
  right: 34px;
  top: 11px;
}
.form-element .visibility-eye-container {
  cursor: pointer;
  line-height: 0;
  right: 1.2rem;
  top: 60%;
}
input,
select {
  color: #000;
}
.input__date,
.input__email,
.input__form,
.input__password,
.input__tel-number,
.input__text,
.input__textarea {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 14px;
  height: 48px;
  outline: none;
  padding: 13px 16px;
  transition: border 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 768px) {
  .input__date,
  .input__email,
  .input__form,
  .input__password,
  .input__tel-number,
  .input__text,
  .input__textarea {
    font-size: 1rem;
    height: 56px;
  }
}
.input__text-sm {
  height: 40px;
}
@media (min-width: 992px) {
  .input__text-sm {
    height: 50px;
  }
}
.input__date:focus,
.input__email:focus,
.input__form:focus,
.input__password:focus,
.input__tel-number:focus,
.input__text:focus,
.input__textarea:focus {
  border: 2px solid #545454;
}
@media screen and (min-device-pixel-ratio: 0) {
  .input__date,
  .input__email,
  .input__form,
  .input__password,
  .input__tel-number,
  .input__text,
  .input__textarea {
    font-size: 14px !important;
  }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  appearance: none;
}
.input-form__arrow .icon-fleche-voir-plus {
  position: absolute;
  right: 1rem;
}
.input__date.error,
.input__email.error,
.input__form.error,
.input__number.error,
.input__password.error,
.input__text.error,
.input__textarea.error {
  border-color: red;
}
p[data-error] {
  color: red;
  display: none;
  margin-bottom: 6px;
}
p[data-error].show {
  display: block;
}
.form-element.floating-label .input__date:focus:not(:placeholder-shown) + label,
.form-element.floating-label .input__date:not(:placeholder-shown) + label,
.form-element.floating-label
  .input__email:focus:not(:placeholder-shown)
  + label,
.form-element.floating-label .input__email:not(:placeholder-shown) + label,
.form-element.floating-label .input__form:focus:not(:placeholder-shown) + label,
.form-element.floating-label .input__form:not(:placeholder-shown) + label,
.form-element.floating-label
  .input__number:focus:not(:placeholder-shown)
  + label,
.form-element.floating-label .input__number:not(:placeholder-shown) + label,
.form-element.floating-label
  .input__password:focus:not(:placeholder-shown)
  + label,
.form-element.floating-label .input__password:not(:placeholder-shown) + label,
.form-element.floating-label .input__text:focus:not(:placeholder-shown) + label,
.form-element.floating-label .input__text:not(:placeholder-shown) + label,
.form-element.floating-label
  .input__textarea:focus:not(:placeholder-shown)
  + label,
.form-element.floating-label .input__textarea:not(:placeholder-shown) + label,
.form-element.textarea-floating-label
  .input__date:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__email:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__form:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__number:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__password:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__text:not(:placeholder-shown)
  + label,
.form-element.textarea-floating-label
  .input__textarea:not(:placeholder-shown)
  + label {
  border-width: 2px;
  color: #8c8c8c;
  font-size: 12px;
  height: auto;
  opacity: 1;
  transform: translateY(10px);
  visibility: visible;
  z-index: 1;
}
.form-element.floating-label .input__date:not(:placeholder-shown),
.form-element.floating-label .input__email:not(:placeholder-shown),
.form-element.floating-label .input__form:not(:placeholder-shown),
.form-element.floating-label .input__number:not(:placeholder-shown),
.form-element.floating-label .input__password:not(:placeholder-shown),
.form-element.floating-label .input__text:not(:placeholder-shown),
.form-element.floating-label .input__textarea:not(:placeholder-shown),
.form-element.textarea-floating-label .input__date:not(:placeholder-shown),
.form-element.textarea-floating-label .input__email:not(:placeholder-shown),
.form-element.textarea-floating-label .input__form:not(:placeholder-shown),
.form-element.textarea-floating-label .input__number:not(:placeholder-shown),
.form-element.textarea-floating-label .input__password:not(:placeholder-shown),
.form-element.textarea-floating-label .input__text:not(:placeholder-shown),
.form-element.textarea-floating-label .input__textarea:not(:placeholder-shown) {
  padding-top: 27px;
}
.floating-label label,
.textarea-floating-label label {
  bottom: 2.4rem;
  color: #545454;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: 0;
  left: 18px;
  opacity: 0;
  position: absolute;
  transform: translateY(18px);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .floating-label label,
  .textarea-floating-label label {
    bottom: 2.7rem;
    font-size: 1rem;
  }
}
.textarea-floating-label label {
  bottom: 3.9rem;
}
.input-price {
  overflow: hidden;
}
.input-price,
.input-price__input {
  border-radius: 3px;
  position: relative;
}
.input-price__input {
  border: 1px solid #e7e7e7;
  font-size: 1rem;
  font-weight: 700;
  height: 46px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .input-price__input {
    font-size: 0.875rem;
  }
}
.input-price__input:focus,
.input-price__input:focus-visible {
  border-color: #000;
  outline: none;
}
.input-price__input::placeholder {
  color: #000;
}
.input-price__symbol {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-icon {
  overflow: hidden;
  position: relative;
}
.input-search-icon__input {
  border: 2px solid #f7f7f7;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  height: 46px;
  outline: none;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.input-search-icon__input:focus,
.input-search-icon__input:focus-visible {
  border-color: #000;
  outline: none;
}
.input-search-icon__input::placeholder {
  color: #747474;
}
.input-search-icon__icon {
  max-height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-icon__icon.cross-icon {
  cursor: pointer;
}
.input-search-radius {
  border-radius: 24px;
  overflow: hidden;
  padding: 2px;
  position: relative;
}
.input-search-radius.gold-border .input-search-radius__input {
  border: 1px solid #edba23;
}
.input-search-radius.gold-border .input-search-radius__input:focus,
.input-search-radius.gold-border .input-search-radius__input:focus-visible {
  border-color: #edba23;
  outline: none;
}
.input-search-radius__input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 900;
  height: 46px;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.input-search-radius__input:focus,
.input-search-radius__input:focus-visible {
  border-color: #000;
  outline: none;
}
.input-search-radius__input::placeholder {
  color: #000;
}
.input-search-radius__input.geo {
  border: 1px solid #747474;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 40px;
  text-transform: none;
}
.input-search-radius__input.geo::placeholder {
  color: #747474;
}
.input-search-radius.input-search-radius--icon-left
  .input-search-radius__input {
  padding: 0 35px;
}
.input-search-radius__icon {
  cursor: pointer;
}
.input-search-radius__icon.right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-radius__icon.left {
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-search-filter {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.input-search-filter__input {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 900;
  height: 46px;
  outline: none;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.input-search-filter__input:focus,
.input-search-filter__input:focus-visible {
  border-color: #000;
  outline: none;
}
.input-search-filter__input::placeholder {
  color: #000;
}
.input-search-filter__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form--button-radio-container {
  align-items: center;
  display: flex;
}
.form--button-radio-container .button-radio {
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  height: 21px;
  margin-right: 15px;
  min-width: 20px;
  position: relative;
  width: 21px;
}
.input__radio:checked + label {
  cursor: pointer;
  font-weight: 800;
}
.input__radio:checked + label .button-radio:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 11px;
}
.input__radio {
  display: none;
}
.form--radio-wrapper {
  align-items: baseline;
  border: 1px solid #e1e0e0;
  border-radius: 4px;
  display: block;
  margin-bottom: 16px;
}
.form--radio-wrapper .body-content {
  padding: 2px 16px 10px;
}
.form--radio-wrapper .check-radio {
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 20px 20px 20px 50px;
  text-transform: uppercase;
  width: 100%;
}
.form--radio-wrapper .check-radio.choice-label {
  align-items: center;
  display: flex;
  font-weight: 800;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
}
.form--radio-wrapper .check-radio.choice-label:before {
  left: 12px;
  top: 14px;
}
.form--radio-wrapper .form--label-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form--radio-wrapper.active {
  border-color: #a7a7a7;
}
.form-radio-element label {
  cursor: pointer;
}
.input-form {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.input-form .input-form__arrow .icon-fleche-voir-plus {
  position: absolute;
  right: 1rem;
}
.input-form__label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .input-form__label {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.input-form__input {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  height: 48px;
  padding-left: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .input-form__input {
    height: 56px;
  }
}
.input-form__input.textarea {
  height: 7rem;
}
.input-form__input-sm {
  height: 40px;
}
@media (min-width: 992px) {
  .input-form__input-sm {
    height: 50px;
  }
}
.input-form__input:focus {
  border-color: #000;
}
.input-form__input.error {
  border-color: red;
}
.input-form__input.error:focus-visible {
  outline: transparent;
}
.input-form__input.uppercase {
  text-transform: uppercase;
}
.input-form__error-text {
  color: red;
  display: none;
  font-size: 0.875rem;
  margin-top: 8px;
}
.input-form__error-text.show {
  display: block;
}
.input-form-green {
  background-color: #00d072;
  height: 126px;
}
.input-form-green .input-form__arrow .icon-fleche-voir-plus {
  position: absolute;
  right: 1rem;
}
.input-tel-content {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  display: flex;
  height: 48px;
}
@media (min-width: 768px) {
  .input-tel-content {
    height: 56px;
  }
}
.input-tel__select {
  cursor: pointer;
  max-height: 100%;
  min-height: 42px;
  min-width: 150px;
}
.input-tel__input {
  border: none;
  height: 100%;
  width: 100%;
}
.input-tel__label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.525rem;
}
@media (min-width: 768px) {
  .input-tel__label {
    font-size: 1rem;
  }
}
.input-tel .input__tel-number:focus {
  border: none !important;
}
.input__textarea {
  height: 83px;
  margin-bottom: 13px;
  padding-left: 16px;
  padding-top: 26px;
  resize: none;
  width: 100%;
}
.char-length {
  font-weight: 800;
}
.number-character {
  color: #8c8c8c;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 2;
}
.input-submit {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-weight: 900;
  padding: 1rem;
  text-transform: uppercase;
  transition: all 0.15s ease;
}
.input-submit.w-large {
  width: 40%;
}
@media (max-width: 575.98px) {
  .input-submit.w-large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .input-submit {
    border-radius: 6px;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .input-submit {
    font-size: 1rem;
  }
}
.input-submit:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.input-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.pcom-check-input,
.pcom-check-input__rounded {
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  padding-left: 22px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .pcom-check-input,
  .pcom-check-input__rounded {
    font-size: 1rem;
  }
}
.pcom-check-input input,
.pcom-check-input__rounded input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.pcom-check-input .checkmark,
.pcom-check-input .checkmark-dark,
.pcom-check-input .checkmark-light,
.pcom-check-input__rounded .checkmark,
.pcom-check-input__rounded .checkmark-dark,
.pcom-check-input__rounded .checkmark-light {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.pcom-check-input .checkmark-dark,
.pcom-check-input .checkmark-light,
.pcom-check-input__rounded .checkmark-dark,
.pcom-check-input__rounded .checkmark-light {
  height: 20px;
  width: 20px;
}
.pcom-check-input input:checked ~ .checkmark-dark,
.pcom-check-input__rounded input:checked ~ .checkmark-dark {
  background-color: #000;
}
.pcom-check-input .checkmark-dark:after,
.pcom-check-input .checkmark-light:after,
.pcom-check-input .checkmark:after,
.pcom-check-input__rounded .checkmark-dark:after,
.pcom-check-input__rounded .checkmark-light:after,
.pcom-check-input__rounded .checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.pcom-check-input input:checked ~ .checkmark-dark:after,
.pcom-check-input input:checked ~ .checkmark-light:after,
.pcom-check-input input:checked ~ .checkmark:after,
.pcom-check-input__rounded input:checked ~ .checkmark-dark:after,
.pcom-check-input__rounded input:checked ~ .checkmark-light:after,
.pcom-check-input__rounded input:checked ~ .checkmark:after {
  display: block;
}
.pcom-check-input__rounded {
  padding-left: 0;
}
.pcom-check-input__rounded .checkmark,
.pcom-check-input__rounded .checkmark-dark,
.pcom-check-input__rounded .checkmark-light {
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
}
.pcom-check-input input[type="checkbox"] ~ .checkmark-dark:after,
.pcom-check-input input[type="checkbox"] ~ .checkmark-light:after,
.pcom-check-input input[type="checkbox"] ~ .checkmark:after,
.pcom-check-input__rounded input[type="checkbox"] ~ .checkmark-dark:after,
.pcom-check-input__rounded input[type="checkbox"] ~ .checkmark-light:after,
.pcom-check-input__rounded input[type="checkbox"] ~ .checkmark:after {
  border: solid #000;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 2px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pcom-check-input input[type="checkbox"]:checked ~ .checkmark-light:after,
.pcom-check-input__rounded
  input[type="checkbox"]:checked
  ~ .checkmark-light:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 6px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.pcom-check-input input[type="checkbox"]:checked ~ .checkmark-dark:after,
.pcom-check-input__rounded
  input[type="checkbox"]:checked
  ~ .checkmark-dark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 5px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.checkbox-filter label {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
  padding: 0.75rem 0.25rem 0.75rem 1.5rem;
}
.pcom-check-input input[type="radio"].active-green ~ .checkmark-dark:after,
.pcom-check-input input[type="radio"].active-green ~ .checkmark-light:after,
.pcom-check-input input[type="radio"].active-green ~ .checkmark:after,
.pcom-check-input__rounded
  input[type="radio"].active-green
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  input[type="radio"].active-green
  ~ .checkmark-light:after,
.pcom-check-input__rounded input[type="radio"].active-green ~ .checkmark:after {
  background: #00d072;
  bottom: 1px;
  height: 11px;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 11px;
}
.pcom-check-input input[type="radio"]:checked ~ .child-check,
.pcom-check-input__rounded input[type="radio"]:checked ~ .child-check {
  font-weight: 700;
}
.pcom-check-input input[type="radio"].active-black ~ .checkmark-dark:after,
.pcom-check-input input[type="radio"].active-black ~ .checkmark-light:after,
.pcom-check-input input[type="radio"].active-black ~ .checkmark:after,
.pcom-check-input__rounded
  input[type="radio"].active-black
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  input[type="radio"].active-black
  ~ .checkmark-light:after,
.pcom-check-input__rounded input[type="radio"].active-black ~ .checkmark:after {
  background: #000;
  bottom: 1px;
  height: 11px;
  left: 1px;
  right: 1px;
  top: 1px;
  width: 11px;
}
.pcom-check-input--rounded {
  align-items: center;
  display: flex;
}
.pcom-check-input .pcom-check-input--rounded .checkmark-dark,
.pcom-check-input .pcom-check-input--rounded .checkmark-light,
.pcom-check-input--rounded .checkmark,
.pcom-check-input--rounded .pcom-check-input .checkmark-dark,
.pcom-check-input--rounded .pcom-check-input .checkmark-light,
.pcom-check-input--rounded .pcom-check-input__rounded .checkmark-dark,
.pcom-check-input--rounded .pcom-check-input__rounded .checkmark-light,
.pcom-check-input__rounded .pcom-check-input--rounded .checkmark-dark,
.pcom-check-input__rounded .pcom-check-input--rounded .checkmark-light {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.pcom-check-input
  .pcom-check-input--rounded
  input[type="radio"].active-black
  ~ .checkmark-dark:after,
.pcom-check-input
  .pcom-check-input--rounded
  input[type="radio"].active-black
  ~ .checkmark-light:after,
.pcom-check-input
  .pcom-check-input--rounded
  input[type="radio"].active-green
  ~ .checkmark-dark:after,
.pcom-check-input
  .pcom-check-input--rounded
  input[type="radio"].active-green
  ~ .checkmark-light:after,
.pcom-check-input--rounded
  .pcom-check-input
  input[type="radio"].active-black
  ~ .checkmark-dark:after,
.pcom-check-input--rounded
  .pcom-check-input
  input[type="radio"].active-black
  ~ .checkmark-light:after,
.pcom-check-input--rounded
  .pcom-check-input
  input[type="radio"].active-green
  ~ .checkmark-dark:after,
.pcom-check-input--rounded
  .pcom-check-input
  input[type="radio"].active-green
  ~ .checkmark-light:after,
.pcom-check-input--rounded
  .pcom-check-input__rounded
  input[type="radio"].active-black
  ~ .checkmark-dark:after,
.pcom-check-input--rounded
  .pcom-check-input__rounded
  input[type="radio"].active-black
  ~ .checkmark-light:after,
.pcom-check-input--rounded
  .pcom-check-input__rounded
  input[type="radio"].active-green
  ~ .checkmark-dark:after,
.pcom-check-input--rounded
  .pcom-check-input__rounded
  input[type="radio"].active-green
  ~ .checkmark-light:after,
.pcom-check-input--rounded input[type="radio"].active-black ~ .checkmark:after,
.pcom-check-input--rounded input[type="radio"].active-green ~ .checkmark:after,
.pcom-check-input__rounded
  .pcom-check-input--rounded
  input[type="radio"].active-black
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  .pcom-check-input--rounded
  input[type="radio"].active-black
  ~ .checkmark-light:after,
.pcom-check-input__rounded
  .pcom-check-input--rounded
  input[type="radio"].active-green
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  .pcom-check-input--rounded
  input[type="radio"].active-green
  ~ .checkmark-light:after {
  border-radius: 50%;
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
}
.input-radiocheck .pcom-check-input input[type="radio"] ~ .checkmark-dark:after,
.input-radiocheck
  .pcom-check-input
  input[type="radio"]
  ~ .checkmark-light:after,
.input-radiocheck
  .pcom-check-input__rounded
  input[type="radio"]
  ~ .checkmark-dark:after,
.input-radiocheck
  .pcom-check-input__rounded
  input[type="radio"]
  ~ .checkmark-light:after,
.input-radiocheck input[type="radio"] ~ .checkmark:after,
.pcom-check-input .input-radiocheck input[type="radio"] ~ .checkmark-dark:after,
.pcom-check-input
  .input-radiocheck
  input[type="radio"]
  ~ .checkmark-light:after,
.pcom-check-input__rounded
  .input-radiocheck
  input[type="radio"]
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  .input-radiocheck
  input[type="radio"]
  ~ .checkmark-light:after {
  border: solid #000;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 2px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.input-radiocheck input[type="radio"]:checked ~ .checkmark-light:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 6px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.input-radiocheck input[type="radio"]:checked ~ .checkmark-dark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 5px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.pcom-check-input__rounded input[type="radio"]:checked ~ .checkmark-dark:after,
.pcom-check-input__rounded input[type="radio"]:checked ~ .checkmark-light:after,
.pcom-check-input__rounded input[type="radio"]:checked ~ .checkmark:after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.radiobox-sort label {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
  padding: 0.75rem 0.25rem 0.75rem 1.5rem;
}
.pcom-check-input .radiobox-sort input[type="radio"] ~ .checkmark-dark:after,
.pcom-check-input .radiobox-sort input[type="radio"] ~ .checkmark-light:after,
.pcom-check-input__rounded
  .radiobox-sort
  input[type="radio"]
  ~ .checkmark-dark:after,
.pcom-check-input__rounded
  .radiobox-sort
  input[type="radio"]
  ~ .checkmark-light:after,
.radiobox-sort .pcom-check-input input[type="radio"] ~ .checkmark-dark:after,
.radiobox-sort .pcom-check-input input[type="radio"] ~ .checkmark-light:after,
.radiobox-sort
  .pcom-check-input__rounded
  input[type="radio"]
  ~ .checkmark-dark:after,
.radiobox-sort
  .pcom-check-input__rounded
  input[type="radio"]
  ~ .checkmark-light:after,
.radiobox-sort input[type="radio"] ~ .checkmark:after {
  border: solid #000;
  border-width: 0 3px 3px 0;
  height: 10px;
  left: 2px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.radiobox-sort input[type="radio"]:checked ~ .checkmark-light:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 6px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.radiobox-sort input[type="radio"]:checked ~ .checkmark-dark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 11px;
  left: 5px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.input-radio__error-text {
  color: red;
  display: none;
  font-size: 0.875rem;
  margin-top: 8px;
}
.input-radio__error-text.show {
  display: block;
}
.input-checkbox__error-text {
  color: red;
  display: none;
  font-size: 0.875rem;
  margin-top: 8px;
}
.input-checkbox__error-text.show {
  display: block;
}
select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.elt-selected:not(.no-arrow):after,
.select-contact:not(.no-arrow):after,
.select-country:not(.no-arrow):after,
.select-tel:not(.no-arrow):after {
  border-right: 2px solid #000;
  border-top: 2px solid;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  right: 18px;
  top: 37%;
  transform: rotate(135deg) translate(-50%);
  transition: transform 0.3s ease-in-out;
  width: 12px;
}
.elt-selected.active:after,
.select-contact.active:after,
.select-country.active:after,
.select-tel.active:after {
  transform: rotate(-45deg) translate(3px, 4px);
}
.select-contact,
.select-country,
.select-tel {
  position: relative;
}
.select-contact:not(.no-arrow):after,
.select-country:not(.no-arrow):after,
.select-tel:not(.no-arrow):after {
  height: 10px;
  top: 41%;
  width: 10px;
}
.select-contact,
.select-tel {
  border-right: 1px solid #e7e7e7;
}
.elt-selected.size-selected .available,
.elt-selected.size-selected .out-of-stock,
.elt-selected.size-selected .unavailable,
.select-elements .elt-items .available,
.select-elements .elt-items .out-of-stock,
.select-elements .elt-items .unavailable {
  color: #000;
  font-weight: 800;
  line-height: 1rem;
  margin-bottom: 0;
  padding-left: 25px;
}
@media (max-width: 575.98px) {
  .has-overflow {
    overflow: hidden;
  }
}
.has-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.select-elements {
  cursor: pointer;
  position: relative;
  user-select: none;
  width: 100%;
}
.select-elements p {
  margin-bottom: 0;
}
.select-elements .elt-items {
  align-items: center;
  display: flex;
}
.select-elements .elt-items.content-space-between {
  justify-content: space-between;
}
.select-elements .elt-items .available {
  font-weight: 400;
}
.select-elements .elt-items .available span {
  margin-left: 0.3rem;
}
.select-elements .elt-items .out-of-stock,
.select-elements .elt-items .unavailable {
  color: #a7a7a7;
  font-weight: 400;
}
.select-elements .elt-items a {
  width: 100%;
}
@media (max-width: 575.98px) {
  .select-elements .elt-items:first-child {
    padding-top: 12px;
  }
}
.elt-selected {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  padding: 0 35px 0 16px;
  position: relative;
}
.elt-selected.size-selected {
  align-items: center;
  display: flex;
}
.elt-selected.size-selected .available {
  font-weight: 400;
}
.elt-selected.size-selected .available span {
  margin-left: 0.3rem;
}
.elt-selected.size-selected .out-of-stock,
.elt-selected.size-selected .unavailable {
  color: #a7a7a7;
  font-weight: 400;
}
.elt-selected.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #000;
}
@media (max-width: 575.98px) {
  .elt-selected.active {
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.elt-selected.active + .elt-options {
  opacity: 1;
  visibility: visible;
}
.elt-selected.default {
  color: #545454;
}
.elt-selected .elt-value {
  align-items: center;
  display: flex;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.elt-options {
  border: 1px solid #000;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
  box-sizing: border-box;
  display: none;
  list-style-type: none;
  overflow-y: scroll;
  padding: 0 16px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.elt-options.opened {
  display: block;
}
@media (max-width: 575.98px) {
  .elt-options {
    padding: 6px 16px;
    transition: transform 0.2s ease-in-out;
  }
  .elt-options::-webkit-scrollbar {
    display: none;
  }
}
.elt-options.opened {
  background-color: #fff;
  max-height: 320px;
}
@media (max-width: 575.98px) {
  .elt-options.opened {
    border: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    transform: translateY(0);
    width: 100%;
    z-index: 1031;
  }
}
.elt-options li {
  padding: 10px 0;
  position: relative;
}
.elt-options li:not(.d-none) + li {
  border-top: 1px solid #e7e7e7;
}
.modal-body .elt-options {
  padding-bottom: 12px;
}
.select-contact,
.select-tel {
  height: 100%;
}
.select-contact select,
.select-tel select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  overflow: hidden;
  padding: 5px 25px 5px 10px;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
.select-contact select:focus-visible,
.select-tel select:focus-visible {
  outline: transparent;
}
.pcom-tabs {
  display: flex;
}
.pcom-tabs__item {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.pcom-tabs__item.item-rounded {
  border-radius: 32px;
  min-width: 20px;
  padding-left: 1em;
  padding-right: 1em;
}
.pcom-tabs__item.item-circle {
  border-radius: 14px;
  width: 28px;
}
.pcom-tabs__item.uppercase {
  text-transform: uppercase;
}
.pcom-tabs__item.active,
.pcom-tabs__item:hover {
  background-color: #000;
  color: #fff;
}
.pcom-toggle {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 2px;
  min-width: 250px;
  padding: 2px;
}
.pcom-toggle.gradient {
  border: 2px solid #b9b9b9;
  font-weight: 800;
}
.pcom-toggle__sm {
  height: 2.5rem;
  max-height: 40px;
}
.pcom-toggle__lg {
  height: 3.5rem;
  max-height: 56px;
}
.pcom-toggle__item {
  border-radius: 6px;
  flex: 1;
}
.pcom-toggle__item > * {
  margin: 0;
  padding: 0;
}
.pcom-toggle__item-default.active,
.pcom-toggle__item-default:hover {
  background-color: #000;
  color: #fff;
}
.pcom-toggle--green {
  border: none;
  border-bottom: 2px solid #e7e7e7;
  border-radius: 0;
}
.pcom-toggle--green .pcom-toggle__item .h1,
.pcom-toggle--green .pcom-toggle__item .h2,
.pcom-toggle--green .pcom-toggle__item .h3,
.pcom-toggle--green .pcom-toggle__item h1,
.pcom-toggle--green .pcom-toggle__item h2,
.pcom-toggle--green .pcom-toggle__item h3 {
  font-weight: 700;
}
.pcom-toggle--green .pcom-toggle__item-default.active,
.pcom-toggle--green .pcom-toggle__item-default:hover {
  background-color: transparent !important;
  color: #000;
  position: relative;
}
.pcom-toggle--green .pcom-toggle__item-default.active .h1,
.pcom-toggle--green .pcom-toggle__item-default.active .h2,
.pcom-toggle--green .pcom-toggle__item-default.active .h3,
.pcom-toggle--green .pcom-toggle__item-default.active h1,
.pcom-toggle--green .pcom-toggle__item-default.active h2,
.pcom-toggle--green .pcom-toggle__item-default.active h3,
.pcom-toggle--green .pcom-toggle__item-default:hover .h1,
.pcom-toggle--green .pcom-toggle__item-default:hover .h2,
.pcom-toggle--green .pcom-toggle__item-default:hover .h3,
.pcom-toggle--green .pcom-toggle__item-default:hover h1,
.pcom-toggle--green .pcom-toggle__item-default:hover h2,
.pcom-toggle--green .pcom-toggle__item-default:hover h3 {
  font-weight: 900;
}
.pcom-toggle--green .pcom-toggle__item-default.active:after,
.pcom-toggle--green .pcom-toggle__item-default:hover:after {
  background-color: #00d072;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.disabled-toggle {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}
.disabled-toggle .pcom-toggle__item:nth-child(2) {
  opacity: 0.5;
}
.pcom-code-promo {
  align-items: flex-end;
  display: flex;
}
.datepicker-controls {
  border-bottom: 1px solid #f7f7f7;
  margin-left: 3px;
  margin-right: 3px;
}
.datepicker-controls button.view-switch,
.datepicker-main .dow {
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}
.datepicker-main .datepicker-cell {
  border-radius: 1.1rem;
}
.datepicker-main .datepicker-cell.selected,
.datepicker-main .datepicker-cell:hover {
  background-color: #0aff91;
  border-color: #0aff91;
  color: #fff;
}
.icon-button-player {
  background-color: #000;
  height: 40px;
  width: 40px;
}
.icon-button-player svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .icon-button-player {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 992px) {
  .icon-button-player {
    height: 60px;
    width: 60px;
  }
  .icon-button-player svg {
    height: 35px;
    width: 24px;
  }
}
.icon-gold,
.icon-hover-gradient:hover {
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#deb159, #f2c05f 0, #fceab6);
  -webkit-background-clip: text;
}
.icon-count {
  align-items: center;
  background: #fff;
  border: 1px solid #cca01c;
  border-radius: 50%;
  display: flex;
  font-family: Urbanist !important;
  font-size: 0.875rem;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  padding-top: 2px;
  position: absolute;
  right: -14px;
  top: -28px;
  width: 20px;
}
.icon-circle {
  border-radius: 50%;
}
.icon-circle.step-checked {
  border: 2px solid #00d072;
  height: 40px;
  width: 40px;
}
.icon-circle.step-checked .icon-check-solo:before {
  color: #00d072;
  font-weight: 900;
}
.heading-0 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
}
@media (min-width: 992px) {
  .heading-0 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
.heading-1 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  .heading-1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.heading-2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.heading-2 a {
  text-decoration: underline;
}
.heading-2 a:hover {
  color: #00d072;
}
.heading-2 p a {
  text-decoration: underline;
}
.heading-2 p a:hover {
  color: #00d072;
}
@media (min-width: 992px) {
  .heading-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.fp-dispo-accordion .accordion-body,
.fp-dispo-accordion .accordion-button,
.heading-3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .fp-dispo-accordion .accordion-body,
  .fp-dispo-accordion .accordion-button,
  .heading-3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.paragraph {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .paragraph {
    font-size: 1rem;
  }
}
.paragraph a {
  color: #000;
  font-weight: 500;
  text-decoration-line: underline;
}
.paragraph ul li {
  list-style: inside;
}
.paragraph ol li {
  list-style: auto;
  margin-left: 0.8rem;
}
.ql-size-huge {
  font-size: 3rem;
  line-height: 3rem !important;
}
@media (max-width: 991.98px) {
  .ql-size-huge {
    font-size: 1.75rem;
    line-height: 2rem !important;
  }
}
.ql-size-large {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ql-size-large {
    font-size: 1.25rem;
    line-height: 1.5rem !important;
  }
}
.ql-size-small {
  color: #565656;
  font-size: 0.75rem;
  line-height: 1rem !important;
}
.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
em {
  font-style: italic;
}
.subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.subtitle:hover {
  color: #000;
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .subtitle--underline {
    line-height: 0.75;
  }
}
.subtext {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.875rem;
}
@media (min-width: 1200px) {
  .subtext {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.spantext {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .spantext {
    font-size: 1rem;
  }
}
.tag-text {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
}
@media (min-width: 1200px) {
  .tag-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.rounded__edge {
  border-radius: 1px 0 400px 1px!important;
}
@media (max-width: 767.98px) {
  .rounded__edge {
    border-radius: 0 0 150px 0!important;
  }
}
.rounded__edge__reduced {
  border-radius: 1px 0 250px 1px!important;
}
@media (max-width: 767.98px) {
  .rounded__edge__reduced {
    border-radius: 0 0 122.5px 0!important;
  }
}
@media (min-width: 1200px) {
  .rounded__edge__reduced {
    border-radius: 1px 0 350px 1px!important;
  }
}
.rounded__edge__fixed {
  border-radius: 0 0 calc(40% - 20px) 0!important;
}
.rounded__edge__allEdges {
  border-radius: 8px 8px 100px 8px!important;
}
.rounded__edge__simple_image {
  border-radius: 0 0 150px 0!important;
}
.rounded__edge__favMagasin,
.rounded__edge__magazine {
  border-radius: 0 0 100px 0!important;
}
.rounded__edge__editoTrade {
  border-radius: 0 0 250px 0 !important;
}
@media (max-width: 991.98px) {
  .rounded__edge__favMagasin {
    border-radius: 0 0 75px 0!important;
  }
}
.greenShadow {
  box-shadow: 10px 10px 0 #00d072;
}
.goldShadow {
  box-shadow: 10px 10px 0 #cca01c;
}
.warning {
  color: red;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
}
@media (min-width: 992px) {
  .warning {
    line-height: 1.25rem;
  }
}
.prd-name__fp {
  color: #000;
  font-size: 0.875rem;
  line-height: 1rem;
}
.prd-price__fp {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .prd-price__fp {
    font-size: 1.5rem;
  }
}
.prd-price-ref__fp {
  color: #a7a7a7;
  font-size: 0.875rem;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .prd-price-ref__fp {
    font-size: 1rem;
  }
}
.text-icon__icon {
  margin-right: 0.5rem;
}
.pcom-line {
  background-color: #e7e7e7;
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  opacity: 1;
  padding: 0;
}
.tooltip {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 8px #e6e6e6;
  font-weight: 500;
  line-height: 15px;
  margin: 5px !important;
  opacity: 1 !important;
  padding: 15px 8px;
}
.icon-validate-circle {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
}
.icon-validate-circle .valide-container {
  background: #f7f7f7 0 0 no-repeat padding-box;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  font-weight: 900;
  height: 50px;
  margin-bottom: 0.875rem;
  width: 50px;
}
.icon-validate-circle .valide-container__center {
  background: #e7e7e7 0 0 no-repeat padding-box;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.icon-validate-circle .valide-container__center .icon-check-solo:before {
  color: unset;
  font-weight: 900;
}
.icon-validate-circle .valide-container.green {
  border: 1px solid #00d072;
}
.icon-validate-circle .valide-container.green .valide-container__center {
  background: #00d072 0 0 no-repeat padding-box;
}
.dropdown-filter {
  display: flex;
}
.dropdown-filter__button {
  background-color: #f7f7f7;
  border: none;
  flex: 1;
  font-weight: 900;
  justify-content: space-between;
  line-height: 1;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dropdown-filter__button {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-size: 1rem;
    gap: 25px;
  }
}
.dropdown-filter__button:after {
  display: none;
}
.dropdown-filter__button:hover {
  background-color: #00d072;
}
@media (min-width: 768px) {
  .dropdown-filter__button:hover {
    background-color: #f7f7f7;
    border: 1px solid #000;
  }
}
.dropdown-filter__button .btn-icon-chevron svg {
  transition: transform 0.25s ease;
}
@media (max-width: 767.98px) {
  .dropdown-filter__button .btn-icon-chevron svg {
    transform: rotate(270deg);
  }
}
.dropdown-filter__button.show {
  background-color: #00d072;
  box-shadow: none;
}
@media (min-width: 768px) {
  .dropdown-filter__button.show {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
  .dropdown-filter__button.show .btn-icon-chevron svg {
    transform: rotate(180deg);
  }
  .dropdown-filter__button.show .btn-icon-chevron svg path {
    stroke: #fff;
  }
}
.dropdown-filter__menu {
  border-color: #000;
  padding: 0;
}
@media (max-width: 767.98px) {
  .dropdown-filter__menu {
    border: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    display: block !important;
    left: 0 !important;
    margin-top: 0 !important;
    position: fixed;
    right: 0;
    top: 0 !important;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    z-index: 1051;
  }
  .dropdown-filter__menu.show {
    transform: translateX(0);
  }
  .dropdown-filter__menu .filter-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.dropdown-filter__menu .filter-content .head-filter {
  padding: 1.25rem;
}
.dropdown-filter__menu .filter-content .head-filter svg {
  transform: rotate(90deg);
}
.sticky-service {
  bottom: 18px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 18px;
  z-index: 1010;
}
.sticky-service__all {
  display: none;
}
.sticky-service--item a {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 35px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  color: #000;
  padding: 14px 1.4rem;
  white-space: nowrap;
}
.sticky-service--item a,
.sticky-service--item a svg {
  transition: all 0.15s ease;
}
.sticky-service--item a .svg-black {
  fill: #000;
}
.sticky-service--item a .svg-white {
  fill: #fff;
}
.sticky-service--item a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.sticky-service--item a:hover .svg-black {
  fill: #fff;
}
.sticky-service--item a:hover .svg-white {
  fill: #000;
}
.sticky-service--main {
  align-self: end;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 60px;
  position: relative;
  transition: all 0.2s ease;
  width: 60px;
}
.sticky-service--main:after {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 10px 20px 20px;
  bottom: 6px;
  content: "";
  height: 0;
  position: absolute;
  right: -2px;
  width: 0;
}
.sticky-service--main .svg-letter {
  z-index: 1;
}
.sticky-service--main-title {
  border-radius: 50px;
  display: none;
  overflow: hidden;
  padding: 1px;
  position: relative;
  white-space: nowrap;
}
.sticky-service--main-title .text-mask {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .sticky-service--main:not(.active):hover {
    width: 192px;
  }
  .sticky-service--main:not(.active):hover .sticky-service--main-title {
    display: inline-block;
  }
  .sticky-service--main:not(.active):hover .text-mask {
    animation-delay: 0.15s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: slideMask;
  }
}
.sticky-service--main.active {
  width: 192px;
}
.sticky-service--main.active .sticky-service--main-title {
  display: inline-block;
}
.sticky-service--main.active .text-mask {
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: slideMask;
}
.sticky-service--close {
  align-self: end;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 60px;
  width: 60px;
}
.sticky-service--close svg path {
  fill: #000;
  transition: all 0.15s ease;
}
.sticky-service--close:hover {
  background-color: #000;
}
.sticky-service--close:hover svg path {
  fill: #fff;
}
@keyframes slideMask {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.fil-info {
  background: #00d072;
  display: none;
  min-height: 25px;
  padding: 5px 0;
}
.fil-info .swiper {
  height: 25px;
  line-height: 25px;
  width: 100%;
}
.fil-info .swiper .swiper-slide {
  text-align: center;
}
.fil-info span.close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 575.98px) {
  .fil-info span.close {
    right: 5px;
  }
}
.fil-info img {
  height: 10px;
  margin: 0 5px;
  object-fit: cover;
  top: 50%;
  transform: translateY(-15%);
  width: 10px;
}
.fil-info .subtitle {
  display: inline;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .fil-info .subtitle {
    font-size: 10px;
  }
}
.fil-info .subtitle:hover {
  color: #fff;
  text-decoration: underline;
}
.encart__container,
.encart__container-blue__gradient,
.encart__container-white {
  height: 606px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .encart__container,
  .encart__container-blue__gradient,
  .encart__container-white {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.encart__container.half,
.half.encart__container-blue__gradient,
.half.encart__container-white {
  height: auto;
}
@media (min-width: 992px) {
  .encart__container.half,
  .half.encart__container-blue__gradient,
  .half.encart__container-white {
    height: 482px;
  }
}
.encart__container.half .encart__container__img,
.half.encart__container-blue__gradient .encart__container__img,
.half.encart__container-white .encart__container__img {
  height: 100%;
}
.encart__container__img {
  height: 285px;
  width: 100%;
}
@media (min-width: 992px) {
  .encart__container__img {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .encart__container__img .pcom-media,
  .encart__container__img .pcom-media-wrapper-absolute {
    position: relative !important;
  }
}
.encart__container__img .pcom-media {
  height: 100%;
}
.encart__container__img img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .encart__container__img img {
    width: 65% !important;
  }
}
@media (max-width: 575.98px) {
  .encart__container__img img {
    padding-right: 22px;
  }
}
.encart__container__img img.half {
  height: 285px;
}
@media (max-width: 991.98px) {
  .encart__container__img img.half {
    padding-right: 1rem;
  }
}
@media (min-width: 576px) {
  .encart__container__img img.half {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .encart__container__img img.half {
    width: 50% !important;
  }
}
@media screen and (min-width: 1640px) {
  .encart__container__img img.half {
    width: 952px !important;
  }
}
.encart__container__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 35%;
}
.encart__container__content.half {
  padding-bottom: unset;
}
@media (min-width: 992px) {
  .encart__container__content.half {
    align-items: center;
    padding-left: unset;
    width: 50%;
  }
  .encart__container__content {
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .encart__container__content {
    height: auto;
    padding-bottom: 2.063rem;
    position: relative;
    width: 100%;
  }
}
.encart__container__content__title {
  font-weight: 900;
}
@media (min-width: 1200px) {
  .encart__container__content__title {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}
@media (max-width: 575.98px) {
  .encart__container__content__title {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 1.188rem;
  }
}
.encart__container-white {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.encart__container-blue__gradient {
  background: linear-gradient(103.96deg, #285eb3 49.53%, #1b4080 90.1%);
  z-index: -1;
}
.encart__container-blue__gradient .encart__container__content__title {
  color: #fff;
}
.encart__container-fullWidth {
  background-color: unset;
  flex-direction: column;
  position: relative;
}
.encart__container-fullWidth .encart__container__img {
  width: 100%;
}
.encart__container-fullWidth .encart__container__img img {
  padding-right: 0;
  width: 100% !important;
}
@media (max-width: 767.98px) {
  .encart__container-fullWidth .encart__container__img {
    height: 45vw;
    margin-right: unset;
  }
}
@media (max-width: 575.98px) {
  .encart__container-fullWidth .encart__container__img {
    height: 75vw;
  }
}
.encart__container-fullWidth .encart__container__content {
  margin-bottom: 2.063rem;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .encart__container-fullWidth .encart__container__content {
    bottom: 25%;
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .encart__container-fullWidth .encart__container__content {
    bottom: 15%;
  }
}
@media screen and (max-width: 375px) {
  .encart__container-fullWidth .encart__container__content {
    bottom: 5%;
  }
}
.encart__container-fullWidth .encart__container__content__title {
  margin-bottom: revert;
}
@media (max-width: 575.98px) {
  .encart__container-fullWidth .encart__container__content__wcta-fullWidth {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    margin: auto;
  }
}
@media (min-width: 576px) {
  .encart__container-fullWidth
    .encart__container__content__wcta-fullWidth
    .cta__x4 {
    margin-right: 6px;
  }
  .encart__container-fullWidth
    .encart__container__content__wcta-fullWidth
    .cta__x4:last-child {
    margin-right: 0;
  }
}
.encart-offre {
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 5rem;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .encart-offre .displayNoneTablette {
    display: none;
  }
  .encart-offre .displayBlockTablette {
    display: block;
  }
}
@media (max-width: 767px) {
  .encart-offre .displayBlockMobDesk {
    display: block;
  }
}
@media (min-width: 1199px) {
  .encart-offre .displayBlockMobDesk {
    display: block;
  }
}
@media (max-width: 767px) {
  .encart-offre .displayNoneMobDesk {
    display: none;
  }
}
@media (min-width: 1199px) {
  .encart-offre .displayNoneMobDesk {
    display: none;
  }
}
.encart-offre .wraperOffre {
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .encart-offre .wraperOffre {
    justify-content: unset;
  }
  .encart-offre .wraperOffre .titleContentOffre {
    left: 47vw;
    margin-top: 63px !important;
  }
}
.encart-offre .wraperOffre .itemContentOffre {
  align-items: center;
  display: flex;
  justify-content: center;
}
.encart-offre .wraperOffre .greyLine {
  border-left: 1px solid rgba(0, 0, 0, 0.122);
}
@media (max-width: 767.98px) {
  .encart-offre .wraperOffre .greyLine {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.122);
  }
}
.encart-offre .wraperOffre strong {
  font-weight: 900;
}
.encart-offre .wraperOffre em {
  font-style: italic;
}
@media (max-width: 767.98px) {
  .uneOffre {
    padding-bottom: 45px;
  }
}
.uneOffre .offreSubtitle > p {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .uneOffre .offreSubtitle > p {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 992px) {
  .uneOffre .offreSubtitle > p {
    font-size: 1rem !important;
  }
}
@media (max-width: 1199.98px) {
  .deuxOffres,
  .troisOffres {
    padding-bottom: 45px;
  }
}
.pagination {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.pagination--next,
.pagination--prev {
  cursor: pointer;
  display: block;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.15s;
  width: 10px;
}
.pagination--next:hover,
.pagination--prev:hover {
  border-color: #06fe00;
  transition: 0.15s;
}
.pagination--prev {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  float: left;
}
.pagination--next {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  float: right;
}
.pagination a,
.pagination span {
  color: #000;
  margin: 0 5px;
  transition: 0.15s;
}
.pagination a.current,
.pagination span.current {
  color: #06fe00;
}
.pagination a:hover {
  color: #06fe00;
  transition: 0.15s;
}
@media (min-width: 768px) {
  .pagination {
    font-size: 2.3125rem;
  }
  .pagination a,
  .pagination span {
    margin: 0 10px;
  }
  .pagination--next,
  .pagination--prev {
    height: 15px;
    width: 15px;
  }
  .pagination {
    margin-top: 14rem !important;
  }
}
.bulles .bulles-padding-small {
  padding-left: 23rem;
  padding-right: 23rem;
}
.bulles .bulles-padding-large {
  padding-left: 12rem;
  padding-right: 12rem;
}
.bulles .bulles-padding-large,
.bulles .bulles-padding-small {
  background-color: #fff;
  height: 218px;
  overflow: auto;
}
@media screen and (max-width: 1660px) {
  .bulles .bulles-padding-large,
  .bulles .bulles-padding-small {
    margin-left: 1rem;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
  }
}
.bulles__container {
  cursor: pointer;
  height: 163px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: inherit;
}
@media (max-width: 991.98px) {
  .bulles__container {
    margin-right: 2rem;
  }
}
.bulles__container__circle {
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    radial-gradient(circle at top left, #edba23, #c7a016);
  background-origin: border-box;
  border: 2px double transparent;
  border-radius: 50%;
  height: 96px;
  max-width: unset;
  transition: transform 0.2s ease;
  width: 96px;
}
.bulles__container__circle:hover {
  transform: translateY(-5px);
}
.bulles__container__title {
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .bulles__container__title {
    font-size: 1rem;
  }
}
.bulles__container__subtext {
  color: #747474;
}
.header {
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-wrapper--fixed {
  z-index: 1050;
}
.header__main__left-part {
  display: none;
}
@media (max-width: 575.98px) {
  .header__main__burger .burger--icon svg {
    width: 22px;
  }
}
.header__main__cart--total {
  border-top: 1px solid #e7e7e7;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}
.header__main__cart--total .icon-panier {
  font-size: 1.75rem !important;
  position: relative;
}
.header__main__cart--total .icon-panier--count {
  color: #fff;
  font-family: Urbanist !important;
  font-size: 1rem;
  font-weight: 800;
  left: 50%;
  position: absolute;
  top: calc(50% + 4px);
  transform: translate(-50%, -50%);
}
.header__main__cart--total .icon-panier:hover {
  color: #000 !important;
}
.header__main__cart--content {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
.header__main__cart--content .label--discount {
  background-color: #00d072;
  border-radius: 7px;
  color: #fff;
  padding: 4px;
}
.header__main__cart--content .label--initial {
  color: #a7a7a7;
  font-size: 0.875rem;
  text-decoration: line-through;
}
.header__main--simple-link-list li {
  position: relative;
}

/* .header__main--simple-link-list li:nth-child(2):before {
    background-color: #565656;
    content: "";
    display: block;
    height: 50%;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  }

  .header__main--simple-link-list li:nth-child(3):before {
    background-color: #565656;
    content: "";
    display: block;
    height: 50%;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  } */

  .header__main--simple-link-list li:nth-child(2):before {
    background-color: #565656;
    content: "";
    display: block;
    height: 50%;
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
  } 

 .header__main--simple-link-list li:last-child:before {
  background-color: #565656;
  content: "";
  display: block;
  height: 50%;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
} 
.header__main .header__main--icon {
  z-index: 20;
}
.header__main .header__main--icon [data-icon="icon-mon-compte"],
.header__main .header__main--icon [data-icon="icon-panier"],
.header__main .header__main--icon [data-icon="icon-wishlist-coeur"] {
  cursor: pointer;
  transition: 0.125s;
}
@media (max-width: 575.98px) {
  .header__main .header__main--icon [data-icon="icon-mon-compte"] svg,
  .header__main .header__main--icon [data-icon="icon-panier"] svg,
  .header__main .header__main--icon [data-icon="icon-wishlist-coeur"] svg {
    width: 18px;
  }
}
.header__main .header__main--icon [data-icon="icon-mon-compte"] .icon-count,
.header__main .header__main--icon [data-icon="icon-panier"] .icon-count,
.header__main
  .header__main--icon
  [data-icon="icon-wishlist-coeur"]
  .icon-count {
  align-items: center;
  background: #fff;
  border: 1px solid #cca01c;
  border-radius: 50%;
  display: flex;
  font-family: Urbanist !important;
  font-size: 0.875rem;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  padding-top: 2px;
  position: absolute;
  right: -14px;
  top: -28px;
  width: 20px;
}
.header__main
  .header__main--icon
  [data-icon="icon-mon-compte"].connected
  svg
  path,
.header__main .header__main--icon:hover [data-icon="icon-mon-compte"] svg path,
.header__main .header__main--icon:hover [data-icon="icon-panier"] svg path,
.header__main
  .header__main--icon:hover
  [data-icon="icon-wishlist-coeur"]
  svg
  path {
  fill: #cca01c;
}
.header__main
  .header__main--icon:hover
  [data-icon="icon-mon-compte"]
  .icon-count,
.header__main .header__main--icon:hover [data-icon="icon-panier"] .icon-count,
.header__main
  .header__main--icon:hover
  [data-icon="icon-wishlist-coeur"]
  .icon-count {
  color: #000;
}
.header__main .header__main--icon:hover .header__main--icon-hover {
  margin-top: -1px;
  z-index: 15;
}
.header__main
  .header__main--icon
  [data-icon="icon-panier"]
  + .header__main--icon-hover
  .header__main--cart-full {
  width: 470px;
}
.header__main
  .header__main--icon
  [data-icon="icon-panier"].has_product
  svg
  path,
.header__main
  .header__main--icon
  [data-icon="icon-wishlist-coeur"].has_product
  svg
  path {
  fill: #cca01c;
}
.header__main--inside-icon-hover {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  display: none;
  margin-top: 20px;
  padding: 1.25rem;
  width: 100%;
  z-index: 2;
}
.header__main--inside-icon-hover .pcom-link {
  font-size: 0.875rem;
}
.header__main--inside-icon-hover .header__main--wishlist-full {
  width: 470px;
}
.header__main--inside-icon-hover
  .header__main--wishlist-full
  .header__main__wishlist--container
  .header__main__wishlist--content {
  max-height: 405px;
  overflow-x: hidden;
}
.header__main--inside-icon-hover
  .header__main--wishlist-full
  .header__main__wishlist--container
  .header__main__wishlist--total {
  border-top: 1px solid #e7e7e7;
  padding-top: 1.25rem;
}
.header__main--icon-hover {
  min-width: 350px;
  position: absolute;
  right: 2rem;
}
.header__main--icon:hover .header__main--inside-icon-hover {
  color: #000;
  display: block !important;
  opacity: 1 !important;
}
.header__main--icon:hover .header__main__cart--container {
  display: block !important;
  opacity: 1 !important;
}
.header .cart-product-remove:hover path {
  fill: red !important;
  transition: all 0.125s ease;
}
.header .cart-product-wishlist:hover path {
  fill: #cca01c;
  stroke: #cca01c;
  transition: all 0.125s ease;
}
.header .icon-panier-vide {
  font-size: 30px;
}
.header .input-search-radius__icon {
  right: 25px;
}
.header .input-search-radius input:focus::placeholder {
  color: transparent;
}
.header__search {
  border-bottom: 5px solid #00d072;
  max-height: 80vh;
  padding-bottom: 20px;
}
.header__search__overlay {
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: -1;
}
.header__search #noResultSearch div {
  font-size: 2rem;
}
.header__burger {
  display: block;
  height: 100vh;
  left: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.header__burger [data-icon="icon-fonction-fermer"] {
  cursor: pointer;
  position: absolute;
  right: 1rem;
}
.header__burger__content--next {
  width: 100%;
}
.header .tagSearch {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  gap: 4px;
  height: 28px;
  padding: 4px 8px;
}
.added-cart-check-icon {
  transition: all 0.5s ease-in-out;
}
.added-cart-check-icon.rotate {
  transform: rotate(1turn);
}
.added-to-cart-msg-mobile,
.added-to-wishlist-msg-mobile {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 100;
}
.added-to-cart-msg-mobile__content,
.added-to-wishlist-msg-mobile__content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
}
@media (min-width: 1788px) {
  .header {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 576px) {
  .header__burger {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .header__main--icon.icon-panier .header__main--icon-hover {
    width: 610px;
  }
}
@media (min-width: 1400px) and (max-width: 1505px) {
  .header__main__left-part .simple-link,
  .header__main__left-part .simple-link--arrow,
  .header__main__left-part .simple-link--bold {
    font-size: 0.75rem;
  }
}
.navigation {
  background: #fff;
  border-top: 1px solid #e7e7e7;
}
.navigation-wrapper--fixed {
  background: #fff;
  left: 0;
  right: 0;
  z-index: 9;
}
.navigation .mega-menu {
  position: relative;
}
.navigation .mega-menu__item {
  padding: 10px 10px;
}
.navigation .mega-menu__item:last-child .mega-menu__item__link {
  position: relative;
}
/* .navigation .mega-menu__item:last-child .mega-menu__item__link:before {
  background: #000;
  content: "";
  display: block;
  height: 50%;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
} */
.navigation .mega-menu__item.active .mega-menu__item__link {
  background-color: #00d072;
}
.navigation .mega-menu__item.active .mega-menu__sub-menu {
  display: block;
}
.navigation .mega-menu__sub-menu {
  background-color: #f7f7f7;
  display: none;
  left: 0;
  margin-top: 20px;
  position: absolute;
  width: 100vw;
  z-index: 15;
}
.navigation .mega-menu__sub-menu__item {
  padding: 0 5px;
}
.navigation .mega-menu__sub-menu__home {
  background: #f7f7f7;
  display: none;
  left: 0;
  padding: 50px;
  position: absolute;
  width: 100vw;
}
.navigation .mega-menu__sub-menu__home > div > section {
  display: flex;
  gap: 16px;
}
@media (min-width: 1200px) {
  .navigation .mega-menu__sub-menu__home > div > section {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 1310px;
  }
}
.navigation .mega-menu__sub-menu__home > div > section > * {
  display: flex;
  flex: 0 1 33%;
  flex-direction: column;
  justify-content: space-between;
}
.navigation .mega-menu__sub-menu__home > div > section > * > li:not(.see_more) {
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
}
.navigation
  .mega-menu__sub-menu__home
  > div
  > section
  > *
  > li:not(.see_more)
  .nav {
  margin-top: 15px;
}
.navigation
  .mega-menu__sub-menu__home
  > div
  > section
  > *
  > li:not(.see_more)
  li {
  margin-right: 10px;
  padding-bottom: 5px;
}
.navigation
  .mega-menu__sub-menu__home
  > div
  > section
  > *
  > li:not(.see_more)
  li
  a {
  color: #565656;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.navigation
  .mega-menu__sub-menu__home
  > div
  > section
  > *
  > li:not(.see_more)
  li
  a:hover {
  color: #000;
}
.navigation .mega-menu__sub-menu__home .dc {
  display: flex;
  gap: 16px;
}
.navigation .mega-menu__sub-menu__home .dc ul {
  width: 40%;
}
.navigation .mega-menu__sub-menu__home .see_more {
  font-weight: 700;
  margin-top: 20px;
}
.navigation .mega-menu__sub-menu__home .see_more a {
  align-items: center;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  font-size: 0.875rem;
  gap: 8px;
  transition: all 0.15s ease;
}
.navigation .mega-menu__sub-menu__home .see_more a:after {
  content: ">";
}
.navigation .mega-menu__sub-menu__home .see_more a:hover {
  border-bottom-color: #000;
}
.navigation .mega-menu__sub-menu__item:hover .mega-menu__sub-menu__link {
  background-color: #00d072;
}
.navigation .mega-menu__sub-menu__item:hover .mega-menu__sub-menu__home {
  display: block;
}
.link-button.no-sub:after,
button.no-sub:after {
  display: none;
}
.moncompte-sidemenu__icon {
  color: #000;
  margin-right: 0.5em;
}
.moncompte-sidemenu__link {
  height: 2.5rem;
  padding-left: 3.1rem;
  width: 100%;
}
.moncompte-sidemenu__link :active,
.moncompte-sidemenu__link.active,
.moncompte-sidemenu__link:hover {
  background-color: #00d072;
  font-weight: 700;
}
@media (min-width: 576px) {
  .moncompte-sidemenu__link {
    min-height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .moncompte-sidemenu__link {
    height: 3.8rem;
  }
}
.moncompte-sidemenu__separator {
  border: 1px solid #e0e0e0;
  height: 0;
  width: 100%;
}
.moncompte-sidemenu__logout {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.prd-price-container {
  gap: 0.5rem;
}
.label--discount {
  background-color: #00d072;
  border-radius: 7px;
  color: #fff;
  padding: 6px;
}
.size-select__placeholder {
  justify-content: space-between;
}
.size-select.up-list .elt-selected.active {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 576px) {
  .size-select.up-list .elt-selected.active {
    border-top: 0;
  }
}
.size-select.up-list .elt-options {
  border: 0;
}
@media (min-width: 576px) {
  .size-select.up-list .elt-options {
    border: 1px solid #000;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 100%;
  }
}
.size-select.up-list .elt-options li:first-child {
  padding-top: 15px;
}
.size-select.up-list .elt-options li:last-child {
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .size-select .elt-options::-webkit-scrollbar {
    display: none;
  }
}
.size-select .elt-items.produit-indispo {
  color: #a7a7a7;
}
.add-cart-container {
  height: 2.8rem;
}
.socials-networks__button-socials a:hover svg *,
.socials-networks__share-button a:hover svg * {
  fill: #cca01c;
  stroke: #cca01c;
}
.fp-livraison-container {
  background-color: #f7f7f7;
}
.whiteLine {
  border-top: 1px solid #fff;
}
.fp-dispo-accordion .accordion-item {
  background-color: #f7f7f7;
  border: none;
  min-height: 4rem;
}
.fp-dispo-accordion .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  height: 4rem;
}
.fp-dispo-accordion .accordion-button[data-bs-target]:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
.fp-dispo-accordion .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
.fp-dispo-accordion .accordion-button:after {
  display: none;
}
.fp-dispo-accordion .accordion-button:first-of-type {
  border: none;
}
.fp-dispo-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.fp-dispo-accordion .accordion-button:not(.collapsed) {
  border: none;
  color: #000;
}
.fp-dispo-accordion .accordion-body {
  border: none;
  font-size: inherit;
  font-weight: 400;
}
.fp-dispo-phausmann {
  color: #cca01c;
}
.fp-avis-style-accordion .accordion-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #a7a7a7;
  border-radius: 0;
  min-height: 4rem;
}
.fp-avis-style-accordion .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 900;
  height: 4rem;
  padding-left: 0;
  padding-right: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fp-avis-style-accordion .accordion-button {
    font-size: 1.25rem;
  }
}
.fp-avis-style-accordion .accordion-button[data-bs-target]:before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
.fp-avis-style-accordion
  .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
.fp-avis-style-accordion .accordion-button:after {
  display: none;
}
.fp-avis-style-accordion .accordion-button:first-of-type {
  border: none;
}
.fp-avis-style-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.fp-avis-style-accordion .accordion-button:not(.collapsed) {
  border: none;
  color: #000;
}
.fp-avis-style-accordion .accordion-body {
  border: none;
  padding: 0 0 24px;
}
.fp-avis-style--contact {
  height: 2.8rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .fp-avis-style--contact {
    width: 70%;
  }
}
.fp-details--card-body {
  padding: 0;
}
.fp-details .item_composition br,
.fp-details .item_description br {
  content: "";
  display: block;
  font-size: 24%;
  margin: 2em;
}
.fp-details .item_composition br:nth-child(odd),
.fp-details .item_description br:nth-child(odd) {
  display: none;
}
.product-carousel {
  position: relative;
}
.product-carousel .carousel {
  display: flex;
  overflow: hidden;
}
.product-carousel .swiper {
  height: 375px;
}
@media (min-width: 576px) {
  .product-carousel .swiper {
    height: 575px;
  }
}
@media (min-width: 768px) {
  .product-carousel .swiper {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .product-carousel .swiper {
    height: 675px;
  }
}
.product-carousel .slider-video {
  height: 100%;
  position: relative;
}
.product-carousel .slider-video video {
  height: inherit;
  object-fit: cover;
}
.product-carousel .slider-video .media-controls {
  position: absolute;
}
.product-carousel .slider-video .media-playback {
  background-position: 100%;
  background-repeat: no-repeat;
  color: #000;
  padding-right: 20px;
}
.product-carousel .slider-product {
  position: relative;
  width: 100%;
}
.product-carousel .slider-product .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-carousel .slider-product .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.product-carousel .slider-product .swiper-wrapper .swiper-slide iframe.video {
  border: none;
  height: inherit;
  width: -webkit-fill-available;
}
.product-carousel .slider-product img {
  cursor: zoom-in;
}
.product-carousel .slider-product .fp-label {
  z-index: 2;
}
.product-carousel .slider-product .fp-label .label {
  height: unset;
  left: 25px;
  padding: unset;
  position: absolute;
  top: 25px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .product-carousel .slider-product .fp-label .label {
    left: 1rem;
    top: 1rem;
  }
}
.product-carousel .slider-product .fp-wishlist {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .product-carousel .slider-product .fp-wishlist {
    right: 1rem;
    top: 1rem;
  }
}
.product-carousel .slider-product .fp-wishlist--add path {
  stroke: #000;
  stroke-width: 10;
  fill: transparent;
}
.product-carousel .slider-product .fp-wishlist--add:hover path {
  stroke: transparent;
  fill: url(#add-wishlist-fill);
}
.product-carousel .slider-product .fp-wishlist--remove path {
  stroke: transparent;
  fill: url(#remove-wishlist-fill);
}
.product-carousel .slider-product .zoom-in {
  transform: scale(3);
  transition: transform 0.25s ease;
}
.product-carousel .slider-product .swiper-button-next,
.product-carousel .slider-product .swiper-button-prev {
  pointer-events: auto;
}
.product-carousel .slider-product .swiper-button-next:after,
.product-carousel .slider-product .swiper-button-prev:after {
  display: none;
}
.product-carousel .slider-thumbnail {
  margin-right: 15px;
  width: auto;
}
@media (min-width: 992px) {
  .product-carousel .slider-thumbnail {
    width: 132px;
  }
}
@media (max-width: 991.98px) {
  .product-carousel .slider-thumbnail {
    display: none;
    visibility: hidden;
  }
}
.product-carousel .slider-thumbnail .swiper-slide {
  cursor: pointer;
  overflow: hidden;
}
.product-carousel .slider-thumbnail .swiper-slide img {
  border-bottom: 3px solid transparent;
}
.product-carousel
  .slider-thumbnail
  .swiper-slide.swiper-slide-thumb-active
  img {
  border-bottom-color: #00d072;
}
.product-carousel .slider-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.product-carousel .video-thumbnail .overlay {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
}
.product-carousel .video-thumbnail .overlay:hover {
  opacity: 0.7;
}
.product-carousel .video-thumbnail .play-icon {
  cursor: pointer;
  left: calc(50% - 10px);
  position: relative;
  top: calc(50% - 10px);
  width: 20px;
}
.product-carousel .video-thumbnail .play-icon .icon-button-player {
  height: 20px;
  width: 20px;
}
.product-carousel .video-thumbnail .play-icon .icon-button-player svg {
  height: 10px;
  width: 10px;
}
.slider-product {
  background-color: #f2f2f2;
  border-radius: 0 0 122px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .slider-product {
    border-radius: 0 0 200px 0;
  }
}
.slider-video iframe.video {
  border: none;
  height: inherit;
  width: -webkit-fill-available;
}
@media (min-width: 992px) {
  .page-fiche-produit .total-look {
    margin-left: 125px;
  }
}
.fp-similaires__carousel .swiper-button-next,
.fp-similaires__carousel .swiper-button-prev,
.fp-t2s__carousel .swiper-button-next,
.fp-t2s__carousel .swiper-button-prev {
  height: auto;
  pointer-events: auto;
  width: auto;
}
.fp-similaires__carousel .swiper-button-next:after,
.fp-similaires__carousel .swiper-button-prev:after,
.fp-t2s__carousel .swiper-button-next:after,
.fp-t2s__carousel .swiper-button-prev:after {
  display: none;
}
@media (max-width: 767.98px) {
  .fp-similaires__carousel .swiper-button-next,
  .fp-similaires__carousel .swiper-button-prev,
  .fp-t2s__carousel .swiper-button-next,
  .fp-t2s__carousel .swiper-button-prev {
    display: none;
  }
}
.fp-color-select {
  position: relative;
}
.fp-color-select--swiper .swiper-button-next,
.fp-color-select--swiper .swiper-button-prev {
  pointer-events: auto;
}
@media (max-width: 575.98px) {
  .fp-color-select--swiper .swiper-button-next,
  .fp-color-select--swiper .swiper-button-prev {
    display: none;
  }
}
.fp-color-select--swiper .swiper-button-next:after,
.fp-color-select--swiper .swiper-button-prev:after {
  display: none;
}
.fp-color-select--swiper .swiper-button-next svg,
.fp-color-select--swiper .swiper-button-prev svg {
  height: 30px;
  width: 30px;
}
.fp-color-select--swiper .swiper-button-disabled {
  display: none;
}
.fp-color-select .slider-variant .variant-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.fp-color-select .slider-variant .swiper-slide img {
  border-bottom: 3px solid transparent;
}
.fp-color-select .slider-variant .swiper-slide.active {
  order: -1;
}
.fp-color-select .slider-variant .swiper-slide.active img,
.fp-color-select .slider-variant .swiper-slide:hover img {
  border-color: #00d072;
}
.fp-color-select .color-selector--item-container {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 20px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  position: relative;
  width: 40px;
}
.fp-color-select .color-selector--item-container.selected {
  border: 2px solid #00d072;
}
.fp-color-select .color-selector--item {
  border-radius: 16px;
  bottom: 2px;
  cursor: pointer;
  left: 1.6px;
  position: absolute;
  right: 2px;
  top: 1.6px;
}
.fp-color-select .color-selector--item.active-hover {
  border: 2px solid #000;
}
.fp-color-select .color-selector--container {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fp-silhouette__carousel .swiper-button-next,
.fp-silhouette__carousel .swiper-button-prev {
  height: auto;
  pointer-events: auto;
  width: auto;
}
.fp-silhouette__carousel .swiper-button-next:after,
.fp-silhouette__carousel .swiper-button-prev:after {
  display: none;
}
@media (max-width: 767.98px) {
  .fp-silhouette__carousel .swiper-button-next,
  .fp-silhouette__carousel .swiper-button-prev {
    display: none;
  }
}
.fp-sticky-panier {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.14);
  position: sticky;
  width: 100%;
  z-index: 1020;
}
.fp-sticky-panier--prd-img {
  height: 7.68rem;
  object-fit: contain;
  width: 5.625rem;
}
@media (max-width: 767.98px) {
  .fp-sticky-panier--selector {
    width: 100%;
  }
}
.fp-sticky-panier--size-select {
  flex-grow: 1;
  height: 42px;
}
@media (min-width: 768px) {
  .fp-sticky-panier--size-select {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .fp-sticky-panier--size-select {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .fp-sticky-panier--size-select {
    width: 300px;
  }
}
.fp-sticky-panier--add-btn {
  flex-grow: 1;
  height: 42px;
}
@media (min-width: 768px) {
  .fp-sticky-panier--add-btn {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .fp-sticky-panier--add-btn {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .fp-sticky-panier--add-btn {
    width: 300px;
  }
}
.fp-sticky-panier--wiwhlist-btn {
  height: 42px;
  min-width: 100px;
}
@media (max-width: 767.98px) {
  .fp-sticky-panier--wiwhlist-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .page-viewall .section-filter {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1051;
  }
  .page-viewall .section-filter.show {
    display: block;
  }
  .page-viewall .section-filter .filter-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.page-viewall .section-filter .filter-container button {
  color: #000;
}
@media (max-width: 991.98px) {
  .page-viewall .section-filter .filter-container .clearFilters {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    height: 40px;
  }
  .page-viewall .section-filter .filter-container .clearFilters svg {
    display: none;
  }
  .page-viewall .section-filter .filter-container .clearFilters .reload-text {
    border-bottom: unset;
  }
  .page-viewall
    .section-filter
    .filter-container
    .clearFilters
    .reload-text
    .paragraph {
    font-weight: 900 !important;
  }
}
.page-viewall .section-filter .head-section-filter {
  padding: 1.25rem;
}
.page-viewall .section-filter .filter-wrapper {
  flex: 1;
  overflow: auto;
}
@media (min-width: 992px) {
  .page-viewall .section-filter .filter-wrapper {
    align-items: baseline;
    column-gap: 1rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    margin-bottom: 0;
    overflow: initial;
    padding-left: 0;
  }
  .page-viewall .section-filter .filter-to-hidden--is-hidden {
    display: none;
  }
}
.page-viewall .section-filter .break-row {
  flex-basis: 100%;
  height: 0;
}
.section-filter__action .clearFilters .reload-text {
  border-bottom: 1px solid #000;
}
.section-filter__action .clearFilters svg {
  height: 18px;
  width: 18px;
}
.section-product-manager .product-manager-information .nb-value {
  font-weight: 900;
}
.section-product-manager .product-manager-wrapper .switch-cols__3,
.section-product-manager .product-manager-wrapper .switch-cols__4,
.section-product-manager .product-manager-wrapper .switch-cols__6 {
  cursor: pointer;
}
.section-product-manager
  .product-manager-wrapper
  .switch-cols__3.active
  .switch-cols__shape,
.section-product-manager
  .product-manager-wrapper
  .switch-cols__3:hover
  .switch-cols__shape,
.section-product-manager
  .product-manager-wrapper
  .switch-cols__4.active
  .switch-cols__shape,
.section-product-manager
  .product-manager-wrapper
  .switch-cols__4:hover
  .switch-cols__shape,
.section-product-manager
  .product-manager-wrapper
  .switch-cols__6.active
  .switch-cols__shape,
.section-product-manager
  .product-manager-wrapper
  .switch-cols__6:hover
  .switch-cols__shape {
  background-color: #000;
}
.section-product-manager .product-manager-wrapper .switch-cols__3 {
  gap: 0.25rem;
}
.section-product-manager .product-manager-wrapper .switch-cols__4 {
  gap: 0.125rem;
}
@media (min-width: 992px) {
  .section-product-manager .product-manager-wrapper .switch-cols__4 {
    gap: 0.25rem;
  }
}
.section-product-manager .product-manager-wrapper .switch-cols__6 {
  gap: 0.125rem;
}
.section-product-manager .product-manager-wrapper .switch-cols__shape {
  background-color: #b9b9b9;
  height: 28px;
  width: 4px;
}
.overflow-sort .js-overlay-sort {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
@media (max-width: 991.98px) {
  .page-viewall .section-tag .tag-wrapper {
    -ms-overflow-style: none;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .page-viewall .section-tag .tag-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.page-viewall .section-pagination a {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 10px;
}
.page-viewall .section-pagination a.current,
.page-viewall .section-pagination a:hover {
  color: #00d072;
}
.page-viewall .section-pagination a.current {
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-viewall .section-pagination .pagination--next,
  .page-viewall .section-pagination.pagination--prev {
    height: 15px;
    width: 15px;
  }
}
.page-viewall .section-pagination .pagination--next,
.page-viewall .section-pagination .pagination--prev {
  cursor: pointer;
  display: block;
  height: 10px;
  transform: rotate(45deg);
  transition: 0.15s;
  width: 10px;
}
.page-viewall .section-pagination .pagination--next:hover,
.page-viewall .section-pagination .pagination--prev:hover {
  border-color: #00d072;
}
.page-viewall .section-pagination .pagination--prev {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  float: left;
}
.page-viewall .section-pagination .pagination--next {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  float: right;
}
.viewall-tag {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 1rem 0.625rem 0;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.viewall-tag:hover {
  background-color: #00d072;
  border: 1px solid #00d072;
  text-decoration: none;
}
.viewall-tag:active,
.viewall-tag:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.viewall-filter {
  padding: 1.25rem;
}
@media (max-width: 991.98px) {
  .viewall-filter {
    flex: 1;
  }
}
.viewall-filter ul {
  margin: 0;
  padding: 0;
}
.viewall-filter ul.viewall-filter__content {
  max-height: 320px;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .viewall-filter ul.viewall-filter__content {
    max-height: calc(100vh - 260px);
  }
}
@media (min-width: 992px) {
  .viewall-filter__content {
    min-width: 400px;
  }
}
.viewall-filter .checkbox-filter-wrapper {
  padding: 0 5px;
  white-space: nowrap;
}
.viewall-filter .checkbox-filter-wrapper:hover {
  background-color: #fcfcfc;
}
.viewall-filter label {
  font-weight: 600;
}
.viewall-filter-sort {
  min-width: 350px;
  padding: 1.25rem;
}
.viewall-filter-sort ul {
  margin: 0;
  padding: 0;
}
.viewall-filter-sort .radiobox-sort-wrapper {
  padding: 0 5px;
  white-space: nowrap;
}
.viewall-filter-sort .radiobox-sort-wrapper:hover {
  background-color: #fcfcfc;
}
.viewall-filter-sort label {
  font-weight: 600;
}
.viewall-filter--color ul {
  display: flex;
  flex-wrap: wrap;
}
.viewall-filter--color li {
  flex: 1 0 50%;
  padding: 0 0.5rem 0 0;
}
.viewall-filter--price .price-slider {
  border: none;
  height: 3px;
}
.viewall-filter--price .price-slider .noUi-base,
.viewall-filter--price .price-slider .noUi-connects {
  background-color: #e7e7e7;
  height: 3px;
}
.viewall-filter--price .price-slider .noUi-connect,
.viewall-filter--price .price-slider .noUi-handle {
  background-color: #000;
  transition: background-color 0.25s ease;
}
.viewall-filter--price .price-slider .noUi-handle {
  border: 5px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  height: 25px;
  top: -11px;
  width: 25px;
}
.viewall-filter--price .price-slider .noUi-handle:after,
.viewall-filter--price .price-slider .noUi-handle:before {
  display: none;
}
.viewall-filter--price .price-slider .noUi-active {
  transition: transform 0.25s ease;
}
.viewall-filter--price .price-slider.noUi-state-drag .noUi-connect {
  background-color: #00d072;
}
.viewall-filter--price .price-slider.noUi-state-drag .noUi-handle {
  background-color: #00d072;
  border: 5px solid hsla(0, 0%, 100%, 0.8);
}
.viewall-filter--price .price-slider.noUi-state-drag .noUi-active {
  transform: scale(1.25);
}
.viewall-filter--size .viewall-filter__item:not(:first-child) {
  margin-top: 0.75rem;
}
.viewall-filter--size .size-list {
  display: flex;
  flex-flow: wrap;
}
.viewall-filter--size .size-list li {
  display: flex;
  flex: 0 0 20%;
  max-width: 78px;
}
.viewall-filter--size .size-wrapper {
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 100%;
}
.viewall-filter--size .label-size {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  cursor: pointer;
  flex-grow: 1;
  font-weight: 600;
  line-height: 40px;
}
.viewall-filter--size .label-size:hover {
  border-color: #000;
}
.viewall-filter--size .input-size {
  display: none;
}
.viewall-filter--size .input-size:checked ~ .label-size {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 700;
}
.viewall-filter-action {
  border-top: 1px solid #e7e7e7;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .viewall-filter-action {
    min-width: 400px;
  }
}
.viewall-filter-action .to-reset,
.viewall-filter-action .to-validate {
  min-width: 150px;
}
.viewall-filter-action .to-reset a,
.viewall-filter-action .to-validate a {
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0.75rem 0;
}
@media (min-width: 992px) {
  .viewall-filter-action .to-reset a,
  .viewall-filter-action .to-validate a {
    font-size: 1rem;
  }
}
.page-viewall .dropdown-viewall-filter {
  display: flex;
}
.page-viewall .dropdown-viewall-filter__button {
  background-color: #f7f7f7;
  border: none;
  color: #000;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-viewall .dropdown-viewall-filter__button {
    gap: 25px;
  }
}
@media (min-width: 992px) {
  .page-viewall .dropdown-viewall-filter__button {
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
}
.page-viewall .dropdown-viewall-filter__button:after {
  display: none;
}
.page-viewall .dropdown-viewall-filter__button:hover {
  background-color: #00d072;
}
@media (min-width: 992px) {
  .page-viewall .dropdown-viewall-filter__button:hover {
    background-color: #000;
    color: #fff !important;
  }
  .page-viewall
    .dropdown-viewall-filter__button:hover
    .btn-icon-chevron
    svg
    path {
    stroke: #fff;
  }
}
.page-viewall
  .dropdown-viewall-filter__button
  .btn-icon-chevron:not(.no-rotation)
  svg {
  transition: transform 0.25s ease;
}
@media (max-width: 991.98px) {
  .page-viewall
    .dropdown-viewall-filter__button
    .btn-icon-chevron:not(.no-rotation)
    svg {
    transform: rotate(270deg);
  }
}
.page-viewall .dropdown-viewall-filter__button.show {
  background-color: #00d072;
  box-shadow: none;
}
@media (min-width: 992px) {
  .page-viewall .dropdown-viewall-filter__button.show {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
  .page-viewall .dropdown-viewall-filter__button.show .btn-icon-chevron svg {
    transform: rotate(180deg);
  }
  .page-viewall
    .dropdown-viewall-filter__button.show
    .btn-icon-chevron
    svg
    path {
    stroke: #fff;
  }
  .page-viewall .dropdown-viewall-filter__button.selected {
    background-color: #f7f7f7;
    border: 1px solid #000;
    font-weight: 900;
  }
  .page-viewall .dropdown-viewall-filter__button.selected:hover {
    background-color: #000;
    color: #fff !important;
  }
  .page-viewall .dropdown-viewall-filter__button.selected.show {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
  }
  .page-viewall
    .dropdown-viewall-filter__button.selected.show
    .btn-icon-chevron
    svg {
    transform: rotate(180deg);
  }
  .page-viewall
    .dropdown-viewall-filter__button.selected.show
    .btn-icon-chevron
    svg
    path {
    stroke: #fff;
  }
}
.page-viewall .dropdown-viewall-filter__menu {
  border-color: #000;
  padding: 0;
  z-index: 1060;
}
@media (max-width: 991.98px) {
  .page-viewall .dropdown-viewall-filter__menu {
    border: none;
    border-radius: 0;
    bottom: 0 !important;
    box-shadow: none;
    display: block !important;
    left: 0 !important;
    margin-top: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }
  .page-viewall .dropdown-viewall-filter__menu.show {
    transform: translateX(0) !important;
  }
  .page-viewall .dropdown-viewall-filter__menu .filter-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.page-viewall .dropdown-viewall-filter__menu .filter-content .head-filter {
  padding: 1.25rem;
}
.page-viewall .dropdown-viewall-filter__menu .filter-content .head-filter svg {
  transform: rotate(90deg);
}
.dropdown-viewall-sort {
  display: flex;
}
.dropdown-viewall-sort__button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  color: #000;
  flex: 1;
  font-weight: 900;
  line-height: 1;
  padding: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .dropdown-viewall-sort__button {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .dropdown-viewall-sort__button {
    font-size: 1rem;
  }
}
.dropdown-viewall-sort__button .icon-viewall-product-trier-par {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .dropdown-viewall-sort__button .icon-viewall-product-trier-par {
    margin-right: 0.5rem;
  }
}
.dropdown-viewall-sort__button--title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .dropdown-viewall-sort__button--title {
    gap: 54px;
  }
}
.dropdown-viewall-sort__button--title .btn-icon-chevron svg {
  transition: transform 0.25s ease;
}
.dropdown-viewall-sort__button:after {
  display: none;
}
.dropdown-viewall-sort__button:hover {
  background-color: #000;
  color: #fff;
}
.dropdown-viewall-sort__button:hover .btn-icon-chevron svg path {
  stroke: #fff;
}
.dropdown-viewall-sort__button:hover .icon-viewall-product-trier-par path {
  fill: #fff;
}
.dropdown-viewall-sort__button.show {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff !important;
}
.dropdown-viewall-sort__button.show .btn-icon-chevron svg {
  transform: rotate(180deg);
}
.dropdown-viewall-sort__button.show .btn-icon-chevron svg path {
  stroke: #fff;
}
.dropdown-viewall-sort__button.show .icon-viewall-product-trier-par path {
  fill: #fff;
}
.dropdown-viewall-sort__menu {
  border-color: #000;
  padding: 0;
}
@media (max-width: 991.98px) {
  .dropdown-viewall-sort__menu {
    border: none;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    display: none;
    left: 0 !important;
    position: fixed;
    right: 0;
    top: auto !important;
    transition: all 0.25s ease-in;
    z-index: 1051;
  }
  .dropdown-viewall-sort__menu.show {
    display: block;
  }
}
.dropdown-viewall-sort__menu .head-sort {
  padding: 1.25rem 1.25rem 0;
}
.dropdown-viewall-sort__menu .head-sort button {
  color: #000;
}
.viewall-product {
  position: relative;
}
.viewall-product__badge {
  left: 0.8rem;
  position: absolute;
  top: 1rem;
}
.viewall-product__wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
@media (min-width: 992px) {
  .viewall-product__wishlist {
    right: 20px;
    top: 20px;
  }
  .viewall-product__wishlist.w-module-produit {
    right: 0.8rem;
    top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .viewall-product__wishlist.w-module-produit {
    right: 1.2rem;
    top: 1.2rem;
  }
}
.viewall-product__wishlist .wishlist-icon {
  height: 17px;
  width: 19.5px;
}
@media (min-width: 768px) {
  .viewall-product__wishlist .wishlist-icon {
    height: 24px;
    width: 28px;
  }
}
.viewall-product__wishlist path {
  stroke: #000;
  stroke-width: 10;
  fill: transparent;
}
.viewall-product__wishlist.active path,
.viewall-product__wishlist:hover path {
  stroke: transparent;
  fill: url(#wishlist-fill);
}
.viewall-product__card {
  position: relative;
}
.viewall-product__card__label .label {
  height: unset;
  left: 10px;
  padding: unset;
  position: absolute;
  top: 10px;
  z-index: 1;
}
@media (min-width: 992px) {
  .viewall-product__card__label .label {
    left: 20px;
    top: 20px;
  }
}
.viewall-product__card__carousel .carousel-controls {
  display: none;
}
.viewall-product__card__carousel .carousel-controls .carousel-control {
  cursor: pointer;
}
.viewall-product__card__carousel .carousel-controls svg {
  width: 15px;
}
.viewall-product__card__carousel:hover .carousel-controls {
  display: block;
}
.viewall-product__card__colors {
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .viewall-product__card__colors {
    bottom: 10px;
    right: 10px;
  }
}
.viewall-product__card__information {
  background-color: hsla(0, 0%, 100%, 0.98);
  bottom: 0;
  display: block;
  margin: 0;
  opacity: 0;
  padding: 4px 0;
  position: absolute;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 1;
}
.viewall-product__card .product-information {
  display: flex;
  flex-direction: column;
}
.viewall-product__card .product-information__size {
  align-self: center;
  flex: 1 0 100%;
  flex-flow: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.viewall-product__card .product-information .element-size {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  flex: 0 0 16.6666666667%;
  font-size: 0.75rem;
  font-weight: 700;
  max-width: 50px;
  min-width: 50px;
  padding: 8px 5px;
}
.viewall-product__card .product-information .element-size:hover:not(.disabled) {
  background-color: #00d072;
  border-color: #00d072;
  color: #000;
}
.viewall-product__card .product-information .element-size.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.viewall-product__card .product-information .element-size.disabled {
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  cursor: default;
}
@media (min-width: 1200px) {
  .viewall-product__card .product-information__add-to-cart a {
    padding: 0.75rem 2rem;
  }
}
.viewall-product__card:hover .viewall-product__card__information {
  opacity: 1 !important;
}
.viewall-product__details {
  background-color: #fff;
}
.viewall-product__details .product-label a {
  text-decoration: none;
}
.viewall-product__details .product-label a:hover {
  text-decoration: underline;
}
.viewall-product__details .discount {
  background-color: #00d072;
  color: #fff;
  padding: 6px;
}
.viewall-product__details .discount p {
  line-height: 1;
}
.viewall-product__details .compared-price {
  color: #565656;
}
.viewall-product__details p a {
  text-decoration: unset;
}
.viewall-product .out-of-stock {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.75);
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 900;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.abcdaire-letters {
  overflow: auto;
}
.abcdaire-letters .letter-slider {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  width: 100%;
}
.abcdaire-letters .letter-slider--button {
  align-items: center;
  background: transparent;
  border-radius: 4px;
  color: #565656;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 38px;
}
@media (min-width: 992px) {
  .abcdaire-letters .letter-slider--button {
    padding: 12px;
  }
}
.abcdaire-letters .letter-slider--button:hover {
  color: #fff;
}
.abcdaire-letters .letter-slider--button.disabled {
  background: transparent !important;
  color: #b9b9b9;
  cursor: default;
  pointer-events: none;
}
.abcdaire-letters .letter-slider--button.other {
  margin-right: 7px;
}
.abcdaire-all__section {
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .abcdaire-all__section {
    padding: 4.375rem 0;
  }
  .abcdaire-all__section--list-element {
    flex: 0 0 33.333333%;
    padding-right: 20px;
  }
}
.abcdaire-all__section--letter {
  color: #000;
  font-size: 52px;
  font-weight: 900;
  line-height: 62px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .abcdaire-all__section--letter {
    flex: 0 0 10%;
  }
}
@media (min-width: 992px) {
  .abcdaire-all__section--letter {
    flex: 0 0 15%;
    font-size: 72px;
    line-height: 85px;
  }
}
.abcdaire-all__section--link {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px 0;
}
.abcdaire-all__section--link-title {
  gap: 0.25rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .page-abcdaire .section-filter {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1051;
  }
  .page-abcdaire .section-filter.show {
    display: block;
  }
  .page-abcdaire .section-filter .filter-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.page-abcdaire .section-filter .filter-container button {
  color: #000;
}
.page-abcdaire .section-filter .head-section-filter {
  padding: 1.25rem;
}
.page-abcdaire .section-filter .filter-wrapper {
  flex: 1;
}
@media (min-width: 768px) {
  .page-abcdaire .section-filter .filter-wrapper {
    align-items: baseline;
    column-gap: 1rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.abcdaire-online-filter .filter-wrapper {
  flex: 1;
}
@media (min-width: 992px) {
  .abcdaire-online-filter .filter-wrapper {
    align-items: baseline;
    column-gap: 1rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.abcdaire-filter--cat ul {
  display: flex;
  flex-wrap: wrap;
}
.abcdaire-filter--cat li {
  flex: 1 0 50%;
}
@media (max-width: 767.98px) {
  .online-filter-wrapper {
    -ms-overflow-style: none;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .online-filter-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.online-filter-wrapper .online-filter {
  display: inline-flex;
  margin: 0 1rem 0.625rem 0;
}
.online-filter-wrapper .online-filter label {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 700;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.online-filter-wrapper .online-filter input:checked + label,
.online-filter-wrapper .online-filter label:hover {
  color: #fff;
}
.abcdaire-filter {
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .abcdaire-filter {
    flex: 1;
  }
}
.abcdaire-filter ul {
  margin: 0;
  padding: 0;
}
.abcdaire-filter li {
  padding: 0 5px;
  white-space: nowrap;
}
.abcdaire-filter__content {
  max-height: 320px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .abcdaire-filter__content {
    min-width: 400px;
  }
}
.abcdaire-filter__item {
  padding: 0 5px;
  white-space: nowrap;
}
.abcdaire-filter__item label {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
  padding: 0.75rem 0.25rem 0.75rem 1.5rem;
}
.abcdaire-filter__item:hover {
  background-color: #fcfcfc;
}
.abcdaire-filter label {
  font-weight: 600;
}
.abcdaire-filter-action {
  border-top: 1px solid #e7e7e7;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .abcdaire-filter-action {
    min-width: 400px;
  }
}
.abcdaire-blockMarks {
  border-bottom: 1px solid #e7e7e7;
}
.abcdaire-blockMarks__btnGroup--button {
  border-bottom: 6px solid transparent;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: -3px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .abcdaire-blockMarks__btnGroup--button {
    font-size: 20px;
  }
}
.abcdaire-blockMarks__btnGroup--button.actif {
  border-color: #00d072;
}
.personal-shopper-filter {
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .personal-shopper-filter {
    flex: 1;
  }
}
.personal-shopper-filter ul {
  margin: 0;
  padding: 0;
}
.personal-shopper-filter li {
  padding: 0 5px;
  white-space: nowrap;
}
.personal-shopper-filter__content {
  max-height: 320px;
  min-width: 350px;
  overflow-y: auto;
}
.personal-shopper-filter__item {
  padding: 0 5px;
  white-space: nowrap;
}
.personal-shopper-filter__item:hover {
  background-color: #fcfcfc;
}
.personal-shopper-filter label {
  align-items: center;
  color: #000;
  display: flex;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 0.25rem 0.75rem 1.5rem;
}
@media (max-width: 767.98px) {
  .personal-shopper-filter-action .apply {
    margin: 80px 30px;
    width: 100%;
  }
}
.page-personal-shopper .section-search__search {
  min-width: 380px;
}
@media (max-width: 767.98px) {
  .page-personal-shopper .section-search__search {
    min-width: 300px;
  }
}
.page-personal-shopper .section-search__filters button {
  color: #000;
}
@media (max-width: 991.98px) {
  .page-personal-shopper .section-filter {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1051;
  }
  .page-personal-shopper .section-filter.show {
    display: block;
  }
  .page-personal-shopper .section-filter .filter-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.page-personal-shopper .section-filter .filter-container button {
  color: #000;
}
@media (max-width: 991.98px) {
  .page-personal-shopper .section-filter .filter-container .clearFilters {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    height: 40px;
  }
  .page-personal-shopper .section-filter .filter-container .clearFilters svg {
    display: none;
  }
  .page-personal-shopper
    .section-filter
    .filter-container
    .clearFilters
    .reload-text {
    border-bottom: unset;
  }
  .page-personal-shopper
    .section-filter
    .filter-container
    .clearFilters
    .reload-text
    .paragraph {
    font-weight: 900 !important;
  }
}
.page-personal-shopper .section-filter .head-filter {
  padding: 1.25rem;
}
.page-personal-shopper .section-filter .filter-wrapper {
  flex: 1;
  overflow: auto;
}
@media (min-width: 992px) {
  .page-personal-shopper .section-filter .filter-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
    overflow: initial;
    padding-left: 0;
  }
  .page-personal-shopper .section-filter .filter-to-hidden--is-hidden {
    display: none;
  }
}
.page-personal-shopper .section-filter .break-row {
  flex-basis: 100%;
  height: 0;
}
.page-personal-shopper .personal-shopper-card--desktop .img-wrapper {
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-personal-shopper .personal-shopper-card--desktop .img-wrapper {
    height: 350px;
  }
}
.page-personal-shopper .personal-shopper-card--desktop .img-wrapper img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  transform: translate(-50%);
  width: 100%;
}
.page-personal-shopper
  .personal-shopper-card--desktop
  .ps-lang-info-container
  svg {
  height: 15px;
  width: 15px;
}
.page-personal-shopper .personal-shopper-card--desktop .ps-profil-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
  width: 100%;
}
.page-personal-shopper .personal-shopper-card--desktop .ps-profil-overlay p {
  color: #fff;
}
.page-personal-shopper
  .personal-shopper-card--desktop
  .ps-profil-link-container:hover
  .ps-profil-overlay {
  opacity: 1;
}
.page-personal-shopper .personal-shopper-card--desktop .rdv-btn {
  height: 45px;
}
.page-personal-shopper .personal-shopper-card--mobile {
  min-height: 100px;
  width: 100%;
}
.page-personal-shopper .personal-shopper-card--mobile .ps-mobile__heading {
  border-bottom: 1px solid #b9b9b9;
  gap: 16px;
  grid-template-columns: 104px 1fr;
}
.page-personal-shopper
  .personal-shopper-card--mobile
  .ps-mobile__heading--avatar {
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    radial-gradient(circle at center left, #edba23, #c7a016);
  background-origin: border-box;
  border: 5px double transparent;
  border-radius: 50%;
  height: 104px;
  object-fit: cover;
  object-position: center;
  width: 104px;
}
@media screen and (max-width: 375px) {
  .page-personal-shopper
    .personal-shopper-card--mobile
    .ps-mobile__heading--title {
    flex-direction: column;
    margin-right: auto;
  }
}
.page-personal-shopper .personal-shopper-card--mobile .ps-mobile__heading--cta {
  height: 46px;
  width: 100%;
}
.page-personal-shopper .personal-shopper-card--mobile-separator {
  background-color: #f7f7f7;
  height: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper-card--mobile-separator {
    display: none;
  }
}
.page-personal-shopper .personal-shopper-card--mobile .location-icon {
  height: 13px;
  margin-bottom: 10px;
  width: 10px;
}
.page-personal-shopper .bloc-push {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 30px;
}
.page-personal-shopper .bloc-push__p svg {
  height: 129px;
  width: 89px;
}
@media (min-width: 768px) {
  .page-personal-shopper .bloc-push__p svg {
    height: 189px;
    width: 130px;
  }
}
.bloc-x1-bloc {
  display: grid;
  width: 100%;
}
@media (min-width: 992px) {
  .bloc-x1-bloc:first-child {
    padding-right: 0.5rem;
  }
  .bloc-x1-bloc:last-child {
    padding-left: 0.5rem;
  }
}
.bloc-x1-bloc .modules_x2__container {
  color: #fff;
  height: 461px;
}
@media screen and (min-width: 1600px) {
  .bloc-x1-bloc .modules_x2__container {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container {
    flex-direction: column;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.bloc-x1-bloc .modules_x2__container__item {
  cursor: pointer;
  flex-direction: column;
  height: 377px;
  justify-content: flex-end;
  margin: auto;
  transition: 0.3s;
}
@media screen and (min-width: 1600px) {
  .bloc-x1-bloc .modules_x2__container__item {
    width: 673px !important;
  }
}
@media (min-width: 992px) {
  .bloc-x1-bloc .modules_x2__container__item {
    width: calc(50vw - 1.5rem);
  }
}
@media (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item {
    width: calc(50vw - 1.5rem);
  }
}
@media (max-width: 767.98px) {
  .bloc-x1-bloc .modules_x2__container__item {
    width: calc(100vw - 2rem);
  }
}
.bloc-x1-bloc .modules_x2__container__item:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
@media (max-width: 767.98px) {
  .bloc-x1-bloc
    .modules_x2__container__item:hover
    .modules_x2__container__item__bloc {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 375px) {
  .bloc-x1-bloc
    .modules_x2__container__item:hover
    .modules_x2__container__item__bloc {
    height: 100%;
  }
}
.bloc-x1-bloc .modules_x2__container__item__img,
.bloc-x1-bloc .modules_x2__container__item__video {
  height: inherit;
  object-fit: cover;
  object-position: center;
  width: inherit;
}
@media (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item__img.video--blocx1,
  .bloc-x1-bloc .modules_x2__container__item__video.video--blocx1 {
    width: calc(100vw - 2rem);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item__img.video--blocx1,
  .bloc-x1-bloc .modules_x2__container__item__video.video--blocx1 {
    width: calc(50vw - 1.5rem);
  }
}
.bloc-x1-bloc .modules_x2__container__item__bloc {
  background: linear-gradient(180deg, transparent, #000);
  position: absolute;
  width: inherit;
}
@media (max-width: 767.98px) {
  .bloc-x1-bloc .modules_x2__container__item__bloc {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 77.59%);
    height: 20%;
  }
}
.bloc-x1-bloc .modules_x2__container__item__bloc__data {
  flex-direction: column;
  margin: auto;
  padding-bottom: 3.5rem;
  position: relative;
  top: 38%;
  width: calc(100% - 15px);
}
.bloc-x1-bloc .modules_x2__container__item__bloc__data--discover {
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item.video--blocx1 {
    height: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bloc-x1-bloc .modules_x2__container__item.video--blocx1 {
    height: 26vw;
  }
}
@media (max-width: 767.98px) {
  .d-flex.scroll-mobile.main-container-lg,
  .d-flex.scroll-mobile.main-container-md,
  .main-container.d-flex.scroll-mobile {
    overflow: scroll;
  }
}
.bloc-x1-1sur3 {
  display: grid;
  width: 100%;
}
@media (max-width: 991.98px) {
  .bloc-x1-1sur3 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1660px) {
  .bloc-x1-1sur3:first-child {
    margin-left: 0.75em;
  }
}
.bloc-x1-1sur3__item {
  height: fit-content;
}
@media screen and (min-width: 1660px) {
  .bloc-x1-1sur3__item {
    width: 536px !important;
  }
}
@media (min-width: 992px) {
  .bloc-x1-1sur3__item {
    width: calc(100% - 0.5rem);
  }
}
@media (max-width: 991.98px) {
  .bloc-x1-1sur3__item {
    width: 298px;
  }
}
.bloc-x1-1sur3__item__img {
  height: 292px;
  object-fit: cover;
  object-position: center;
  width: inherit;
}
@media (max-width: 991.98px) {
  .bloc-x1-1sur3__item__img {
    height: 164px;
  }
}
.bloc-x1-1sur3__item__data {
  margin-top: 1.688rem;
}
@media (max-width: 575.98px) {
  .bloc-x1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.tradeParagraph p a {
  text-decoration: underline;
}
.tradeParagraph p a:hover {
  font-weight: 900;
}
.modules_x4__container {
  column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .modules_x4__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.modules_x4__container__item {
  background-color: #00d072;
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .modules_x4__container__item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .modules_x4__container__item {
    width: fit-content;
  }
}
.modules_x4__container__item > a {
  display: block;
  transition: transform 0.3s ease;
}
.modules_x4__container__item > a:hover {
  transform: translate(-10px, -10px);
}
.modules_x4__container__item .pcom-media {
  height: 100%;
}
.modules_x4__container__item--img {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  transition: 0.25s;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .modules_x4__container__item--img {
    object-fit: cover;
    object-position: center;
  }
}
.modules_x4__container__item__bloc {
  background: linear-gradient(180deg, transparent, #000);
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767.98px) {
  .modules_x4__container__item__bloc {
    bottom: -12px;
    margin-bottom: 0.75rem;
  }
}
.modules_x4__container__item__bloc__data {
  color: #fff;
  margin: auto;
  padding-bottom: 0.563rem;
  padding-left: 1rem;
  padding-right: 1.35rem;
  position: relative;
  top: 6%;
  width: calc(100% - 6px);
}
@media (min-width: 768px) {
  .modules_x4__container__item__bloc__data {
    padding-bottom: 1.563rem;
  }
}
@media (min-width: 1400px) {
  .modules_x4__container__item__bloc__data {
    height: inherit;
    padding-bottom: 1.625rem;
    top: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .modules_x4__container__item__bloc__data {
    padding-bottom: 1rem;
    top: 27%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .modules_x4__container__item__bloc__data {
    padding-left: 1.35rem;
    top: 48%;
  }
}
@media (min-width: 768px) {
  .modules_x4__container__item__bloc__data__text {
    min-height: 66px;
  }
}
@media (min-width: 1400px) {
  .modules_x4__container__item__bloc__data__text {
    min-height: 73px;
  }
}
.modules_x4__container__item__bloc__rectangle {
  background-color: #00d072;
  height: 5px;
  width: 75px;
}
@media (max-width: 767.98px) {
  .modules_x4__container__item__bloc .icon-fleche-voir-plus {
    margin-bottom: 12px;
  }
}
.module-product__container {
  overflow: auto;
}
@media screen and (max-width: 1660px) {
  .module-product__container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.module-product__container__bloc {
  cursor: pointer;
}
@media screen and (max-width: 1660px) {
  .module-product__container__bloc {
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .module-product__container__bloc {
    height: 302px;
  }
}
@media (max-width: 575.98px) {
  .module-product__container__bloc {
    margin-right: 5px;
  }
}
.module-product__container__bloc__item {
  background-color: #f2f2f2;
  height: 362px;
  margin-bottom: 0.313rem;
  width: 260px;
}
@media (max-width: 991.98px) {
  .module-product__container__bloc__item {
    height: 208px;
    width: 152px;
  }
}
.module-product__container__bloc__reference {
  text-align: center;
}
.module-product__container__bloc__reference .h3,
.module-product__container__bloc__reference h3 {
  margin-bottom: 0;
}
.lightgrey__container {
  background-color: #f2f2f2;
  width: 100%;
}
@media (min-width: 1200px) {
  .lightgrey__container .bloc-trade__container {
    height: 600px;
  }
}
@media screen and (max-width: 1660px) {
  .lightgrey__container .bloc-trade__container__bloc_x1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .lightgrey__container .bloc-trade__container__bloc_x1 {
    height: 538px;
    width: 715px;
  }
}
.lightgrey__container .bloc-trade__container__bloc_x1__img {
  background: url(3377014.png) no-repeat;
  box-shadow: 10px 10px 0 #00d072;
  height: 222px;
  margin-bottom: 1.25rem;
  width: 343px;
}
@media (min-width: 768px) {
  .lightgrey__container .bloc-trade__container__bloc_x1__img {
    box-shadow: 15px 15px 0 #00d072;
    height: 453px;
    margin-bottom: 2.188rem;
    width: 700px;
  }
}
.lightgrey__container .bloc-trade__container__little-product .module-estore {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .lightgrey__container .bloc-trade__container__little-product .module-estore {
    margin-top: 2.5rem;
  }
}
.lightgrey__container
  .bloc-trade__container__little-product
  .module-product__container__bloc__item {
  background-color: #e7e7e7;
}
.modules_x4_magasins__container {
  overflow: auto;
}
.modules_x4_magasins__container__item {
  cursor: pointer;
  margin-right: 0.625rem;
  padding-top: 10px;
  transition: transform 0.3s ease;
  width: 298px;
}
@media (min-width: 992px) {
  .modules_x4_magasins__container__item {
    width: 397px;
  }
}
.modules_x4_magasins__container__item__img {
  height: 164px;
  margin-bottom: 0.625rem;
  width: 298px;
}
@media (min-width: 992px) {
  .modules_x4_magasins__container__item__img {
    height: 217px;
    margin-bottom: 0.875rem;
    width: 397px;
  }
}
.modules_x4_magasins__container__item__img img {
  height: 164px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .modules_x4_magasins__container__item__img img {
    height: 217px;
  }
}
.modules_x4_magasins__container__item__title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.fp-dispo-accordion
  .modules_x4_magasins__container__item__title
  .accordion-body,
.fp-dispo-accordion
  .modules_x4_magasins__container__item__title
  .accordion-button,
.modules_x4_magasins__container__item__title
  .fp-dispo-accordion
  .accordion-body,
.modules_x4_magasins__container__item__title
  .fp-dispo-accordion
  .accordion-button,
.modules_x4_magasins__container__item__title .heading-3 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: inline;
}
.modules_x4_magasins__container__item__title .icon-fleche-voir-plus {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-left: 0.375rem;
}
.modules_x4_magasins__container__item:hover {
  transform: translateY(-10px);
}
@media (max-width: 991.98px) {
  .modules_x4_paysage__container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 575.98px) {
  .modules_x4_paysage__container {
    gap: unset;
    grid-template-columns: 1fr 0fr;
  }
}
.modules_x4_paysage__container__item {
  cursor: pointer;
  width: 167px;
}
@media screen and (min-width: 1660px) {
  .modules_x4_paysage__container__item {
    margin-right: unset !important;
    width: 397px !important;
  }
}
@media (min-width: 992px) {
  .modules_x4_paysage__container__item {
    height: 339px;
    margin-right: 0.375rem;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .modules_x4_paysage__container__item {
    width: unset;
  }
}
@media (max-width: 575.98px) {
  .modules_x4_paysage__container__item {
    width: calc(50vw - 2rem);
  }
}
.modules_x4_paysage__container__item__img {
  background-color: #f2f2f2;
  height: 20vw;
  margin-bottom: 0.875rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 1400px) {
  .modules_x4_paysage__container__item__img {
    height: 279px;
  }
}
@media (max-width: 575.98px) {
  .modules_x4_paysage__container__item__img {
    height: 30vw;
  }
}
.modules_x4_paysage__container__item__title .hover-line {
  padding: 1rem 0;
  position: relative;
}
.modules_x4_paysage__container__item__title .hover-line:after {
  background-color: #00d072;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: translate3d(0, 0.2em, 0) scale(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  width: 100%;
}
.modules_x4_paysage__container__item:focus .hover-line:after,
.modules_x4_paysage__container__item:hover .hover-line:after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0) scale(0.5);
}
@media (min-width: 992px) {
  .modules_x4_paysage__container__item:last-of-type {
    margin-right: unset;
  }
}
.module-estore {
  margin: auto auto 22px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .module-estore {
    margin-bottom: 0.75rem;
  }
  .module-estore .cta.cta--see-more {
    font-size: 0;
    height: 39.5px;
    padding: unset;
    width: 57.5px;
  }
  .module-estore .cta.cta--see-more:after {
    margin-left: unset;
  }
  .titreModuleProduit .cta.cta--see-more {
    font-size: 0;
    height: 39.5px;
    padding: unset;
    width: 57.5px;
  }
  .titreModuleProduit .cta.cta--see-more:after {
    margin-left: unset;
  }
}
#personal-stylist .one-line-wm.my-5__section,
#personal-stylist .one-line-wm.my-5__section .mt-3__section,
#personal-stylist .titre_textarea_ctas {
  margin-top: 0;
}
.m-live-shopping {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .m-live-shopping__m-grey-background-down-md {
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-live-shopping__m-grey-background-up-md {
    background-color: #f7f7f7;
    height: 86%;
  }
  .m-live-shopping__container-md {
    margin-top: 10px;
    padding-top: 55px;
    width: 94%;
  }
}
@media (min-width: 992px) {
  .m-live-shopping__container-md {
    margin-top: 26px;
    padding-top: 81px;
    width: 92%;
  }
}
.m-live-shopping_smartphone {
  background-color: #000;
  border: 12px solid #000;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #00d072;
  cursor: pointer;
  height: 523px;
  margin: 0 32px;
  min-width: 270px;
  position: relative;
  width: 300px;
}
.m-live-shopping_smartphone .en-direct {
  left: 10px;
  top: 10px;
}
.m-live-shopping_smartphone .player-button {
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-live-shopping_smartphone .player-description {
  bottom: 0;
  color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 414px) {
  .m-live-shopping_smartphone {
    margin: 0 62px;
  }
}
@media (min-width: 576px) {
  .m-live-shopping_smartphone {
    margin: 0 82px;
  }
}
@media (min-width: 768px) {
  .m-live-shopping_smartphone {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .m-live-shopping_smartphone {
    border: 14px solid #000;
    height: 660px;
    width: 359px;
  }
}
.m-live-shopping_smartphone__image {
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  transition: 0.25s;
  width: 100%;
}
.m-live-shopping_smartphone__image-influence img {
  height: 483px;
  object-fit: cover;
  width: 362px;
}
.m-live-shopping_smartphone__image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .m-live-shopping_smartphone__image {
    object-fit: cover;
    object-position: center;
  }
}
.m-live-shopping_smartphone__bloc {
  background: linear-gradient(180deg, transparent, #000);
  bottom: 0;
  height: 45%;
  left: 0;
  position: absolute;
  width: 100%;
}
.m-live-shopping_smartphone:after {
  background-color: #000;
  content: "";
  height: 18px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: -9px;
  width: 116px;
}
@media (min-width: 768px) {
  .m-live-shopping_smartphone:after {
    top: -7px;
    width: 136px;
  }
}
.m-live-shopping_content__description {
  max-width: 550px;
}
.m-live-shopping_content__buttons {
  margin-top: 30px;
}
.m-live-shopping_content__first-button {
  width: 100%;
}
@media (min-width: 768px) {
  .m-live-shopping_content__first-button {
    width: 100px;
  }
  .m-live-shopping_content__first-button-2 {
    width: 172px;
  }
}
.titre_textarea_ctas .cta__module-textarea-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.titre_textarea_ctas .cta__module-textarea-black:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.titre_textarea_ctas .cta__module-textarea-white {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.titre_textarea_ctas .cta__module-textarea-white:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .titre_textarea_ctas .cta__module-textarea-white {
    margin-top: 0.5rem;
  }
}
.titre_textarea_ctas .cta__module-textarea-green {
  background-color: #00d072;
  border-color: #00d072;
  color: #000;
}
.titre_textarea_ctas .cta__module-textarea-green:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.titre_textarea_ctas .cta__module-textarea-doree {
  background: linear-gradient(93.17deg, #cca01c, #a56912 97.78%);
  color: #fff;
}
.titre_textarea_ctas .cta__module-textarea-doree:hover {
  background: #fff;
  border-color: #cca01c;
  color: #000;
}
@media (max-width: 991.98px) {
  .selection-marque__visuel {
    display: flex;
    flex-direction: column;
    height: 245px;
    width: 152px;
  }
}
.swiperProduct .swiper-slide,
.swiperProduct__trade .swiper-slide {
  transition: transform 0.3s ease;
}
.swiperProduct .swiper-slide:hover,
.swiperProduct__trade .swiper-slide:hover {
  transform: translateY(-5px);
}
.swiperProduct .swiper-button-next,
.swiperProduct .swiper-button-prev,
.swiperProduct__trade .swiper-button-next,
.swiperProduct__trade .swiper-button-prev {
  height: auto;
  pointer-events: auto;
  width: auto;
}
.swiperProduct .swiper-button-next:after,
.swiperProduct .swiper-button-prev:after,
.swiperProduct__trade .swiper-button-next:after,
.swiperProduct__trade .swiper-button-prev:after {
  display: none;
}
@media (max-width: 767.98px) {
  .swiperProduct .swiper-button-next,
  .swiperProduct .swiper-button-prev,
  .swiperProduct__trade .swiper-button-next,
  .swiperProduct__trade .swiper-button-prev {
    display: none;
  }
}
.main-container__fullWidth-grey {
  background-color: #f7f7f7;
  width: 100%;
}
.modules_produit-trade__container__item {
  flex-direction: column;
  justify-content: flex-end;
  margin: auto;
  object-fit: cover;
  position: relative;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.modules_produit-trade__container__item__bloc {
  padding-top: 2rem;
}
.pcom-media-wrapper,
.pcom-media-wrapper-absolute {
  height: 100%;
  width: 100%;
}
.pcom-media-wrapper-absolute {
  position: absolute;
}
.pcom-media-wrapper-absolute .pcom-media {
  height: 100%;
  position: absolute;
}
.pcom-media {
  object-fit: cover;
  object-position: center;
  width: 100%;
  z-index: -1;
}
#live_shopping .module-textarea {
  text-align: center;
}
#live_shopping .module-textarea.text-left {
  text-align: left;
}
.encart-video--container {
  height: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 992px) {
  .encart-video--container {
    height: 550px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .encart-video--container {
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .encart-video__iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .encart-video__iframe {
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.encart-video__content,
.encart-video__overlay {
  left: 0;
  top: 0;
}
.decouvrir__withArrow .icon-fleche-voir-plus {
  font-size: 14px;
  margin-left: 0.375rem;
}
.bandeau__container {
  height: auto;
  position: relative;
  width: 100%;
}
.bandeau__container__img {
  height: 483px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.bandeau__container__img.bandeau__mobile {
  height: 573px;
  width: inherit;
}
.bandeau__container__module {
  background-color: #fff;
  bottom: 15%;
  left: 0;
  margin: auto;
  padding: 2.5rem;
  position: absolute;
  right: 0;
  width: 90vw;
}
@media (min-width: 992px) {
  .bandeau__container__module {
    border-radius: 8px;
    bottom: unset;
    max-width: 828px;
    padding: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  .bandeau__container__module {
    margin-right: 8.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bandeau__container__module {
    bottom: 27px;
    padding: 3rem;
    width: 528px;
  }
}
@media (max-width: 575.98px) {
  .bandeau__container__module {
    bottom: 27px;
  }
}
.bandeau__container__module__cta {
  display: flex;
  margin-top: 1.375rem;
}
@media (min-width: 992px) {
  .bandeau__container__module__cta {
    margin-top: 2rem;
  }
}
.bandeau__container__module__cta .cta__bandeau-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.bandeau__container__module__cta .cta__bandeau-black:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.bandeau__container__module__cta .cta__bandeau-white {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.bandeau__container__module__cta .cta__bandeau-white:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .bandeau__container__module__cta .cta__bandeau-white {
    margin-top: 0.5rem;
  }
}
.bandeau__container__module__cta .cta__bandeau-green {
  background-color: #00d072;
  border-color: #00d072;
  color: #000;
}
.bandeau__container__module__cta .cta__bandeau-green:hover {
  background-color: #fff;
  color: #000;
}
.bandeau__container__module__cta .cta__bandeau-doree {
  background: linear-gradient(93.17deg, #cca01c, #a56912 97.78%);
  color: #fff;
}
.bandeau__container__module__cta .cta__bandeau-doree:hover {
  background: transparent;
  color: #fff;
}
.information-text-container-bg {
  background-color: #f7f7f7;
  border-radius: 3px;
}
.paragraph--large.pseudo:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 3px;
  width: 10px;
}
.paragraph--large.pseudo.opened:before {
  background: #06fe00;
}
.paragraph--large.pseudo.closed:before {
  background: #d70057;
}
.footer-section {
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .footer-section {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
}
.footer-reassurance {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .footerLiens {
    width: 100%;
  }
  .footerLiens__item {
    margin: 1rem;
  }
  .footerLiens__item--title {
    color: #000;
    text-align: left;
    width: 100%;
  }
  .footerLiens__item--title:after {
    border-bottom: 1px solid #000;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: relative;
  }
  .footerLiens__item--title:before {
    width: 13.03px;
    height: 7.56px;
    background-image: url(3428184.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: calc(100% - 27px);
    position: relative;
    top: 12px;
    transition: transform 0.2s ease-in-out;
  }
  .footerLiens__item--title:not(.collapsed):before {
    transform: rotate(-180deg);
  }
}
@media (min-width: 992px) {
  .collapse.dont-collapse-lg {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .collapse.dont-collapse-lg a {
    line-height: 1.66;
  }
}
@media (max-width: 991.98px) {
  .collapse.dont-collapse-lg a {
    color: #000;
    font-weight: 700;
    line-height: 2.28;
  }
}
.footer-partenaires img {
  height: 34px;
}
@media (max-width: 991.98px) {
  .footer-social-networks {
    margin-top: 10px;
  }
}
.footer-social-networks svg {
  transition: 0.2s ease;
}
.footer-social-networks svg:hover {
  fill: #edba23;
}
.newsletter {
  background: #00d072;
  border-radius: 6px;
  flex-direction: column;
  height: 145px;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .newsletter {
    flex-direction: row;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    height: 138px;
  }
}
@media screen and (min-width: 1660px) {
  .newsletter {
    width: 1640px;
  }
}
.newsletter__container {
  color: #000;
  display: grid;
  gap: 9px;
  grid-template-columns: min-content 1fr;
}
@media (min-width: 768px) {
  .newsletter__container {
    gap: 2.125rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .newsletter__container {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .newsletter__container {
    padding-left: 17.25rem;
  }
}
.newsletter__container svg {
  height: 82px;
  transform: translateY(-7px);
  width: 56px;
}
@media (min-width: 768px) {
  .newsletter__container svg {
    height: 138px;
    transform: translateY(-6px);
    width: 94px;
  }
}
@media (min-width: 1200px) {
  .newsletter__container svg {
    height: 153px;
    width: 104px;
  }
}
.newsletter__container__reduc {
  margin-left: 6px;
  padding-top: 14px;
  position: absolute;
}
@media (min-width: 768px) {
  .newsletter__container__reduc {
    margin-left: 25px;
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .newsletter__container__reduc {
    margin-left: 21px;
    padding-top: 2.281rem;
  }
}
.newsletter__container__reduc--number {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .newsletter__container__reduc--number {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .newsletter__container__reduc--number {
    font-size: 1.75rem;
  }
}
.newsletter__container__data {
  height: fit-content;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .newsletter__container__data {
    margin-top: 2rem;
  }
}
.newsletter__container__data .heading-1 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .newsletter__container__data .heading-1 {
    font-size: 1.25rem;
  }
}
.newsletter__container__data .paragraph {
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .newsletter__container__data .paragraph {
    font-size: 0.875rem;
  }
}
.newsletter__form {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__form {
    width: unset;
  }
}
@media screen and (min-width: 1640px) {
  .newsletter__form {
    margin-left: 1.25rem;
  }
}
.newsletter__form .cta-inscription-newsletter {
  font-size: 0.75rem;
  height: 40px;
  width: calc(100% - 2rem);
}
.newsletter__form .cta-inscription-newsletter:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .newsletter__form .cta-inscription-newsletter {
    width: 226px;
  }
}
@media (min-width: 1200px) {
  .newsletter__form .cta-inscription-newsletter {
    width: 398px;
  }
}
.newsletter__form .form-element.input-form .input-form__label {
  color: #fff;
}
.select-view--item {
  cursor: pointer;
  transition: 0.125s;
}
.select-view--item:hover .select-view--icon path {
  fill: #00d072;
  transition: 0.125s;
}
.select-view--item.active .select-view--icon path {
  fill: #00d072;
}
.select-view--item.active p {
  font-weight: 700;
}
.item-magasin {
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .item-magasin {
    border-bottom: 0;
  }
}
.magasins-empty .empty-text-container {
  width: 60%;
}
@media (max-width: 767.98px) {
  .magasins-empty .empty-text-container {
    width: 100%;
  }
}
.magasins-empty .separator {
  background-color: #565656;
  height: 1px;
}
.magasins-empty .univers-container {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  flex-direction: column;
  min-height: 100px;
  width: 100%;
}
.magasins-empty .univers-cta {
  flex-wrap: wrap;
}
.magasins-empty .univers-cta--btn {
  height: 42px;
  width: 10%;
}
@media (max-width: 767.98px) {
  .magasins-empty .univers-cta--btn {
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  .magasins-empty .univers-cta--btn {
    width: 100%;
  }
}
.dressing-product {
  position: relative;
  transition: opacity 0.3s ease;
}
.dressing-product--heart {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.dressing-product--heart-icon path {
  stroke-width: 10;
  stroke: transparent;
}
@media (max-width: 575.98px) {
  .dressing-product--heart {
    right: 0.5rem;
    top: 0.438rem;
  }
}
.dressing-product--card {
  position: relative;
}
.dressing-product--card-img {
  background-color: #f7f7f7;
  height: 512px;
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .dressing-product--card-img {
    height: auto;
  }
}
.dressing-product--card-img .label {
  height: unset;
  left: 1.5rem;
  padding: unset;
  position: absolute;
  top: 1.5rem;
}
@media (max-width: 575.98px) {
  .dressing-product--card-img .label {
    left: 0.5rem;
    top: 0.438rem;
  }
}
.dressing-product--card-img .label div {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .dressing-product--card-img .label div {
    font-size: 0.625rem;
    line-height: 0.9rem;
  }
}
.dressing-product--more-color {
  bottom: 0.75rem;
  position: absolute;
  right: 2rem;
}
@media (max-width: 575.98px) {
  .dressing-product--more-color {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.dressing-product--card-info .discount {
  background-color: #00d072;
  color: #fff;
  padding: 6px;
}
.dressing-product--card-info .discount p {
  line-height: 1;
}
.dressing-product--card-info .compared-price {
  color: #565656;
}
.dressing-product .mask-out-of-stock {
  align-items: flex-end;
  background-color: hsla(0, 0%, 100%, 0.74);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding-bottom: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .dressing-product .mask-out-of-stock {
    padding-bottom: 0.75rem;
  }
}
.dressing-product--cta-cart {
  height: 46px;
}
@media (max-width: 767.98px) {
  .dressing-product--cta-cart {
    height: 40px;
  }
}
.dressing-product--img {
  max-height: 24.375rem;
}
.dressing-product .select-elements {
  position: relative;
}
.dressing-product--name {
  width: 100%;
}
.dressing-empty {
  display: flex;
  flex-direction: column;
}
.dressing-empty--top {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .dressing-empty--top {
    display: none;
  }
}
.dressing-empty--top-md-block {
  display: none;
}
@media (max-width: 767.98px) {
  .dressing-empty--top-md-block {
    display: block;
    left: 0.5rem;
    position: absolute;
    top: 0.5rem;
  }
}
.dressing-empty--container {
  align-items: center;
  align-self: center;
  background-color: #fff;
  border-radius: 1px 0 250px 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 27.3125rem;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .dressing-empty--container {
    border-radius: 0;
    padding: 0.8rem;
    width: 100%;
  }
}
.dressing-empty--icon {
  width: 100%;
}
@media (max-width: 991.98px) {
  .dressing-empty--icon .dressing-icon-big {
    height: 55px;
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .dressing-empty--icon .dressing-icon-big {
    height: 35px;
    width: 40px;
  }
}
.dressing-empty--description,
.dressing-empty--title {
  min-height: 40px;
  text-align: center;
  width: 55%;
}
@media (max-width: 767.98px) {
  .dressing-empty--description,
  .dressing-empty--title {
    width: 90%;
  }
}
.dressing-empty--cta {
  flex-wrap: wrap;
  width: 100%;
}
.dressing-empty--cta-btn {
  height: 50px;
  width: 23%;
}
@media (max-width: 767.98px) {
  .dressing-empty--cta-btn {
    width: 100%;
  }
}
.marque-magasin__img {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .marque-magasin__img {
    width: 830px;
  }
}
.marque-magasin__data--pagraph {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .marque-magasin__data--pagraph {
    margin-top: 2.5rem;
  }
}
.marque-magasin__data__cta {
  margin-bottom: 1.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .marque-magasin__data__cta {
    margin-bottom: 2.5rem;
  }
}
.marque-magasin__data__cta--see-more {
  height: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .marque-magasin__data__cta--see-more {
    height: 46px;
    width: fit-content;
  }
}
.marque-magasin__data__cta--see-more:after {
  margin-left: 0.813rem;
}
.single-store--accordion.marque-magasin .card.single-store--accordion-item {
  background-color: #f7f7f7;
  border: unset;
}
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-header {
  background-color: #f7f7f7;
  border: unset;
  border-radius: unset;
  padding: 0.75rem 1.5rem;
}
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-header
  .accordion-button {
  background-color: unset;
  border: unset;
  border-radius: unset;
}
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-header
  .accordion-button:focus,
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-header
  .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-header
  .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.single-store--accordion.marque-magasin
  .card.single-store--accordion-item
  .card-body {
  padding: unset;
}
#mark-magasin {
  margin-inline: 3%;
}
[data-date-start][data-date-end]:not(.lcp-module) {
  visibility: hidden;
}
.my-3__section {
  margin-bottom: 1rem;
}
.mt-3__section,
.my-3__section {
  margin-top: 1rem;
}
.mb-3__section {
  margin-bottom: 1rem;
}
.my-4__section {
  margin-bottom: 1.5rem;
}
.mt-4__section,
.my-4__section {
  margin-top: 1.5rem;
}
.mb-4__section {
  margin-bottom: 1.5rem;
}
.my-5__section {
  margin-bottom: 3rem;
}
.mt-5__section,
.my-5__section {
  margin-top: 3rem;
}
.mb-5__section {
  margin-bottom: 3rem;
}
.force-full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}
@media (min-width: 992px) {
  .force-full-width .adjust-inner-margin {
    margin-left: 7em;
    margin-right: 7em;
  }
}
@media (max-width: 767.98px) {
  .overflow-md-down {
    overflow: scroll !important;
  }
}
#recap__panier {
  background: #fff;
  border-radius: 8px;
}
#recap__panier .image-product {
  max-width: 100px;
}
#recap__panier .promo-content-bloc {
  background: #f7f7f7;
  border-radius: 4px;
}
#recap__panier #recap-panier-frais-livraison {
  text-transform: uppercase;
}
#recap__panier .recap-separator {
  background-color: #fff;
}
#recap__panier .recap__panier-package-accordion .accordion-item {
  border-bottom: none !important;
}
#recap__panier .recap__panier-package-accordion .accordion-button {
  text-transform: none;
}
#recap__panier .recap__panier-package .colis-tag {
  background-color: #f7f7f7;
  border-radius: 10px;
}
#recap__panier-total,
.paiementSecur {
  background: #fff;
  border-radius: 8px;
}
#recap__panier-total .promo-content-bloc {
  background: #f7f7f7;
  border-radius: 4px;
}
#recap__livraison {
  background: #fff;
  border-radius: 8px;
}
#recap__livraison .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 0;
  min-height: 4rem;
}
#recap__livraison .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  height: 4rem;
  padding: 24px 24px 24px 0;
}
#recap__livraison .accordion-button[data-bs-target]:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
#recap__livraison .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
#recap__livraison .accordion-button:after {
  display: none;
}
#recap__livraison .accordion-button:first-of-type {
  border: none;
}
#recap__livraison .accordion-button:focus {
  border: none;
  box-shadow: none;
}
#recap__livraison .accordion-button:not(.collapsed) {
  border: none;
  color: #000;
}
#recap__livraison .accordion-body {
  border: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .package-container {
    padding: 0 6rem 2rem;
  }
}
@media (max-width: 1199.98px) {
  .package-container {
    padding: 1rem 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .package-container {
    padding: 1rem 0.8rem;
  }
}
.package-container {
  background-color: #fff;
  width: 100%;
}
.package-container .container-product-content:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.package-delivery {
  width: 100%;
}
.package-delivery-info {
  background-color: #f7f7f7;
  height: 40px;
  width: 100%;
}
.bloc-printania {
  border: 1px solid #00d072;
  padding: 20px;
}
.printania--brand-selected {
  padding: 3rem 4rem;
}
#clickandcollect-list .input-search-radius__input {
  border: 1px solid #747474;
  font-weight: 700;
  text-transform: none;
}
#clickandcollect-list .grey_text {
  color: #565656 !important;
}
#clickandcollect-list .magasin-container {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}
#clickandcollect-list .accordion-header,
#clickandcollect-list .accordion-item {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
}
#clickandcollect-list .accordion-button {
  background-color: #f7f7f7;
}
#clickandcollect-list .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: inherit;
}
#clickandcollect-list .magasin-list-content {
  max-height: 540px;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  #clickandcollect-list .magasin-list-content {
    max-height: 350px;
  }
}
#clickandcollect-list .magasin-bloc:last-child {
  margin-bottom: 0 !important;
}
.gauge-container {
  width: 100%;
}
.gauge-container .gauge {
  display: inline-block;
  height: 200px;
  position: relative;
  transform: scale(0.9);
  width: 200px;
}
.gauge-container .gauge-content {
  height: 100%;
  position: relative;
  transform: rotate(-65deg);
  width: 100%;
  z-index: 2;
}
.gauge-container .gauge--content-limit {
  fill: #e81689;
}
.gauge-container .gauge--container {
  stroke: #a7a7a7;
  stroke-width: 5px;
  fill: none;
}
.gauge-container .gauge--background {
  stroke: #a7a7a7;
}
.gauge-container .gauge--current {
  stroke: #e81689;
  animation: dash 1.25s linear forwards;
}
.gauge-container .gauge--limit-bullet {
  transform: translate(50%, 50%);
}
.gauge-container .gauge-inside {
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.gauge-container .gauge-inside--points {
  font-size: 3.5rem;
}
.gauge-container .gauge-meter--text {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.gauge-container .gauge-meter--text span {
  color: #e7e7e7;
}
.gauge-container .gauge-meter--text-statut {
  position: absolute;
}
.gauge-container .gauge-meter--line {
  background: #a7a7a7;
  height: 5px;
  position: absolute;
  width: 15px;
}
.gauge-container .gauge-meter--start-line-statut {
  right: 54px;
  top: 20px;
  transform: rotate(-65deg);
}
.gauge-container .gauge-meter--start-text-statut {
  right: 7px;
  top: -7px;
}
.gauge-container .gauge-meter--first-text-statut {
  bottom: 22px;
  right: -67px;
}
.gauge-container .gauge-meter--first-text-shopping {
  bottom: 72px;
  position: absolute;
  right: -25px;
}
.gauge-container .gauge-meter--first-line-statut {
  bottom: 43px;
  right: 22px;
  transform: rotate(42deg);
}
.gauge-container .gauge-meter--first-line-shopping {
  bottom: 80px;
  right: 6px;
}
.gauge-container .gauge-meter--second-text-statut {
  bottom: 22px;
  left: -60px;
  position: absolute;
}
.gauge-container .gauge-meter--second-text-shopping {
  bottom: -20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.gauge-container .gauge-meter--second-line-statut {
  bottom: 42px;
  left: 23px;
  transform: rotate(-39deg);
}
.gauge-container .gauge-meter--second-line-shopping {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.gauge-container .gauge-meter--third-text-shopping {
  bottom: 72px;
  left: -25px;
  position: absolute;
}
.gauge-container .gauge-meter--third-line-shopping {
  bottom: 80px;
  left: 6px;
}
.gauge-container .gauge-meter--end-line-statut {
  left: 57px;
  top: 20px;
  transform: rotate(64deg);
}
.gauge-container .gauge-meter--end-text-statut {
  left: -60px;
  top: -7px;
}
.gauge-container .gauge-meter--end-text-shopping {
  left: 20px;
  position: absolute;
  top: -7px;
}
@media (min-width: 992px) {
  .gauge-container .gauge {
    transform: scale(1);
  }
}
.seo-paragraph--see-more {
  cursor: pointer;
  font-weight: 900;
  margin-left: 0.5rem;
}
.exclu_container {
  left: 11px;
  position: absolute;
}
@media (min-width: 992px) {
  .exclu_container {
    left: 5px;
    position: relative;
  }
}
.exclu_magNoir {
  max-width: 11rem;
}
.exclu_magNoir,
.exclu_magNoirBis {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 6px;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
  min-width: 3.5rem;
  padding-left: 0.3rem;
  position: relative;
}
.exclu_magNoirBis {
  max-width: 14rem;
}
@media screen and (max-width: 425px) {
  .exclu_magNoirBis {
    max-width: 11rem;
  }
}
.offres_printania {
  min-height: 42px;
}
.exclu_mag__icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding-bottom: 5px;
}
.offres_printania_all {
  height: 42px;
  line-height: 1.25rem;
}
.offres_printania_silver:before {
  content: url(3302086.svg);
  height: 20px;
  line-height: 1.25rem;
  position: relative;
  width: 20px;
}
.offres_printania_rubine:before {
  content: url(3302085.svg);
  height: 20px;
  line-height: 1.25rem;
  position: relative;
  width: 20px;
}
.offres_printania_gold:before {
  content: url(3302084.svg);
  height: 20px;
  line-height: 1.25rem;
  position: relative;
  width: 20px;
}
.offres_printania_platinum:before {
  content: url(3302083.svg);
  height: 20px;
  line-height: 1.25rem;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 881px) {
  .offres_printania,
  .offres_printania_all {
    height: 50px;
  }
  .printaniaPlus {
    height: 70px;
  }
}
@media screen and (max-width: 425px) {
  .picto-ccm.marques {
    width: 60%;
  }
  .offres_printania {
    height: 45px;
  }
  .offres_printania_all {
    height: 44px;
    line-height: 44px;
  }
  .printaniaPlus {
    height: 45px;
  }
}
.printania-avantage__container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.printania-avantage__container::-webkit-scrollbar {
  display: none;
}
.printania-avantage__titles {
  min-width: 250px;
  width: 40%;
}
.printania-avantage__points {
  min-width: 500px;
  width: 60%;
}
.printania-avantage__points-list {
  flex-wrap: nowrap;
}
.silverBox {
  background: #b8cad5;
}
.rubineBox,
.silverBox {
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  min-width: 80px;
  text-align: center;
  width: 75%;
}
.rubineBox {
  background: #dc006b;
}
.goldBox {
  background: #e4b23e;
  width: 75%;
}
.goldBox,
.platinumBox {
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  min-width: 80px;
  text-align: center;
}
.platinumBox {
  background: #7e9ba8;
}
@media screen and (max-width: 768px) {
  .rosace-right {
    display: none;
  }
  .goldBox,
  .platinumBox,
  .rubineBox,
  .silverBox {
    background: none;
  }
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .btn-close {
  background-size: 50%;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.modal .modal-body {
  padding: 0 1rem 1rem;
}
.modal-static .modal-body {
  padding: 0 2rem 2rem;
}
.modal .modal-content {
  border: none;
}
.modal .static-modal-clickandcollect-dialog {
  max-width: 950px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .modal .static-modal-clickandcollect-dialog {
    border-radius: 0;
    margin: 0;
  }
  .modal.modal-sm-overflow-hidden {
    overflow-y: hidden;
  }
  .modal .modal-fixed-sm-down {
    align-items: end;
    height: 100%;
    margin: 0;
  }
  .modal .modal-fixed-sm-down .modal-content {
    border-radius: 0;
  }
  .modal-static .modal-body {
    padding: 0 1rem 1.5rem;
  }
}
.guide-taille {
  background-color: #fff;
  border-radius: 8px;
  height: 80%;
  padding: 0 2.5rem 2.5rem;
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px) {
  .guide-taille {
    border-radius: 0;
    min-height: 100%;
    padding: 1rem 0.5rem;
    width: 100%;
  }
}
.guide-taille__container {
  -ms-overflow-style: none;
  overflow-y: auto;
  scrollbar-width: none;
}
.guide-taille__container::-webkit-scrollbar {
  display: none;
}
.guide-taille__title {
  height: 1.8rem;
  width: 100%;
}
.guide-taille__prd-info {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 575.98px) {
  .guide-taille__prd-info {
    margin-top: 0.1rem;
  }
}
.guide-taille__prd-img {
  height: 167px;
  object-fit: contain;
  width: 122px;
}
.guide-taille__box-indication {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  width: 100%;
}
.guide-taille__box-indication ul {
  margin-left: 1.5rem;
}
.guide-taille__box-indication li {
  height: 1rem;
  list-style: initial;
}
.guide-taille .size-table {
  display: block;
  max-height: 415px;
  overflow-x: auto;
  width: 100%;
}
.guide-taille .size-table thead {
  border: none !important;
}
.guide-taille .size-table thead tr th {
  border: none !important;
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .guide-taille .size-table thead tr th {
    font-size: 0.813rem;
  }
}
.guide-taille .size-table thead tr th.grey-text {
  color: #a7a7a7;
}
@media (min-width: 992px) {
  .guide-taille .size-table thead tr th.grey-text {
    color: #565656;
  }
}
.guide-taille .size-table tbody {
  border-top: unset;
}
@media (max-width: 991.98px) {
  .guide-taille .size-table tbody {
    border-top: 1px solid #e7e7e7;
  }
}
.guide-taille .size-table tbody td,
.guide-taille .size-table tbody th {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 20px;
}
.guide-taille .size-table tbody .grey-text,
.guide-taille .size-table tbody td {
  text-align: center;
}
.guide-taille .size-table tbody td,
.guide-taille .size-table tbody th {
  border-bottom: 1px solid #e7e7e7;
  border-top: none;
  white-space: nowrap;
}
.guide-taille .retour-gratuit {
  display: flex;
}
.guide-taille .retour-gratuit .icon-retours-gratuit {
  font-size: 1.5rem;
}
.guide-taille .retour-gratuit__text {
  display: flex;
  flex-direction: column;
}
.guide-taille .retour-gratuit .know-more {
  cursor: pointer;
  text-decoration: underline;
}
.alert-prd-indispo {
  padding: 0 3rem;
}
.alert-prd-indispo--head {
  text-align: center;
}
.alert-prd-indispo--btn-confirm {
  height: 2.5rem;
  margin-bottom: 2rem;
}
.programme-partenaire {
  margin: 1rem;
  min-height: 300px;
}
.programme-partenaire--title {
  bottom: 20px;
  position: relative;
}
.programme-partenaire--btn {
  height: 46px;
  width: 75%;
}
@media (max-width: 575.98px) {
  .programme-partenaire--btn {
    width: 100%;
  }
}
.programme-partenaire--reassurance {
  margin-top: 4rem;
}
.programme-partenaire--accordion {
  border-top: 1px solid #a7a7a7;
}
.sb-title__chapter {
  font-size: 1.375rem;
  font-size: 1.25rem;
  font-weight: 900;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}
.storybook-container {
  padding-bottom: 500px;
}
.storybook-scrollbar {
  bottom: 0;
  overflow-y: scroll;
  padding: 40px 16px 0 28px;
  position: fixed;
  top: 0;
}
.storybook-scrollbar .accordion-button {
  border: 1px solid #000;
}
.storybook-scrollbar::-webkit-scrollbar {
  display: none;
}
.page-fiche-produit #printania_points.hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
@media (min-width: 992px) {
  .page-viewall .container__headerDataOld img.img-fluid {
    width: 830px;
  }
}
.page-viewall .cta--see-more.markOtherUnivers {
  height: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-viewall .cta--see-more.markOtherUnivers {
    height: 46px;
    width: fit-content;
  }
}
.page-viewall .cta--see-more.lienMArkMagasin {
  height: 40px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-viewall .cta--see-more.lienMArkMagasin:after {
    margin-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .page-viewall .cta--see-more.lienMArkMagasin {
    height: 46px;
    width: fit-content;
  }
  .page-viewall .not__headerDataOld .cta--see-more.lienMArkMagasin {
    width: fit-content;
  }
}
.page-viewall .not__headerDataOld .seo-paragraph--content a {
  text-decoration: underline;
}
.tagSearchVW {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  gap: 4px;
  height: 28px;
  padding: 4px 8px;
}
.page-account {
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .page-account .w-lg-80 {
    width: 80% !important;
  }
}
.page-account .simple-block {
  background-color: #fff;
}
.page-account .simple-block__tabs {
  border-bottom: 1px solid #b9b9b9;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-account .simple-block__tabs {
    margin: 0 65px;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .page-account .simple-block__tabs {
    padding-top: 40px;
  }
}
.page-account .simple-block__tabs .tab-container {
  position: relative;
}
.page-account .simple-block__tabs .tab-container .tab.active .h2,
.page-account .simple-block__tabs .tab-container .tab.active h2 {
  font-weight: 900;
}
.page-account .simple-block__tabs .tab-container .tab.active:after {
  background-color: #00d072;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-account .simple-block .cmd-bloc,
.page-account .simple-block .text-bloc {
  padding: 1rem 1rem 16px;
}
.page-account .simple-block .cmd-bloc-child {
  padding: 1rem 0;
}
.page-account .simple-block .cmd-bloc-container {
  margin: 0 1rem;
  padding: 0 0 0.3rem;
}
@media (min-width: 768px) {
  .page-account .simple-block {
    border-radius: 4px;
  }
  .page-account .simple-block .cmd-bloc {
    padding: 2rem calc(15% - 64px);
  }
  .page-account .simple-block .text-bloc {
    padding: 2rem calc(8% - 30px);
  }
  .page-account .simple-block .cmd-bloc-child {
    padding: 1.65rem 0;
  }
  .page-account .simple-block .cmd-bloc-container {
    margin: 0 calc(15% - 64px);
    padding: 0 0 0.7rem;
  }
}
.page-account .rounded-block {
  background-color: #fff;
}
.page-account .rounded-block__content {
  padding: 24px 16px 75px;
}
@media (min-width: 768px) {
  .page-account .rounded-block__content {
    padding: 40px 65px 100px;
  }
}
@media (min-width: 1200px) {
  .page-account .rounded-block__content {
    padding: 70px 137px 125px;
  }
}
.page-account .address-card,
.page-account .payment-card {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}
#bloc-com-retour,
#code_cmd_recu,
#echange_bloc-com-retour,
#echange_code_cmd_recu {
  display: none;
  margin-bottom: 20px;
}
.fiche-magasin-container .icon-wishlist-coeur-outline {
  font-size: 22px;
}
.fiche-magasin-container #magasin_favori {
  cursor: pointer;
}
.fiche-magasin-container .rounded__image {
  border-radius: 1px 0 260px 1px;
}
@media (max-width: 767.98px) {
  .fiche-magasin-container .rounded__image {
    border-radius: 1px 0 130px 1px;
  }
}
.fiche-magasin-container .cta-label {
  margin-right: 10px;
}
.fiche-magasin-container #planMag:hover .path-black,
.fiche-magasin-container .btn-itineraire:hover .path-black {
  fill: #fff;
}
.fiche-magasin-container #planMag:hover .path-white,
.fiche-magasin-container .btn-itineraire:hover .path-white {
  fill: #000;
}
.fiche-magasin-container .fiche-horaire-today {
  background: linear-gradient(93.17deg, #edba23, #c7a016 97.78%);
  border-radius: 6px;
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.fiche-magasin-container .table tbody,
.fiche-magasin-container .table td,
.fiche-magasin-container .table th,
.fiche-magasin-container .table tr {
  border: none;
}
.fiche-magasin-container .table .text-right {
  text-align: right;
}
.fiche-magasin-container .img-wrapper img {
  border-radius: 1px 0 110px 1px;
}
.fiche-magasin-container .service_title {
  color: #c7a016;
}
.fiche-magasin-container .text-information {
  text-align: justify;
}
.fiche-magasin-container .another_service .picto {
  height: 30px;
  width: 30px;
}
.fiche-magasin-container .another_service .label {
  font-size: 20px;
  font-weight: 900;
}
.fiche-magasin-container .another_service_container {
  border: 1px solid #c7a016;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .fiche-magasin-container .another_service_container {
    min-width: 280px;
  }
}
@media (min-width: 576px) {
  .fiche-magasin-container .another_service_container {
    height: unset;
  }
}
@media (min-width: 992px) {
  .fiche-magasin-container .another_service_container {
    height: 100%;
  }
}
.fiche-magasin-container .offre_promo_btn_all {
  margin-right: 16px;
}
.fiche-magasin-container .promo-title-information {
  color: #747474;
  font-size: 13px;
}
.fiche-magasin-container .promo-content {
  background-color: #c7a016;
  border-radius: 8px;
  color: #fff;
  padding: 16px;
}
.fiche-magasin-container .promo-container {
  border: 2px solid #c7a016;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .fiche-magasin-container .padding__top {
    margin-top: 16px;
  }
  .fiche-magasin-container .padding__x {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .fiche-magasin-container .btn-voir-plus {
    margin: auto;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .fiche-magasin-container .scroll__x {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.fiche-magasin-container .cta-add-calendar {
  text-decoration: underline;
}
.fiche-magasin-container .cta-add-calendar span {
  margin-right: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .fiche-magasin-container .header_side_bloc {
    padding-left: 1rem;
    padding-right: 50px;
  }
}
.fiche-magasin-container .icon-wishlist-coeur {
  font-size: 22px;
}
.fiche-magasin-container .icon-wishlist-coeur.active {
  color: #cca01c;
}
.fiche-magasin-container .accordion-body {
  padding: 0;
}
.fiche-magasin-container .accordion-item,
.fiche-magasin-container .accordion-item.active {
  border: none;
}
.fiche-magasin-container .accordion-button,
.fiche-magasin-container .accordion-button:focus {
  border-bottom: 1px solid #e7e7e7;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.fiche-magasin-container .accordion-button:focus:not(.collapsed),
.fiche-magasin-container .accordion-button:not(.collapsed) {
  background: none;
  border: none;
  box-shadow: none;
  color: #000;
}
.fiche-magasin-container .service-cta {
  min-height: 46px;
}
.page-abcdaire .search-brand {
  min-width: 250px;
}
.carte-cadeau--banner {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.carte-cadeau--top {
  padding-left: 2rem;
  padding-right: 6rem;
  padding-top: 2rem;
}
@media (max-width: 575.98px) {
  .carte-cadeau--top {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 10px;
  }
}
.carte-cadeau--solde-info {
  border: 2px solid #00d072;
  border-radius: 3.5px;
  margin-top: 2rem;
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .carte-cadeau--solde-info {
    font-size: 0.875rem;
  }
}
.carte-cadeau--tabs {
  width: 100%;
}
.carte-cadeau--tabs-container {
  width: 80%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--tabs-container {
    width: 100%;
  }
}
.carte-cadeau--stepper {
  background-color: #f7f7f7;
  border-top: 2px solid #e7e7e7;
  flex-direction: column;
  min-height: 18.125rem;
  width: 100%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--stepper {
    min-height: 29rem;
    padding: 0.8rem 0;
  }
  .carte-cadeau--stepper-title {
    font-size: 1.125rem;
  }
}
.carte-cadeau--carousel {
  min-height: 18.125rem;
  padding: 0 15%;
  position: relative;
  width: 100%;
}
.carte-cadeau--carousel .carousel-controls {
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin-top: -54px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
}
.carte-cadeau--carousel .swiper-button-next.swiper-button-disabled,
.carte-cadeau--carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.carte-cadeau--carousel .carousel-control {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  cursor: pointer;
  height: 40px;
  pointer-events: all;
  width: 50px;
}
.carte-cadeau--carousel .carousel-control:hover {
  background-color: transparent;
}
.carte-cadeau--carousel .carousel-control:focus {
  outline: 0;
}
@media (max-width: 575.98px) {
  .carte-cadeau--carousel .carousel-control.carousel-control-next,
  .carte-cadeau--carousel .carousel-control.carousel-control-prev {
    opacity: 0;
    visibility: hidden;
  }
}
.carte-cadeau--carousel .carousel-control.carousel-control-next svg,
.carte-cadeau--carousel .carousel-control.carousel-control-prev svg {
  height: 33px;
  width: 33px;
}
@media (min-width: 768px) {
  .carte-cadeau--carousel .carousel-control.carousel-control-next svg,
  .carte-cadeau--carousel .carousel-control.carousel-control-prev svg {
    height: 40px;
    width: 40px;
  }
}
.carte-cadeau--carousel .swiper-wrapper {
  z-index: 3;
}
@media (max-width: 575.98px) {
  .carte-cadeau--carousel {
    padding: 1rem;
  }
}
.carte-cadeau--carousel-container {
  width: 100%;
}
.carte-cadeau--carousel-container .card-selection {
  border: 3px solid transparent;
}
.carte-cadeau--carousel-container .card-selection.checked {
  border-color: #00d072;
}
.carte-cadeau--carousel .carousel-control-next,
.carte-cadeau--carousel .carousel-control-prev {
  position: relative;
}
.carte-cadeau--carousel .carousel-control-prev {
  left: -50px;
  top: 60%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--carousel .carousel-control-prev {
    left: -19px;
  }
}
.carte-cadeau--carousel .carousel-control-next {
  left: 50px;
  top: 60%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--carousel .carousel-control-next {
    left: 19px;
  }
  .carte-cadeau--carousel .swiper-slide {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .carte-cadeau--section-title {
    padding-left: 20%;
  }
}
.carte-cadeau--section-title .text-grey {
  color: #b9b9b9;
}
.carte-cadeau--form {
  padding: 0 15%;
  width: 100%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--form {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .carte-cadeau--form-montant,
  .carte-cadeau--form-msg,
  .carte-cadeau--form-users {
    padding-left: 20%;
  }
}
.carte-cadeau--form-montant {
  width: 50%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--form-montant {
    width: 100%;
  }
}
.carte-cadeau--form-receiver-inputs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.carte-cadeau--form-receiver-email,
.carte-cadeau--form-receiver-name,
.carte-cadeau--form-sender {
  width: 40%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--form-receiver-email,
  .carte-cadeau--form-receiver-name,
  .carte-cadeau--form-sender {
    width: 100%;
  }
}
.carte-cadeau--form-msg {
  width: 85%;
}
@media (max-width: 575.98px) {
  .carte-cadeau--form-msg {
    width: 100%;
  }
}
.carte-cadeau--form-datepicker {
  display: flex;
  justify-content: center;
  width: 100%;
}
.carte-cadeau--form-datepicker .datepicker {
  border: 1px solid #e7e7e7;
}
.carte-cadeau--form-submit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .carte-cadeau--form-submit {
    padding-left: 20%;
  }
}
.carte-cadeau--form .imp-cart-btn {
  padding: 0.7rem !important;
}
.carte-cadeau--montant-info {
  color: #b9b9b9;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}
@media (max-width: 575.98px) {
  .carte-cadeau .carousel-controls {
    display: none;
  }
}
.prise-de-rdv--step-block {
  background-color: #f7f7f7;
  width: 100%;
}
.prise-de-rdv--datepicker--container {
  max-width: 480px;
}
.prise-de-rdv--step-container {
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.prise-de-rdv--step-container.confirmed-step {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .prise-de-rdv--step-container.confirmed-step {
    background: #fff;
    border-radius: 8px 8px 130px 8px;
  }
}
.prise-de-rdv--step-container.confirmed-step .add-to-calendar:hover svg > path {
  fill: #fff;
}
.prise-de-rdv--step-container-height {
  min-height: 700px;
}
.prise-de-rdv--form-datepicker {
  display: flex;
  justify-content: center;
  position: relative;
}
.prise-de-rdv--form-datepicker .datepicker {
  border: 1px solid #000;
  border-radius: 4px;
}
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid {
  width: unset !important;
}
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid .datepicker-cell {
  position: relative;
  z-index: 0;
}
.prise-de-rdv--form-datepicker
  .datepicker
  .datepicker-grid
  :not(.prev):not(.next).disabled {
  text-decoration: line-through;
}
.prise-de-rdv--form-datepicker
  .datepicker
  .datepicker-grid
  .datepicker-cell.disabled:hover {
  background-color: unset;
  border: none;
  color: #dbdbdb;
}
.prise-de-rdv--form-datepicker
  .datepicker
  .datepicker-grid
  .datepicker-cell:not(.disabled):hover,
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid .focused,
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid .selected {
  background-color: unset;
  border: none;
  color: #000;
  font-weight: 900;
}
.prise-de-rdv--form-datepicker
  .datepicker
  .datepicker-grid
  .datepicker-cell:not(.disabled):hover:after,
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid .focused:after,
.prise-de-rdv--form-datepicker .datepicker .datepicker-grid .selected:after {
  background-color: #00d072;
  border: 1px solid #00d072;
  border-radius: 50%;
  content: "";
  height: 34px;
  position: absolute;
  right: calc(52% - 19px);
  width: 34px;
  z-index: -1;
}
.prise-de-rdv--form-datepicker .datepicker-header .datepicker-controls {
  padding: 12px 2px 8px;
}
.prise-de-rdv--slot {
  background: #fff;
}
.prise-de-rdv--slot.selected .prise-de-rdv--cell {
  background: #00d072;
  border: none;
  font-weight: 900 !important;
}
.prise-de-rdv--cell {
  border: 1px solid #000;
  border-radius: 0.5rem;
  cursor: pointer;
  height: 48px;
  min-width: 102px;
}
@media (max-width: 575.98px) {
  .rdv-content-side {
    display: none;
  }
  .rdv--magasin-dropdown {
    max-height: 100% !important;
  }
}
@media (min-width: 992px) {
  #modal-rdv {
    width: 300px;
  }
  .prise-de-rdv--step-container {
    padding: 0 calc(18% - 80px);
  }
}
.filter-header {
  min-height: 60px;
}
.filter-header--side {
  width: 15%;
}
.filter-header--content {
  width: 80%;
}
.besoin-aide {
  position: relative;
}
.besoin-aide--encart {
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  padding: 1.5rem;
  position: relative;
  transition: 0.125s;
}
.besoin-aide--encart:hover {
  background: #e7e7e7;
  transition: 0.125s;
}
.besoin-aide--encart-arrow {
  border-radius: 8px 0 8px 0;
  bottom: 0;
  height: 35px;
  position: absolute;
  right: 0.8rem;
  width: 55px;
}
.besoin-aide--faq {
  background: #f7f7f7;
  padding: 2rem 0;
}
.besoin-aide .position-relative {
  position: relative;
}
@media (min-width: 768px) {
  .besoin-aide .display-md-none {
    display: none;
  }
}
#panier__page {
  background-color: #f7f7f7;
}
#panier__page .content_panier_vide_container {
  background: #fff;
  border-radius: 8px 8px 130px 8px;
  padding: 80px;
}
@media (max-width: 991.98px) {
  #panier__page .content_panier_vide_container {
    border-radius: 0;
    padding: 24px;
  }
  #panier__page .content_panier_vide_container img {
    width: 50px;
  }
}
#panier__page .content_panier_vide_container .cta-to-connect {
  min-width: 300px;
}
#panier__page .content_panier_vide_container .stroke-anim {
  stroke-dashoffset: 89.46;
  animation: animate-stroke 2.5s linear;
  animation-iteration-count: infinite;
  overflow: initial !important;
}
@keyframes animate-stroke {
  0% {
    stroke-dasharray: 0 89.46;
  }
  40% {
    stroke-dasharray: 89.46 0;
  }
  60% {
    stroke-dasharray: 89.46 0;
  }
  to {
    stroke-dasharray: 89.46 89.46;
  }
}
#panier__page .content-cart-container {
  background: #fff;
  border-radius: 8px;
}
#panier__page .content-cart-container .shippingFreeAmount {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  #panier__page .content-cart-container {
    border-radius: 0;
  }
}
#panier__page .image-product {
  max-width: 125px;
}
#panier__page .cta-product-panier {
  cursor: pointer;
}
#panier__page .cta-product-panier .wishlist-icon {
  height: 21px;
  width: 23px;
}
#panier__page .cta-product-panier .wishlist-icon path {
  stroke: #000;
  stroke-width: 10;
  fill: transparent;
}
#panier__page .cta-product-panier .wishlist-icon.active path {
  stroke: transparent;
  fill: #cca01c;
}
#panier__page .cta-product-panier.delete__from_cart:hover path {
  fill: red !important;
  transition: all 0.125s ease;
}
#panier__page .border-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#panier__page .bg-content {
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #panier__page .bg-content {
    border-radius: 0;
    min-height: 72px;
  }
}
#panier__page .livraison-price-info,
#panier__page .printania_text {
  color: #00d072;
}
#panier__page .icon-sofinco {
  font-size: 37px;
}
#panier__page .article-indispo {
  opacity: 0.74;
}
#panier__page #promo-code-value {
  height: 40px;
}
#panier__page #btn-code-promo {
  padding: 10px;
}
#panier__page .error-code-promo {
  color: red;
  display: none;
  font-size: 0.875rem;
  margin-top: 8px;
}
#panier__page .error-code-promo.show {
  display: block;
}
#panier__page .printania__qt_input {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  padding: 8px;
  width: 78px;
}
#panier__page .accordion-header,
#panier__page .accordion-item {
  background-color: #f7f7f7;
  border: none;
}
#panier__page .accordion-button {
  background-color: #f7f7f7;
}
#panier__page .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: inherit;
}
#panier__page .delete__promo_code {
  color: #565656;
}
#panier__page .printania_program_content {
  border: 2px solid #00d072;
  border-radius: 3px;
}
#panier__page .delete__promo_code:hover path {
  fill: red !important;
  transition: all 0.125s ease;
}
#panier__page .is-sticky {
  bottom: 0;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.14);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1050;
}
#panier__page .mention-me a {
  text-decoration: underline;
}
#panier__page .code-promo--input {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
}
.colisCount {
  background-color: #f2f2f2;
  border-radius: 10px;
  height: 36px;
  line-height: 25px;
  padding: 5px 10px;
  width: fit-content;
}
.page-adresse-formulaire {
  background-color: #f7f7f7;
}
.page-adresse-formulaire .rounded-block {
  background-color: #fff;
}
.page-adresse-formulaire .rounded-block__content {
  padding: 24px 16px 75px;
}
@media (min-width: 768px) {
  .page-adresse-formulaire .rounded-block__content {
    padding: 40px 65px 100px;
  }
}
@media (min-width: 1200px) {
  .page-adresse-formulaire .rounded-block__content {
    padding: 70px 137px 125px;
  }
}
.total-look--left {
  padding: 0 !important;
}
.total-look--price-container {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  height: 52px;
  justify-content: space-between;
}
.total-look--btns-container {
  display: flex;
  flex-wrap: wrap;
  height: 52px;
  justify-content: flex-end;
  width: 100%;
}
.total-look--btns-add {
  height: 52px;
  width: 100%;
}
@media (min-width: 768px) {
  .total-look--btns-add {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .total-look--btns-add {
    width: 14rem;
  }
}
.total-look--btns-wishlist {
  height: 52px;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .total-look--btns-wishlist {
    width: 35%;
  }
}
@media (max-width: 575.98px) {
  .total-look--btns-wishlist {
    width: 100%;
  }
}
.total-look--item-check {
  position: relative;
  top: 50%;
}
.total-look--item-check .pcom-check-input,
.total-look--item-check .pcom-check-input__rounded {
  display: contents;
}
.total-look--item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.total-look--item-info .form-element {
  margin-top: 0.5rem;
}
#mode-livraison {
  background: #f7f7f7;
}
#mode-livraison #progressbar-container {
  background: #fff;
}
#mode-livraison #deliver-container,
#mode-livraison #transporter_container,
#mode-livraison .deliver-container {
  background-color: #fff;
  border-radius: 4px;
}
#mode-livraison .grey__info__text {
  color: #565656;
}
#mode-livraison .action-align-top {
  margin-top: -27px;
}
@media (min-width: 768px) {
  #mode-livraison .address-value-container.domicile {
    margin-right: 7px;
  }
  #mode-livraison .address-value-container.facturation {
    margin-left: 7px;
    margin-top: 0 !important;
  }
  #mode-livraison .address-value-container {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 20px;
  }
}
#mode-livraison .check-radio.choice-label {
  font-weight: 500;
  text-transform: none !important;
}
#mode-livraison .form-control {
  border-color: #a7a7a7;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 12px;
}
#mode-livraison .form-control.lstTranchesVipDates {
  margin-right: 10px;
}
#mode-livraison .clickandcollect-accordion .accordion-header,
#mode-livraison .clickandcollect-accordion .accordion-item {
  background-color: #f7f7f7;
  border: none;
  border-radius: 4px;
}
#mode-livraison .clickandcollect-accordion .accordion-button {
  background-color: #f7f7f7;
}
#mode-livraison
  .clickandcollect-accordion
  .accordion-button[data-bs-target]:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  height: 10px;
  position: absolute;
  right: 1rem;
  transform: rotate(135deg);
  transition: transform 0.2s ease-in-out;
  width: 10px;
}
#mode-livraison
  .clickandcollect-accordion
  .accordion-button[data-bs-target]:not(.collapsed):before {
  transform: rotate(-45deg);
}
#mode-livraison .clickandcollect-accordion .accordion-button:after {
  display: none;
}
#mode-livraison .clickandcollect-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: inherit;
}
#mode-livraison .is-sticky {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.14);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1050;
}
.live-shopping--simple-bloc {
  margin-top: 30px;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .live-shopping--simple-bloc {
    margin-top: 40px;
  }
}
.live-shopping--first-bloc {
  padding: 24px;
}
@media (min-width: 576px) {
  .live-shopping--first-bloc {
    padding: 32px;
  }
}
.live-shopping--first-bloc .svg-size {
  max-height: 129px;
}
@media (min-width: 576px) {
  .live-shopping--first-bloc .svg-size {
    max-height: 189px;
  }
}
.live-shopping--image {
  background-position: 50%;
  background-size: cover;
  height: 245px;
}
@media (min-width: 576px) {
  .live-shopping--image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .live-shopping--image {
    height: 400px;
  }
}
#paiement__page {
  background-color: #f7f7f7;
}
@media (max-width: 767.98px) {
  #paiement__page .paiement__page-title {
    background-color: #fff;
  }
}
#paiement__page #progressbar-container {
  background-color: #fff;
}
#paiement__page #choix-paiement-container {
  background-color: #fff;
  border-radius: 4px;
}
#paiement__page #choix-paiement-container .choice-label {
  min-height: 83px;
}
#paiement__page #choix-paiement-container .body-content {
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  #paiement__page #choix-paiement-container .body-content {
    padding: 0 20px 20px;
  }
}
#paiement__page #ogoneIframe {
  min-height: 900px;
}
@media (min-width: 658px) and (max-width: 991px) {
  #paiement__page #ogoneIframe {
    min-height: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #paiement__page #ogoneIframe {
    min-height: 800px;
  }
}
@media (min-width: 1200px) {
  #paiement__page #ogoneIframe {
    min-height: 560px;
  }
}
#paiement__page .e-gift-card {
  border-radius: 4px;
}
#paiement__page .e-gift-card .list-content {
  display: flex;
}
#paiement__page .e-gift-card .list-content div {
  flex: auto;
}
#paiement__page .e-gift-card .black-button,
#paiement__page .e-gift-card .used span,
#paiement__page .use-gift-code {
  cursor: pointer;
}
#paiement__page #paypal-button-container-btn {
  width: 100%;
}
@media (min-width: 768px) {
  #paiement__page #paypal-button-container-btn {
    max-width: 300px;
  }
}
#paiement__page .form-payment-list__item label {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
}
#paiement__page #ogone-oneclick-valid {
  width: 100%;
}
@media (min-width: 768px) {
  #paiement__page #ogone-oneclick-valid {
    max-width: 260px;
  }
}
#paiement__page #sofinco3x-paiement {
  width: 100%;
}
@media (min-width: 768px) {
  #paiement__page #sofinco3x-paiement {
    max-width: 260px;
  }
}
#paiement__page .carte-cadeau-delete {
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-2px);
}
#paiement__page .carte-cadeau-delete:hover path {
  fill: red !important;
  transition: all 0.125s ease;
}
@media (max-width: 767.98px) {
  #paiement__page .form--radio-wrapper .check-radio.choice-label {
    padding: 16px;
  }
}
#OgoneValid,
iframe[name="htpIframe0"] {
  width: 100%;
}
@media (min-width: 576px) {
  #OgoneValid {
    margin-left: auto;
    margin-right: auto;
    min-width: 260px;
    width: auto;
  }
}
#adyen-container iframe,
#adyen-one-click-container iframe {
  filter: grayscale(1);
  opacity: 0;
}
#adyen-container .adyen-checkout__input,
#adyen-one-click-container .adyen-checkout__input {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  caret-color: auto;
  color: #000;
  display: block;
  font-weight: 400;
  height: 48px;
  line-height: inherit;
  outline: none;
  padding: 13px 16px;
  width: 100%;
}
#adyen-container .adyen-checkout__input::placeholder,
#adyen-one-click-container .adyen-checkout__input::placeholder {
  color: #fff;
}
#adyen-container .adyen-checkout__input--focus,
#adyen-container .adyen-checkout__input--focus:hover,
#adyen-container .adyen-checkout__input:active,
#adyen-container .adyen-checkout__input:active:hover,
#adyen-container .adyen-checkout__input:focus,
#adyen-container .adyen-checkout__input:focus:hover,
#adyen-one-click-container .adyen-checkout__input--focus,
#adyen-one-click-container .adyen-checkout__input--focus:hover,
#adyen-one-click-container .adyen-checkout__input:active,
#adyen-one-click-container .adyen-checkout__input:active:hover,
#adyen-one-click-container .adyen-checkout__input:focus,
#adyen-one-click-container .adyen-checkout__input:focus:hover {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
#adyen-container .adyen-checkout__input--error,
#adyen-container .adyen-checkout__input--error:hover,
#adyen-container .adyen-checkout__input--invalid,
#adyen-container .adyen-checkout__input--invalid:hover,
#adyen-one-click-container .adyen-checkout__input--error,
#adyen-one-click-container .adyen-checkout__input--error:hover,
#adyen-one-click-container .adyen-checkout__input--invalid,
#adyen-one-click-container .adyen-checkout__input--invalid:hover {
  border-color: #dc3545;
  color: #dc3545;
  outline: 1px solid #dc3545;
}
#adyen-container .adyen-checkout__field,
#adyen-one-click-container .adyen-checkout__field {
  margin-bottom: 25px;
}
#adyen-container .adyen-checkout__field--cardNumber,
#adyen-one-click-container .adyen-checkout__field--cardNumber {
  margin-bottom: 0;
}
#adyen-container .adyen-checkout__label .adyen-checkout__label__text,
#adyen-one-click-container .adyen-checkout__label .adyen-checkout__label__text {
  color: #121212;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#adyen-container .adyen-checkout__label .adyen-checkout__label__text:after,
#adyen-one-click-container
  .adyen-checkout__label
  .adyen-checkout__label__text:after {
  content: "*";
  margin-left: 2px;
}
#adyen-container .adyen-checkout__label--filled iframe,
#adyen-container .adyen-checkout__label--focused iframe,
#adyen-container .adyen-checkout__label--valid iframe,
#adyen-one-click-container .adyen-checkout__label--filled iframe,
#adyen-one-click-container .adyen-checkout__label--focused iframe,
#adyen-one-click-container .adyen-checkout__label--valid iframe {
  opacity: 1;
}
#adyen-container .adyen-checkout__error-text,
#adyen-one-click-container .adyen-checkout__error-text {
  font-size: 14px;
}
#adyen-container .adyen-checkout__card__brands img,
#adyen-one-click-container .adyen-checkout__card__brands img {
  margin-top: -12px;
}
#adyen-container img.adyen-checkout__icon,
#adyen-one-click-container img.adyen-checkout__icon {
  vertical-align: top;
}
#adyen-container
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after,
#adyen-one-click-container
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after {
  background-color: #000;
}
#adyen-container
  .adyen-checkout__checkbox__input
  + .adyen-checkout__checkbox__label:before,
#adyen-one-click-container
  .adyen-checkout__checkbox__input
  + .adyen-checkout__checkbox__label:before {
  border-right: 2px solid #fff;
}
#adyen-container
  .adyen-checkout__checkbox__input:checked:hover
  + .adyen-checkout__checkbox__label:after,
#adyen-container
  .adyen-checkout__checkbox__input:focus
  + .adyen-checkout__checkbox__label:after,
#adyen-one-click-container
  .adyen-checkout__checkbox__input:checked:hover
  + .adyen-checkout__checkbox__label:after,
#adyen-one-click-container
  .adyen-checkout__checkbox__input:focus
  + .adyen-checkout__checkbox__label:after {
  border: 1px solid #000;
  box-shadow: none;
}
#adyen-container
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after,
#adyen-one-click-container
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after {
  border: 1px solid #000;
}
#adyen-container .adyen-checkout__card__brands,
#adyen-one-click-container .adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 25px;
  margin-top: 8px;
}
#adyen-container .adyen-checkout__card__brands__brand-wrapper,
#adyen-one-click-container .adyen-checkout__card__brands__brand-wrapper {
  display: inline-flex;
}
#adyen-container .adyen-checkout__card__brands__brand-wrapper img,
#adyen-one-click-container .adyen-checkout__card__brands__brand-wrapper img {
  margin-top: 0;
}
#adyen-container
  .adyen-checkout__store-details
  .adyen-checkout__checkbox__label,
#adyen-one-click-container
  .adyen-checkout__store-details
  .adyen-checkout__checkbox__label {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}
#confirmation__page {
  background-color: #f7f7f7;
}
#confirmation__page #confirmation_container {
  background: #fff;
  border-radius: 0;
  padding: 24px;
}
#confirmation__page #confirmation_container .confirmation-check {
  width: 52px;
}
@media (min-width: 992px) {
  #confirmation__page #confirmation_container {
    border-radius: 8px 8px 130px 8px;
    padding: 80px;
  }
  #confirmation__page #confirmation_container .confirmation-check {
    width: 58px;
  }
}
#confirmation__page .confirmation-printania {
  border: 2px solid #00d072;
  border-radius: 3px;
}
#confirmation__page .printania-link-container {
  float: right;
}
#confirmation__page .printania-link-arrow {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  cursor: pointer;
  display: block;
  float: right;
  height: 10px;
  margin-left: 10px;
  margin-top: 5px;
  transform: rotate(45deg);
  transition: 0.15s;
  width: 10px;
}
#confirmation__page .confirmation-title {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #confirmation__page .confirmation-title {
    text-transform: none;
  }
}
.total-look__slider--item {
  border: 2px solid #fff;
  border-radius: 6px;
  color: #000;
  overflow: hidden;
  position: relative;
}
.total-look__slider--item:hover .total-look__hover {
  opacity: 1;
  transition: 0.15s;
}
.total-look__slider--item__content {
  height: 0;
  padding-bottom: 138%;
  position: relative;
  z-index: -1;
}
.total-look__slider--item__content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.total-look__slider--item__content a.direct_link {
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .total-look__slider--item__content {
    padding-bottom: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
  .total-look__slider--item__content {
    padding-bottom: 500px;
  }
  .total-look__slider--item__content img {
    max-width: 380px;
  }
}
@media (max-width: 575.98px) {
  .total-look__slider--item__content {
    padding-bottom: 138%;
  }
}
.total-look__hover {
  background: #fff;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: 0.15s;
  width: 100%;
  z-index: 9;
}
.total-look__hover .view-all__content__item {
  display: inline-block;
  width: 130px;
}
.total-look__hover .view-all__content__item img {
  width: 60% !important;
}
.total-look--left .total-look--main-img img {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .total-look--left .total-look--main-img img {
    height: 705px;
    width: 536px;
  }
}
.total-look--right .total-look--item-info .form-element .elt-selected {
  border: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .total-look--right .total-look--item-info .form-element .elt-selected {
    border: 2px solid #e7e7e7;
  }
}
.total-look--right .total-look--item-info .form-element .elt-options {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .total-look__hover {
    display: block;
    opacity: 0;
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .total-look__slider--item .black-button.mobile {
    opacity: 1;
  }
}
.article-variant__title {
  font-size: 3rem;
  line-height: 58px;
}
@media (max-width: 767.98px) {
  .article-variant__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .article-variant__infos .paragraph {
    font-size: 0.75rem;
  }
}
.article-variant .img-cover {
  object-fit: cover;
  object-position: center;
}
.article-variant .product-view__info--button-bis {
  border-color: #000;
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.article-variant .product-view__info--button-bis:hover {
  color: #fff;
}
.article-variant
  .product-view__info--button-bis:hover
  .product-view__info--button-icon {
  fill: #fff;
}
.article-variant .product-view__info-button-socials {
  padding: 5px;
  width: 105px;
}
.article-variant .product-view__info-button-socials svg {
  max-height: 18px;
  max-width: 18px;
  width: 100%;
}
.article-variant .product-view__info-button-socials svg path {
  fill: #000;
}
.article-variant .product-view__info--button-icon {
  margin-right: 7px;
  max-height: 20px;
  max-width: 15px;
  width: 20px;
}
.product-view__info--button-bis {
  border-color: #000;
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.product-view__info--button-bis:hover {
  color: #fff;
}
.product-view__info--button-bis:hover .product-view__info--button-icon {
  fill: #fff;
}
.product-view__info-button-socials {
  padding: 5px;
  width: 105px;
}
.product-view__info-button-socials svg {
  max-height: 18px;
  max-width: 18px;
  width: 100%;
}
.product-view__info-button-socials svg path {
  fill: #000;
}
.product-view__info--button-icon {
  margin-right: 7px;
  max-height: 20px;
  max-width: 15px;
  width: 20px;
}
.embed-responsive {
  height: 0;
  padding-top: 56.3%;
  position: relative;
  width: 100%;
}
.embed-responsive iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.dressing {
  background-color: #fff;
}
.dressing--list-header .title-container {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
  width: 100%;
}
.dressing--list-header .connexion-alert {
  border: 2px solid #00d072;
  border-radius: 3.5px;
  margin-top: 1rem;
  min-height: 52px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
@media (max-width: 575.98px) {
  .dressing--list-header .connexion-alert {
    font-size: 0.875rem;
  }
}
.dressing--counter {
  height: 5rem;
}
.offre-welcome--input {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.offre-welcome .v-hidden {
  content-visibility: hidden;
}
.offre-welcome .input-error {
  color: red;
  margin-bottom: 6px;
}
.contact-pg {
  background-color: #f7f7f7;
}
.contact-pg--container {
  background-color: #fff;
  border-radius: 1px 0 100px 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .contact-pg--container {
    border-radius: 1px 0 250px 1px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.contact-pg--container #easiform {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.contact-pg--container #easiform > div {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-pg--container #easiform > div[id$="_Email"],
  .contact-pg--container #easiform > div[id$="_FirstName"],
  .contact-pg--container #easiform > div[id$="_LastName"],
  .contact-pg--container #easiform > div[id$="_MobilePhoneNumber"],
  .contact-pg--container #easiform > div[id$="_OfficePhoneNumber"] {
    width: 49%;
  }
}
.contact-pg--container #easiform > div span[id*="_labelspan_"] {
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}
.contact-pg--container #easiform > div span[id*="_labelspan_"] label {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact-pg--container #easiform > div span[id*="_labelspan_"] label {
    font-size: 1rem;
  }
}
.contact-pg--container #easiform > div span[id*="_fieldspan_"] {
  display: block;
  margin-bottom: 1rem;
}
.contact-pg--container #easiform > div [class*="div_container"] {
  border: none;
  width: 100% !important;
}
@media (min-width: 992px) {
  .contact-pg--container
    #easiform
    > div
    [class*="div_container"][class*="div_container_salutation"] {
    width: 49% !important;
  }
}
.contact-pg--container #easiform > div [id^="fld_"] {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 14px;
  height: 48px;
  outline: none;
  padding: 14px 16px;
  transition: border 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-pg--container #easiform > div [id^="fld_"] {
    height: 56px;
  }
}
.contact-pg--container #easiform > div [id^="fld_"][id="fld_AttachedFiles"] {
  height: 40px !important;
  padding: 0 !important;
}
.contact-pg--container #easiform > div [id^="fld_"][id="fld_AttachedFiles"],
.contact-pg--container
  #easiform
  > div
  [id^="fld_"][id="fld_AttachedFiles_fileerrors"] {
  border: none;
}
.contact-pg--container #easiform > div [id^="fld_"][id="fld_Description"] {
  min-height: 90px;
}
.contact-pg--container .mandatoryfieldmention {
  color: #b9b9b9;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: flex-end;
  margin-bottom: 5px;
  margin-top: 5px;
}
.contact-pg--container .validatebutton {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  height: 42px;
  margin: 1.5rem auto;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  transition: all 0.15s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-pg--container .validatebutton {
    width: 300px;
  }
}
.contact-pg--container .validatebutton:hover {
  background-color: #00d072;
  border-color: transparent;
  color: #000;
}
.contact-pg--container .rgpd-content-text {
  color: #b9b9b9;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-magasins .store-geo-search {
    margin: auto;
    max-width: 532px;
  }
}
.page-magasins .liste-magasins--carte,
.page-magasins .liste-magasins--carte #map_canvas {
  min-height: 40rem;
}
.page-magasins .liste-magasins--carte .map-pr-img {
  width: 296px;
}
#search-customer .border-content-container {
  border: 1px solid #b9b9b9;
  border-radius: 8px;
}
#search-customer #start-search {
  height: 56px;
}
#search-customer .item-value-content {
  color: #a7a7a7;
}
#search-customer .validate-customer-container {
  width: 20%;
}
#search-customer .printania-status {
  color: #e81689;
}
#search-customer .font-italic {
  font-style: italic !important;
}
#search-customer .create-printania {
  max-width: 25%;
}
#search-customer .pcom-accordion.printania-bloc-container,
#search-customer .printania-bloc-container.pcom-accordion-basic,
#search-customer .printania-bloc-container.pcom-accordion-disabled {
  max-width: 340px;
}
#search-customer .pcom-accordion .accordion-item.printania-bloc,
#search-customer .pcom-accordion-basic .accordion-item.printania-bloc,
#search-customer .pcom-accordion-disabled .accordion-item.printania-bloc {
  border: 2px solid #e81689;
  border-radius: 3px;
}
#search-customer .ml-20 {
  margin-left: 20px;
}
.pcom-faq-accordion-child .add-icon {
  color: #00d072;
}
.pcom-faq-accordion-child .ml-1 {
  margin-left: 1rem;
}
.icon_faq {
  height: 25px;
  width: 25px;
}
.printania-section--others-sold {
  position: relative;
}
.printania-section--others-sold .text-printania {
  color: #00d072 !important;
}
.printania-section--counter,
.printania-section--counter-unlimited {
  align-items: center;
  background-color: #00d072;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  left: 50%;
  padding: 5px;
  position: absolute;
  top: 0;
  transform: translate(-135%, 110%);
  width: 30px;
}
.printania-section--counter-unlimited {
  border-radius: 21px;
  font-size: 0.875rem;
  height: auto;
  padding: 5px 1rem;
  text-transform: uppercase;
  transform: translate(-110%, 135%);
  width: auto;
}
@media (min-width: 992px) {
  .printania-section--isCI {
    padding: 0 200px;
  }
}
.printania-section--brand-selected {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  color: #a7a7a7;
  font-size: 1rem;
  height: 75px;
}
.printania-section--brand-selected span {
  cursor: pointer;
}
.printania-section--brand-selected-title {
  display: block;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.printania-section--brand-marquePref {
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  padding: 0.9rem;
  position: relative;
}
.printania-section--brand-selector-title {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.printania-seduction .toggle-printania .accordion-item {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px !important;
  margin-bottom: 2rem !important;
}
.printania-seduction .mx-2-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.printania-seduction .max-h-3 {
  height: 3rem;
}
.printania-seduction .rosace-left {
  left: 0;
  position: fixed;
  top: 20%;
  z-index: -1;
}
.printania-seduction .rosace-right {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: -1;
}
.printania-seduction .fusion-link {
  text-decoration: underline;
}
.printania-seduction .fusion-link:hover {
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  .printania-seduction .separationMobile:before {
    background: transparent
      linear-gradient(90deg, #f5f5f5, #bfbfbf 50%, #f5f5f5) 0 0;
    content: "";
    height: 1px;
    width: 100%;
  }
}
.printania-seduction .carte .col-sm-3 {
  margin: 0 1rem;
  max-width: 50vw;
}
.printania-seduction .picto-ccm {
  display: flex;
  justify-content: center;
  margin-bottom: 1.3vw;
}
.printania-seduction body {
  height: 100vh;
  margin: 0;
}
@media screen and (max-width: 425px) {
  .printania-seduction .picto-ccm.marques {
    width: 60%;
  }
}
.printania-seduction .blocML {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  height: 56px;
}
.magazine-page {
  margin-top: 2.813rem;
}
@media (min-width: 1200px) {
  .magazine-page {
    margin-top: 3.125rem;
  }
  .magazine-page .magazine__heading {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1600px) {
  .magazine-page .magazine__heading {
    width: calc(100% - 660px);
  }
}
.magazine-page .magazine__heading__title {
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}
.magazine-page .edito-list-menu {
  margin-bottom: 1.75rem;
  margin-top: 2.5rem;
  overflow: auto;
}
@media (min-width: 1200px) {
  .magazine-page .edito-list-menu {
    margin-bottom: 5.5rem;
    margin-top: 3.25rem;
  }
}
@media screen and (min-width: 426px) {
  .magazine-page .edito-list-menu--content {
    justify-content: center;
  }
}
.magazine-page .edito-list-menu--link {
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  border-radius: 25px;
  height: 32px;
  margin-right: 0.625rem;
  transition: 0.15s ease-out;
  width: auto;
}
.magazine-page .edito-list-menu--link.active,
.magazine-page .edito-list-menu--link:hover {
  color: #fff;
}
.magazine-page .edito-list-menu--title {
  padding: 0.5rem 1rem;
}
.magazine-page .edito-list-article__content {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .magazine-page .edito-list-article__content {
    margin-bottom: 5rem;
  }
}
.magazine-page .edito-list-article__content--item-cover {
  height: 220px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .magazine-page .edito-list-article__content--item-cover {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .magazine-page .edito-list-article__content--item-cover {
    height: 425px;
  }
}
.magazine-page .edito-list-cta__seemore {
  margin-bottom: 3.625rem;
}
.page404__content {
  background-color: #f7f7f7;
  height: 370px;
}
@media (min-width: 992px) {
  .page404__content {
    height: 600px;
  }
}
.page404__content__data {
  background-color: #fff;
  height: 315px;
  width: 100%;
}
@media (min-width: 992px) {
  .page404__content__data {
    border-radius: 8px 8px 100px 8px;
    height: 437px;
    width: 1640px;
  }
}
.page404__content__data--heading {
  color: #00d072;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page404__content__data--heading {
    font-size: 62px;
    margin-bottom: 2.5rem;
  }
}
.page404__content__data--paragraph {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 22px;
  width: auto;
}
@media (min-width: 992px) {
  .page404__content__data--paragraph {
    font-size: 1.75rem;
    line-height: 34px;
    width: 673px;
  }
}
#storeGiftCard {
  background-color: #f7f7f7;
}
#storeGiftCard .banner__sgc {
  height: 105px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 576px) {
  #storeGiftCard .banner__sgc {
    height: 362px;
  }
}
#storeGiftCard .container__sgc {
  background-color: #fff;
  padding-top: 36px;
}
@media (min-width: 576px) {
  #storeGiftCard .container__sgc {
    border-radius: 8px 8px 0 0;
    bottom: 85px;
    padding-bottom: 110px;
    padding-top: 85px;
    position: relative;
  }
}
@media (min-width: 768px) {
  #storeGiftCard .w-md-50 {
    width: 50%;
  }
  #storeGiftCard .ml-md {
    margin-left: 35%;
  }
}
@media (max-width: 767.98px) {
  #storeGiftCard .w-xl-100 {
    width: 100%;
  }
}
#storeGiftCard .table > :not(:first-child) {
  border-top: none;
}
#storeGiftCard tr:last-child td {
  border-bottom: none;
}
#storeGiftCard .sgc-history-container {
  background-color: #f7f7f7;
  border-radius: 6px;
}
.preview-navbar {
  align-items: center;
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: Arial;
  font-size: 12px;
  height: 50px;
  overflow: hidden;
  padding: 10px;
  position: fixed;
  text-transform: none;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 526px) {
  .preview-navbar {
    display: none;
  }
}
.preview-navbar .text-light-green {
  color: lime !important;
}
.preview-navbar div {
  margin-left: 10px;
}
.preview-navbar div label {
  display: inline;
}
.preview-navbar div input,
.preview-navbar div select {
  background-color: #fff;
  border: none;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 0;
  width: auto;
}
.preview-navbar div.reload-preview {
  background-color: #424141;
  border: 1px solid #fff;
  color: lime;
  cursor: pointer;
  margin-left: auto;
  padding: 5px 50px;
}
.preview-navbar div.reload-preview:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .page-personal-shopper .px-md-25 {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.page-personal-shopper .border-bold {
  border: 2px solid #e7e7e7;
}
.page-personal-shopper__img {
  height: 105px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 992px) {
  .page-personal-shopper__img {
    height: 362px;
  }
}
.page-personal-shopper .personal-shopper__container {
  background-color: #fff;
}
@media (min-width: 992px) {
  .page-personal-shopper .personal-shopper__container {
    border-radius: 8px 8px 0 0;
    bottom: 7rem;
    padding-left: 80px;
    padding-top: 66px;
    position: relative;
  }
}
.page-personal-shopper .personal-shopper__container .personal-shopper__heading {
  border-bottom: 1px solid #b9b9b9;
  gap: 16px;
  grid-template-columns: 104px 1fr;
}
@media (max-width: 575.98px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading {
    bottom: 1rem;
    position: relative;
  }
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading {
    border-bottom: unset;
    gap: 8px;
    grid-template-columns: 238px auto 1fr;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading {
    gap: 0;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--avatar {
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff),
    radial-gradient(circle at center left, #edba23, #c7a016);
  background-origin: border-box;
  border: 5px double transparent;
  border-radius: 50%;
  height: 104px;
  object-fit: cover;
  object-position: center;
  width: 104px;
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--avatar {
    height: 238px;
    width: 238px;
  }
}
@media screen and (max-width: 375px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title {
    flex-direction: column;
    margin-right: auto;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--localisation,
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--title {
  grid-column-start: 2;
  grid-row-start: 1;
  height: fit-content;
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title {
    margin-left: 2rem;
    padding-right: 4rem;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--localisation
  .ps-lastName,
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--title
  .ps-lastName {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation
    .ps-lastName,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title
    .ps-lastName {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation
    .ps-lastName,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title
    .ps-lastName {
    font-size: 2.625rem;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--localisation
  .ps-socialNetworks
  a,
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--title
  .ps-socialNetworks
  a {
  cursor: pointer;
  z-index: 0;
}
@media screen and (max-width: 375px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation
    .ps-socialNetworks,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title
    .ps-socialNetworks {
    justify-content: flex-start !important;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation
    .ps-socialNetworks,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title
    .ps-socialNetworks {
    height: 24px;
  }
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation
    .ps-socialNetworks
    a,
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--title
    .ps-socialNetworks
    a {
    font-size: 1.5rem;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--localisation__content {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--localisation__content {
    padding-top: 2rem;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--cta {
  width: max-content;
}
@media (min-width: 992px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--cta {
    border-left: 1px solid #b9b9b9;
    height: 156px;
    padding-left: 1rem;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper
    .personal-shopper__container
    .personal-shopper__heading--cta {
    padding-left: 4rem;
  }
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__heading--cta
  .cta {
  height: 48px;
  width: 262px;
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__description
  .paragraph {
  margin-bottom: 1.25rem;
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__description--cta {
  margin-top: 1.875rem;
}
.page-personal-shopper
  .personal-shopper__container
  .personal-shopper__description--cta
  .cta {
  border-radius: 6px;
}
.page-personal-shopper .personal-shopper__selections {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .page-personal-shopper .personal-shopper__selections {
    display: flex;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper__selections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-personal-shopper .personal-shopper__selections--card {
  background-color: #f7f7f7;
  border-radius: 8px;
  height: auto;
  padding: 1rem;
  width: 282px;
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper__selections--card {
    border-radius: 0 0 100px 0;
    height: 527px;
    padding: 32px 35px;
    width: auto;
  }
}
.page-personal-shopper .personal-shopper__selections--card a {
  width: 100%;
}
.page-personal-shopper .personal-shopper__selections--card--img {
  max-height: 184px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper__selections--card--img {
    max-height: 308px;
  }
}
@media (max-width: 767.98px) {
  .page-personal-shopper .personal-shopper__videos {
    display: flex;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper__videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .page-personal-shopper .personal-shopper__videos--iframe {
    border-radius: 4px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-personal-shopper .personal-shopper__videos--iframe {
    height: 210px;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper .personal-shopper__videos--iframe {
    height: 275px;
  }
}
.page-personal-shopper .personal-shopper__lives {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .page-personal-shopper .personal-shopper__lives {
    display: flex;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  .page-personal-shopper .personal-shopper__lives {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-personal-shopper .personal-shopper__lives .live-shopping--image {
    border-radius: 0 0 100px 0;
    height: 220px;
    width: 282px;
  }
}
@media (min-width: 1400px) {
  .page-personal-shopper .personal-shopper__lives .live-shopping--image {
    height: 425px;
  }
}
@media (min-width: 992px) {
  .page-personal-shopper .personal-shopper__section--container {
    bottom: 7rem;
    position: relative;
  }
}
.page-personal-shopper__section {
  border-top: 4px solid #f7f7f7;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .page-personal-shopper__section {
    border-top: 7px solid #f7f7f7;
  }
}
.page-personal-shopper__section .heading-2 {
  margin-top: 1.563rem;
}
@media (min-width: 768px) {
  .page-personal-shopper__section .heading-2 {
    margin-top: 3.75rem;
  }
}
.page-personal-shopper__section .carousel-controls.live-shopping {
  left: 0;
  position: absolute;
  top: 40%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page-personal-shopper__section .carousel-controls.live-shopping {
    display: none !important;
  }
}
.page-personal-shopper__section
  .carousel-controls.live-shopping
  .carousel-control-next,
.page-personal-shopper__section
  .carousel-controls.live-shopping
  .carousel-control-prev {
  width: 5%;
}
@media screen and (max-width: 1880px) {
  .page-personal-shopper__section
    .carousel-controls.live-shopping
    .carousel-control-next,
  .page-personal-shopper__section
    .carousel-controls.live-shopping
    .carousel-control-prev {
    width: 3%;
  }
}
.page-personal-shopper__section .personal-shopper__medias {
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .page-personal-shopper__section .personal-shopper__medias {
    grid-template-columns: repeat(4, 1fr);
  }
}
.page-personal-shopper__section .personal-shopper__medias--img {
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-personal-shopper .cta.cta--see-more {
    font-size: 0;
    height: 39.5px;
    padding: unset;
    width: 57.5px;
  }
  .page-personal-shopper .cta.cta--see-more:after {
    margin-left: unset;
  }
}
