/** Shopify CDN: Minification failed

Line 51:19 Expected identifier but found whitespace
Line 51:21 Unexpected "{"
Line 51:28 Expected ":"
Line 51:61 Expected ":"
Line 52:20 Expected identifier but found whitespace
Line 52:22 Unexpected "{"
Line 52:29 Expected ":"
Line 52:62 Expected ":"
Line 53:18 Expected identifier but found whitespace
Line 53:20 Unexpected "{"
... and 17 more hidden warnings

**/
.lumin-text__fancy1 { 
      position: relative;                
      background-clip: text;
      -webkit-background-clip: text;
      background-image: var(--fancy-gradient);
      color: transparent;
    }
.lumin-text__fancy2 {      
      padding-left: var(--fancy-padding-left);
      padding-right: var(--fancy-padding-left);
      padding-top: var(--fancy-padding-top);
      padding-bottom: var(--fancy-padding-bottom);
      border-radius: var(--fancy-border-radius);
      position: relative;                
      background-clip: text;
      -webkit-background-clip: text;
      background: var(--fancy-background);
      color: var(--fancy-text);
      font-size: var(--fancy-text-size);
    }
/* --- Esperluette (&) élégante : remplace le & calligraphié de Playfair par une italique classique, partout, sans toucher aux lettres --- */
@font-face{
  font-family:'AmpElegant';
  src: local('Baskerville'), local('Baskerville Old Face'), local('Hoefler Text'), local('Palatino Linotype'), local('Book Antiqua'), local('Palatino'), local('Georgia'), local('Times New Roman');
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0026;
}
h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5,.card__heading,.blog__title{
  font-family:'AmpElegant', var(--font-heading-family);
}

/* --- FAQ : masquage/révélation gérés par le toggle JS (section faq_toggle_js) --- */

.lumin-text__fancy3 {
      padding-left: {{ block.settings.padding-left-fancy }}px;
      padding-right: {{ block.settings.padding-left-fancy }}px;
      padding-top: {{ block.settings.padding-fancy }}px;
      padding-bottom: {{ block.settings.padding-fancy }}px;
      border-radius: {{ block.settings.border-fancy }}px;
      position: relative;                
      background-clip: text;
      background-image: {%- if highlight_background_text_color_alpha != 0 -%}
        {{ block.settings.highlight_background_color }}
      {%- endif -%};
      color: transparent;
    }