/* =============================================
   base.css — Reset minimal + styles globaux
   ============================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background-color: var(--beige-mazot);
  color: var(--noir-mazot);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--violet-mazot);
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h2, .entry-content h2 {
  font-size: 3.5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-decoration: none !important;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

p {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: rgba(26, 26, 26, 0.75);
  margin-bottom: 1em;
}

.section-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange-mazot);
  display: block;
  margin-bottom: 12px;
}

/* Titres sur fonds sombres */
#evenements h2, #evenements h3, #evenements h4,
#contact h2, #contact h3, #contact h4,
.mazot-footer h2, .mazot-footer h3, .mazot-footer h4 {
  color: #FAF5DB;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.site, #page, #content, #primary, .site-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mazot-section {
  width: 100% !important;
}

.ast-container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.ast-container > main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* Neutralise les fonds Astra qui écrasent nos sections */
.ast-plain-container,
.ast-page-builder-template,
.ast-separate-container,
#page,
#content,
.site-content,
#primary,
.ast-container {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}
