/* Styles custom du projet La belle et la Bête - chargés après le style parent Divi. */

/* ==========================================================================
   Typographie Globale - Police des Headers (Alverata Informal)
   Projet Adobe Fonts : lyn8xey (https://use.typekit.net/lyn8xey.css)
   Graisses disponibles : 
     - 300 : Light
     - 400 : Regular
     - 500 : Medium
     - 600 : Semibold
     - 700 : Bold
     - 900 : Black
   ========================================================================== */

:root {
   --font-heading: 'alverata-informal', Georgia, serif;
   --et_global_heading_font: 'alverata-informal', Georgia, serif;
}

/* 1. Tous les titres H1 - H6 (HTML natif, modules Divi, Theme Builder, Archives) */
h1,
h2,
h3,
h4,
h5,
h6,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_text h4,
.et_pb_text h5,
.et_pb_text h6,
.et_pb_title h1,
.et_pb_title h2,
.et_pb_title h3,
.et_pb_title h4,
.et_pb_title h5,
.et_pb_title h6,
.et_pb_fullwidth_header .header-content h1,
.et_pb_fullwidth_header .header-content h2,
.et_pb_slide_title,
.et_pb_blurb_container h4.et_pb_module_header,
.et_pb_blurb_container h1,
.et_pb_blurb_container h2,
.et_pb_blurb_container h3,
.et_pb_portfolio_title,
.et_pb_cta_title,
.et_pb_pricing_heading h2,
.et_pb_post_title .entry-title,
.entry-title,
.single-title {
   font-family: var(--font-heading) !important;
   font-style: normal;
}

/* 2. Hiérarchie des graisses par défaut */
h1,
.et_pb_text h1,
.et_pb_fullwidth_header .header-content h1,
.entry-title,
.single-title {
   font-weight: 700;
   letter-spacing: -0.02em;
}

h2,
.et_pb_text h2,
.et_pb_fullwidth_header .header-content h2 {
   font-weight: 700;
   letter-spacing: -0.01em;
}

h3,
.et_pb_text h3 {
   font-weight: 600;
}

h4,
.et_pb_text h4,
.et_pb_blurb_container h4.et_pb_module_header {
   font-weight: 600;
}

h5,
.et_pb_text h5 {
   font-weight: 500;
}

h6,
.et_pb_text h6 {
   font-weight: 400;
}

/* 3. Classes utilitaires pour appliquer les graisses disponibles */
.font-alverata {
   font-family: var(--font-heading) !important;
}

.font-w-300,
.font-light {
   font-weight: 300 !important;
}

.font-w-400,
.font-regular {
   font-weight: 400 !important;
}

.font-w-500,
.font-medium {
   font-weight: 500 !important;
}

.font-w-600,
.font-semibold {
   font-weight: 600 !important;
}

.font-w-700,
.font-bold {
   font-weight: 700 !important;
}

.font-w-900,
.font-black {
   font-weight: 900 !important;
}

/* ==========================================================================
   Sections personnalisées
   ========================================================================== */

/* Contrôle de la taille de l'image de fond - Section Hero */