
h1{
	font-family: 'Georgia', 'Times New Roman', serif !important;
	font-weight:normal !important;
	color: black !important;
}

/* ================================================
   Alfred Veillet — Identité globale
   CSS additionnel WordPress
================================================ */

/* --- Variables Elementor écrasées --- */
:root {
  --e-global-color-primary: #2c2416 !important;
  --e-global-color-secondary: #5a4e3c !important;
  --e-global-color-text: #3a3028 !important;
  --e-global-color-accent: #9a8a72 !important;
  --e-global-typography-primary-font-family: Georgia !important;
  --e-global-typography-primary-font-weight: 400 !important;
  --e-global-typography-secondary-font-family: Georgia !important;
  --e-global-typography-secondary-font-weight: 400 !important;
  --e-global-typography-text-font-family: Georgia !important;
  --e-global-typography-text-font-weight: 400 !important;
  --e-global-typography-accent-font-family: Georgia !important;
  --e-global-typography-accent-font-weight: 400 !important;
}

/* --- Fond beige global --- */
html,
body,
#page,
#content,
.site,
.site-content,
main,
#main,
.elementor-section,
.elementor-container,
.e-container {
  background-color: #f0ece3 !important;
}

/* --- H1 --- */
h1,
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl,
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-family: 'Georgia', serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #2c2416 !important;
  line-height: 1.4 !important;
}

/* --- H2 --- */
h2,
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-family: 'Georgia', serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #5a4e3c !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  line-height: 1.5 !important;
}

/* --- H3 --- */
h3,
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-family: 'Georgia', serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #7a6a52 !important;
  font-style: normal !important;
}

/* --- H4, H5, H6 --- */
h4, h5, h6,
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-family: 'Georgia', serif !important;
  font-weight: 400 !important;
  color: #5a4e3c !important;
  letter-spacing: 0.08em !important;
}

/* --- Texte courant --- */
p,
.elementor-widget-text-editor p,
.elementor-text-editor {
  font-family: 'Georgia', serif !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #3a3028 !important;
  text-align: justify- !important;
}

/* --- Images globales (toutes pages) --- */
.elementor-widget-image img {
  border: 1px solid #c8bfaa !important;
  box-shadow: none !important;
}

/* --- Images page d'accueil uniquement --- */
body.page-id-268 .elementor-widget-image {
  overflow: hidden !important;
}

body.page-id-268 .elementor-widget-image img {
  border: 1px solid #1a1410 !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.4s ease,
              box-shadow 0.4s ease,
              filter 0.4s ease !important;
}

body.page-id-268 .elementor-widget-image:hover img {
  transform: scale(1.04) !important;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.35) !important;
  filter: brightness(0.93) !important;
}

/* --- Boutons — style minimaliste souligné --- */
.elementor-button,
.elementor-button-wrapper .elementor-button {
  font-family: 'Georgia', serif !important;
  font-size: 13px !important;
  font-style: italic !important;
  letter-spacing: 0.08em !important;
  color: #5a4e3c !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #9a8a72 !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
  box-shadow: none !important;
  transition: color 0.3s ease,
              border-color 0.3s ease !important;
}

.elementor-button:hover,
.elementor-button-wrapper .elementor-button:hover {
  color: #2c2416 !important;
  background: transparent !important;
  border-bottom-color: #2c2416 !important;
}

/* Hover sur les livres — grossissement + ombre */
#livre-1970 img,
#livre-1980 img,
#livre-2013 img {
	 border: 8px solid #ffffff !important;
  transition: transform 0.4s ease,
              box-shadow 0.4s ease !important;
  cursor: pointer !important;
}

#livre-1970:hover img,
#livre-1980:hover img,
#livre-2013:hover img {
  transform: scale(1.06) !important;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* ─── Formulaire Contact — identité Alfred Veillet ─── */

/* Conteneur général */
.hf-form {
  font-family: 'Georgia', serif !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}

/* Labels */
.hf-fields-wrap p label,
.hf-fields-wrap label {
  font-family: 'Georgia', serif !important;
  font-size: 12px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #7a6a52 !important;
  display: block !important;
  margin-bottom: 6px !important;
}

/* Champs texte, email, sujet */
.hf-fields-wrap input[type="text"],
.hf-fields-wrap input[type="email"],
.hf-fields-wrap input[type="tel"],
.hf-fields-wrap textarea {
  font-family: 'Georgia', serif !important;
  font-size: 14px !important;
  color: #2c2416 !important;
  background: #faf8f4 !important;
  border: 1px solid #c8bfaa !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transition: border-color 0.3s;
}		
/* Centrage du bouton Send */
.hf-fields-wrap p:last-of-type {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Bouton submit */
.hf-fields-wrap input[type="submit"] {
  background: #2c2416 !important;
  color: #f0ece3 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Georgia', serif !important;
  font-size: 12px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 12px 32px !important;
  cursor: pointer !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

.hf-fields-wrap input[type="submit"]:hover {
  background: #1a0e08 !important;
  color: #f0ece3 !important;
}