/** Shopify CDN: Minification failed

Line 2497:12 Expected ":"

**/
/**
 * NOTE: PLEASE RESPECT VARIABLE OF THIS FILE. DO NO TOUCH STYLE.CSS
 */

/* Custom Font */

@font-face {
  font-family: "Herokid regular";
  src: url("/cdn/shop/files/Herokid-Regular.woff2?v=1660419251") format("Woff2");
  font-display: swap;
}


@font-face {
  font-family: "Herokid Bold";
  src: url("/cdn/shop/files/Herokid-SemiBoldWide.woff2?v=1660419308") format("Woff2");
  font-display: swap;
}

@font-face {
  font-family: "Herokid Condensed";
  src: url("/cdn/shop/files/Herokid-Condensed.woff2?v=1661413060") format("Woff2");
  font-display: swap;
}

/*== variables ==*/

  :root {
      --container-max-width: 1750px;
      --border-radius: 25px;
      --text-font-family: "Herokid regular", serif;
      --title-font-family: "Herokid regular", serif;
	  --heading-font-family: "Herokid Bold", serif;
      --heading-Condensed-font-family: "Herokid Condensed", serif;
      --color--light-grey: #ACB4BF;
      --color--dark-grey: #777F8A;
      --color--red: #F37A5D;
      --main-product-color: ;
      --background: 255, 255, 255;
    }

@media screen and (min-width: 1200px) {
  :root {
      --heading-large-font-size: 75px;
      --heading-h1-font-size: 38px;
      --heading-h2-font-size: 40px;
      --heading-h3-font-size: 30px;
      --heading-h4-font-size: 30px;
      --heading-h5-font-size: 25px;
      --heading-h6-font-size: 18px;
      --border-radius: 25px;
  }
}

@media screen and (max-width: 500px) {
  :root {
      --heading-large-font-size: 30px;
      --heading-h1-font-size: 40px;
      --heading-h2-font-size: 36px;
      --heading-h3-font-size: 30px;
      --heading-h4-font-size: 30px;
      --heading-h5-font-size: 18px;
      --heading-h6-font-size: 13px;
      --border-radius: 10px;
   }
}

/*== General assets ==*/

/*button*/
.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn.jdgm-btn--border {
    color: rgb(var(--root-primary-button-background))!important;
   background-color: white!important;
    border: 2px solid rgb(var(--root-primary-button-background))!important;
    border-color: rgb(var(--root-primary-button-background))!important;
}

.jdgm-form input[type="text"]:focus, .jdgm-form input[type="text"]:focus-visible, .jdgm-form input[type="email"]:focus, .jdgm-form input[type="email"]:focus-visible, .jdgm-form input[type="url"]:focus, .jdgm-form input[type="url"]:focus-visible, .jdgm-form textarea:focus, .jdgm-form textarea:focus-visible {
    border-color: rgb(var(--root-primary-button-background))!important;
    border-color: rgb(var(--root-primary-button-background))!important;
}

.jdgm-review-widget--small .jdgm-form__fieldset-actions .jdgm-btn, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link, .jdgm-write-rev-link.jdgm-write-rev-link {
    background-color: rgb(var(--root-primary-button-background))!important;
    border: 2px solid rgb(var(--root-primary-button-background))!important;
    border-radius: var(--button-border-radius)!important;
    border-color: rgb(var(--root-primary-button-background))!important;
    text-transform: uppercase!important;
    letter-spacing: 0!important;
    font-size: calc(var(--base-font-size) - 3px)!important;
    font-family: var(--heading-font-family)!important;
}

.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover, .jdgm-write-rev-link.jdgm-write-rev-link:focus {
    background-color: rgb(var(--root-primary-button-background))!important;
}

.jdgm-rev__icon {
    display: none;
}

/*border-radius*/

.shopify-section--steps-product .multi-column__image, .mobile-nav__images-scroller .mobile-nav__image {
    border-radius: 25px;
}

@media screen and (max-width: 560px) {
  .shopify-section--steps-product .multi-column__image, .mobile-nav__images-scroller .mobile-nav__image {
      border-radius: 15px;
  }
}

/*headings*/
.heading.heading--small  {
    letter-spacing: 0;
}

.subheading--condensed.heading--small {
    font-size: calc(var(--heading-small-font-size) + 10px);
    letter-spacing: 0;
    color: var(--color--light-grey);
    font-family: var(--heading-Condensed-font-family);
}

html {
  scroll-behavior: smooth;
}

/*body*/
body {
    margin: 0;
    overflow-x: hidden;
}

/*arrow*/
.prev-next-buttons--row .prev-next-button {
  border-radius: 30px !important;
}

@media screen and (min-width: 741px) {
  .prev-next-button:not(.prev-next-button--small) {
      border-radius: 50px;
  }
}

/*Read more*/

.remaining-content span {
    display:none;
}

.readmore_content {
    transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 150ms;
}

.readmore_content * {
  font-size: 1em !important;
  color: rgb(var(--text-color)) !important;
  text-transform: none !important;
  margin: 0 !important;
  font-family: var(--text-font-family) !important;
  line-height: unset !important;
  letter-spacing: unset !important;
}

.readmore_content *:not(strong) {
  font-weight: normal !important;
}

.readmore_content .morelink {
    opacity: 0.5;
}

/*toggle*/

.collapsible-toggle .animated-plus:before, .collapsible-toggle .animated-plus:after {
    background-color: var(--color--red);
}

.collapsible-toggle .animated-plus {
    width: 15px;
    height: 15px;
    margin-left: 14px;
}

.collapsible-toggle .animated-plus:before {
    width: 14px;
    height: 2px;
    opacity: 1;
}

.collapsible-toggle .animated-plus:after {
    width: 2px;
    height: 14px;
}

.collapsible-toggle > * {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin:0;
}

/*button*/

.button:not(.button--text), .button, .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button, .shopify-payment-button__button, .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button {
   padding-left: 25px !important;
   padding-right: 25px !important;
   letter-spacing: 0 !important;
   font-family: var(--heading-font-family) !important;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: #e1e1e1;
}


/*dots*/
.dots-nav .dots-nav__item {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid rgb(var(--text-color));
}


/*== SLIDER ==*/

.shopify-section--slideshow .content-box .heading--small, .shopify-section--slideshow .content-box .heading--large, .shopify-section--slideshow .content-box .heading--large {
    font-family: var(--heading-font-family);
    line-height: 1.15em;
}

.shopify-section--slideshow .content-box .heading--small {
    margin-bottom: 5px;
}

.shopify-section--slideshow .content-box .heading--small+.heading--large {
    margin-top: 0;
}

@media screen and (min-width: 1000px) {
  .shopify-section--slideshow .content-box--medium {
      width: calc(var(--grid-column-width) * 6 + var(--grid-gap) * 9);

  }
}

@media screen and (max-width: 1000px) {
  [dir=ltr] .slideshow__text-wrapper .content-box--left {
      margin-left: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .shopify-section--slideshow .heading--small {
    font-size: 1.7vw;
  }
  .shopify-section--slideshow .heading--large {
    font-size: 4.2vw;
  }
}

@media (min-width: 730px) and (max-width: 900px)  {
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 790px!important;
  }
  .slideshow .slideshow__image {
      object-position: top;
  }
  .slideshow__text-wrapper {
      padding-bottom: 40px;
  }
}

@media (min-width: 900px) and (max-width: 999px)  {
  .template-index .shopify-section--image-with-icons .image-with-text-block__content{
    width: 100%;
  }
  .slideshow .slideshow__image {
      object-position: top;
  }
  .template-index .shopify-section--image-with-icons .image-with-text-block__content .content-box_column{
    width: 50%;
  }
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 90vw!important;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--slideshow .content-box--medium {
      width: 100%;
  }
  .shopify-section--slideshow .heading--small+.heading--large {
      margin-bottom: 0;
  }
  .shopify-section--slideshow .heading+.button-wrapper {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  .shopify-section--slideshow .content-box--small, .shopify-section--slideshow .content-box--medium {
      margin-left: 0;
      margin-right: 0;
  }
  .shopify-section--slideshow .heading--large {
      font-size: 9.7vw;
  }
  .shopify-section--slideshow .heading--small {
      font-size: 4.4vw;
  }
}

@media screen and (max-width: 730px) {
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 725px!important;
  }
  .slideshow .slideshow__image {
      object-position: top;
  }
}

@media screen and (max-width:750px) {
  .shopify-section--slideshow .heading--large {
      font-size: 9.7vw;
  }
  .shopify-section--slideshow .heading--small {
      font-size: 4.4vw;
  }
}

@media screen and (max-width: 630px) {
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 650px!important;
  }
}

@media screen and (max-width: 540px) {
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 590px!important;
  }
}

@media screen and (max-width: 450px) {
  .slideshow, .slideshow__slide-list, .slideshow__slide, .slideshow__slide-inner {
      min-height: 550px!important;
  }
}

/*== HEADER ==*/

.mobile-nav__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
}

#mobile-menu-drawer.drawer.drawer--from-left {
    z-index: 900 !important;
}

[dir=ltr] .icon-text svg, [dir=ltr] .icon-text img {
    margin-right: 12px;
}

.shopify-section shopify-section--header .header--bordered:not(.header--transparent) {
    box-shadow: unset;
}

.shopify-section shopify-section--header .header--bordered:not(.header--transparent) {
    box-shadow: unset;
    margin-top: -1px;
}

.announcement-bar__item .announcement-bar__message {
    padding-top: 6px;
    padding-bottom: 4px;
}

@media screen and (min-width: 741px) {
  .shopify-section--header .header__wrapper {
      padding: calc(10px - var(--reduce-header-padding) * 6px) 0;
  }
}

@media screen and (max-width: 999px) {
  #shopify-section-header {
      margin-bottom: unset!important;
  }
  .header {
      background: white!important;
  }
}

.header__linklist-link {
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .header  .header__wrapper {
      padding: 8px 0;
  }
}

/*== Image ==*/

.aspect-ratio img, .aspect-ratio video, .aspect-ratio svg {
    border-radius: var(--border-radius);
}

/*== Featured products ==*/

.product-item__info__logo {
    margin-bottom: 15px;
}
.product-list__inner.product-list__inner--scroller.hide-scrollbar {
    margin-left: 0;
    margin-right: 0;
}
/*== Benefices homepage ==*/

.shopify-section--image-with-icons .image-with-text-block__image-wrapper {
    background: transparent;
}

.shopify-section--image-with-icons .content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.shopify-section--image-with-icons.shopify-section--benefices .content-box {
  width: 100%;
  display: flex;
  gap: 0px;
  justify-content: center;
  padding:0;
  margin:0;
}

@media screen and (max-width:740px){
  .shopify-section--image-with-icons.shopify-section--benefices .content-box_column {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}

.shopify-section--image-with-icons .content-box_column {
    width: 320px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    line-height: 1.3em;
    gap: 20px;
}

.shopify-section--image-with-icons .content-box_column__icon {
    margin-bottom: 20px;
}

.content-box_column__text * {
    font-size: 1em;
}

.content-box_column__text p strong {
    font-size: 24px;
}

.shopify-section--image-with-icons .content-box_column__icon img {
    max-height: 50px;
    margin: 0 auto;
    object-fit: contain;
}

.shopify-section--image-with-icons .image-with-text-block__small-text {
    padding: 0 var(--container-gutter) var(--vertical-breather);
    margin: 0;
    text-align: center;
}

.shopify-section--image-with-icons .content-box_full-width {
    text-align: center;
    margin: 0 auto;
}

.shopify-section--image-with-icons .content-box_full-width p {
    font-size: calc(var(--base-font-size) + 3px);
    line-height: 1.4em;
}

@media screen and (min-width: 1800px) {
    .shopify-section--image-with-icons .content-box {
        justify-content: space-around;
    }
}

@media screen and (min-width: 1400px) {
    .product__info-wrapper .product__title_small_description{
    width: max-content;
  }
  }
@media screen and (min-width: 1200px) {
  .shopify-section--image-with-icons .image-with-text-block {
      min-height: 400px;
      align-items: flex-end;
  }

  .shopify-section--image-with-icons .content-box_column {
      width: 400px;
  }
  .shopify-section--image-with-icons.shopify-section--benefices .content-box_column {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1000px) {
  .shopify-section--image-with-icons .image-with-icons__image {
      object-fit: contain;
      object-position: top;
  }
}

@media screen and (max-width: 999px) {

  .shopify-section--image-with-icons .image-with-text-block__content {
      padding-top: 20px;
  }

  .shopify-section--image-with-icons .image-with-text-block__image-wrapper {
      text-align: center;
  }

  .shopify-section--image-with-icons .content-box_column {
      width: unset;
      gap: 0;
      width: 50%;
  }
  .shopify-section--image-with-icons .content-box {
    justify-content: center;
  }

  .shopify-section--image-with-icons .content-box_column .content-box_column__wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .shopify-section--image-with-icons .content-box_column {
      flex-wrap: wrap;
  }
  .shopify-section--image-with-icons .content-box_column .content-box_column__wrapper {
      width: 28%;
  }
  .shopify-section--image-with-icons .content-box_column {
    width: 100%;
    gap: 5px;
  }
  .shopify-section--image-with-icons .content-box_column {
      justify-content: space-between;
  }
  .content-box_column__text p strong {
      font-size: unset;
  }
  .content-box_column__text * {
      font-size: 12px;
      line-height: 1.2em;
  }
}

@media screen and (max-width: 320px) {
  .content-box_column__text * {
      font-size: 10px;
      line-height: 1.1em;
  }
}

/*== Product steps ==*/

.shopify-section--steps-product {
  counter-reset: section;
}

.shopify-section--steps-product .multi-column__item {
  position: relative;
  counter-increment: section;
}

.shopify-section--steps-product .multi-column__image-wrapper_svg {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 70px;
  width: 70px;
}

.shopify-section--steps-product .multi-column__image-wrapper_svg svg {
    width: 100%;
    height: 100%;
}

.shopify-section--steps-product .multi-column__item .multi-column__image-wrapper:before {
    content: counter(section);
    position: absolute;
    left: 30px;
    top: 30px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-size: 25px;
    color:rgb(var(--section-background));
    z-index:5
}

@media screen and (max-width: 1199px) {
  .shopify-section--steps-product .multi-column__item .multi-column__image-wrapper:before {
      height: 50px;
      width: 50px;
      left: 10px;
      top: 10px;
  }
  .shopify-section--steps-product .multi-column__image-wrapper_svg {
    height: 50px;
    width: 50px;
    left: 10px;
    top: 10px;
  }
}

/*== Newsletter ==*/

.shopify-section--newsletter .input__field, .shopify-section--newsletter .input__label {
  background: white;
}

.shopify-section--newsletter .heading.h2 p strong  {
    margin-top: 3px;
    display: block;
}

.shopify-section--newsletter .image-with-text-block__content {
    background-color: unset;
}

@media screen and (min-width: 1200px) {
  .shopify-section--newsletter .content-box--small {
      width: calc(var(--grid-column-width) * 8 + var(--grid-gap) * 10);
  }
}

@media screen and (max-width: 1200px) {
  .shopify-section--newsletter .content-box--small {
      width: calc(var(--grid-column-width) * 8 + var(--grid-gap) * 11);
  }
}

@media screen and (max-width: 740px) {
  .shopify-section--newsletter .image-with-text-block {
    flex-direction: column-reverse;
  }
  .shopify-section--newsletter .image-with-text-block--cover .image-with-text-block__image-wrapper {
    position: relative;
  }
  .shopify-section--newsletter .image-with-text-block--cover .image-with-text-block__content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .shopify-section--newsletter .image-with-text-block--cover .image-with-text-block__image {
      width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1400px) {
  .shopify-section--newsletter .image-with-text-block--cover .image-with-text-block__content {
      margin-left: 0;
  }
  .shopify-section--newsletter .content-box--small {
      width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .shopify-section--newsletter .image-with-text-block--cover .image-with-text-block__content {
      max-width: 650px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--newsletter .content-box--small {
      width: unset;
  }
}

/*== Footer ==*/

.shopify-section--footer .footer--bordered {
    border-top: 0;
}

.logo__footer {
  margin-bottom: 40px;
}
label.footer__item-title.heading.heading.h6 {
    pointer-events: none;
}
/*===== Footer =====*/

@media screen and (min-width: 1000px) {
  p.footer__item-title {
      margin-top: 28px!important;
  }
}

.social-media:not(.social-media--no-radius) .social-media__item:last-child {
    margin: 0;
}

.social-media__item {
    border-radius: 100%!important;
    border: 1px solid;
}

.social-media__item {
    margin-right: 15px;
}

.social-media__item:before {
    border-radius: 100%;
}

.logo__footer  {
    margin-bottom: 20px;
}

.social-media__link {
    height: 35px;
    width: 35px;
}

.footer__item-content {
    margin-bottom: 35px;
}

.logo__footer svg {
    max-width: 80px;
}

.footer__item-content {
    margin-bottom: 35px;
}
.social-media {
    padding-bottom: 30px;
}

.logo__footer svg path {
    fill: var(--shopify-editor-setting-main_color);
    stroke: var(--shopify-editor-setting-footer_background);
}

.footer__trustpilot {
    max-width: 130px;
}

.footer__trustpilot-text{
    font-size: 12px;
    margin-left: 35px;
    margin-top: 0;
    padding-bottom: 30px;
}

.footer__aside {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #ffffff4d;
}

.footer__aside.aside_first-place {
    border-top: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.footer__aside.aside_first-place .footer__payment-methods-label {
    border-top: 0;
    opacity: 1;
    margin: 0;
}

.footer__aside.aside_first-place .payment-methods-list {
    display: grid;
    grid-gap: 8px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,78px);
    align-items: center;
}


@media screen and (max-width: 999px) {
  .footer__aside.aside_first-place .payment-methods-list {
      grid-template-columns: repeat(auto-fit,100px);
      justify-content: center;
  }

  .shopify-section--footer .footer__aside.aside_first-place {
      margin-bottom: 30px;
      margin-top: 10px;
      text-align: center!important;
  }

  .shopify-section--footer .footer__aside.aside_first-place .footer__payment-methods-label {
      text-align: center!important;
  }

  .shopify-section--footer .footer__item {
      max-width: 100%;
  }
  .shopify-section--footer .footer__item.is-first {
      border-bottom: 1px solid #ffffff4d;
  }
  .shopify-section--footer .footer__aside {
        margin-top: 0;
  }
  .shopify-section--footer .footer__copyright, .shopify-section--footer .footer__payment-methods {
        text-align: center;
  }
  .footer__item {
        max-width: 100%;
        word-break: break-word;
  }
  .shopify-section--footer .footer__copyright {
      margin-top: 0;
  }
  .shopify-section--footer .footer__trustpilot-text{
      margin-left: 0;
  }

  .shopify-section--footer .footer__item-list {
      display: grid;
      grid-gap: 40px;
      gap: 0;
      grid-template-columns: 1fr;
      justify-content: center;
  }
  .shopify-section--footer .footer__item-list .footer__item:first-of-type {
      text-align: center;
  }
  .shopify-section--footer .social-media {
      justify-content: center;
  }
  .shopify-section--footer .footer__copyright {
      justify-content: center;
  }
  .logo__footer img {
      margin: 0 auto;
  }
  label.footer__item-title.heading.heading.h6 {
    pointer-events: inherit;
  }
}

.footer__small-menu a {
      margin-right: 20px;
}

.footer__small-menu a:last-child {
      margin-right: 20px;
}

.footer__item  .input {
  position: absolute;
  opacity: 0;
}
.footer__item  .footer__item-title {
  width: 100%;
  cursor: pointer;
}

.footer__item .label.link--animated:after {
    top: 2px;
    bottom: unset;
}

.footer__item .input:focus + .footer__item-title {
  z-index: 1;
}

.footer__item .input {
    position: absolute;
    opacity: 0;
}

.footer__aside {
    opacity: 0.7;
    border-top: 1px solid silver;
}

.footer__item-content .social-media__item:before {
    content: none;
}

.footer__item-content .social-media__item {
    box-shadow: none;
}

.footer__item-content .social-media__item {
    border: 0;
}

.footer__item-content .social-media__link {
    height: 25px;
    width: 25px;
}

@media screen and (pointer: fine) {
  .footer__item-content .social-media__item:hover .social-media__link {
      color: currentColor;
  }
}

@media (max-width: 999px) {
  .footer__item {
      max-width: 100%;
      word-break: break-word;
  }

  .footer__item .panel {
    display: none;
    padding: 20px 0 30px;
    width: 100%;
  }

  .footer__item  .input:checked + .footer__item-title + .panel {
    display: block;
    width: 100%;
  }

  .footer__item .input:checked + .footer__item-title:after {
    content: none;
  }

  .footer__item .input:checked + .footer__item-title:before {
    content: '- ';
    float: right;
    font-size: 26px;
    font-family: 'Herokid regular';
    font-weight: 100;
    line-height: 23px;
  }

  .footer__item-list .footer__item--links {
     border-top: 1px solid #d6dae0;
  }

  .footer__item-list .footer__item--links:last-child {
     border-bottom: 1px solid #d6dae0;
  }

  .footer__item .footer__item-title {
     padding: 15px;
     margin: 0;
   }

   .footer__item .input + .footer__item-title:before {
    content: '+ ';
    float: right;
    font-size: 26px;
    font-family: 'Herokid regular';
    font-weight: 100;
    line-height: 22px;
   }

   .footer__item .panel {
    padding: 20px;
   }
}

/*===== Icons benefices =====*/

.Argumentaires--wrapper {
  display: grid;
  gap: 3rem 3rem;
  padding: var(--vertical-breather) 0;
}

.Argumentaires--wrapper .Argumentaires--wrap {
  width: 100%;
  text-align: center;
}

.Argumentaires--wrap p, .Argumentaires--wrap strong, .Argumentaires--wrap i, .Argumentaires--wrap a, .Argumentaires--wrap small {
  line-height: 1.3em;
  font-size: 16px;
  font-weight: 100;
}

.Argumentaires--wrap h3 {
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
}

.Argumentaires--wrapper-SVG {
    min-height: 36px;
    margin-bottom: 10px;
}

.Argumentaires--wrapper-SVG svg {
    max-width: 45px;
    max-height: 45px;
}

.argumentaire-products {
    margin-bottom: 20px;
}

.argumentaire-products .Argumentaires--wrapper {
    display: grid;
    gap: 1rem 1rem;
    padding: 0;
}

.argumentaire-products .Argumentaires--wrap {
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
}

.argumentaire-products .Argumentaires--wrapper-content {
    margin-top: 10px;
}

.argumentaire-products .Argumentaires--wrap p {
    line-height: 1.1em;
    font-size: 13px;
    font-weight: 100;
}

@media screen and (max-width: 640px) {
  .Argumentaires--wrap {
    flex-direction: column;
    text-align: center;
  }
  .Argumentaires--wrapper-SVG {
    margin: 10px 0;
   }
  .TextwithImageProduct .ProductList--grid {
    padding: 0;
  }
  .Footer__Block.Footer__Block--newsletter {
    display: none;
  }
  .TextDoubleImage {
    padding: 24px 0;
  }
  .newsletter--content .ImageHero--newsletter {
    padding: 30px 0;
  }
  .Argumentaires--wrap h3 {
    font-size: 18px;
  }
  .tt-footer-custom .tt-collapse-content p {
    margin-top: 12px;
    font-size: 12px;
  }
  .tt-footer-custom p {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1700px) {
  .Argumentaires--wrap p, .Argumentaires--wrap strong, .Argumentaires--wrap i, .Argumentaires--wrap a, .Argumentaires--wrap small {
    font-size: 22px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .Argumentaires--wrap {
    padding: 0 0 20px;
    gap: 0 10px;
  }

  .Argumentaires--wrap p, .Argumentaires--wrap strong, .Argumentaires--wrap i, .Argumentaires--wrap a, .Argumentaires--wrap small {
    font-size: 12px;
  }

  .Argumentaires--wrapper-SVG svg {
      max-width: 42px;
      max-height: 42px;
  }
}

/*===== Image overlay =====*/
@media screen and (max-width: 640px) {
    .shopify-section--image-with-text-overlay .image-overlay {
        min-height: 245px;
    }
}

/*===== MENU LIST =====*/

.menu__vertical-wrapper {
  background-color: #F6F7F9;
  padding: 5px var(--container-gutter) 4px;
}

.menu__vertical-wrapper .menu__list::-webkit-scrollbar, .menu__vertical-wrapper-mob .menu__list::-webkit-scrollbar {
  display: none;
}

.menu__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu__vertical-wrapper-mob {
  background-color: #fff;
}

.menu__vertical-wrapper-mob .menu__list {
    padding: 10px 0 6px;
    border-top: 1px solid #dfdfdf;
}

.menu__vertical-wrapper-mob .menu__item {
    background: #E2E7F8;
    color: inherit;
    border: #96b1f8;
    display: flex;
    align-items: center;
}

.menu__vertical-wrapper-mob .menu__item img {
    margin-right: 7px;
    max-height: 22px;
    margin-top: -1px;
    display: inline-block;
    min-width: 22px;
}

.menu__vertical-wrapper-mob .menu__list li a {
    font-weight: 500;
}

.menu__vertical-wrapper-mob .menu__item.active, .menu__vertical-wrapper-mob .menu__item:hover, .menu__vertical-wrapper-mob .menu__item.active-first {
    background: #E2E7F8;
    color: inherit;
    border: 0;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.menu__list li a {
  position: relative;
  font-weight: 200;
}

.menu__item {
    line-height: 1.2em;
    border-radius: 25px;
    padding: 10px 15px 7px;
    min-width: 144px;
    margin: 0px 10px;
}

.menu__item.active, .menu__item:hover, .menu__item.active-first {
    background: #E2E7F8;
    color: #96B1F8;
    border: 1px solid transparent;
}

@media screen and (min-width: 1800px) {
 .menu__list li a {
     font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  #desktop-menu-1 .mega-menu__inner{
    overflow: hidden;
  }
}

@media screen and (max-width: 700px) {

  .menu__vertical-wrapper.menu__vertical-wrapper-mob {
      padding-top: 0;
  }

  .menu__list {
      margin: 0;
      max-width: 100%;
      justify-content: flex-start;
      display: flex;
      flex-wrap: nowrap;
      overflow-x: scroll;
      width: 120%;
      padding: 10px 0;
  }
  .menu__item {
      line-height: 1.2em;
      border-radius: 25px;
      padding: 10px 15px 7px;
      margin: 0 5px;
      border: 1px solid currentcolor;
      width: 100%;
      float: none;
      clear: unset;
      min-width: fit-content;
      border-radius: 50px;
      font-size: calc(var(--base-font-size) - 2px);
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  .menu__item.active {
      background: #E2E7F8;
      color: #96b1f8;
      border: 1px solid transparent;
  }
  .menu__vertical-wrapper .container, .menu__vertical-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .menu__list {
      padding: 1px 0 11px;
  }
}

/*===== FOOTER MENU =====*/

.footer__payment-methods .copygrid6-menu-list, .footer__payment-methods .copygrid6-menu-list li, .footer__payment-methods  .copygrid6-menu-list ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.footer__payment-methods .copygrid6-menu-list {
   display: inline;
}

.footer__payment-methods .copygrid6-menu-list li{
   display: inline;
   margin-right: 5px;
}

.footer__payment-methods  .copygrid6-menu-list li{
   display: inline;
   margin-left: 7px;
}

.footer__payment-methods .copygrid6-menu-list li a{
   text-transform: none;
   letter-spacing: 0;
}

@media screen and (max-width: 790px) {
  .footer__payment-methods  .tt-row {
    grid-template-columns: repeat(1 , minmax(0, 1fr));
    display: grid;
    gap: 1.5rem 1.5rem;
    align-items: unset;
  }
  .footer__payment-methods  .tt-row .col-sm-12.payment_right_block {
    text-align: center;
  }
  .footer__payment-methods  .copygrid6-menu-list {
    display: block;
    text-align: center;
  }
  .footer__payment-methods  .copygrid6 {
    text-align: center;
  }
  .footer__payment-methods  .container .tt-row {
    margin-top: 0;
  }
  .form-group.custom_form_footer_home .form-control {
    padding-bottom: 8px;
  }
}

/*===== BLOCKQUOTE =====*/

.shopify-section--testimonials .prev-next-button {
    background: white;
    color: rgb(var(--prev-next-button-color, var(--root-text-color)));
    border: 2px solid rgba(var(--prev-next-button-color, var(--root-text-color)), 4);
    transition: color .2s ease-in-out;
}

@media screen and (min-width: 1000px) {
  .shopify-section--testimonials .blockquote:not(.blockquote--center):before {
      width: 50px;
      height: 35px;
      -webkit-mask-size: 50px 35px;
      -webkit-mask-size:  50px 35px;
      mask-size: 50px 35px;
  }
}

.logo-list__item.testimonial_logo {
    padding-top: 40px;
}

.shopify-section--testimonials .blockquote {
    font-family: var(--text-font-family);
    text-transform: none;
    font-weight: normal;
    font-size: calc(var(--heading-h4-font-size) - 5px);
    line-height: 1.4em;
}

.shopify-section--testimonials .blockquote:before {
    content: "";
    position: relative;
    width: unset;
    height: unset;
    left: unset !important;
    top: unset !important;
    opacity: 1;
    width: 50px;
    height: 35px;
    -webkit-mask-size: 50px 35px;
    -webkit-mask-size:  50px 35px;
    mask-size: 50px 35px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block !important;
    margin: 0 auto 20px;
}

.shopify-section--testimonials .prev-next-buttons--row .prev-next-button:last-child {
    border-left: 2px solid rgba(var(--prev-next-button-color, var(--root-text-color)),4);
}

@media screen and (min-width: 741px) {
  .shopify-section--testimonials .prev-next-buttons--row .prev-next-button:last-child {
      border-left: 2px solid rgba(var(--prev-next-button-color, var(--root-text-color)),4);
  }
}
@media screen and (min-width: 750px) {
    .shopify-section--testimonials .testimonial-list {
        max-width: 100%;
        position: relative;
    }

    .shopify-section--testimonials .testimonial-list {
        max-width: 100%;
        position: relative;
    }

    .shopify-section--testimonials .testimonial-list__wrapper {
        max-width: 850px;
        margin: 0 auto;
    }

    .shopify-section--testimonials  .testimonial-list__nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .shopify-section--testimonials .prev-next-buttons--row {
        width: 100%;
    }

    .shopify-section--testimonials .prev-next-buttons {
        justify-content: space-between;
    }
}

.shopify-section--testimonials .blockquote, .shopify-section--testimonials .testimonial__author {
    padding: 0 var(--container-gutter) !important;
    text-align: center;
}

.shopify-section--testimonials .testimonial-list__nav  {
    padding: 0 !important;
    text-align: center;
}

.shopify-section--testimonials .prev-next-buttons--row {
    gap: 15px;
}

@media screen and (max-width: 749px) {
  .shopify-section--testimonials .blockquote {
      font-size: calc(var(--heading-h4-font-size) - 10px);
  }
  .shopify-section--testimonials .blockquote, .shopify-section--testimonials .testimonial__author {
      padding: 0 !important;
  }
  .shopify-section--testimonials .prev-next-button {
      height: 50px;
      width: 50px;
  }
}

/*===== IMAGE OVERLAY =====*/

.product-item__image-wrapper {
    box-shadow: rgb(0 30 58 / 10%) 0px 24px 24px -16px;
    border-radius: 25px;
}

.product__media-list, .product__media-item {
    box-shadow: #001e3a1a 0 24px 24px -16px;
    border-radius: 105px;
}

.product-item__image-wrapper img {
    overflow: hidden;
    border-radius: 25px;
}

.product__media-item{
  margin-right:0.8rem;
}

/* .product__media-item:not(:first-child){
  margin-right:1.5rem;
  margin-left:-1rem;
} */

.image-overlay img {
    overflow: hidden;
    border-radius: 25px;
}

@media screen and (max-width: 1000px) {
  .shopify-section--image-with-text-overlay .container {
      padding-left: 0;
      padding-right: 0;
  }
  .shopify-section--image-with-text-overlay .image-overlay {
      border-radius: 0;
  }
}

/*===== COLLECTION =====*/

.image-overlay, .image-with-text__image-wrapper img {
    overflow: hidden;
    border-radius: 25px;
}

/*===== TEXT WITH ICON NUMBERS =====*/

.shopify-section--text-with-icons .text-with-icons__content-wrapper .heading.h2.number {
  margin: 0;
}

.shopify-section--text-with-icons .text-with-icons__content-wrapper .heading.h6.number {
  margin: 0 0 10px;
}

.shopify-section--text-with-icons .text-with-icons__content-wrapper p:not(.heading) {
    font-family: 'Herokid Bold';
    text-transform: uppercase;
    line-height: 1.3;
}

@media screen and (min-width: 1000px) {
  .text-with-icons__list {
      grid-auto-columns: minmax(150px,150px)!important;
      justify-content: space-evenly!important;
  }
  .shopify-section--text-with-icons .text-with-icons__content-wrapper .heading+p {
      margin-top: 5px;
  }
}

/*===== IMAGE WITH TEXT =====*/

@media screen and (min-width: 1000px) {
  .image-with-text__wrapper .image-with-text__image-wrapper {
      width: calc(var(--grid-column-width) * 8 + (var(--grid-gap) * 10));
  }
  .image-with-text__wrapper .image-with-text__content-list {
      max-width: 500px;
      margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
   .shopify-section--image-with-text .container {
      padding-left: 0;
      padding-right: 0;
  }
}

/*===== MULTIPLE IMAGES WITH TEXT =====*/

@media screen and (max-width: 740px) {
  .shopify-section--multiple-images-with-text .image-with-text__wrapper {
    overflow: visible;
  }
}

/*===== PRODUCT ITEM =====*/

.product-item__info  .product-item-meta__price-list-container {
    margin-bottom: 4px;
}

/*===== PRODUCT PAGE MAIN ASSETS =====*/


@media screen and (max-width: 999px) {
  .shopify-section--main-product .product__media {
      position: relative;
  }

  .shopify-section--main-product .product__media-nav  {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
  }
  .shopify-section--main-product .product__media-item {
      padding-left: 0;
      padding-right: 0;
  }
  .shopify-section--main-product .product__media-prev-next {
      background: white;
      border-radius: 60px;
      padding: 13px;
  }
}

.shopify-section--main-product .dots-nav  {
      display: none;
}

.product__info-wrapper .product-meta__title {
    margin-bottom: 0;
}

.product__info-wrapp .price-list {
    justify-content: end;
}

.product__info-wrapper .price-list {
    text-align: right;
}

@media screen and (min-width: 541px) {
  .product__info-wrapper .product-meta .price-list .from_price,
  .product__info-wrapper .product-meta .price-list .price  {
      font-size: calc(var(--base-font-size) + 3px);
  }
}

@media screen and (min-width: 1200px) {
  .shopify-section--main-product .product {
      margin-left: 0;
      margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {

  .product__zoom-button {
      display: none !important;
  }

  .shopify-section--main-product .product__thumbnail:after {
      box-shadow: 0 0 0 1px var(--primary-button-background);
  }

  .shopify-section--main-product .product__info-wrapper {
      max-width: 484px;
      margin-top: 30px;
  }
  .shopify-section--main-product .product__info {
      --product-info-width: calc(var(--grid-column-width) * 8 + var(--grid-gap) * 10);
  }
  .shopify-section--main-product {
      margin-top: 15px;
  }
  .product--thumbnails-left .product__media-nav {
      margin-top: 0;
      align-items: flex-start;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }
  .product--thumbnails-left .product__media {
      position: relative;
  }
  .shopify-section--main-product .breadcrumb {
      display: none;
  }
  .shopify-section--main-product  .product {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
  }

  [dir=ltr] .shopify-section--main-product .product--thumbnails-left .product__thumbnail-list {
      margin-right: 10px;
  }
  .shopify-section--main-product .product--thumbnails-left .product__thumbnail-list {
      margin-left: 15px;
      margin-right: 0;
  }

  .shopify-section--main-product .product--thumbnails-left .product__media,
  .shopify-section--main-product .product--thumbnails-bottom .product__media {
    padding: 0;
    position: sticky;
    top: 70px;
  }

  .shopify-section--main-product .product--thumbnails-bottom .product__media{
    max-width:37%;
    margin-left:6%
  }
  
  .shopify-section--main-product .product--thumbnails-left .product__media-list-wrapper {
    position: relative;
  }
  .shopify-section--main-product .product__thumbnail, .shopify-section--main-product .product__thumbnail>img {
      border-radius: 60%;
  }
  .shopify-section--main-product .product-sticky-form {
      top: unset;
      bottom: 0;
  }
}
.product__info-wrapper .product__title_small_description{
 margin-top: 15px;
}
@media screen and (min-width: 1650px) {
  .shopify-section--main-product .product__info-wrapper {
      max-width: 600px;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--main-product .product-form__description {
      margin-top: 18px;
  }
}

@media screen and (max-width: 740px) {
  .product__info-wrapper .product__title_small_description {
      margin-top: 18px;
  }
}

/*===== TABS PRODUCTS =====*/

.product--tabs .panel h1, .product--tabs .panel h2, .product--tabs .panel h3, .product--tabs .panel h4, .product--tabs .panel h5, .product--tabs .panel p, .product--tabs .panel span {
    font-size: calc(var(--base-font-size) - 1px);
}

.product--tabs.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.product--tabs .input {
  position: absolute;
  opacity: 0;
}

.product--tabs .label {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}

.product--tabs .label *{
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.product--tabs .input:focus + .label {
  z-index: 1;
}

.product--tabs .panel {
  display: none;
  padding: 20px 0 30px;
  width: 100%;
}

.product--tabs .input:checked + .label + .panel {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
}

.product--tabs .input:checked + .label:after {
    content: none;
}

.product--tabs .input:checked + .label .animated-plus:before {
    width: 10px;
    height: 2px;
    opacity: 0;
}

.product--tabs .input:checked + .label {
     border-bottom: 2px solid var(--color--pink);
     padding: 10px;
}

.product--tabs {
     border-top: 1px solid #c5c5c5;
}

.product--tabs .label {
     padding: 10px;
     border-bottom: 1px solid #c5c5c5;
}

.product--tabs .label *{
  text-transform: none;
  font-weight: 200;
}

.product--tabs .panel {
    padding: 20px;
}

/*===== MENU =====*/

.mega-menu .mega-menu__image-wrapper {
    border-radius: 15px;
}

.mobile-nav__image-heading {
    font-size: 12px;
}

@media screen and (max-width: 1400px) {
  .mega-menu .mega-menu__inner:not(:only-child) {
      grid-template-columns: 60% 40%;
  }
  .mega-menu .mega-menu__images-wrapper {
      display: flex;
  }
  .mega-menu .mega-menu__image-push {
      max-width: 200px;
      width: 25%;
  }
  .mega-menu .mega-menu__inner {
      overflow: visible;
  }
}

/*===== PRODUCT ACCESSOIRES =====*/

.accessoires--product-list .product-item__cta.product-item__cta {
    font-size: calc(var(--base-font-size) - 4px);
    line-height: 35px;
    border-radius: 5px;
    margin-top: 0;
}

.accessoires--product-list-wrapper .title_arrow {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.accessoires--product-list-wrapper .product-item .heading.h6 {
    font-size: 15px;
    line-height: 1.3em;
}

.accessoires--product-list-wrapper .title_arrow svg {
    margin-left: 20px;
}

.product-item-meta__description {
  font-size: calc(var(--base-font-size) - 4px);
  opacity: .8;
}

.accessoires--product-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.accessoires--product-list .product-item {
    width: 33%;
}

.accessoires--product-list .product-item .product-item__info {
    justify-content: space-between;
}

.accessoires--product-list .product-item__quick-form .button {
    font-size: 10px;
    padding: 0 3px!important;
}

@media screen and (max-width: 999px) {
  .accessoires--product-list-wrapper .title_arrow {
      margin: 10px 0 20px!important;
      text-align: center;
  }
  .accessoires--product-list .product-item {
      width: 50%;
  }
  .accessoires--product-list .price {
      text-align: center;
  }
  .accessoires--product-list .product-item__image-wrapper {
      border-radius: 10px;
  }
  .accessoires--product-list .product-item__image-wrapper img, .accessoires--product-list .image-overlay img {
      border-radius: 10px;
  }
}

@media screen and (max-width: 500px) {
  .accessoires--product-list {
      flex-wrap: wrap;
      gap: 15px;
  }
  .accessoires--product-list .product-item {
      width: 47%;
  }
}

@media screen and (max-width: 310px) {
  .accessoires--product-list .product-item {
      width: 45%;
  }
}

/*===== PRODUCT INFO =====*/

.product-form .select__selected-value {
    white-space: unset;
}

.product-form .select {
    padding: 9px 18px;
    height: auto;
}

.product__info-wrapper .product__title_small_description {
    margin-bottom: 0;
    font-size: var(--base-font-size);
    line-height: 1.2em;
}

.product__info-wrapper .product-form__description {
    margin-top: 0px;
}

@media screen and (max-width: 999px) {
  .product__info-wrapper .product-form__description {
      margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
 .product-meta--mobile .product__title_small_description {
    font-size: 12px;
}
  .product--thumbnails-left .product-meta--mobile .product-item__info__logo{
    margin: 0 auto 1px !important;
  }
}
.shopify-section--main-product .product-meta__price-list-container {
    display: none;
}

.shopify-section--main-product .product-meta--mobile {
    text-align: center;
}

.shopify-section--main-product .product-meta_mob_price .product-meta__price-list-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.shopify-section--main-product .product-meta--mobile .product-item__reviews {
    margin: 0 auto;
}

.shopify-section--main-product .product-item__info__logo {
    margin-bottom: 0;
    max-width: 375px;
}

.shopify-section--main-product .product-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border: 0;
    padding: 0;
}

.shopify-section--main-product .product-meta--mobile {
    justify-content: center;
    flex-direction: column;
}

.shopify-section--main-product .product-meta--mobile .product-item__info__logo {
    margin: 0 auto 15px;
}

@media screen and (max-width: 540px) {
  .shopify-section--main-product .product-meta {
    justify-content: center;
    gap:0;
    flex-direction: column;
    text-align: center;
  }

  .shopify-section--main-product .product-meta .product-item__info__logo {
    margin: 0 auto 15px;
  }

  .shopify-section--main-product .product-item__reviews {
    margin: 0 auto;
    text-align: center;
  }
}

/*===== PRODUCT MEDIA  =====*/

.flickity_counter {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    font-family: var(--heading-Condensed-font-family);
    background: white;
    border-radius: 50px;
    display: flex;
    padding-top: 3px;
    justify-content: center;
    align-items: center;
}

.product__media-prev-next .icon {
    position: relative;
    top: -2px;
}

.shopify-section--main-product .product__media-item {
    position: relative;
}

/* [dir=ltr] .product__media .product__zoom-button {
    right: 0;
} */

.product__media .product__zoom-button {
    border-radius: 50%;
    bottom: 20px;
    border: 0;
}

.product__info-wrapper .price-list {
    justify-content: center;
}

/*===== PRODUCT COMPTEUR =====*/

.compteur--product-wrapper {
    text-align: center;
    font-size: calc(var(--base-font-size) - 3px);
}

.compteur--product-wrapper .compteur--product-number {
    text-align: center;
    font-size: calc(var(--base-font-size) + 5px);
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

.compteur--product-wrapper .compteur--product-text {
    text-align: center;
    font-size: calc(var(--base-font-size) - 5px);
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    color: var(--color--dark-grey);
}

.compteur--product-wrapper .compteur--product-text, .compteur--product-wrapper .compteur--product-number, .compteur--product-wrapper .compteur--product-icon {
    line-height: 1.3em;
}

.compteur--product-wrapper .compteur--product-icon {
    margin-bottom: 5px;
}

.compteur--product-columns_wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 5px;
}

.compteur--product-columns_wrapper .compteur--product-column {
    max-width: 150px;
    flex:1;
}
@media screen and (max-width: 999px) {
  .compteur--product-columns_wrapper {
    gap: 5px;
  }
}
/*===== IMAGE TEXT FULL BKG =====*/

.image-text-full .icons-product--wrapper {
  display: grid;
  gap: 3rem 3rem;
  background: transparent;
  margin-top: 40px;
  position: relative;
}

.image-text-full .icons-product--wrapper .Argumentaires--wrap {
  width: 100%;
}

.image-text-full .icons-product--wrap {
  flex-direction: column;
  text-align: center;
  flex-wrap: nowrap;
}

.image-text-full .icons-product p, .image-text-full .icons-product strong, .image-text-full .icons-product i, .image-text-full .icons-product--wrap a, .image-text-full .icons-product--wrap small {
  margin: 5px 0 0;
}

.image-text-full .icons-product--wrap h3, .image-text-full .icons-product--wrap h2, .image-text-full .icons-product--wrap h1, .image-text-full .icons-product--wrap p {
    text-transform: uppercase;
    font-size: var(--heading-xsmall-font-size);
    padding: 0;
    line-height: 1.3em;
    font-family: var(--heading-font-family);
}
.image-text-full .icons-product--wrap p{
    font-weight: 400;
}

.image-text-full .icons-product--wrapper-SVG {
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: end;
    max-width: 55px;
    height: 55px;
    margin: 0 auto 15px;
}

.image-text-full .icons-product--wrapper-SVG-image {
    margin: 0 !important;
    max-width: 40px;
}

@media screen and (max-width: 999px) {

  .image-text-full .icons-product--wrapper > div:last-of-type {
    display: none;
  }
  .image-text-full .image-with-text {
    padding: 0;
  }
  .image-text-full .image-with-text__content-list {
    padding: var(--container-gutter) var(--container-gutter) 0;
  }
}

/*===== TOOGLE =====*/

.shopify-section--toggle-product .toggle-product--main {
   background: linear-gradient(to bottom, #ffffff, 60%, #DCDDE0);
   -webkit-transition: -webkit-transform background 200ms linear, opacity 200ms linear;
   -moz-transition: background 200ms linear, opacity 200ms linear;
   -o-transition: background 200ms linear, opacity 200ms linear;
   transition: background 200ms linear, opacity 200ms linear;
   padding: 5% 5% 2%;
   border-radius: 25px;
   transform: translate3d(0,0,0);
   -webkit-transform: translate3d(0,0,0);
}

.shopify-section--toggle-product .toggle-product--main.active {
    transition: background 200ms linear, opacity 200ms linear;
    -webkit-transition: -webkit-transform background 200ms linear, opacity 200ms linear;
    -moz-transition: background 200ms linear, opacity 200ms linear;
    -o-transition: background 200ms linear, opacity 200ms linear;
}

.shopify-section--toggle-product .toggle-product--main {
  display: flex;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.shopify-section--toggle-product .toggle-product--toggle {
  min-width: 320px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopify-section--toggle-product .toggle-product--toggle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.shopify-section--toggle-product .toggle-product--toggle .heading {
  margin-top: 0;
}



.toggle-product-label-name {
    display: flex;
    align-items: center;
}

.shopify-section--toggle-product .toggle-product--content-column  {
   display: flex;
   align-items: center;
   gap: 0;
   justify-content: space-between;
}

.shopify-section--toggle-product .active .with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopify-section--toggle-product .active .heading.with {
  display: block;
}

.shopify-section--toggle-product .active .without,
.shopify-section--toggle-product .with,
.shopify-section--toggle-product .active .without {
  display: none;
}

.toggle-product--col1, .toggle-product--col2 {
   width: 48%;
   text-align: center;
}

.toggle-product--col1 img {
    max-height: 410px;
    max-width: 400px;
    object-fit: contain;
}

@media screen and (max-width: 1300px) {
  .toggle-product--col1 img {
      max-width: 310px;
  }
}

.shopify-section--toggle-product .toggle-product--content {
  position: relative;
  width: 70%;
}

.shopify-section--toggle-product .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.shopify-section--toggle-product .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.shopify-section--toggle-product .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.shopify-section--toggle-product .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.shopify-section--toggle-product .toggle-product--toggle-label .heading--small  {
  font-family: var(--heading-font-family) !important;
  letter-spacing: 0;
}

.shopify-section--toggle-product input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.shopify-section--toggle-product .slider.round {
  border-radius: 34px;
}

.shopify-section--toggle-product .slider.round:before {
  border-radius: 50%;
}

@media screen and (max-width: 1110px) {
  .shopify-section--toggle-product .toggle-product--main {
      flex-direction: column;
      justify-content: center;
      gap: 40px;
  }

  .shopify-section--toggle-product .toggle-product--toggle {
      min-width: 320px;
      width: 100%;
      text-align: center;
  }

  .shopify-section--toggle-product .toggle-product--content {
      position: relative;
      width: 100%;
  }
  .shopify-section--toggle-product .toggle-product--toggle-label {
     justify-content: center;
  }
}

.toggle-product--small {
    font-size: calc(var(--base-font-size) - 3px);
    line-height: 1.3em;
}

.toggle-product--number.heading {
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .toggle-product--col2 {
      margin: 20px 20px 30px;
      text-align: left;
  }
  .toggle-product--col1 img {
    max-width: 370px;
  }
}

@media screen and (max-width: 740px) {
    .shopify-section--toggle-product .toggle-product--main {
        border-radius: 0;
    }

    .toggle-product--col1 img {
        max-height: unset;
        max-width: unset;
        object-fit: contain;
    }
  .toggle-product--col1 {
      width: 30%;
      text-align: left;
  }
  .toggle-product--col2 {
      width: 70%;
  }
  .shopify-section--toggle-product .toggle-product--main {
      padding: 20px 0 0;
  }
  .toggle-product--col1 img {
      max-height: unset;
      max-width: unset;
      object-fit: contain;
      max-width: 110px;
  }
  .shopify-section--toggle-product .toggle-product--content-column {
      gap: 0;
      align-items: start;
  }
  .toggle-product--col2 {
      margin: 20px;
  }
  .shopify-section--toggle-product .toggle-product--toggle-label {
      grid-gap: 0;
      gap: 0;
  }
  .toggle-product--col2 {
      margin: 20px 40px 30px 30px;
      text-align: left;
  }
  .toggle-product-label-name {
      margin: 0 10px;
  }

}

@media screen and (max-width: 370px) {
  .toggle-product--col2 {
      margin: 20px 20px 30px;
      text-align: left;
  }
}

/*== FAQ ==*/

.shopify-section--faq .faq-list{
  padding: 0; margin: 0; list-style: none;
  width: 100%;
}

.template-product .shopify-section--faq .faq-list{
  padding: 0; margin: 0; list-style: none;
  width: 45%;
}

.template-product .shopify-section--faq .faq__wrapper{
  display: flex; justify-content: space-between; flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .template-product .shopify-section--faq .faq-list {
      width: 50%;
  }
}

@media(max-width: 767px){
  .template-product .shopify-section--faq .faq-list{
    width: 100%;
  }
  .faq__wrapper ul:last-child .faq__item {
    border-top: 1px solid rgba(var(--text-color),.15);
  }
}

/*== TIMELINE A PROPOS ==*/

.timeline__nav-item {
    text-align: center;
}

@media screen and (min-width: 1000px) {
  [dir=ltr] .timeline__nav-item {
      text-align: center;
      padding-right:0!important;
  }
}

.timeline__image {
    object-fit: contain!important;
}

/*== FEATURED REVIEWS ==*/

.featured-reviews .product-meta__reference a {
    margin: 0 auto;
}

.featured-reviews .product-meta__reference .product-meta__heading {
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #43484f;
  margin-top: 20px;
  line-height: normal;
  font-size: 1.17em;
  font-weight: bold;
}

.featured-reviews .product-item img {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}

.featured-reviews .product-item {
    text-align: center;
}
.review_slider .product-meta__reference {
    display: table;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 300px;
    left: 0;
    Right: 0;
    padding: 6px;
}

.review_slider h3 {
	margin-bottom: 0;
	letter-spacing: 0px;
	color: #43484F;
	margin-top: 20px;
	line-height: normal;
}

.review_slider p {
	letter-spacing: 0px;
	color: #43484F;
	max-width: 250px;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 18px;
}

.review_slider p.heading--small.reviews-name {
	color: #43484F;
	opacity: 0.70;
	text-transform: capitalize;
	letter-spacing: 0;
}

@media(max-width:1024px) {
  .review_slider p, .review_slider h3 {
      font-size: calc(var(--base-font-size) - 2px);
      margin: 8px 0;
  }
  .rating__star {
      max-width: 18px;
  }
}

.swiper-pagination-bullet {
	border: 1px solid #6a6a6a;
	border-radius: 100%;
  background
}

.swiper-pagination-bullet-active {
	border: 0;
	border-radius: 100%;
    opacity: 1;
}

#shopify-section-template--14835104874611__1661420551da933b73 h2.heading--small.subheading--condensed,
#shopify-section-template--14835104874611__1661192434d5e866dc h2.heading--small.subheading--condensed {
	letter-spacing: 1.51px;
	color: #ACB4BF;
	line-height: 46px;
}

.cstmln .timeline__item {
	border: 1px solid #acb4bf;
	border-radius: 16px;
	max-width: 850px;
	margin-right: 30px !important;
	padding: 50px;
}

.cstmln .timeline__item[hidden] {
	opacity: 1 !important;
}

.cstmln .timeline__progress-bar {
	position: absolute;
	top: 10px;
	width: 100%;
}

.cstmln .progress-bar:before {
	left: 0;
	border: 4px solid #ffbf00;
	border-radius: 10px;
	top: -3px;
}

.cstmln .timeline__nav-item span {
	padding-right: 0;
	text-align: center;
	color: #777f8a;
    font-family: var(--heading-font-family);
    letter-spacing: 0;
	padding-top: 20px;
}

.progress-bar {
	background-image: linear-gradient(to right, #acb4bf 33%, rgba(255, 255, 255, 0) 0%) !important;
	background-position: bottom !important;
	background-size: 20px 2px !important;
	background-repeat: repeat-x !important;
	background-color: transparent !important;
}

.timeline__nav-item {
	opacity: 1 !important;
}

.cstmln .timeline__item .timeline__image-wrapper {
	width: 40%;
}

.cstmln .timeline__item .timeline__content-wrapper {
	width: 60%;
}

.cstmln .timeline__item .timeline__content-wrapper .timeline__content {
	padding: 30px;
	text-align: center;
}

.cstmln section.section {
	margin-top: 20px !important;
}

.cstmln .section__header {
	margin-bottom: 0;
}

.cstmln .timeline__item h2.heading.h5 {
	margin-bottom: 20px;
}

.cstmln .timeline__item p {
	color: #626973;
}

div#shopify-section-template--14835104874611__1661420551da933b73 h3.heading.h2 strong {
	letter-spacing: 0;
}

div#shopify-section-template--14835104874611__1661420551da933b73 .content-box.content-box--medium.content-box--text-center.content-box--center.text-container {
	width: 100%;
}

div#shopify-section-template--14835104874611__1661420551da933b73 .content-box p {
	color: #626973;
}
#chat-button {
  bottom: 2px !important;
}
@media(max-width:1600px) {
	.cstmln .timeline__item {
		max-width: 700px;
	}

}

@media(max-width:1440px) {
	.cstmln .timeline__item {
		max-width: 600px;
		padding: 0px;
	}

}

@media(max-width:991px) {
	.cstmln .timeline__item {
		max-width: inherit;
	}

	.cstmln .timeline__item {
		max-width: inherit;
		display: initial;
		width: 500px;
	}

	.timeline__image-wrapper {
		position: inherit !important;
	}

	.cstmln .timeline__item .timeline__image-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.cstmln .timeline__item .timeline__content-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.timeline__item {
		padding-right: 40px !important;
		margin-right: 40px !important;
	}

	.timeline__list {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

}

@media (max-width:767px) {
	div#shopify-section-template--14824980807795__16617644513f3729a8 .container {
		padding: 0;
	}

	.review_slider .product-meta__reference {
		max-width:220px;
	}

	.cstmln .timeline__item {
		max-width: inherit;
		display: initial;
		width: 300px;
	}

	.cstmln .timeline__item {
		padding-right: 0px !important;
		margin-right: 20px !important;
	}

	.cstmln .timeline__content {
		margin-right: 0 !important;
	}

	.cstmln .timeline__item .timeline__content-wrapper .timeline__content {
		background: transparent !important;
	}

	.timeline__nav-item {
		padding-right: 28px !important;
		padding-left: 28px;
	}

	.featured-reviews .product-item {
		text-align: center;
		padding: 10px;
		margin: 0;
	}

	.featured-reviews h3.heading.h2 span {
		display: inherit;
	}

	#shopify-section-template--14835104874611__1661420551da933b73 h2.heading--small.subheading--condensed,
	#shopify-section-template--14835104874611__1661192434d5e866dc h2.heading--small.subheading--condensed {
		line-height: 35px;
	}

	.cstmln section.section {
		margin-top: 40px !important;
	}

	.timeline__image {
		max-width: 130px;
		margin: 0 auto;
		display: table;
	}

	.cstmln .timeline__item h2.heading.h5 {
		margin-bottom: 26px;
	}

	.cstmln .timeline__item p {
		color: #626973;
	}

	.cstmln .timeline__item .timeline__content-wrapper .timeline__content {
		padding: 19px;
	}

	div#shopify-section-template--14835104874611__1661420551da933b73 h3.heading.h2 strong {
		letter-spacing: 0;
	}

	div#shopify-section-template--14835104874611__1661420551da933b73 .content-box p {
		color: #626973;
	}

	div#shopify-section-template--14835104874611__1661420551da933b73 .content-box.content-box--medium.content-box--text-center.content-box--center.text-container {
		width: 100%;
		margin: 0;
	}
  #chat-button {
  bottom: 9px !important;
}
  .template-page h3{
    font-size: 22px;
  }
}
@media (max-width:420px) {
  #shopify-section-template--14824980938867__main h1{
    font-size: 28px;
  }
  .template-page h3{
    font-size: 20px;
  }
}
@media (max-width:340px) {
  #shopify-section-template--14824980938867__main h1{
    font-size: 22px;
  }
  .template-page h3{
    font-size: 18px;
  }
}
/*== AVIS ==*/

.jdgm-prev-badge__text {
    visibility: unset;
    font-size: calc(var(--base-font-size) - 4px);
    opacity: 0.8;
}

.shopify-section--apps .jdgm-rev-widg__title, .jdgm-form__title {
  display: none;
}
.menu__vertical-wrapper .menu__list li a {
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .shopify-section--apps .jdgm-widget:not(.jdgm-review-widget--small, .shopify-section--apps .jdgm-review-widget--medium) .jdgm-row-stars {
      justify-content: space-between;
  }
}


/*== PAIEMENT ICON ==*/

.mini-cart .checkout-button__lock {
  display: none;
}

/*== POPIN PRODUCT ==*/

.swiper-navigation-container {
    margin-top: 15px;
}

.modalPopinAtc .close_popin {
    position: absolute;
    top: 0;
    right: 0;
}

/*== ANIMATION ICONS ==*/

/*============ saving anim  =============*/

#piece {
    -webkit-animation: saving 1.8s infinite;
    animation: saving 1.8s infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform: translateX(11px) translateY(12px) ;
    opacity: 1;
}
@-webkit-keyframes saving {
    0% { transform: translateY(-16px) translateX(11px); }
    70% { transform: translateY(10px) translateX(11px); opacity: 1; }
    100% { opacity: 0; transform: translateY(10px) translateX(11px); }
}

@keyframes saving {
    0% { transform: translateY(-16px) translateX(11px); }
    70% { transform: translateY(10px) translateX(11px); opacity: 1; }
    100% { opacity: 0; transform: translateY(10px) translateX(11px); }
}

/*============ sponge anim  =============*/

#etoile1 {
    -webkit-animation: sponge_4 2s infinite;
    animation: sponge_4 2s infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 1;
    animation-delay: 0;
}

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

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

#etoile2 {
    -webkit-animation: sponge_3 2s infinite;
    animation: sponge_3 2s infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 1;
    animation-delay: 1s;
}

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

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

/*============ essuie tout anim =============*/

#paper {
    -webkit-animation: essuie_1 1s ease infinite alternate;
    animation: essuie_1 1s ease infinite alternate;
    animation-delay: 0;
}

@-webkit-keyframes essuie_1 {
    0% { transform: scale(0.9995); }
    100% { transform: scale(0.9945);}
}

@keyframes essuie_1 {
    0% { transform: scale(0.9995); }
    100% { transform: scale(0.9945);}
}

#line-dots {
    -webkit-animation: line-dots 1s ease infinite alternate;
    animation: line-dots 1s ease infinite alternate;
    animation-delay: 0;
    transform: translate(-618.073px, -72.566px);
}

@-webkit-keyframes essuie_1 {
    0% { transform: scale(0.9945) translate(-618.073px, -72.566px); }
    100% { transform: scale(1) translate(-618.073px, -72.566px); }
}

@keyframes line-dots {
    0% { transform: scale(0.9945) translate(-618.073px, -72.566px); }
    100% { transform: scale(1) translate(-618.073px, -72.566px); }
}

/*============ Mouchoirs =============*/

#feuille2 {
    fill: white;
}

#feuille1 {
    -webkit-animation: feuille1 4s ease infinite;
    animation: feuille1 4s ease infinite;
    animation-delay: 1s;
    opacity: 1;
    fill: white;
    transform: translate(0, 0);
}

@-webkit-keyframes feuille1 {
    0% { transform: translate(0); }
    70% { transform: translate(0, 6px); }
}

@keyframes feuille1 {
    0% { transform: translate(0); }
    70% { transform: translate(0, 6px); }
}

#feuille3 {
    -webkit-animation: feuille3 4s ease infinite;
    animation: feuille3 4s ease infinite;
    animation-delay: 1s;
    opacity: 1;
    fill: white;
    transform: translate(0, 0);
}

@-webkit-keyframes feuille3 {
    0% { transform: translate(0); }
    70% { transform: translate(0, -6px); }
}

@keyframes feuille3 {
    0% { transform: translate(0); }
    70% { transform: translate(0, -6px); }
}

/*============ cotons =============*/

#coton3 {
    -webkit-animation: coton3 3s ease infinite;
    animation: coton3 3s ease infinite;
    animation-delay: 1s;
    opacity: 1;
    fill: white;
    transform: translate(245.978px, 5521px);
}

@-webkit-keyframes coton3 {
    0% { transform: translate(245.978px, 5521px); }
    70% { transform: translate(259.978px, 5532px); }
}

@keyframes coton3 {
    0% { transform: translate(245.978px, 5521px); }
    70% { transform: translate(259.978px, 5532px); }
}

#coton1 {
    -webkit-animation: coton1 3s ease infinite;
    animation: coton1 3s ease infinite;
    animation-delay: 1s;
    opacity: 1;
    fill: white;
    transform: translate(245.978px, 5521px);
}

@-webkit-keyframes coton1 {
    0% { transform: translate(245.978px, 5521px); }
    70% { transform: translate(233.978px, 5532px); }
}

@keyframes coton1 {
    0% { transform: translate(245.978px, 5521px); }
    70% { transform: translate(233.978px, 5532px); }
}

.product-item__label-list {
    left: inherit !important;
    right: 10px;
}
.product-item__label-list span.label {
    border-radius: 8px;
}

/* Blog Page */
.template-blog .shopify-section--main-blog .article-item img {
    border-radius: 25px;
}

@media (max-width:767px) {
  .template-blog .shopify-section--main-blog .article-item img {
      border-radius: 15px;
  }
}

.header__linklist .header__linklist-item:nth-child(2) .mega-menu__inner {
    grid-template-columns: 100%;
}
.header__linklist .header__linklist-item:nth-child(2) .mega-menu__inner  .mega-menu__images-wrapper .mega-menu__image-push{
  max-width:240px;
}
.header__linklist .header__linklist-item:nth-child(2) .mega-menu .mega-menu__images-wrapper {
    display: flex;
    justify-content: center;
}
.free_custom {
    display: none;
    padding: 0 50px;
    padding-bottom:20px;
}
.shipping-bar__progress:after {
    background: #96b1f8 !important;
}
.shipping-bar__progress {
    border: 1px solid #acafb3 !important;
}
.drawer {
    z-index: 9999999999 !important;
}
.lock-all .Rise__widget {
    z-index: 999 !important;
    display: none;
}
.lock-all div#gorgias-chat-container {
    display: none;
}
.product-sticky-form {
    z-index: 100 !important;
}
.lock-all .product-sticky-form {
  z-index: 999 !important;
}
.drawer__footer:before {
    background: transparent !important;
}
.Rise__widget {
    z-index: 999 !important;
}
.popover.popover--quick-buy {
    z-index: 99999999999 !important;
}

.drawer__content .accessoires--product-list-wrapper {
  display: none;
}

@media (max-width:767px) {
  .free_custom {
      padding: 0 34px;
  }
}

/* ALMA */

.alma-payment-plans-container._TSkFv {
    margin-bottom: 13px;
}

/* RISE WIDGET */

.Rise__widget {
  display:none
}

.Rise__widget-launcher {
  display: none;
}

/* MINI CART BUTTON */

@media (max-width:375px) {
  .mini-cart .button:not(.button--text) {
      font-size: calc(var(--base-font-size) - 5px);
  }
  .mini-cart__drawer-footer just-pay-button::part(just-button) {
      font-size: calc(var(--base-font-size) - 5px)!important;
  }
}

@media (max-width:330px) {
  .mini-cart .button:not(.button--text) {
      font-size: calc(var(--base-font-size) - 7px);
  }
  .mini-cart__drawer-footer just-pay-button::part(just-button) {
      font-size: calc(var(--base-font-size) - 7px)!important;
  }
}

/* POP UP COLORS OPTIMISATION JANVIER 23 */

.swiper.swiper-initialized {
  opacity: 1;
}
.swiper {
  opacity: 0;
}

/* AXEPTIO AJOUT DELAY */

/* .axeptio_mount{
  display:none;
} */


/* DRAWER MODIFS */

.mini-cart__recommendations .mini-cart__recommendations-inner{
  padding: 20px;
}

.mini-cart__recommendations .mini-cart__recommendations-inner .scroller .product-item-meta__title{
  text-overflow: unset;
  font-size: 13px;
  white-space: normal;
}

.drawer__content .mini-cart__recommendations{
  width: 270px;
}

.mini-cart__recommendations .mini-cart__recommendations-inner .mini-cart__recommendations-heading.heading{
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  width: 102%;
  margin-top: 4px !important;
  font-size: var(--heading-h6-font-size);
}

.mini-cart__recommendations .product-item__label-list, quick-buy-drawer .drawer__content .product-form__payment-container>*{
  display: none !important;
}

quick-buy-drawer .drawer__content .product-form__payment-container>#AddToCart{
  display:block !important;
}

quick-buy-drawer .drawer__content .product-form__payment-container>#AddToCart>.loader-button__text{
  color: #FFF !important;
}

/** =================== **/
/** === Reinsurance === **/
/** =================== **/

.reinsurance__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.reinsurance__label{
  margin: 0;
  text-align: left;
  margin-left: 5px;
  color : var(--reinsurance-text-color);
}

.shopify-product-form .product-form__payment-container {
  margin-top: 0;
}
.product__info .product-form {
  grid-row-gap: 10px;
  row-gap: 5px;
}
.product__info .product-form .product-form__custom-liquid{
  max-width: 100%;
  overflow-x: auto;
}
.product-form .color-swatch-list,
.product-form .product-form__option-selector {
  margin-bottom: 8px;
}

/** ============================================= **/
/** ====== Inga Cart Recommandation Slider ====== **/
/** ============================================= **/

inga-cart-recommendations {
  margin-top: var(--container-gutter);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: var(--container-gutter);
  margin-left: calc(var(--container-gutter) * -1);
  margin-right: calc(var(--container-gutter) * -1);
  border-top: 1px solid rgb(var(--root-border-color));
  padding-top: var(--container-gutter);
}
.inga-cart-recommendations__heading {
  margin: 0;
  text-align: center;
  padding: 0 var(--container-gutter);
}
.inga-cart-recommendations__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0px auto;
  overflow: auto hidden;
  gap: 12px;
  max-width: 100%;
  padding: 24px 0px;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.inga-cart-recommendations__list .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 16px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  scroll-margin: 12px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px, rgba(0, 0, 0, 0.08) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 2px, rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 16px;
  width: 290px;
}

@media screen and (min-width: 741px){
  .inga-cart-recommendations__list .product-item {
    width: 352px;
  }
  .inga-cart-recommendations__list {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}

@media screen and (max-width: 740px){
  .inga-cart-recommendations__list .product-item:first-child{
    margin-left: 16px;
  }
  .inga-cart-recommendations__list .product-item:last-child{
    margin-right: 16px;
  }
}

.inga-cart-recommendations__list::-webkit-scrollbar {
  display: none;
}

.inga-cart-recommendations__list .product-item .price-list{
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inga-cart-recommendations__list .product-item__image-wrapper {
  width: 65px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

[dir="ltr"] .inga-cart-recommendations__list .product-item__image-wrapper {
  margin: 0 24px 0 0;
}
[dir="ltr"] .inga-cart-recommendations__list .product-item__info {
  text-align: left;
}

.inga-cart-recommendations__list .product-item-meta .jdgm-widget {
  display: none;
}
.inga-cart-recommendations__list .product-item__info {
  min-width: 0;
}

.inga-cart-recommendations__list .product-item__label-list {
  display: none;
}

.inga-cart-recommendations__list .product-item__link {
  --button-background: var(--primary-button-background);
  --button-text-color: var(--primary-button-text-color);
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 100%;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--button-border-radius);
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));

  background-image: -o-linear-gradient(272deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, 0.07) 10%, rgba(0, 0, 0, 0.07) 100%), -o-linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));

  background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, 0.07) 10%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
  background-size: 100% 200%, 100% 100%;
  background-position: 100% -100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.inga-cart-recommendations__list .product-item__link:hover {
  background-position: 100% 25%, 100% 100%;
  color: rgb(var(--button-text-color));
}

.inga-cart-recommendations__pagination__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 var(--container-gutter);
}
.inga-cart-recommendations__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inga-cart-recommendations__dots__unit {
  padding: 5px;
  cursor: pointer;
}

.inga-cart-recommendations__dots__unit span {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 100%;
  display: inline-block;
}

.inga-cart-recommendations__dots__unit--active span {
  background: black;
  border: 2px solid black;
  border-radius: 100%;
}


/**
 * Header art improvement
 */

@media screen and (min-width: 1400px) {
.mega-menu__inner .mega-menu__image-push {
    width: unset;
    max-width: 250px;
  }
}

.mega-menu__images-wrapper{
  grid-auto-columns: minmax(0, 1fr);
}


/**
 * Quick Add Mobile improvements
 */


quick-buy-popover .accessoires--product-list-wrapper {
  display: none;
}


/**
 * Fix overflow module livraison
 */
 @media screen and (max-width:425px){
   div.bb-tag-root{
     padding:0 !important;
     font-size: 3.8vw!important;
   }
 }

/**
 * Sticky Video Section
 */

.section-svideo-container {
  bottom: 24px;
  display: none;
  position: fixed;
  transition: all 0.3s;
  z-index: 100;
}

.section-svideo-wrapper {
  align-items: center;
  box-shadow: #001e3a1a 0 24px 24px -16px;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
}

.section-svideo-wrapper video {
  height: 100%;
}

.section-svideo-wrapper video::-webkit-media-controls-enclosure {
  display: inherit !important;
}

.section-svideo-close-button {
  align-items: center;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 2%;
  top: 2%;
  transition: transform 0.12s ease-out;
  width: 24px;
  z-index: 2;
}

.section-svideo-close-button:hover {
  transform: scale(1.1);
}

.section-svideo-round {
  border-radius: 50%;
}

.section-svideo-round:hover {
  transform: scale(1.1);
}

.section-svideo-enlarged {
  border-radius: 5%;
}
.announcement--version-b {
  display: none;
}

.mobile-menu__flex{
  margin-left: 5px;
}

/* Featured Collection - Product */

.product-item-meta__title>*{
  font-size: 1em;
  font-weight: normal;
}

.from-product-price{
 font-size: 14px;
}

/* Cart customisation */

.cart__subtotal-price, 
.cart__stacked-discounts, 
.cart__total-price {
  display: flex;
  justify-content: space-between;
}

.cart__stacked-discounts .line-item__discount-badge {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart__total-price {
  margin-bottom: 10px;
}

/* Eviter le retour a la ligne dans la description produit */
.product-form__description.rte h2,
.product-form__description.rte h3,
.product-form__description.rte h4,
.product-form__description.rte h5,
.product-form__description.rte h6{
  display: inline;
}

/* Row Icons block Product Page */

.row-icons-wrapper {
  text-align: center;
  font-size: calc(var(--base-font-size) - 3px);
}

.row-icons-wrapper .row-icons-heading {
  text-align: center;
  font-size: calc(var(--base-font-size) + 5px);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}

.row-icons-wrapper .row-icons-text {
  text-align: center;
  font-size: calc(var(--base-font-size) - 5px);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  color: var(--color--dark-grey);
}

.row-icons-wrapper .row-icons-text, .row-icons-wrapper .row-icons-heading, .row-icons-wrapper .row-icons-icon {
  line-height: 1.3em;
}

.row-icons-wrapper .row-icons-icon {
  margin-bottom: 5px;
}

.row-icons-wrapper .row-icons-icon svg {
  height: 40px;
}

.row-icons-columns_wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 5px;
}

.row-icons-columns_wrapper .row-icons-column {
  max-width: 150px;
  flex:1;
}

@media screen and (max-width: 999px) {
  .row-icons-columns_wrapper {
    gap: 5px;
  }
}

@media screen and (max-width: 450px) {
  .row-icons-wrapper .row-icons-heading {
    font-size: var(--base-font-size);
  }
  
  .row-icons-wrapper .row-icons-text {
    font-size: calc(var(--base-font-size) - 7px);
  }

  .row-icons-wrapper .row-icons-icon svg {
    height: 32px;
  }
}

@media screen and (max-width: 350px) {
  .row-icons-columns_wrapper {
    gap: unset;
    row-gap: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    width: 100%;
  }

  .row-icons-columns_wrapper .row-icons-column {
    flex: unset;
    max-width: unset;
    width: 50%;
  }
}

@media screen and (min-width: 741px) and (max-width: 999px) {
  .image-with-text__wrapper.image-with-text__wrapper-reverse-mobile .image-with-text__image-wrapper{
    margin-bottom:0;
    margin-top:38px
  }
}

@media screen and (max-width: 740px) {
  .image-with-text__wrapper.image-with-text__wrapper-reverse-mobile .image-with-text__image-wrapper{
    margin-bottom:0;
    margin-top:22px
  }
}

@media screen and (max-width: 999px) {
  .image-with-text .image-with-text__wrapper{
    display: flex;
    flex-direction: column;
  }

  .image-with-text .image-with-text__wrapper.image-with-text__wrapper-reverse-mobile{
    flex-direction: column-reverse;
  }
}