.v22-site .lang a {
  cursor: pointer;
  color: var(--muted);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
}

.v22-site .lang a.on {
  color: var(--ink);
}

.v22-site header .menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--accent);
}

.v22-site .acts .snipcart-add-item,
.v22-site .acts .commerce-card-actions__link,
.v22-site .acts .commerce-card-actions__buy {
  appearance: none;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Catalogue : boutons prix = contour (.btn.dark), pas fond plein permanent */
.v22-site .acts .snipcart-add-item.btn.dark,
.v22-site .acts .commerce-card-actions__buy.btn.dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}

.v22-site .acts .snipcart-add-item.btn.dark:hover,
.v22-site .acts .snipcart-add-item.btn.dark:focus-visible,
.v22-site .acts .commerce-card-actions__buy.btn.dark:hover,
.v22-site .acts .commerce-card-actions__buy.btn.dark:focus-visible {
  background: var(--ink);
  color: #fff;
  opacity: 1;
}

.v22-site .acts .snipcart-add-item.btn.dark:active,
.v22-site .acts .commerce-card-actions__buy.btn.dark:active {
  background: var(--ink);
  color: #fff;
  opacity: 1;
}

.v22-site .acts .commerce-card-actions__link.btn.ghost,
.v22-site .acts a.btn.ghost {
  background: transparent;
  color: var(--ink);
}

.v22-site .acts .commerce-card-actions__link.btn.ghost:hover,
.v22-site .acts a.btn.ghost:hover {
  background: #faf6ee;
  opacity: 1;
}

.v22-site .item .ph {
  display: block;
  color: inherit;
  text-decoration: none;
}

.v22-site .item .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.v22-site .item h3 a {
  color: inherit;
  text-decoration: none;
}

.v22-site .item h3 a:hover {
  color: var(--accent);
}

.v22-site .contact-form .formmsg {
  display: none;
  padding: 12px 16px;
  border: 1px solid var(--line);
  background: #fafafa;
  margin-bottom: 16px;
}

.v22-site .contact-form .formmsg.is-visible {
  display: block;
}

/* Tableau tarifaire — fiche œuvre */
.v22-site .pub-offers {
  margin: 40px 0 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.v22-site .pub-offers__heading {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin: 0 0 20px;
}

.v22-site .pub-offers__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.v22-site .pub-offers__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.v22-site .pub-offers__table thead th {
  padding: 12px 16px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  text-align: left;
  border-bottom: 1px solid var(--line);
  background: #fafafa;
}

.v22-site .pub-offers__table thead th:last-child {
  width: 1%;
  white-space: nowrap;
}

.v22-site .pub-offers__table .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v22-site .pub-offers__table tbody tr {
  border-bottom: 1px solid var(--line);
}

.v22-site .pub-offers__table tbody tr:last-child {
  border-bottom: none;
}

@media (hover: hover) and (pointer: fine) {
  .v22-site .pub-offers__table tbody tr:hover td {
    background: #faf6ee;
  }
}

.v22-site .pub-offers__table td {
  padding: 18px 16px;
  vertical-align: middle;
  text-align: left;
}

.v22-site .pub-offer__mode {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  min-width: 9rem;
}

.v22-site .pub-offer__price {
  font-family: Georgia, serif;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.2;
  white-space: nowrap;
}

.v22-site .pub-offer__detail {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  min-width: 12rem;
}

.v22-site .pub-offer__action {
  text-align: right;
  white-space: nowrap;
}

.v22-site .pub-offer__btn {
  appearance: none;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.v22-site .pub-offer__btn:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.v22-site .pub-offer--buy .pub-offer__btn,
.v22-site .pub-offer__btn--buy {
  color: var(--accent);
  border-color: rgba(166, 124, 61, 0.45);
}

.v22-site .pub-offers__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--muted);
}

@media (max-width: 720px) {
  .v22-site .pub-offers__table thead {
    display: none;
  }

  .v22-site .pub-offers__table tbody tr {
    display: block;
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }

  .v22-site .pub-offers__table td {
    display: block;
    padding: 0 0 10px;
    text-align: left;
  }

  .v22-site .pub-offers__table td:last-child {
    padding-bottom: 0;
  }

  .v22-site .pub-offers__table td::before {
    content: attr(data-label);
    display: block;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
  }

  .v22-site .pub-offer__mode::before,
  .v22-site .pub-offer__price::before {
    display: none;
  }

  .v22-site .pub-offer__action {
    text-align: left;
  }
}
