/** Shopify CDN: Minification failed

Line 132:0 Expected "}" to go with "{"

**/
.blog-placeholder {
  margin: 0 1.5rem;
  background: rgb(var(--color-background));
}

@media screen and (min-width: 750px) {
  .blog-placeholder {
    text-align: center;
    width: 50%;
    margin: 0;
  }
}

.blog-placeholder__content {
  padding: 3rem;
  background: rgba(var(--color-foreground), 0.04);
}

.blog-placeholder .placeholder {
  position: relative;
}

.blog-placeholder h2 {
  margin: 0;
}

.blog-placeholder .rte-width {
  margin-top: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop .article-card .card__content {
    text-align: center;
  }
}

.blog__title {
  margin: 0 auto; /* Centre le titre horizontalement */
  text-align: center !important;
  font-size: 24px !important; /* Taille légèrement augmentée pour plus de visibilité */
  font-weight: 600 !important; /* Texte plus impactant */
  color: #ffffff; /* Texte en blanc pour le contraste */
  background: linear-gradient(90deg, #72194c 0%, #a62d6d 100%); /* Dégradé pour un effet moderne */
  padding: 15px 20px !important; /* Espacement amélioré pour un meilleur équilibre */
  letter-spacing: 2px; /* Espacement plus prononcé pour l'élégance */
  border-radius: 8px; /* Coins arrondis pour adoucir le design */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre discrète pour donner de la profondeur */
  display: inline-block; /* Assure une largeur ajustée au contenu */
  text-transform: uppercase; /* Titre en majuscules pour l'impact */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation douce au survol */
  width: fit-content !important;
}

.blog__title:hover {
  transform: translateY(-3px); /* Légère élévation au survol */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3); /* Ombre plus marquée au survol */
}

@media only screen and (min-width: 100px) and (max-width: 990px) {
    .blog__title {
    font-size: 20px;
  }
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .blog__posts.articles-wrapper {
    margin-bottom: 0;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
  width: 100%;
}

.blog__button {
  margin-top: 3rem;
}


@media screen and (min-width: 750px) {
.blog__button::before,
.blog__button::after {
  box-shadow: none !important;
  content: none !important;
}


@media screen and (min-width: 750px) {
  .blog__button {
  margin-top: 5rem;
  padding: 2rem 2.75rem;
  background: linear-gradient(90deg, #72194c, #9d2b5c); /* Dégradé moderne */
  border-radius: 20px; /* Coins arrondis */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre subtile */
  transition: all 0.3s ease-in-out; /* Transition douce */
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}

