/* ---- Menu ---- */
/* disable scroll when menu open on mobile*/
.mobile.navigation-on {
  height: 100%;
  position: fixed;
}
/* Menu AB Test accessoires */

#main-menu .main-categories > li:nth-child(6) {
  display: none;
}

/* White arrow in the menu */

/* .navigation__entry__list--default .icon-arrow1-r,
.navigation__entry__list--sublinks .icon-arrow1-r {
  opacity: 1 !important;
} */

/* Red bg on fin de série */

/* .navigation__entry__list--sublinks li:nth-child(1) a {
  background-color: rgb(201, 36, 47);
} */

/*-------Début mise en forme et couleurs du menu gris -------*/
#main-menu {
  background: #edeff1;
  background-image: none !important;
}
.navigation-on .navigation__button {
  background-color: #edeff1;
  color: #262626;
}
.navigation__button__label--opened {
  color: #262626;
}
#main-menu .baseline {
  display: none;
  color: #262626;
}
#main-menu #allSports {
  color: #0082c3;
  font-size: 1.3em;
}
#main-menu .main-categories > li:first-child {
  position: relative;
}
#main-menu .main-categories > li:first-child::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  background-color: #0082c3;
}
#main-menu #allSports:hover .nav-icon {
  opacity: 0;
}
#main-menu .main-categories > li > a,
#main-menu .main-categories > li > button,
#main-menu .main-categories > a {
  padding: 10px 40px 10px 40px;
  font-size: 1.15em;
  color: #262626;
}
#main-menu a::before,
#main-menu button::before {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
#main-menu #allSports:after {
  content: "\E007";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  font-family: DecathlonCube;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  opacity: 1;
}
#main-menu main ul:first-child {
  margin-bottom: 0;
}
#main-menu ul li .nav-icon,
#main-menu ul a .nav-icon {
  opacity: 0;
}
#main-menu ul li:hover .nav-icon,
#main-menu ul a:hover .nav-icon {
  opacity: 1;
}
#main-menu main > ul:nth-child(2) {
  margin-top: 0;
}
#main-menu main > ul:nth-child(2) > li > a,
#main-menu > ul:nth-child(2) > li > button,
#main-menu ul:nth-child(2) > a {
  color: #262626;
  font-size: 1.1em;
  padding: 8px 40px 8px 40px;
}
#main-menu main > ul:nth-child(2) > li:first-child > a > span:first-child {
  text-transform: uppercase;
  font-weight: 700;
  color: #e20c18;
}
#main-menu main > ul:nth-child(2) > li:first-child {
  margin-bottom: 20px;
}
#main-menu main > ul:nth-child(2) > li:first-child:after {
  display: none;
}
#main-menu main > ul:nth-child(2) > li {
  text-transform: none;
}
#main-menu .main-categories h5.svelte-1bf2h38 {
  font-style: normal;
}
/*-------Fin mise en forme et couleurs du menu gris-------*/

/*-------Début suppression slogan en bas du menu--------*/

.navigation--baseline {
  display: none;
}

/*-------Fin suppression slogan en bas du menu--------*/

/* All sports menu */

ol#sport-list {
  height: auto;
}

ol#sport-list > li {
  overflow-y: hidden;
}

ol#sport-list [role="separator"].svelte-ttc8xp {
  margin-top: 20px;
  border-bottom: solid 1px #e8e8e8;
  font-weight: bold;
  margin: 20px 40px 10px 40px;
  padding-left: 0 !important;
  color: #0082c3 !important;
}

/* .alphabetical__separator {
  -webkit-transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
  transition: ease 0.25s all;
}

.alphabetical__separator.separator_active {
  background-color: #98d0ec;
  margin: 0;
} */

/* .alphabetical__list a{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/* i#icon-arrow-menu-all-sports {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}

i#icon-arrow-menu-all-sports:before {
  line-height: 14px;
  font-size: 14px;
} */

/* menu all sport search */
.triggerMainSearchBar {
  color: #0082c3;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
}

.triggerMainSearchBar:hover {
  color: #0075af;
}

/* ---- Homepage ----- */

/* Homepage block footer margin because retail rocket */

.homepage .block-footer {
  margin-top: 8rem;
}

/* ---- Shared ----- */

/* hide closed stores */
.dkt-product__infos-wrapper .js-product__store-availability.stock-info-holder,
.buying-zone__store-stock-message,
.store-filter--visible,
.buying-zone__select-store,
.cart-buttons--store button {
  display: none;
}

*:focus {
  outline: none !important;
}

/* Stickers new design */
.dkt-product__sticker__wrapper {
  transform: none;
  display: flex;
  flex-direction: column;
  min-height: 3.3334em;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}

.dkt-product__sticker__wrapper::before,
.dkt-product__sticker__wrapper::after {
  content: none !important;
}

.dkt-product__sticker__wrapper .dkt-product__sticker__sticker {
  box-shadow: none;
  line-height: 0.8;
  padding-left: 1.3333em;
  padding-right: 1.3333em;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: normal;
}

.dkt-product__sticker__wrapper .dkt-product__sticker__sticker:first-child {
  padding-top: 0.6667em;
}

.dkt-product__sticker__wrapper .dkt-product__sticker__sticker:last-child {
  padding-bottom: 0.6667em;
}

.dkt-product__sticker__wrapper .dkt-product__sticker__sticker:nth-child(2) {
  left: auto;
}

/* Standard - bleu : utiliser le background 'Blue' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#0082C3"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#0082C3"] {
  background-color: #0082c3 !important;
  color: #fff !important;
}

/* Promotion - rouge : utiliser le background 'Red' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#E20C18"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#E20C18"] {
  background-color: #e53a36 !important;
  color: #fff !important;
}

/* Special 1 - 1er prix technique : utiliser le background 'Yellow' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#FFEA28"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#FFEA28"] {
  background-color: #0082c3 !important;
  border-right: 0.25em solid #ffea28;
  color: #fff !important;
}

/* Special 2 - Prix en baisse : utiliser le background 'White' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#FFFFFF"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#FFFFFF"] {
  background-color: #0082c3 !important;
  color: #fff !important;
}

.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#FFFFFF"]::after,
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#FFFFFF"]::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBvbHlnb24gcG9pbnRzPSIyLjI1IDE5LjA0IDYuODggMTkuMDQgNi44OCA2LjMzIDI2LjA1IDMgMjYuMDUgMTkuMDQgMzAuNzIgMTkuMDQgMTYuMDQgMzEuMTcgMi4yNSAxOS4wNCIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yNS42NywzLjQ1djE2aDRMMTYuMDUsMzAuNjcsMy4yNSwxOS40MWg0VjYuNjRMMjUuNjcsMy40NW0uNzUtLjg5LS44Ny4xNUw3LjEyLDUuOTEsNi41LDZWMTguNjZIMS4yNkwyLjc1LDIwbDEyLjgsMTEuMjYuNDguNDIuNS0uNDFMMzAuMTYsMjBsMS42LTEuMzNIMjYuNDJWMi41NloiIGZpbGw9IiMwODgxYzIiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 1.6667em;
  top: 0;
  left: 100%;
  width: 2.6667em;
  height: 100%;
  transform: translateX(-50%);
}

/* Special 3 - Eco-conçu : utiliser le background 'Mint' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#02BE8A"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#02BE8A"] {
  background-color: #93b5aa !important;
  color: #fff !important;
}

/* Special 4 - Le choix de l'équipe : utiliser le background 'Pink' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#D859AE"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#D859AE"] {
  background-image: -webkit-linear-gradient(
    23.6deg,
    #f06738 0%,
    #ed4c60 55%,
    #84328f 100%
  );
  background-image: linear-gradient(
    23.6deg,
    #f06738 0%,
    #ed4c60 55%,
    #84328f 100%
  );
  color: #fff !important;
}

/* Special 5 - Innovation: utiliser le background 'Black' */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  .dkt-product__sticker__sticker[data-background="#242323"],
.dkt-product__sticker__wrapper--wide
  .dkt-product__sticker__sticker[data-color="#242323"] {
  background-color: #242323 !important;
  color: #fff !important;
}

/* Stickers adaptations */
.pl-wrapper .pl-banner {
  top: 20px !important;
  left: 20px !important;
}

/* Stickers sale */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  > .dkt-product__sticker__sticker.saleSticker,
.dkt-product__sticker__wrapper--wide
  > .dkt-product__sticker__sticker.saleSticker {
  font-size: 18px;
  font-weight: bold;
  padding: 1em 0.6em;
  background-color: #e20c18 !important;
}

/* Sticker Think Pink */
.dkt-product__sticker__wrapper:not(.dkt-product__sticker__wrapper--wide)
  > .dkt-product__sticker__sticker.think-pink-sticker,
.dkt-product__sticker__wrapper--wide
  > .dkt-product__sticker__sticker.think-pink-sticker {
  background-image: url("https://contents.mediadecathlon.com/b75716/k$fb51a23cedb625ccf5c23ee86aee07a3/Thinkpink%20logo%20cmyk.png?f=500x500") !important;
  background-size: cover;
  background-color: transparent !important;
  width: 100px;
  height: 46px;
}

/* Remove right space on mobile */

@media only screen and (max-width: 801px) {
  #main-container {
    overflow-x: hidden;
  }
}

/* Help button */

#mybutton {
  display: none;
}

#idz_fonline,
#messagetop a,
.qanda-bubble {
  display: none !important;
}

.help-button-container {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 56px;
  height: 56px;
  z-index: 10000;
  -webkit-animation: rise 0.8s;
  animation: rise 0.8s;
}

@-webkit-keyframes rise {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rise {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.help-button-container * {
  box-sizing: border-box;
}

.help-button-container input {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 10;
}

.help-button-container input:hover {
  cursor: pointer;
}

.help-button-container .help-button {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0082c3;
  color: #fff;
  z-index: 1;
  -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.help-button-container .help-button .icon {
  display: block;
  height: 24px;
  width: 24px;
  font-family: DecathlonCube;
}

.help-button-container .help-button .first-icon,
.help-button-container .help-button .second-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  font-weight: 700;
  margin: 16px 0 0 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.help-button-container .help-button .first-icon.icon-contact-chat {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0 0 12px;
}

.help-button-container .help-button .first-icon.icon-talk {
  font-size: 40px;
  font-weight: 400;
  margin: 13px 0 0 9px;
}

.help-button-container .help-button .second-icon {
  font-size: 16px;
}

.help-button-container .help-button .second-icon,
.help-button-container input:checked ~ .help-button .first-icon {
  opacity: 0;
  transform: rotate(-225deg);
}

.help-button-container input:checked ~ .help-button .second-icon {
  opacity: 1;
  visibility: visible;
  transform: rotate(-360deg);
  margin-left: 19px;
}

.help-button-container input:checked ~ .help-button,
.help-button-container input:hover ~ .help-button {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.help-button-container .help-panel {
  position: absolute;
  background: #fff;
  padding: 24px 0px 34px;
  width: 280px;
  bottom: 26px;
  right: 26px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.225s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  border-radius: 5px;
}

.help-button-container .help-cta {
  color: #7a8389;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  margin: 0.7em auto;
  width: 90%;
  position: relative;
  z-index: 1;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.help-button-container .help-cta:after {
  border-radius: 5px;
  content: "";
  position: absolute;
  background-color: #f1f1f1;
  height: 150%;
  width: 150%;
  transition: transform 0.18s ease;
  transform: rotate(-10deg);
  top: 100%;
  left: -25%;
  z-index: -1;
  transform-origin: calc(83.33333333333334% - 2.857142857142857em) 0;
}

.help-cta:hover:not(.help-cta--disabled):not([disabled]):after {
  transform: rotate(0deg) translateY(-100%);
  transition: transform 0.36s ease;
}

.help-cta:hover:not(.help-cta--disabled):not([disabled]) {
  background-color: #f1f1f1;
  transition: background-color 0.18s ease 0.09s;
}

.help-button-container .help-cta#help-product {
  background: #0082c3;
  border-color: #0082c3;
}

.help-button-container .help-cta#help-product a {
  color: white;
}

.help-button-container .help-cta#help-product:after {
  background: #0075af;
  border: 1px #0075af solid;
}

.help-button-container .help-panel p {
  margin: 0 !important;
  font-size: 13px;
}

.help-button-container .help-panel .dkt-slide-link {
  position: relative !important;
  margin: 2vw 0;
  z-index: 1;
}

.help-button-container .help-panel .dkt-slide-link span {
  position: relative !important;
  bottom: 0 !important;
  margin: 1vw 0;
  left: 0 !important;
  transform: translateX(0%) !important;
}

.help-button-container .help-panel span.cta-v2 {
  width: 100%;
}

#help-qanda {
  padding: 10px 35px 10px 10px !important;
}

#help-qanda.count {
  font-size: 15px !important;
}

.help-button-container input:checked ~ .help-panel {
  transition: transform 0.125s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(1);
}

.help-button-container .help-panel .headline {
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 16px;
  color: #0082c3;
}

.help-button-container .help-panel .headline b {
  color: #e66430;
}

#liveChatBtn span,
.help-button-container .help-panel #help-chat span {
  color: green;
}

.text-blue {
  color: #0082c3;
}

@media (max-width: 380px) {
  .help-button-container {
    right: 20px;
  }

  .help-button-container .help-panel {
    right: 0;
  }
}

@media (max-width: 800px) {
  .help-button-container {
    bottom: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

  .help-button-container .help-button .first-icon.icon-talk {
    font-size: 30px;
    margin: 6px 0 0 7px;
  }

  .help-button-container .help-button .first-icon,
  .help-button-container .help-button .second-icon {
    margin: 8px 0 0 8px;
  }

  .help-button-container input:checked ~ .help-button .second-icon {
    margin-left: 12px;
  }
}

/* crc not available - hightlight text */
#header .dropdown-menu.help .crc-not-available span {
  font-weight: bold;
  color: #0082c3;
}

/* style delivery info on product block */

[data-leadtime=" Expédié gratuitement en 48h ouvrables de l'entrepôt"]
  .dkt-product__leadtime,
[data-leadtime=" Gratis verzonden binnen 2 werkdagen vanuit ons magazijn"]
  .dkt-product__leadtime,
[data-leadtime=" Entre 4 et 5 jours ouvrables"] .dkt-product__leadtime,
[data-leadtime=" Tussen 4 en 5 werkdagen"] .dkt-product__leadtime {
  color: #0082c3;
}

.js-product__store-availability .dkt-product__store-availability {
  color: #b8bbbc;
}

/* ---- Sport page ---- */

/* Sport page icon */
@media only screen and (min-width: 801px) {
  .sportspage__subcategoriesfloor .sub-category__image img {
    padding: 6px !important;
  }

  /* .sportspage__subcategoriesfloor .sub-category__title { background-color: #0082C3 !important;min-height: 58px !important;} */

  .sportspage__subcategoriesfloor .sub-category__item a {
    padding: 0.3em 1em;
  }
}

/* ---- List page ---- */

/* hide eco taxe */
.homepage .pl-list .dkt-price__ecofee-container .dkt-price__legal-addon,
.listing-page .dkt-price__ecofee-container .dkt-price__legal-addon {
  margin-left: 0.5em;
  display: none;
}

.inner-more-service {
  display: flex;
  padding: 10px 30px;
  justify-content: flex-end;
  align-items: center;
}

.plp-top__description__title {
  font-size: 3rem !important;
  line-height: 4rem !important;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/* Arrow on woman image */
.plp-top .htc .htc-contain:before {
  right: 10px !important;
  top: 48% !important;
}

.plp-top .htc {
  background-color: #0082c3;
}

.plp-top__description__title {
  font-style: normal;
  text-transform: none;
}

@media (max-width: 800px) {
  #spotlightFloor .pl-element .inner-element {
    padding-bottom: 20px !important;
  }

  #spotlightFloor .pl-element .displaytextspot {
    left: -35px !important;
  }
  .plp-top__description {
    padding: 20px;
    padding-top: 30px;
  }
  .plp-top .htc {
    margin-bottom: 20px;
  }
  .plp-top .htc .htc-contain__label {
    font-size: 14px;
  }
  .plp-top {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .plp-top::before {
    display: none;
  }
  .plp-top--has-htc .plp-top__description__body,
  .plp-top--has-htc .plp-top__description__title {
    color: #0082c3;
  }
}

@media (max-width: 801px) {
  .plp-top__description__body {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 800px) {
  #spotlightFloor .pl-wrapper .pl-row .wide .displaytextspot .contentspot {
    margin-left: 60px !important;
    width: 63% !important;
  }

  #spotlightFloor
    .pl-wrapper
    .pl-row
    .wide
    .displaytextspot
    .contentspot
    .title-star
    .title
    .brand {
    font-size: 20px !important;
  }
  #spotlightFloor .pl-wrapper .pl-row {
    height: 520px !important;
  }

  #spotlightFloor .pl-wrapper .pl-row .pl-element .inner-element {
    height: 495px !important;
  }

  #spotlightFloor .pl-wrapper .pl-row .pl-element.regul .inner-element {
    height: 240px !important;
  }

  #spotlightFloor .pl-wrapper .pl-row .pl-element.regul {
    height: 260px !important;
  }
  #spotlightFloor .pl-wrapper .pl-row .pl-element.regul:last-child {
    margin-top: 255px !important;
  }

  #spotlightFloor .pl-wrapper .pl-row .pl-element.regul .displaytextspot {
    height: 240px !important;
  }

  #spotlightFloor .pl-wrapper .pl-row .wide .displaytextspot {
    left: -55px !important;
  }

  .listing-page #spotlightFloor .dkt-product__leadtime {
    line-height: 1 !important;
  }
}

@media (max-width: 1180px) and (min-width: 800px) {
  #spotlightFloor
    .pl-wrapper
    .pl-row
    .pl-element.regul
    .displayImagespot
    .thumbs-product {
    bottom: -7px !important;
  }
}

@media (max-width: 1180px) {
  #main-container .plp-top__description .plp-top__description__title {
    margin: auto;
  }
}

@media (min-width: 1181px) and (max-width: 1377px) {
  #main-container .plp-top__description .plp-top__description__title {
    margin: auto;
  }

  .inner-more-service .img-block img {
    width: 150px;
    padding: 0;
    float: right;
    z-index: 99;
  }

  .inner-more-service .txt-block p {
    font-size: 12px;
  }

  .inner-more-service .txt-block h3 {
    color: #0082c3;
  }
}

@media (min-width: 1378px) {
  /*Bonus block information btk*/

  #main-container .plp-top__description .plp-top__description__title {
    margin: auto;
  }
}

/* Page list - make cta more product not visible */

.listing-page .more-content .cell .btn-see-more-product {
  visibility: hidden;
}

/* ---- Product page ---- */

/* Change z-index on menu when express payment open on mobile */
@media only screen and (max-width: 590px) {
  #main-menu {
    z-index: 10000;
  }
}

/* Page giftcard add disabled button */

#gift-card .pop-up-connexion {
  background-color: #0082c3;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
  margin: auto;
  position: relative;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  top: -4.5rem;
  width: 100%;
  z-index: 3;
  padding: 1rem;
  display: none;
}

#gift-card .pop-up-connexion.js-open-pop-up-connexion {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 2rem;
  opacity: 1;
  margin-top: 6rem;
}

#gift-card .pop-up-connexion .pop-up-connexion--text {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#gift-card .pop-up-connexion p {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
}

#gift-card .pop-up-connexion a {
  color: #fff;
  font-weight: bold;
}

#gift-card .pop-up-connexion .iconConnexionGCInfo {
  color: #fff;
  margin: 0 1rem;
  font-weight: bolder;
}

#gift-card .pop-up-connexion .iconConnexionGCArrow {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #0281c4;
  content: "";
  display: block;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  margin-left: -1rem;
  transform: rotate(180deg);
}

#gift-card .pop-up-connexion .iconConnexionGCClose {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-weight: bolder;
  font-size: 1rem;
  color: #fff;
}

@media only screen and (min-width: 801px) {
  #gift-card .pop-up-connexion {
    padding: 0;
    width: 80%;
    top: 0;
  }

  #gift-card .pop-up-connexion.js-open-pop-up-connexion {
    margin-top: 2rem;
  }
}

.slider-gift-card-container {
  overflow: scroll;
  max-width: 560px;
}

.slider-gift-card-inner {
  display: flex;
  align-items: center;
  animation: allCardsScroll 8s infinite;
}

.slider-gift-card-inner img {
  width: 30%;
  height: auto;
  margin: 1rem;
  cursor: pointer;
  min-width: 15rem;
}

@-webkit-keyframes allCardsScroll {
  15%,
  45% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(-6rem, 0);
  }
}

@keyframes allCardsScroll {
  15%,
  45% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  30% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(-6rem, 0);
  }
}

/* Quechua image page product id = 302555 */
.inner-more-service-banner-img {
  padding: 0;
  justify-content: left;
}

/* Change order more options express payment*/

.dkt-express-checkout-footer-change {
  order: initial;
}

@media only screen and (min-width: 590px) {
  .dkt-express-checkout-footer-change {
    margin-bottom: 30px !important;
  }
}

/* Change order express payments blocks on mobile*/
@media only screen and (max-width: 590px) {
  .dkt-express-checkout-footer {
    order: 1;
  }

  .dkt-privacy-rules-container {
    order: 2;
  }
}

/* Display error message when no size selected */

#alert-wrapper {
  display: none;
}

#container-top
  .product-display__conversion-zone
  .error-message-size-unselected {
  background-color: rgba(255, 0, 0, 0.8);
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  height: 0;
  transition: 0.2s all ease-in-out;
}

#container-top
  .product-display__conversion-zone
  .error-message-size-unselected.error-message-size-unselected--open {
  height: 4rem;
  padding: 1.5rem;
}

#container-top
  .product-display__conversion-zone
  .error-message-size-unselected
  p {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

/* ---- Page store ----  */

@media (max-width: 801px) {
  .store-page #map-bg {
    height: auto !important;
  }
}

@media (min-width: 801px) {
  .store-page #map-bg {
    height: 230px !important;
  }
}

@media (max-width: 1079px) {
  .st-p-wrapper.bottom {
    margin-top: 0;
  }
}
@media (min-width: 1080px) {
  .store-page #map-bg {
    height: 1000px !important;
  }

  .st-p-wrapper.bottom {
    margin-top: 835px;
  }
}

/* Account page  */
.account.profile-page.dashboard .title-header {
  color: white;
}

/* change modal return content */

#modal-return-order .return-online_content-left,
#modal-return-order .return-online_content-right {
  padding: 10px;
}

#modal-return-order .return-online_content-right {
  width: 100%;
}

#main-container
  .orders-wrapper.returns-wrapper.return-store
  .return-store-content
  .content
  p,
#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .content
  p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

#main-container
  .orders-wrapper.returns-wrapper.return-store
  .return-store-content
  .content
  p
  span,
#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .content
  p
  span {
  font-weight: bold;
  color: #0082c3;
}

.orders-wrapper.returns-wrapper.return-store .return-store-content .content p {
  color: #e20c18;
  font-weight: bold;
}

#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .cta-v2.cta-v2--alt {
  padding: 0.78571429em 2.857143em 0.78571429em 1.5em;
}

#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .link {
  text-align: center;
}

#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .link
  a {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
}

#main-container
  .orders-wrapper.returns-wrapper.return-online
  .return-online-content
  .link-cta {
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  color: #0082c3;
  text-decoration: underline;
  display: block;
}

/* hide phone crc */
.order-detail-wrapper .order-help__entry.order-help__phone,
.order-detail-wrapper .order-help__entry.order-help__email {
  display: none;
}

/* ---------------------------------------- */

/* Pas trouvé  */
.days + .tooltip.top > .tooltip-inner {
  background-color: #efefef;
  color: #3d3c3c;
  border: 1px solid #3d3c3c;
  padding: 10px;
  font-size: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.days + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #3d3c3c;
}

@media (max-width: 1180px) and (min-width: 800px) {
  span.dkt-product__leadtime.dkt-product__leadtime--visible {
    text-align: left;
  }

  /* trouvé mais je ne vois pas le style s'appliquer  */
  #spotlightFloor .pl-wrapper .pl-row .wide .displaytextspot .contentspot {
    margin-left: 60px !important;
    width: 63% !important;
  }
}

@media (min-width: 1378px) {
  /*Bonus block information btk*/
  .inner-more-service .img-block img {
    width: 150px;
    padding: 0;
    float: right;
    z-index: 99;
  }
  .inner-more-service .txt-block {
    float: right;
    min-width: 210px;
  }
  .inner-more-service .txt-block p {
    font-size: 12px;
  }
  .inner-more-service .txt-block h3 {
    color: #0082c3;
  }

  /* Image Rando */
  .inner-more-service .img-block-rando img {
    width: 200px;
    padding: 0;
    float: right;
    z-index: 99;
    height: auto;
  }
}

@media (max-width: 1180px) {
  #main-container .plp-top__description__body {
    min-width: 38%;
  }
  .inner-more-service .img-block img {
    display: none;
  }

  .inner-more-service .txt-block p {
    font-size: 12px;
  }
  .inner-more-service .txt-block h3 {
    color: #0082c3;
  }
  .inner-more-service .img-block-rando img {
    max-width: 70%;
  }
}

/* Je pense qu'il manque le point avant dashboard */
/*Hide My Purchases in the profile menu - Issue go live 19.07 - 4th of July 2019 */
dashboard-account-nav
  .account-navigation-wrapper
  .account-navigation
  .panel
  a[href*="myPurchase"] {
  display: none;
}

/* Add link style on listing page description */

#main-container
  > div.plp-top
  > div.plp-top__description
  > .plp-top__description__body
  > a {
  color: #0082c3;
  text-decoration: underline;
}

/* ---------------------------------------------------- */

/* Pas trouvé l'utilité */

#main-container .plp-top__description__body {
  justify-content: space-between;
  align-items: center;
  min-width: 56%;
}

/* List page */
.dkt-product__store-availability--unavailable {
  display: none;
}

.plp-top .htc {
  display: flex;
  align-items: center;
}

@media (max-width: 801px) {
  span.dkt-product__leadtime.dkt-product__leadtime--visible {
    text-align: left;
  }

  .giftcard__header p {
    color: #fff;
  }
}

@media (max-width: 800px) {
  .listing-page #spotlightFloor .dkt-product__leadtime {
    font-size: 1rem;
    max-width: 70%;
  }
}

/* Page sport */
/* Blinking arrow Sport page*/
.sportspage .blink {
  -webkit-animation: blink 1.5s linear infinite;
  -moz-animation: blink 1.5s linear infinite;
  -ms-animation: blink 1.5s linear infinite;
  -o-animation: blink 1.5s linear infinite;
  animation: blink 1.5s linear infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Pop-up for sports preferences */

#popup {
  height: 0px;
}
.popup {
  width: 360px;
  height: 205px;
  margin: 12px;
  background: #fdfdfd;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(50, 50, 51, 0.05), 0 6px 12px rgba(50, 50, 51, 0.15);
  position: absolute;
  z-index: 3;
  right: 0;
}

.popup .title {
  padding: 8px 20px;
  background-color: #007cba;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup .title h2 {
  color: #ffffff;
  font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
  font-style: italic;
  text-transform: capitalize;
}

.popup .iconnewaddonCros {
  color: #fff;
  font-size: 1.2rem;
  float: none;
  cursor: pointer;
}

.popup .iconnewaddonCros:hover {
  color: #575859;
}

.popup .content {
  margin: 20px;
  display: flex;
  align-items: center;
}

.popup .popupCta {
  display: flex;
  justify-content: center;
}

.popup .icon.icon-arrow1-r,
.popup .mobile-link {
  display: none;
}
@media (max-width: 800px) {
  .popup {
    top: 126px;
  }
}
@media (max-width: 1024px) {
  .popup {
    width: 100vw;
    margin: 0px;
    border-radius: 0px;
  }

  .popup .title {
    border-radius: 0px;
  }

  .popup .content br {
    display: none;
  }
}

@media (min-width: 415px) and (max-width: 1024px) {
  #popup {
    height: 205px;
  }

  .popup {
    width: 100vw;
    margin: 0px;
  }
}

@media (max-width: 415px) {
  #popup,
  .popup {
    height: 220px;
  }
}

.dkt-product__leadtime {
  display: none;
}
