/*
 Theme Name:   Divi Child
 Theme URI:    https://psychologueblache.com
 Description:  Divi Child Theme for psychologueblache.com
 Author:       psychologueblache.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

:root {
  --color-jaune: #FADFA4;
  --color-vert:  #04201E;
}

/* ── HERO SECTION ── */
.hero-section.et_pb_section {
  background-image: url('https://test.psychologueblache.com/wp-content/uploads/2026/04/cabinet_Morlaix.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: rgba(4,32,30,0.65) !important;
  background-blend-mode: multiply !important;
}

/* Force all text in dark bg sections to be readable */
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark p,
.et_pb_bg_layout_dark li,
.et_pb_bg_layout_dark a {
  color: inherit !important;
}

/* Ensure column-level padding is applied */
.et_pb_column .et_pb_module {
  height: 100%;
}
