/** Shopify CDN: Minification failed

Line 25:1 Expected "}" to go with "{"

**/
.media .media-link-overlay {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
}

/* Liens dans les paragraphes des multicolonnes : pas soulignés */
.multicolumn p a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;

  /* Changement de couleur au survol */
.multicolumn p a:hover {
  color: #a67c52; /* couleur au survol */
}