/** Shopify CDN: Minification failed

Line 107:13 Expected identifier but found whitespace
Line 107:15 Unexpected "{"
Line 107:24 Expected ":"
Line 107:65 Expected ":"
Line 108:16 Expected identifier but found whitespace
Line 108:18 Unexpected "{"
Line 108:27 Expected ":"
Line 108:67 Expected ":"
Line 228:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

.avis-section {
  background: #fff;
  color: #000;
  padding: 40px 20px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.avis-section h2,
.avis-section p {
  font-family: 'EB Garamond', serif;
  color: #000;
}
.avis-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.avis-section p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.avis-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 0 40px;
  margin-top: 20px;
}
.avis-card {
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  flex-shrink: 0;
  color: #000;
}
.avis-stars {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.avis-note {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
.avis-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  z-index: 10;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}
.popup-content {
  background: #fff;
  max-width: 400px;
  margin: 80px auto;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  color: #000;
}
.faq-section {
  font-family: 'Garamond', serif;
  color: #000;
  padding: 80px 20px;
  margin-top: {{ section.settings.marge_haut | default: '60' }}px;
  margin-bottom: {{ section.settings.marge_bas | default: '60' }}px;
  display: flex;
  justify-content: center;
}

.faq-box {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 40px 30px;
  max-width: 800px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.faq-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
}

.faq-subtitle {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin-bottom: 36px;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.faq-icon {
  font-size: 22px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 22px;
  }
  .faq-subtitle {
    font-size: 18px;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 15px;
  }
}
.hottest-season-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.hottest-season-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}
.hottest-season-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 24px;
  padding-bottom: 12px;
}
.hottest-season-item {
  flex: 0 0 auto;
  width: 140px;
  text-align: center;
}
.hottest-season-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.hottest-season-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
}
.hottest-season-text {
  font-weight: 600;
  font-size: 14px;
}
/* Import de EB Garamond */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&display=swap');

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 10px;
  font-family: 'Helvetica Neue', sans-serif;
}

.info-card {
  /* Encadré noir retiré */
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  background-color: #fff;
}

.info-card i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.info-title {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: #000;
}

.info-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}