.wp-block-button__link {
    background: transparent !important;
    border: 1px solid #2c2c2c !important;
    color: #2c2c2c !important;
    border-radius: 6px !important;
    letter-spacing: 0.08em !important;
    font-size: 15px !important;
    padding: 13px 28px !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.wp-block-button__link:hover {
    background: #2c2c2c !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

header .wp-block-navigation,
header .wp-block-navigation__container {
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.wp-block-group:not(header .wp-block-group) {
  max-width: 800px !important;  /* ou la largeur que vous utilisiez */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;

.livre-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid 
#e5e5e5;
}
.livre-annee {
  font-size: 0.85rem;
  color: #999;
  min-width: 2.5rem;
  padding-top: 2px;
}
.livre-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.livre-titre-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-decoration: none;
  color: inherit;
}
.livre-titre {
  font-weight: 600;
  font-size: 1rem;
  color: #111;
}
.livre-lire {
  font-size: 0.85rem;
  color: 
#c0883a;
}
.livre-description {
  font-size: 0.9rem;
  color: #444;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}
.livre-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.tag {
  font-size: 0.75rem;
  background-color: 
#f0f0f0;
  color: #555;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}
@media (max-width: 600px) {
  .livre-card {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .livre-annee {
    min-width: unset !important;
  }
}
@media (min-width: 601px) {
  .livre-card {
    flex-direction: row !important;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}
.wp-block-group,
.wp-block-column {
  width: 100% !important;

	/* Assure que le panneau est prêt à se déployer */
#presse-dany .presse-panneau {
  display: block !important; /* certains thèmes mettent display:none en priorité */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(.4,0,.2,1);
}
	
.wrapper {
  max-width: 680px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: var(--paper);
}
	html, body {
  overflow-x: hidden;
}