/** Shopify CDN: Minification failed

Line 484:24 Unexpected "{"
Line 484:33 Expected ":"
Line 490:24 Unexpected "{"
Line 490:33 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.announcement-bar__content {
    container-type: inline-size;
    width: 100%;
  }

  .announcement-bar__timer-row {
    max-width: 100%;
  }

  /* Scale down text on very small screens */
  @container (max-width: 400px) {
    .announcement-bar__timer-row {
      font-size: 0.75rem;
      gap: 0.25rem;
    }
  }

  @container (max-width: 320px) {
    .announcement-bar__timer-row {
      font-size: 0.65rem;
      gap: 0.125rem;
    }
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:call-to-action (INDEX:3) */
.section-call-to-action .container__divider {
    width: 3rem;
    border-top-width: 2px;
  }
/* END_SECTION:call-to-action */

/* START_SECTION:cta-banner (INDEX:10) */
.cta-banner .container__divider {
    width: 3rem;
    border-top-width: 2px;
  }
  .cta-banner .rte {
    max-width: none;
  }
/* END_SECTION:cta-banner */

/* START_SECTION:fullwidth-banner (INDEX:30) */
.fullwidth-banner {
    min-height: var(--banner-min-height, 500px);
  }

  .fullwidth-banner__image img {
    min-height: var(--banner-min-height, 500px);
  }

  .fullwidth-banner--mobile-stacked {
    min-height: auto;
  }

  .fullwidth-banner--mobile-stacked .fullwidth-banner__image-container img {
    min-height: auto;
  }

  /* Horizontal offset for content box (desktop only) */
  .fullwidth-banner .container__content {
    padding-left: var(--content-offset-x, 0);
    padding-right: var(--content-offset-x, 0);
  }

  /* When upload overlay is active, reduce price badge z-index so overlay appears on top */
  .fullwidth-banner:has(.uploader-cover.-visible) .price-badge-wrapper {
    z-index: 5;
  }
/* END_SECTION:fullwidth-banner */

/* START_SECTION:help-center (INDEX:33) */
.help-center {
    text-align: center;
  }

  /* Hero */
  .help-center__hero {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-gray-200);
  }

  /* Section headings */
  .help-center__section-heading {
    font-weight: 400;
    color: var(--color-gray-800);
    text-align: center;
    margin: 20px 0 20px;
  }

  /* Suggested answers - left-aligned within centered block */
  .help-center__suggested {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 0 20px;
    margin: 0 auto 0;
    list-style: none;
    width: fit-content;
  }

  /* Full-width divider after suggested answers via wrapper */
  .help-center__suggested-wrap {
    border-bottom: 1px solid var(--color-gray-200);
  }

  .help-center__suggested-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 2px 0;
  }

  .help-center__suggested-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .help-center__suggested-link {
    font-size: 15px;
    color: var(--color-gray-400);
    text-decoration: none;
  }

  .help-center__suggested-link:hover {
    text-decoration: underline;
  }

  /* Search */
  .help-center__search-wrap {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-gray-200);
  }

  .help-center__search-field {
    position: relative;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }

  .help-center__search-icon {
    position: absolute;
    top: 50%;
    right: 0.875rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--color-gray-400);
  }

  .help-center__search-input {
    width: 100%;
    padding: 6px 50px 6px 10px;
    border: 1px solid var(--color-gray-200);
    border-radius: 2px;
    font-size: 14px;
    background: var(--color-white, #fff);
    outline-offset: 2px;
  }

  .help-center__search-input:focus {
    border-color: var(--color-primary);
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
  }

  /* Tabs section */
  .help-center__tabs-section {
    padding: 20px 0;
  }

  .help-center__tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
  }

  .help-center__tab-btn {
    display: block;
    font-weight: 400;
    color: var(--color-gray-700);
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-bottom: 4px solid transparent;
    background: none;
    transition:
      color 0.2s,
      border-color 0.2s;
    white-space: nowrap;
  }

  .help-center__tab-btn:hover {
    color: var(--color-primary);
  }

  .help-center__tab-btn[aria-selected='true'] {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
  }

  /* TOC - table of contents within tab panel */
  .help-center__toc {
    list-style: none;
    padding: 20px 0 0;
    margin: 0 0 30px;
    text-align: left;
  }

  .help-center__toc-link {
    font-size: 15px;
    color: var(--color-gray-400);
    text-decoration: underline;
    line-height: 1.8;
  }

  .help-center__toc-link:hover {
    color: var(--color-gray-500);
  }

  /* First CTA (between TOC and questions) */
  .help-center__mid-cta {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid var(--color-gray-200);
  }

  /* Questions wrapper - full-width gray background */
  .help-center__questions-wrap {
    background-color: var(--color-gray-100);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding: 30px calc(50vw - 50%) 42px;
  }

  /* Tab panels */
  .help-center__panel {
    display: block;
  }

  .help-center__panel[aria-hidden='true'] {
    display: none;
  }

  /* Questions */
  .help-center__questions {
    text-align: left;
  }

  .help-center__question {
    margin-bottom: 0;
  }

  .help-center__question-heading {
    font-weight: 500;
    color: var(--color-gray-800);
    margin: 20px 0 10px;
  }

  .help-center__question-text {
    font-size: 14px;
    line-height: 1.33;
    color: var(--color-gray-800);
    margin: 0 0 10px;
  }

  .help-center__question-text p {
    margin: 0 0 10px;
  }

  /* "Vers le haut" link */
  .help-center__back-to-top {
    margin: 4px 0 10px;
    text-align: left;
  }

  .help-center__back-to-top-link {
    font-size: 14px;
    color: var(--color-gray-400);
    text-decoration: none;
  }

  .help-center__back-to-top-link svg {
    color: var(--color-success);
  }

  .help-center__back-to-top-link:hover {
    text-decoration: underline;
  }

  .help-center__back-to-top-icon {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-left: 4px;
    vertical-align: middle;
  }

  /* Search results */
  .help-center__search-results {
    text-align: left;
    margin-top: 1.5rem;
  }

  .help-center__search-results[aria-hidden='true'] {
    display: none;
  }

  .help-center__no-results {
    text-align: center;
    color: var(--color-gray-400);
    font-size: 15px;
    margin-top: 1.5rem;
  }

  .help-center__no-results[aria-hidden='true'] {
    display: none;
  }

  /* CTA bottom */
  .help-center__cta {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid var(--color-gray-400);
  }

  /* Mobile defaults — override for desktop */
  .help-center__tab-list {
    gap: 4px;
  }

  .help-center__tab-btn {
    font-size: 14px;
    padding: 4px 8px;
  }

  .help-center__section-heading {
    font-size: 22px;
  }

  .help-center__question-heading {
    font-size: 20px;
  }

  @media screen and (min-width: 640px) {
    .help-center__tab-list {
      gap: 0;
    }

    .help-center__tab-btn {
      font-size: 18px;
      padding: 4px 12px;
    }

    .help-center__section-heading {
      font-size: 30px;
    }

    .help-center__question-heading {
      font-size: 24px;
    }
  }
/* END_SECTION:help-center */

/* START_SECTION:logo-section (INDEX:37) */
.logo-section__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }

  @media screen and (min-width: 768px) {
    .logo-section__grid {
      gap: 1.5rem;
      grid-template-columns: repeat(var(--logos-per-row, 5), 1fr);
    }
  }

  .logo-section__grid--centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .logo-section__grid--centered > li {
    width: calc((100% - 2rem) / 3);
  }

  @media screen and (min-width: 768px) {
    .logo-section__grid--centered {
      gap: 1.5rem;
    }

    .logo-section__grid--centered > li {
      width: calc((100% - (var(--logos-per-row, 5) - 1) * 1.5rem) / var(--logos-per-row, 5));
    }
  }
/* END_SECTION:logo-section */

/* START_SECTION:multi-product-configurator (INDEX:61) */
.section-multi-product-configurator {
    min-height: 80dvh;
  }

  .section-multi-product-configurator #root {
    min-height: 70dvh;
  }

  /* Loading state */
  .section-multi-product-configurator.loading {
    pointer-events: none;
    opacity: 0.7;
  }

  .section-multi-product-configurator.loading::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: mpc-spin 0.8s linear infinite;
    z-index: 9999;
  }

  @keyframes mpc-spin {
    to {
      transform: rotate(360deg);
    }
  }
/* END_SECTION:multi-product-configurator */

/* START_SECTION:newsletter (INDEX:62) */
.newsletter--fullwidth {
    min-height: var(--newsletter-min-height, 500px);
  }

  .newsletter--fullwidth__image img {
    min-height: var(--newsletter-min-height, 500px);
  }

  .newsletter--fullwidth--mobile-stacked {
    min-height: auto;
  }

  .newsletter--fullwidth--mobile-stacked .newsletter--fullwidth__image-container img {
    min-height: auto;
  }
/* END_SECTION:newsletter */

/* START_SECTION:picturator-configurator (INDEX:63) */
/* CLS prevention styles moved to inline <style> tag above for first-render availability */

  .configurator-embed [class*="border-[#35b2b6]"] {
    border: 2px solid #35b2b6 !important;
  }

  /* Hide product dropdown until configurator is ready with image */
  #configurator-widget-{{ section.id }} [data-product-dropdown] {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  #configurator-widget-{{ section.id }}.configurator-ready [data-product-dropdown] {
    opacity: 1;
    pointer-events: auto;
  }
/* END_SECTION:picturator-configurator */

/* START_SECTION:price-table (INDEX:64) */
.section-price-table {
    --preview-color: var(--color-gray-400);
    --group-header-bg: var(--color-gray-700);
    --group-header-color: var(--color-white, #fff);
    --table-border-color: var(--color-gray-200);
    --compare-price-color: var(--color-gray-400);
    --sale-price-color: var(--color-danger);
    --header-text-color: var(--color-gray-800);
    --header-bg-color: var(--color-gray-100);
  }

  .price-table__subtitle {
    margin-bottom: 1.5rem;
  }

  .price-table__subtitle a {
    color: var(--sale-price-color);
    text-decoration: underline;
  }

  .price-table__category-heading {
    margin-bottom: 1rem;
  }

  .price-table__group {
    margin-bottom: 2rem;
    border: 1px solid var(--table-border-color);
  }

  .price-table__group-header {
    background-color: var(--group-header-bg);
    color: var(--group-header-color);
    padding: 0.5rem 1rem;
    font-weight: 700;
    font-size: 0.9rem;
  }

  .price-table__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }

  .price-table__table thead th {
    width: 25%;
    text-align: left;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--header-text-color);
    border-bottom: 2px solid var(--table-border-color);
    background-color: var(--header-bg-color);
  }

  .price-table__table thead th:last-child {
    text-align: right;
  }

  .price-table__row {
    border-bottom: 1px solid var(--table-border-color);
  }

  .price-table__row:last-child {
    border-bottom: none;
  }

  .price-table__cell {
    padding: 0.5rem;
    vertical-align: middle;
    font-size: 0.8rem;
  }

  .price-table__cell--preview {
    width: 25%;
  }

  .price-table__preview {
    width: auto;
    background-color: var(--preview-color);
  }

  .price-table__cell--size {
    width: 25%;
    font-weight: 600;
  }

  .price-table__cell--resolution {
    width: 25%;
  }

  .price-table__cell--price {
    width: 25%;
    text-align: right;
    white-space: nowrap;
  }

  .price-table__compare-price {
    display: block;
    color: var(--compare-price-color);
    font-size: 0.85rem;
    text-decoration: line-through;
  }

  .price-table__sale-price {
    display: block;
    color: var(--sale-price-color);
    font-weight: 700;
  }

  .price-table__cta {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
  }

  .price-table__table thead th:nth-child(3),
  .price-table__cell--resolution {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .price-table__table thead th:nth-child(3),
    .price-table__cell--resolution {
      display: table-cell;
    }

    .price-table__table {
      table-layout: fixed;
    }

    .price-table__cell {
      padding: 0.75rem 1rem;
      font-size: 0.9rem;
    }
  }
/* END_SECTION:price-table */

/* START_SECTION:text-media (INDEX:81) */
.text-media__spaced-text {
    word-spacing: 1em;
  }
/* END_SECTION:text-media */

/* START_SECTION:trust-and-pricing (INDEX:82) */
/* Mobile condensed: details toggle */
  .trust-condensed-details summary {
    list-style: none;
  }

  .trust-condensed-details summary::-webkit-details-marker {
    display: none;
  }

  .trust-condensed-details[open] .trust-toggle-icon {
    transform: rotate(180deg);
  }

  .trust-condensed-details[open] .details-more {
    display: none;
  }

  .trust-condensed-details[open] .details-less {
    display: inline;
  }

  /* Desktop condensed: collapsible-element centers the expand button */
  [data-collapsible-group] collapsible-element {
    display: flex;
    justify-content: center;
  }

  /* Desktop condensed: accordion panels */
  .trust-accordion-panel[aria-hidden='true'] {
    display: none;
  }

  .trust-accordion-panel[aria-hidden='false'] {
    display: block;
  }

  /* Desktop condensed: expand button states */
  .trust-expand-btn[aria-expanded='true'] .trust-expand-icon {
    transform: rotate(180deg);
  }

  .trust-expand-btn[aria-expanded='true'] .collapsible-more {
    display: none;
  }

  .trust-expand-btn[aria-expanded='false'] .collapsible-less {
    display: none;
  }

  .trust-expand-btn[aria-expanded='true'] .collapsible-less {
    display: inline;
  }
/* END_SECTION:trust-and-pricing */

/* START_SECTION:video-banner (INDEX:85) */
.video-banner__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-banner__wrapper--full {
    height: 100vh;
    min-height: 500px;
  }

  .video-banner__wrapper--medium {
    height: 70vh;
    min-height: 400px;
  }

  .video-banner__wrapper--small {
    height: 50vh;
    min-height: 300px;
  }

  .video-banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .video-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, var(--overlay-opacity, 0.3));
    z-index: 1;
  }

  .video-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    max-width: 800px;
    color: var(--text-color, #ffffff);
  }

  .video-banner__heading {
    margin: 0 0 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }

  .video-banner__heading--small {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .video-banner__heading--medium {
    font-size: clamp(2.5rem, 6vw, 4rem);
  }

  .video-banner__heading--large {
    font-size: clamp(3rem, 7vw, 5rem);
  }

  .video-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .video-banner__button:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  @media screen and (max-width: 749px) {
    .video-banner__wrapper--full {
      height: 100vh;
      min-height: 400px;
    }

    .video-banner__wrapper--medium {
      height: 60vh;
      min-height: 350px;
    }

    .video-banner__wrapper--small {
      height: 40vh;
      min-height: 250px;
    }

    .video-banner__content {
      padding: 1.5rem;
    }

    .video-banner__heading {
      margin-bottom: 1.5rem;
    }

    .video-banner__button {
      padding: 0.875rem 2rem;
      font-size: 1rem;
    }
  }
/* END_SECTION:video-banner */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:gradient-overlay (INDEX:145) */
.gradient-overlay {
    background: radial-gradient(
      84.81% 52.04% at 26.01% 80.16%,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
/* END_SNIPPET:gradient-overlay */

/* START_SNIPPET:social-proof-content (INDEX:258) */
.social-proof-images {
    -webkit-overflow-scrolling: touch;
  }

  .social-proof-images img {
    display: inline-block;
  }

  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }

  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
/* END_SNIPPET:social-proof-content */

/* START_SNIPPET:social-proof (INDEX:260) */
.social-proof-images {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
  }

  .social-proof-images img {
    display: inline-block;
  }

  @media (min-width: 1024px) {
    .social-proof-images {
      flex-wrap: wrap !important;
    }
  }

  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }

  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
/* END_SNIPPET:social-proof */