/** Shopify CDN: Minification failed

Line 229:0 All "@import" rules must come first

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}
/* Forcer Scheme 6 sur les pages de blog, personnalisation Val */
#shopify-section-template--24322915762515__main {
  background-color: #ffffff;   /* Fond blanc */
  color: #000000;              /* Texte noir */
}

#shopify-section-template--24322915762515__main h1,
#shopify-section-template--24322915762515__main h2,
#shopify-section-template--24322915762515__main h3,
#shopify-section-template--24322915762515__main p {
  color: #000000; /* Titres + texte en noir */
}

/* Liens en bleu hypertexte */
#shopify-section-template--24322915762515__main a {
  color: #0000EE; /* Bleu lien par défaut */
  text-decoration: underline; /* style typique d'un lien */
}

#shopify-section-template--24322915762515__main a:hover {
  color: #551A8B; /* Violet style lien visité / hover */
}

/* Boutons restent en rouge */
#shopify-section-template--24322915762515__main .button {
  background-color: #ff0000; /* Bouton rouge */
  color: #ffffff;            /* Texte bouton blanc */
  border: none;
}

#shopify-section-template--24322915762515__main .button:hover {
  background-color: #cc0000; /* Rouge foncé au hover */
}

/* Supprimer la bande noire uniquement pour la section blog post custom Val*/
#shopify-section-template--24322915762515__main,
#shopify-section-template--24322915762515__main::before,
#shopify-section-template--24322915762515__main::after {
  background: #ffffff !important; /* fond blanc */
  --gradient-background: #ffffff;
  --color-background: 255 255 255;
  --section-divider-height: 0px;   /* enlève le séparateur Shopify Ride */
  box-shadow: none !important;
}

/* Custom Val */
/* === Polices blog post (Poppins + Merriweather) === */
/* Charge les polices (ok dans un asset CSS Shopify) */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Poppins:wght@600;800&display=swap');

/* Base : s'applique uniquement à CETTE section */
#shopify-section-template--24322915762515__main {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  line-height: 1.7;
  font-size: 18px;           /* confort de lecture */
}

/* Titres catchys */
#shopify-section-template--24322915762515__main h1,
#shopify-section-template--24322915762515__main h2,
#shopify-section-template--24322915762515__main h3,
#shopify-section-template--24322915762515__main h4 {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

#shopify-section-template--24322915762515__main h1 { font-weight: 800; font-size: clamp(34px, 5vw, 54px); }
#shopify-section-template--24322915762515__main h2 { font-weight: 800; font-size: clamp(26px, 3.6vw, 36px); }
#shopify-section-template--24322915762515__main h3 { font-weight: 700; font-size: clamp(22px, 2.6vw, 28px); }

/* Paragraphes + éléments de lecture */
#shopify-section-template--24322915762515__main p,
#shopify-section-template--24322915762515__main li {
  font-weight: 400;
  margin: 0 0 1.1em;
}

#shopify-section-template--24322915762515__main strong { font-weight: 700; }
#shopify-section-template--24322915762515__main em { font-style: italic; }

/* Liens (bleu hyperlien, déjà demandé) */
#shopify-section-template--24322915762515__main a {
  color: #0066cc;
  text-decoration: underline;
}
#shopify-section-template--24322915762515__main a:hover {
  color: #004a99;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

/* Citations / blocs mis en avant */
#shopify-section-template--24322915762515__main blockquote {
  font-family: "Merriweather", Georgia, serif;
  font-style: italic;
  border-left: 4px solid #e6e6e6;
  padding-left: 16px;
  margin: 1.2em 0;
}

/* Listes mieux espacées */
#shopify-section-template--24322915762515__main ul,
#shopify-section-template--24322915762515__main ol {
  padding-left: 1.4em;
  margin-bottom: 1.1em;
}

/* Amélioration affichage du titre principal (H1 blog) */
#shopify-section-template--24322915762515__main h1,
#shopify-section-template--24322915762515__main .article-template__title {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px); /* moins énorme */
  line-height: 1.25;                 /* plus lisible */
  letter-spacing: -0.01em;
  max-width: 22ch;                   /* lignes plus longues */
  margin: 0 auto 1em;                 /* centré + espace en bas */
  text-align: center;                 /* centrage du titre */
}