#footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  column-gap: 1rem;
}
#footer .footer__main .list__parent {
  margin: 40px 0 40px;
}

#chrono1 article .article__featured {
  color: #f00;
}

.chrono-container.hidden {
  display: none;
}
.chrono-container .chrono-buttons {
  display: flex;
}

.btn.btn-emphasis {
  background-color: #f00;
  color: #fff;
}
.btn.btn-emphasis [class^=icon-] {
  color: #fff;
}

.box-comment .form-type {
  padding: 10px 90px;
}
.box-comment .form-type label {
  color: #929292;
  display: block;
  margin-bottom: 10px;
}
.box-comment .form-type input, .box-comment .form-type textarea {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.box-comment .form-type input[type=checkbox], .box-comment .form-type textarea[type=checkbox] {
  width: auto;
}
.box-comment .form-type input::placeholder, .box-comment .form-type textarea::placeholder {
  color: #929292;
}
.box-comment .form-type .btn {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

.section {
  padding: 20px 0;
}
.section.slicktick {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}
.section.slicktick .card > a > img {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .section.slicktick .card {
    width: 20%;
  }
}

.lefthome {
  margin-top: 0 !important;
}

.grecaptcha-badge,
#sd-cmp svg {
  visibility: hidden !important;
}

.store-featured-products {
  list-style-type: none;
  padding: 0;
  margin-bottom: 45px;
}
.store-featured-products > li .store-product-featured .top-wrapper {
  position: relative;
}
.store-featured-products > li .store-product-featured .top-wrapper picture, .store-featured-products > li .store-product-featured .top-wrapper img {
  width: 100%;
  height: auto;
  background: #eeedee;
  cursor: pointer;
  max-width: 420px;
}
.store-featured-products > li .store-product-featured .top-wrapper .badges {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.store-featured-products > li .store-product-featured .top-wrapper .badges .badge {
  background: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Founders Grotesk X-Cond SmBd", sans-serif;
  text-transform: uppercase;
  padding: 0px 5px;
}
.store-featured-products > li .store-product-featured .bottom-wrapper {
  margin-top: 10px;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "Founders Grotesk X-Cond SmBd", sans-serif;
  color: #1a1a1a;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-price * {
  font-size: 16px;
  font-weight: 400;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-price .original-price {
  opacity: 0.5;
  text-decoration: line-through;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-price .price {
  color: #f00;
  text-decoration: none;
}
.store-featured-products > li .store-product-featured .bottom-wrapper .product-price .reduction {
  background: #f00;
  color: #fff;
  font-family: "Founders Grotesk X-Cond SmBd", sans-serif;
  padding: 0 5px;
}

.swiper-button-prev, .swiper-button-next {
  background: #1a1a1a;
  width: 25px !important;
  height: 25px !important;
  border-radius: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 15px !important;
  color: #fff !important;
}

.header--with-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.header--with-button h2 {
  width: fit-content;
  line-height: 1;
}
.header--with-button .header--bigger {
  margin-bottom: 0;
}

.box-info .description p {
  display: flex;
  align-items: center;
}
.box-info .description p a {
  border-bottom: none;
}

#header .top-header .languages {
  display: none;
}

@media (max-width: 768px) {
  .section-ranking table.bt {
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .section-ranking table.bt tr {
    background: unset !important;
  }
  .section-ranking table.bt tr:first-child td {
    background-color: #ffd322 !important;
  }
  .section-ranking table.bt tr:first-child td:first-child > span {
    background-color: #b38f00 !important;
    color: #1a1400 !important;
  }
  .section-ranking table.bt tr:nth-child(3) td {
    background-color: #33dde5 !important;
  }
  .section-ranking table.bt tr:nth-child(3) td:first-child > span {
    background-color: #14989e !important;
    color: #031617 !important;
  }
  .section-ranking table.bt tr td:first-child:before, .section-ranking table.bt tr td.td-pilote:before {
    content: none;
  }
  .section-ranking table.bt tr td:first-child {
    padding: 0;
    border-radius: 10px 10px 0 0;
    background: unset;
  }
  .section-ranking table.bt tr td:first-child > span {
    border-radius: 10px 10px 0 0;
  }
  .section-ranking table.bt tr td:first-child > span span {
    background: unset !important;
  }
  .section-ranking table.bt tr td:first-child span {
    width: 100% !important;
    text-align: center;
  }
  .section-ranking table.bt tr:nth-child(n+5) {
    background: #f2f5f7 !important;
  }
  .section-ranking table.bt tr:nth-child(n+5) td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .section-ranking table.bt tr:nth-child(n+5) td:first-child {
    padding-top: 0 !important;
  }
  .section-ranking table.bt tr:nth-child(n+5) td:first-child > span {
    background-color: #d2dde4 !important;
  }
  .section-ranking table.bt tr:nth-child(n+5) td:first-child > span, .section-ranking table.bt tr:nth-child(n+5) td:first-child > span span {
    color: #0a0d10 !important;
  }
  .section-ranking table.bt tr:nth-child(n+5) td:last-child span {
    background: none !important;
    padding: 0;
    border-radius: unset;
    margin-left: 10px;
    font-size: 17px;
  }
  .section-ranking table.bt tr:nth-child(n+5) td:before {
    width: fit-content !important;
  }
  #header .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
  }
  #header .top-header .languages {
    display: block;
  }
  #header .top-header .header-logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #header .top-header .top-bar__tools {
    display: none;
  }
  #header .top-header .top-bar__auth .btn.btn-account {
    padding: 0;
    height: 40px;
    width: 20px;
    display: block;
    margin-left: 15px;
  }
  #header .top-header .top-bar__auth .btn.btn-account:after {
    left: 0;
    top: 10px;
  }
  #header .top-header .top-bar__auth .btn.btn-account .content {
    display: none;
  }
  #header .top-header .top-bar__auth .btn:last-child {
    white-space: nowrap;
  }
}
.rowadmul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1vw;
  align-items: flex-start;
  justify-content: center;
}
.rowadmul > * {
  width: 100%;
  margin: 0 !important;
}
.rowadmul .admul {
  min-height: 250px;
  flex: 1;
  margin: 0;
  padding: 0;
}
.rowadmul.mobile {
  grid-template-columns: minmax(0, 1fr);
}

.magazine-cover.image-ads.adverts.sticky-halfpage {
  min-height: 1200px;
}
.magazine-cover.image-ads.adverts.sticky-halfpage .adverts {
  position: sticky;
  top: 60px;
  z-index: 1;
}

.col-right.fixcatcalen .adverts.sticky-halfpage {
  position: sticky;
  top: 60px;
  z-index: 1;
}

/*# sourceMappingURL=stafe.css.map */
