/** Shopify CDN: Minification failed

Line 19:0 All "@import" rules must come first
Line 20:0 All "@import" rules must come first

**/
:root {
  --color-foreground: #000;
  --color-background: #fff;
  --color-gray: #f9f9f9;
  --color-border: #eee;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea,
button,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  color: var(--color-foreground);
  background-color: var(--color-background);
  line-height: 1.6;
}

body:not(.is-home) {
  padding-top: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: var(--spacing-md);
}

a {
  color: var(--color-foreground);
  text-decoration: none;
  transition: opacity 0.3s ease;
}



/* Buttons */
.button {
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-lg);
  border: none;
  background-color: var(--color-foreground);
  color: var(--color-background);
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.button:hover {
  background-color: #333;
}

.button--primary {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

.button--secondary {
  border: 1px solid var(--color-foreground);
  background-color: transparent;
  color: var(--color-foreground);
}

.button--secondary:hover {
  background-color: var(--color-foreground);
  color: var(--color-background);
}

/* Forms */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  padding: var(--spacing-sm);
  border: 1px solid var(--color-border);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-foreground);
}

textarea {
  resize: vertical;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .container {
    padding: 0 var(--spacing-sm);
  }
}

/* ---- PAGE POLITIQUE SHOPIFY ---- */
.shopify-policy__container {
  padding-top: 150px;
  padding-bottom: 4rem;
}

/* ---- BANDEAU COOKIES SHOPIFY ---- */


.shopify-pc__banner__dialog {
  background: #fff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08) !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
}

.shopify-pc__banner__dialog .shopify-pc__title,
.shopify-pc__banner__dialog h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0.05em !important;
}

.shopify-pc__banner__dialog .shopify-pc__body,
.shopify-pc__banner__dialog p,
.shopify-pc__banner__dialog .shopify-pc__content {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.82rem !important;
  color: rgba(0, 0, 0, 0.55) !important;
  line-height: 1.6 !important;
}

.shopify-pc__banner__dialog a {
  color: rgba(0, 0, 0, 0.7) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  text-decoration: none !important;
}

.shopify-pc__banner__dialog a:hover {
  color: #000 !important;
  border-bottom-color: rgba(0, 0, 0, 0.6) !important;
}

.shopify-pc__banner__dialog .shopify-pc__banner__btns,
.shopify-pc__banner__dialog .shopify-pc__banner__btns-granular {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.75rem !important;
  width: auto !important;
  align-items: center !important;
}

/* Boutons accept + decline : fond noir */
html body .shopify-pc__banner__dialog .shopify-pc__btn-accept,
html body .shopify-pc__banner__dialog .shopify-pc__btn-accept-all,
html body .shopify-pc__banner__dialog .shopify-pc__btn-decline {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  width: auto !important;
}

html body .shopify-pc__banner__dialog .shopify-pc__btn-accept:hover,
html body .shopify-pc__banner__dialog .shopify-pc__btn-accept-all:hover,
html body .shopify-pc__banner__dialog .shopify-pc__btn-decline:hover {
  background: #333 !important;
}

/* Bouton manage prefs : fond blanc */
html body .shopify-pc__banner__dialog .shopify-pc__btn-manage,
html body .shopify-pc__banner__dialog .shopify-pc__banner__btn-manage-prefs {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  width: auto !important;
}

html body .shopify-pc__banner__dialog .shopify-pc__btn-manage:hover,
html body .shopify-pc__banner__dialog .shopify-pc__banner__btn-manage-prefs:hover {
  color: #000 !important;
}

/* ---- FENÊTRE PRÉFÉRENCES COOKIES SHOPIFY ---- */
.shopify-pc__prefs__dialog {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12) !important;
}

.shopify-pc__prefs__dialog .shopify-pc__title,
.shopify-pc__prefs__dialog h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0.05em !important;
}

.shopify-pc__prefs__dialog .shopify-pc__body,
.shopify-pc__prefs__dialog p,
.shopify-pc__prefs__dialog .shopify-pc__content,
.shopify-pc__prefs__dialog label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.82rem !important;
  color: rgba(0, 0, 0, 0.55) !important;
  line-height: 1.6 !important;
}

.shopify-pc__prefs__dialog a {
  color: rgba(0, 0, 0, 0.7) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  text-decoration: none !important;
}

.shopify-pc__prefs__dialog a:hover {
  color: #000 !important;
  border-bottom-color: rgba(0, 0, 0, 0.6) !important;
}

/* Boutons de la fenêtre préférences */
html body .shopify-pc__prefs__dialog .shopify-pc__btn-accept,
html body .shopify-pc__prefs__dialog .shopify-pc__btn-accept-all,
html body .shopify-pc__prefs__dialog .shopify-pc__btn-decline {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

html body .shopify-pc__prefs__dialog .shopify-pc__btn-accept:hover,
html body .shopify-pc__prefs__dialog .shopify-pc__btn-accept-all:hover,
html body .shopify-pc__prefs__dialog .shopify-pc__btn-decline:hover {
  background: #333 !important;
}

html body .shopify-pc__prefs__dialog .shopify-pc__btn-manage,
html body .shopify-pc__prefs__dialog .shopify-pc__banner__btn-manage-prefs {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

/* Sections de préférences */
.shopify-pc__prefs__dialog .shopify-pc__prefs__section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 1.25rem 0 !important;
}

.shopify-pc__prefs__dialog .shopify-pc__prefs__section:last-of-type {
  border-bottom: none !important;
}

.shopify-pc__prefs__dialog .shopify-pc__prefs__section__title,
.shopify-pc__prefs__dialog .shopify-pc__prefs__section h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.shopify-pc__prefs__dialog .shopify-pc__prefs__section__desc,
.shopify-pc__prefs__dialog .shopify-pc__prefs__section p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8rem !important;
  color: rgba(0, 0, 0, 0.5) !important;
  line-height: 1.6 !important;
  margin-top: 0.35rem !important;
}

/* Toggle switch */
.shopify-pc__prefs__dialog .shopify-pc__prefs__toggle__track {
  background: rgba(0, 0, 0, 0.12) !important;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.shopify-pc__prefs__dialog .shopify-pc__prefs__toggle__input:checked + .shopify-pc__prefs__toggle__track,
.shopify-pc__prefs__dialog .shopify-pc__prefs__toggle__track--checked {
  background: #000 !important;
  border-color: #000 !important;
}

.shopify-pc__prefs__dialog .shopify-pc__prefs__toggle__thumb {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Checkbox fallback */
.shopify-pc__prefs__dialog input[type="checkbox"] {
  accent-color: #000 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
}
