@charset "UTF-8";
.apk-logins-page {
  /* Page Register Switcher */
}
.apk-logins-page .wf-register.uk-subnav-pill li {
  border: 4px solid var(--adminBgSwitcherColorHover);
  background: var(--adminBgSwitcherColor);
}
.apk-logins-page .wf-register.uk-subnav-pill li a {
  color: var(--adminTextSwitcherColor);
  text-transform: none;
  background: transparent;
  height: 50px;
}
.apk-logins-page .wf-register.uk-subnav-pill li.uk-active {
  border: 4px solid var(--adminBgSwitcherColorHover);
  background: var(--adminBgSwitcherColorHover);
}
.apk-logins-page .wf-register.uk-subnav-pill li.uk-active a {
  color: var(--adminTextSwitcherColorHover);
}
.apk-logins-page .wf-register.uk-subnav-pill > :first-child {
  border-radius: 10px 0 0 10px;
}
.apk-logins-page .wf-register.uk-subnav-pill > :last-child {
  border-radius: 0 10px 10px 0;
}
.apk-logins-page .apk-height-socials svg,
.apk-logins-page .apk-height-socials img {
  max-width: 300px;
}
.apk-logins-page .apk-login-bottom-text {
  font-size: 16px;
  line-height: 1.2;
}
.apk-logins-page .apk-input-zipcode {
  opacity: 0;
  height: 1px;
}
.apk-logins-page .apk-input-zipcode .uk-input {
  height: 1px;
}
.apk-logins-page .apk-autocomplete-wrapper {
  position: relative;
}
.apk-logins-page .apk-autocomplete-list {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e5e5e5;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.apk-logins-page .apk-autocomplete-item {
  padding: 6px 10px;
  cursor: pointer;
}
.apk-logins-page .apk-autocomplete-item:hover {
  background: #f5f5f5;
}
.apk-logins-page .apk-autocomplete-dropdown {
  padding: 10px 7px;
  margin-top: 0;
  min-width: inherit;
}

.apk-text-separator {
  text-align: center;
  overflow: hidden;
}
.apk-text-separator span {
  display: inline-block;
  position: relative;
}
.apk-text-separator span::before, .apk-text-separator span::after {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: calc(100vh - 50% - 40px);
  background-color: white;
}
.apk-text-separator span:after {
  right: inherit;
  left: calc(100% + 20px);
}
.apk-text-separator.dark span {
  font-weight: 700;
  font-family: "Built Titlting Bold", Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 40px;
}
.apk-text-separator.dark span::after, .apk-text-separator.dark span::before {
  height: 3px;
  background-color: black;
}

.apk-number-start-absolute {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  color: black;
  font-size: 16px;
}
.apk-number-start-absolute ~ input {
  padding-left: 35px !important;
}

@-webkit-keyframes onAutofillStart {
  from {
    background-color: red;
  }
  to {
    background-color: green;
  }
}

@keyframes onAutofillStart {
  from {
    background-color: red;
  }
  to {
    background-color: green;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: onAutofillStart;
          animation-name: onAutofillStart;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.wf-my-account .uk-tab.wf-tab-account {
  margin-left: 0px !important;
}
.wf-my-account .uk-tab.wf-tab-account li {
  height: 55px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--accountTabColor, #2d2d2d);
  background: var(--accountTabBg, #ececec);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(var(--block-border-radius) * 1px);
}
.wf-my-account .uk-tab.wf-tab-account li svg {
  height: 55px;
}
.wf-my-account .uk-tab.wf-tab-account li svg rect:first-child {
  stroke: transparent !important;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active, .wf-my-account .uk-tab.wf-tab-account li:hover {
  background: var(--accountTabBgActive, #2d2d2d);
  color: var(--accountTabColorActive, #ececec);
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active a, .wf-my-account .uk-tab.wf-tab-account li:hover a {
  color: var(--accountTabColorActive, #ececec);
  border-color: transparent;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active svg, .wf-my-account .uk-tab.wf-tab-account li:hover svg {
  border-color: transparent;
}
.wf-my-account .uk-tab.wf-tab-account li.uk-active svg rect:first-child, .wf-my-account .uk-tab.wf-tab-account li:hover svg rect:first-child {
  stroke: transparent !important;
}
.wf-my-account .uk-tab.wf-tab-account li a {
  text-transform: none !important;
  color: var(--accountTabColor, #2d2d2d);
  display: block;
  width: 100%;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: clamp(var(--paragraphfontsize-min), 5vw, var(--paragraphfontsize-max));
}
.wf-my-account .uk-tab.wf-tab-account li:hover::before, .wf-my-account .uk-tab.wf-tab-account li.uk-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
@media (prefers-reduced-motion: reduce) {
  .wf-my-account .uk-tab.wf-tab-account .uk-tab.wf-tab-account li::before {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .wf-my-account .uk-tab.wf-tab-account .uk-tab.wf-tab-account li svg {
    -webkit-transition: none;
    transition: none;
  }
}
.wf-my-account .uk-tab-right::before {
  border-left: none !important;
}
.wf-my-account .uk-form-label {
  font-size: inherit;
}

.apk-logins-page .apk-container-background,
.apk-page-compte .apk-container-background {
  background-color: var(--adminBgBlocColor);
  color: var(--adminTextBlocColor);
  padding: 70px 80px;
  -webkit-box-shadow: 0 0 10px 0 color-mix(in srgb, var(--primarycolor) 25%, transparent);
          box-shadow: 0 0 10px 0 color-mix(in srgb, var(--primarycolor) 25%, transparent);
  border-radius: calc(var(--block-border-radius) * 1px);
  margin-bottom: 40px;
}
.apk-logins-page .apk-container-background h1, .apk-logins-page .apk-container-background h2, .apk-logins-page .apk-container-background h3, .apk-logins-page .apk-container-background h4, .apk-logins-page .apk-container-background h5, .apk-logins-page .apk-container-background h6, .apk-logins-page .apk-container-background label, .apk-logins-page .apk-container-background .uk-h1, .apk-logins-page .apk-container-background .uk-h2, .apk-logins-page .apk-container-background .uk-h3, .apk-logins-page .apk-container-background .uk-h4, .apk-logins-page .apk-container-background .uk-h5, .apk-logins-page .apk-container-background .uk-h6, .apk-logins-page .apk-container-background p, .apk-logins-page .apk-container-background span,
.apk-page-compte .apk-container-background h1,
.apk-page-compte .apk-container-background h2,
.apk-page-compte .apk-container-background h3,
.apk-page-compte .apk-container-background h4,
.apk-page-compte .apk-container-background h5,
.apk-page-compte .apk-container-background h6,
.apk-page-compte .apk-container-background label,
.apk-page-compte .apk-container-background .uk-h1,
.apk-page-compte .apk-container-background .uk-h2,
.apk-page-compte .apk-container-background .uk-h3,
.apk-page-compte .apk-container-background .uk-h4,
.apk-page-compte .apk-container-background .uk-h5,
.apk-page-compte .apk-container-background .uk-h6,
.apk-page-compte .apk-container-background p,
.apk-page-compte .apk-container-background span {
  color: var(--adminTextBlocColor);
}
.apk-logins-page .apk-container-background hr,
.apk-page-compte .apk-container-background hr {
  border-color: var(--adminHrBlocColor);
}
@media screen and (max-width: 960px) {
  .apk-logins-page .apk-container-background,
  .apk-page-compte .apk-container-background {
    padding: 10px 20px;
  }
}
.apk-logins-page .apk-container-background.wf-register-container--no-shadow,
.apk-page-compte .apk-container-background.wf-register-container--no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.apk-flag-container {
  position: relative;
}
.apk-flag-container [apk-flag-display] {
  pointer-events: none;
  position: absolute;
  left: 8px;
  bottom: 5px;
}
.apk-flag-container input[name=prefix] {
  width: 105px;
}
.apk-flag-container .flag + input[name=prefix] {
  padding-left: 45px;
  padding-right: 5px;
  min-width: 105px;
}
.apk-flag-container .uk-dropdown {
  padding: 10px 7px;
  margin-top: 0;
  min-width: inherit;
}
.apk-flag-container .uk-dropdown #flag-list {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
.apk-flag-container .uk-dropdown #flag-list .flag {
  margin-right: 10px;
}
.apk-flag-container [apk-flag-value]:hover {
  cursor: pointer;
}
#prefix:hover {
  cursor: pointer;
}

/* Multi-step registration only */
.apk-logins-page .wf-step-form {
  --wf-step-header-height: 185px;
  --wf-step-dot-size: 36px;
  --wf-step-progress: 0%;
  --wf-step-color-primary: var(--primarycolor, #66b8c8);
  --wf-step-color-primary-text: #124a5d;
  --wf-step-color-dot-border: color-mix(in srgb, var(--wf-step-color-primary) 40%, #ffffff);
  --wf-step-color-dot-bg: rgba(255, 255, 255, 0.92);
  --wf-step-color-dot-text: color-mix(in srgb, var(--wf-step-color-primary) 65%, #0e2b34);
  --wf-step-color-track: #45d39a;
  --wf-step-color-track-on-image: rgba(1, 1, 1, 0.45);
  --wf-step-color-success: #45d39a;
  --wf-step-color-success-text: #ffffff;
  --wf-step-color-panel-bg: #ffffff;
  --wf-step-color-panel-shadow: rgba(22, 46, 59, 0.14);
  --wf-step-color-header-overlay-start: rgba(11, 35, 53, 0.45);
  --wf-step-color-header-overlay-end: rgba(11, 35, 53, 0.18);
  --wf-step-color-title: var(--adminTextBlocColor);
  --wf-step-color-label: #2e2e2e;
  --wf-step-color-input-border: #d8dde2;
  --wf-step-color-button-bg: #ffffff;
  --wf-step-color-button-border: var(--wf-step-color-primary);
  --wf-step-color-button-text: color-mix(in srgb, var(--wf-step-color-primary) 75%, #17434f);
  --wf-step-color-prev-text: #637b87;
  max-width: 620px;
  margin: 0 auto;
}
.apk-logins-page .wf-step-form .uk-width-1-2,
.apk-logins-page .wf-step-form .uk-width-1-2\@s {
  width: 100%;
}
.apk-logins-page .wf-step-form .uk-form-label {
  font-size: 15px;
  color: var(--wf-step-color-label);
}
.apk-logins-page .wf-step-form .uk-input,
.apk-logins-page .wf-step-form .uk-select,
.apk-logins-page .wf-step-form .uk-textarea {
  min-height: 46px;
  border: 1px solid var(--wf-step-color-input-border);
  background: var(--wf-step-color-panel-bg);
}
.apk-logins-page .wf-step-form .wf-step-next,
.apk-logins-page .wf-step-form .apk-action .uk-button {
  min-width: 170px;
  border: 1px solid var(--wf-step-color-button-border);
  background: var(--wf-step-color-button-bg);
  color: var(--wf-step-color-button-text);
}
.apk-logins-page .wf-step-form .wf-step-prev,
.apk-logins-page .wf-step-form .wf-step-return-to-login {
  background: transparent;
  position: absolute;
  z-index: 2;
  padding: 0;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apk-logins-page .wf-step-form .wf-step-return-to-login {
  left: inherit;
  right: 10px;
}
.apk-logins-page .wf-step-stack {
  position: relative;
}
.apk-logins-page .wf-stepper-nav {
  padding: 100px 0 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.apk-logins-page .wf-stepper-nav li {
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
.apk-logins-page .wf-stepper-nav .wf-step-trigger {
  width: var(--wf-step-dot-size);
  height: var(--wf-step-dot-size);
  min-width: var(--wf-step-dot-size);
  border-radius: 999px;
  border: 5px solid var(--primarycolor);
  background: var(--wf-step-color-dot-bg);
  color: var(--wf-step-color-dot-text);
  font-weight: 700;
  font-size: 13px;
  padding: 0 !important;
  line-height: 1 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center !important;
  font-family: inherit;
  vertical-align: middle;
}
.apk-logins-page .wf-stepper-nav li.uk-active ~ li .wf-step-trigger {
  background: var(--buttonsecondarycolor) !important;
  border-color: var(--buttonsecondarybordercolor) !important;
  color: var(--buttonsecondarytextcolor) !important;
}
.apk-logins-page .wf-stepper-nav li.uk-active .wf-step-trigger {
  background: var(--buttonprimarycolor) !important;
  border-color: var(--buttonprimarybordercolor) !important;
  color: var(--buttonprimarytextcolor) !important;
  -webkit-box-shadow: 0 2px 10px rgba(19, 73, 92, 0.25);
          box-shadow: 0 2px 10px rgba(19, 73, 92, 0.25);
}
.apk-logins-page .wf-stepper-nav {
  /* Étapes déjà validées : même rendu que .wf-stepper-nav--success li.is-completed .wf-step-trigger */
}
.apk-logins-page .wf-stepper-nav li.is-completed .wf-step-trigger {
  background: var(--wf-step-color-success) !important;
  border-color: var(--wf-step-color-success) !important;
  color: var(--wf-step-color-success-text) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.apk-logins-page .wf-stepper-track,
.apk-logins-page .wf-stepper-progress {
  margin-top: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2px);
          transform: translateY(-50%) translateX(-2px);
  pointer-events: none;
}
.apk-logins-page .wf-stepper-track {
  height: 2px;
  background: var(--buttonprimarybordercolor);
  opacity: 0.5;
  z-index: 0;
}
.apk-logins-page .wf-stepper-progress {
  height: 2px;
  background: #45d39a;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  z-index: 0;
}
.apk-logins-page .wf-stepper-nav--success {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 !important;
  gap: 50px;
}
.apk-logins-page .wf-stepper-nav--success::before, .apk-logins-page .wf-stepper-nav--success::after {
  margin-top: 50px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(var(--wf-step-dot-size) / 2);
  right: calc(var(--wf-step-dot-size) / 2);
  pointer-events: none;
}
.apk-logins-page .wf-stepper-nav--success::before {
  height: 1px;
  background: rgba(69, 211, 154, 0.5);
  z-index: 0;
}
.apk-logins-page .wf-stepper-nav--success::after {
  height: 2px;
  background: #45d39a;
  z-index: 0;
}
.apk-logins-page .wf-stepper-nav--success li {
  z-index: 1;
  padding: 0 !important;
}
.apk-logins-page .wf-stepper-nav--success li.is-completed .wf-step-trigger {
  background: var(--wf-step-color-success);
  border-color: var(--wf-step-color-success);
  color: var(--wf-step-color-success-text);
}
.apk-logins-page .wf-step-panel {
  position: relative;
  border-radius: var(--block-border-radius);
  overflow: hidden;
  background: var(--wf-step-color-panel-bg);
  -webkit-box-shadow: 0 10px 30px var(--wf-step-color-panel-shadow);
          box-shadow: 0 10px 30px var(--wf-step-color-panel-shadow);
  margin-top: 0;
}
.apk-logins-page .wf-step-panel.wf-step-panel--with-bg::before {
  content: "";
  display: block;
  height: var(--wf-step-header-height);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), var(--wf-step-bg-image);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), var(--wf-step-bg-image);
  background-size: cover;
  background-position: center;
}
.apk-logins-page .wf-step-form--with-bg .wf-stepper-nav {
  position: absolute;
  top: calc(var(--wf-step-header-height) / 2);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}
.apk-logins-page .wf-step-panel-content {
  padding: 22px 30px 30px;
}
.apk-logins-page .wf-step-title {
  margin: 0 0 18px;
  text-align: center;
  color: var(--wf-step-color-title);
  font-weight: 700;
}
.apk-logins-page .wf-success-message {
  text-align: center;
  color: var(--wf-step-color-title);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .apk-logins-page .wf-step-form {
    max-width: 100%;
    --wf-step-header-height: 145px;
    --wf-step-dot-size: 32px;
  }
  .apk-logins-page .wf-step-form .uk-form-label {
    font-size: 15px;
  }
  .apk-logins-page .wf-step-form .wf-step-next,
  .apk-logins-page .wf-step-form .apk-action .uk-button {
    min-width: 140px;
  }
  .apk-logins-page .wf-step-panel-content {
    padding: 16px 14px 20px;
  }
  .apk-logins-page .wf-step-form--with-bg .wf-stepper-nav {
    top: calc(var(--wf-step-header-height) / 2);
  }
  .apk-logins-page .wf-stepper-nav .wf-step-trigger {
    font-size: 12px;
  }
  .apk-logins-page .wf-success-message {
    font-size: 18px;
  }
}
.apk-logins-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*# sourceMappingURL=account.css.map */