/* ---- Menu ---- */

/* Menu AB Test accessoires */

#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 -------*/

.navigation__entry a img.js-img-lazy-loaded { display:block; }
.navigation__entry img.js-img-lazy-loaded { display:none; }
.navigation__entry:first-child, .navigation__button--active { background:#edeff1; }
.navigation__button--open span { background-color:#262626; }
.navigation__button--active .navigation__button__label--opened, .navigation__button__label, .navigation__entry__list--default a, .navigation__entry__list--sublinks a { color:#262626; }
a#menu-all-sports {color: #0082c3;}
.navigation__entry__list--default li:hover a#menu-all-sports .icon-arrow1-r{opacity: 0;}
a#menu-all-sports:after { width:5px; content:''; background:#0082C3; position:absolute; top:0; left:-1px; height:100% }
a#menu-all-sports:before { content:"\E007"; height: 28px; width: 40px; position:absolute; font-family: DecathlonCube; right:26px; top: 50%; transform: translateY(-50%); font-size:19px; }
ul#menu-main-categories a { padding:14px 10px 14px 40px }
ul#menu-main-links a { text-transform:none; padding:10px 10px 10px 40px; font-size:1.1em; }
ul#menu-main-links li:first-child a { text-transform:uppercase; font-weight:700; font-size:1.15em; padding:14px 10px 14px 40px; color: #E20C18; } 
ul#menu-main-links li:first-child { margin-bottom:20px }
ul#menu-main-links li:first-child:after { display:none; }
ul#menu-main-links { margin-top:0; }
.navigation__entry__list--default li:before, .navigation__entry__list--sublinks li:before { background: #e5e6e6; }
.navigation__entry__list--default .icon-arrow1-r, .navigation__entry__list--sublinks .icon-arrow1-r { color:#262626; }
@media(max-width:800px){ a#menu-all-sports:before {right:10px;} }

/*-------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.alphabetical__list {
  height: auto;
}

.alphabetical__list {
  overflow-y: hidden;
}

.alphabetical__letter {
  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 .5s ease-in-out;
}

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

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

/* Homepage block footer margin because retail rocket */

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

/* ---- Shared ----- */
*: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;
}

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

/* style delivery info on product block */

[data-leadtime=" Expédié en 24h ouvrables de l'entrepôt"] .dkt-product__leadtime,
[data-leadtime=" Verzonden binnen 1 werkdag 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: .3em 1em;}
}




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

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

@media (max-width: 800px) {

  #spotlightFloor .pl-element .inner-element {
    padding-bottom: 20px !important;
  }

  #spotlightFloor .pl-element .displaytextspot {
    left: -35px !important;
  }
}

@media (max-width: 801px) {
  .plp-top {
    height: 175px;
  }

  .plp-top__description__body {
    display: none;
  }

  .plp-top__description {
    margin-top: 38px;
  }

  #main-container .htc {
    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) {
  .navigation {
      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, .8);
    padding: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    height: 0;
    transition: .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;
}

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

/* 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%;
  }
}

@media (min-width: 801px) and (max-width: 955px) {
  #main-container .htc {
    display: none;
  }
}

/* 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.plp-top--has-htc > div.plp-top__description > div > 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: 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;
  }
}
