/** Shopify CDN: Minification failed

Line 482:9 Unexpected "{"
Line 482:18 Expected ":"
Line 482:25 Unexpected "{"

**/
/**
 *
 *
 * Base
 *
 */
.text_box_with_headline a,
.bubble_headline h1 a,
.bubble_headline h2 a,
.bubble_headline h3 a,
.bubble_headline h4 a,
.bubble_headline h5 a {
  color: var(--font-color-highlight);
  text-decoration: none;
}

.text_box_with_headline a:hover,
.bubble_headline h1 a:hover,
.bubble_headline h2 a:hover,
.bubble_headline h3 a:hover,
.bubble_headline h4 a:hover,
.bubble_headline h5 a:hover {
  text-decoration: underline;
}





/**
 *
 * Announcement Bar
 *
 */
.utility-bar {
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-foreground);
}

.announcement-bar-section .button {
  text-transform: uppercase;
  font-family: var(--font-button-family);
  font-weight: var(--font-body-weight);
  padding-left: 0;
}

.announcement-bar-section .language-currency {
  text-align: right;
}

.announcement-bar-section {

  @media screen and (min-width: 990px) {
    .utility-bar__grid--3-col {
      grid-template-columns: 2fr 6fr 2fr;
    }
  }

  @media screen and (max-width: 989px) {
    .social-icons {
      display: none;
    }
  }
}


/**
 *
 * Header
 *
 */
.header__heading-link {
  padding: 0;
}

.header__heading-logo {
  width: 500px;
  max-width: 100%;

  @media screen and (max-width: 989px) {
    display: none;
  }
}

.header__heading-logo.logo--mobile {
  display: none;

  @media screen and (max-width: 989px) {
    display: block;
    height: 40px;
    width: auto;
  }
}

.header__icons .button-boutique {
  width: 180px;
}

.header__icons .button-boutique > span {
  background-image: var(--bkg-bubble-pink-small);
  font-size: 2rem;
  height: 34px;
  padding-top: 3px;
  display: inherit;
}




/**
 *
 * Header - Menu
 *
 */
.header__inline-menu {
  border-width: 3px 0;
  border-style: solid;
  border-color: var(--color-foreground);
  padding: 5px 0;
}

.header__inline-menu .header__menu-item {
  padding: 1.2rem 2rem;
  color: rgba(var(--color-foreground), 1);
  font-size: 1.5rem;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  text-transform: uppercase;
}

.header__inline-menu .header__active-menu-item {
  text-decoration: none;
  color: var(--font-color-highlight);
}



.header__inline-menu {
  margin-left: 0;
}

.header__inline-menu > ul > li {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: var(--color-foreground);
}

.header__inline-menu > ul > li:first-child {
  border-left: 0;
  padding-left: 0;
}


.header__menu-item .icon-caret {
  color: var(--font-color-highlight);
}



/**
 *
 * Footer
 *
 */
.footer {
  background-image: var(--footer-background-stripe);
  background-position: 0 0;
  background-repeat: repeat;

  @media screen and (max-width: 989px) {
    background-size: 20%;
  }
}

.footer .footer__content-top {
  background-image: var(--footer-background-image);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.footer__blocks-wrapper {
  width: 100%;
  padding-bottom: 200px;

  @media screen and (max-width: 989px) {
    padding-bottom: 50px;
  }
}

.footer-block__details-content .list-menu__item--link {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;

  @media screen and (max-width: 989px) {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}



/** Newsletter */
.footer .footer-block__newsletter {
  margin-bottom: 3px;
}

.footer .footer-block--newsletter .footer-block__heading.inline-richtext {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.footer .newsletter-form__field-wrapper .field::after {
  border-radius: 3px;
}

.footer .newsletter-form__field-wrapper .field__input {
  padding: 5px 5px;
  height: auto;
  min-height: 0;
  min-width: 0;
}

.footer .newsletter-form__field-wrapper .field__label {
  top: 3px;
}

.footer .newsletter-form__field-wrapper .field__input:focus ~ .field__label,
.footer .newsletter-form__field-wrapper .field__input:not(:placeholder-shown) ~ .field__label,
.footer .newsletter-form__field-wrapper .field__input:-webkit-autofill ~ .field__label {
  opacity: 0;
}


/** Socials */
.footer .footer-block--newsletter .footer__list-social {
  justify-content: flex-start;
}

.footer .list-social__link {
  height: 70px;
  padding: 0;
  margin-right: 10px;
  justify-content: center;
}

.footer .list-social__link:hover {
  margin-top: -2px;
  opacity: 0.7;
}

.footer .list-social__link .svg-wrapper {
  width: auto;
  height: 70px;
}

.footer .list-social__link .svg-wrapper>svg {
  width: auto;
}


.footer {

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

    .footer-block--newsletter {
      margin-bottom: 250px;
    }

    .footer-block--newsletter .footer__list-social {
      margin-left: 0;
    }
  }

  @media screen and (max-width: 749px) {
    .footer-block--newsletter {
      margin-bottom: 200px;
    }
  }
}



/**
 *
 * Buttons
 *
 */
.button-boutique {
  width: 220px;
  text-decoration: none;
  display: inline-block;
  background: none;
  border: 0;
}

.button-boutique > span {
  background-image: var(--bkg-bubble-pink-small);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  text-transform: uppercase;
  font-size: 2.6rem;
  height: 50px;
  width: 100%;
  padding-top: 3px;
  text-align: center;
  color: rgba(var(--color-foreground), 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-boutique:hover > span {
  background-image: var(--bkg-bubble-pink-small-hover);
  transition: background 0.3s ease-in-out;
}

.button-boutique-container {
  text-align: center;
}
.button-boutique-container.button-boutique-pos--left {
  text-align: left;
}
.button-boutique-container.button-boutique-pos--right {
  text-align: right;
}




/**
 *
 * Slideshow
 *
 */
.slideshow,
slideshow-component {
  transition: background-color 0.5s ease;
  background: transparent;
}

.slideshow .slideshow__text h1 p,
.slideshow .slideshow__text h2 p,
.slideshow .slideshow__text h3 p,
.slideshow .slideshow__text h4 p,
.slideshow .slideshow__text h5 p,
.slideshow .banner__text p {
  line-height: 1rem;
}



.slideshow__controls.slideshow__controls-horizontal {
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  justify-content: space-between;
}


.slideshow__controls.slideshow__controls-horizontal .slider-counter {
  display: none
}


.slideshow__controls .svg-wrapper {
  display: none;
}

.slideshow__controls .slider-button {
  background-image: var(--icon-arrow);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.slideshow__controls .slider-button:hover {
  background-image: var(--icon-arrow-hover);
}

.slideshow__controls .slider-button--prev {
  transform: rotate(180deg);
}


.slideshow__controls-horizontal .slideshow__autoplay.slider-button {
  border: 0;
}



/**
 *
 * Bordered Sections
 *
 */
.text_box_with_headline .content__wrapper,
.collection__featured slider-component,
.collection__list slider-component,
.related-products .product-grid,
.image-with-text,
.collage {
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-foreground);
}



/**
 *
 * Section: Text Box with Headline
 *
 */
.text_box_with_headline {
  margin-bottom: 40px;
  margin-top: 40px;
}

.text_box_with_headline .content__wrapper {
  padding: 2.5rem;
  display: flex;
}

.text_box_with_headline .text_content {
  flex-grow: 1;
}

.text_box_with_headline .icon-left {
  margin-right: 40px;
}
.text_box_with_headline .icon-right {
  margin-left: 40px;
}



/**
 *
 * Section - Headline
 *
 */
.bubble_headline {
  margin-bottom: 40px;
  margin-top: 40px;
}

.bubble_headline .content__wrapper {
  padding: 2.5rem;
  text-align: center;
}




/**
 *
 * Section - Banner
 *
 */
#banner-{{ section.id }} {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}


.banner-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-desktop,
.banner-mobile {
  position: relative;
  width: 100%;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

.banner-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner-wrapper-hover:hover .banner-image-hover {
  opacity: 1;
}

.banner-wrapper-hover:hover .banner-image-default {
  opacity: 0;
}


/* Mobile Styles */
.banner-mobile {
  display: none;
}

.banner-desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .banner-mobile {
    display: block;
  }

  .banner-desktop {
    display: none;
  }
}



/* Touch devices hover effect */
@media (hover: none) and (pointer: coarse) {
  .banner-wrapper:active .banner-image-hover {
    opacity: 1;
  }

  .banner-wrapper:active .banner-image-default {
    opacity: 0;
  }
}




/**
 *
 * Section: Featured Collection
 *
 */
.collection__featured slider-component {
  padding-top: 2.5rem;
}



/**
 *
 * Section: Collection List
 *
 */
.collection__list slider-component {
  padding: 4rem 5rem 0 5rem;
}




/**
 *
 * Section: Related Products
 *
 */
.related-products .product-grid {
  padding: 2.5rem;
  margin-top: 0;
}



/**
 *
 * Section: Image with Text
 *
 */
.image-with-text {
  padding: 2.5rem;
}

.image-with-text__text.subtitle {
  color: var(--color-foreground);
  font-family: var(--font-body-semibold-family);
  font-weight: var(--font-body-semibold-weight);
}

.image-with-text .image-with-text__content {
  padding: 0;
  margin-right: 50px;
  margin-left: 50px;
  background: transparent;

  @media screen and (max-width: 749px) {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.image-with-text .image-with-text__content.image-with-text__grid--reverse {
  margin-right: 0;
}

.image-with-text .image-with-text__media-item {
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-foreground);
}

.image-with-text .image-with-text__media-item--fullsize {
  width: 100%;
} 



/**
 *
 * Section: Multicolumn - Corporatif
 *
 */
.multicolumn-corporatif .multicolumn-list__item {
  padding-bottom: 30px;
}

.multicolumn-corporatif h3.inline-richtext {
  font-size: 1.4rem;
  margin-bottom: 20px;
  margin-top: 10px;
}
.multicolumn-corporatif .multicolumn-card__info {
  padding: 0;
}

.multicolumn-corporatif .multicolumn-card__info ul {
  list-style-position: outside;
  list-style-type: "- ";
  padding-left: 0;
}

.multicolumn-corporatif .multicolumn-card__info .rte {
  font-size: 1.3rem;
}

.multicolumn-corporatif .media--teaser img {
  width: 100%;
  height: auto;
}


/**
 * 
 * Section: Corporatif - Icons
 *
 */
.corporatif-icons {
  margin-top: 50px;
}

.corporatif-icons .content__wrapper {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.corporatif-icons .feature-icons {
  display: flex;
  justify-content: space-between;
  width: 100%;

  @media screen and (max-width: 998px) {
    flex-wrap: wrap;
  }
}



.corporatif-icons .feature-icon {
  flex-grow: 1;
  margin-right: 30px;
  font-family: var(--font-body-semibold-family);
  font-weight: var(--font-body-semibold-weight);
  text-align: center;

  @media screen and (max-width: 998px) {
    width: 33%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  @media screen and (max-width: 749px) {
    width: 50%;
    margin-right: 0;
  }
}

.corporatif-icons .feature-icon:last-child {
  margin-right: 0;
}

.corporatif-icons .feature-icon .feature-icon__image{
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  display: block;
}





/**
 *
 * Contact with Sidebar
 *
 */
.contact__with-sidebar {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
  margin-bottom: 100px;
}


.contact__with-sidebar .contact__sidebar {
  max-width: 300px;
}

.contact__with-sidebar .contact__sidebar .banner img {
  width: auto;
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 749px) {
  .contact__with-sidebar .contact__sidebar {
    max-width: none;
  }

  .contact__with-sidebar {
    grid-template-columns: 1fr;
  }
}



/**
 *
 * Colorful Box Header
 *
 */
.heading__colorful {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  padding: 0 20px;

  @media screen and (max-width: 749px) {
    padding: 0 10px;
  }
}

.heading__colorful h2 {
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 -13px;
  font-size: 2.2rem;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;

  @media screen and (max-width: 749px) {
    max-width: 100%;
    background-image: var(--bubble-yellow-small-right);
    font-size: 1.2rem;
    padding-bottom: 20px;
    padding-left: 20px;
    justify-content: flex-start;
  }
}

.heading__colorful.style__yellow_large_right,
.heading__colorful.style__yellow_big_right,
.heading__colorful.style__yellow_medium_right,
.heading__colorful.style__yellow_small_right {
  justify-content: flex-end;
}

.style__yellow_large_center,
.style__yellow_big_center,
.style__yellow_medium_center,
.style__yellow_small_center {
  justify-content: center;
}


.style__yellow_large_left h2,
.style__yellow_large_center h2 {
  background-image: var(--bubble-yellow-large);
}
.style__yellow_big_left h2,
.style__yellow_big_center h2 {
  background-image: var(--bubble-yellow-big);
}
.style__yellow_medium_left h2,
.style__yellow_medium_center h2 {
  background-image: var(--bubble-yellow-medium);
}
.style__yellow_small_left h2,
.style__yellow_small_center h2 {
  background-image: var(--bubble-yellow-small);
}

.style__yellow_large_right h2 {
  background-image: var(--bubble-yellow-large-right);
}
.style__yellow_big_right h2 {
  background-image: var(--bubble-yellow-big-right);
}
.style__yellow_medium_right h2 {
  background-image: var(--bubble-yellow-medium-right);
}
.style__yellow_small_right h2 {
  background-image: var(--bubble-yellow-small-right);
}

.style__yellow_large_right h2,
.style__yellow_large_left h2,
.style__yellow_large_center h2 {
  width: 759px;
  height: 60px;
}

.style__yellow_big_right h2,
.style__yellow_big_left h2,
.style__yellow_big_center h2 {
  width: 569px;
  height: 60px;
}

.style__yellow_medium_right h2,
.style__yellow_medium_left h2,
.style__yellow_medium_center h2 {
  width: 505px;
  height: 60px;
}

.style__yellow_small_right h2,
.style__yellow_small_left h2,
.style__yellow_small_center h2 {
  width: 413px;
  height: 60px;
}

.style__yellow_large_left h2,
.style__yellow_large_right h2,
.style__yellow_large_center h2,
.style__yellow_big_left h2,
.style__yellow_big_right h2,
.style__yellow_big_center h2,
.style__yellow_medium_left h2,
.style__yellow_medium_right h2,
.style__yellow_medium_center h2,
.style__yellow_small_left h2,
.style__yellow_small_right h2,
.style__yellow_small_center h2 {

  @media screen and (max-width: 990px) {
    font-size: 2rem;
    background-image: var(--bubble-yellow-large-right);
    width: 759px;
    padding-bottom: 15px;
  }

  @media screen and (max-width: 900px) {
    background-image: var(--bubble-yellow-big-right);
    width: 569px;
    font-size: 1.7rem;
  }

  @media screen and (max-width: 749px) {
    max-width: 100%;
    background-image: var(--bubble-yellow-small-right);
    padding: 0 20px 10px 20px;
    font-size: 1.3rem;
  }

  @media screen and (max-width: 450px) {
    height: 45px;
    justify-content: flex-start;
  }
}


/**
 *
 * Product card
 *
 */
.card__information .product-type {
  font-size: 1.2rem;
}
