/*
Theme Name: Chateu de Chalais
Description: This is a custom child theme for Salient
Theme URI:   https://www.subdelirium.com
Author: Frederic Voignier
Author URI:  https://www.subdelirium.com
Template: salient
Version: 1.0
*/


.post-area .row .col h1,
.material .wpb_text_column h1,
.row .col .wpb_text_column h1 { margin-bottom: 0.5em; }

.post-area .row .col h2,
.material .wpb_text_column h2,
.row .col .wpb_text_column h2 { margin-bottom: 0.8em; }

.post-area .row .col h3,
.material .wpb_text_column h3,
.row .col .wpb_text_column h3 { margin-bottom: 1.1em; }

.post-area .row .col h4,
.material .wpb_text_column h4,
.row .col .wpb_text_column h4 { margin-bottom: 1.5em; }

.post-area .row .col h5,
.material .wpb_text_column h5,
.row .col .wpb_text_column h5 { margin-bottom: 1.5em; }

.post-area .row .col h6,
.material .wpb_text_column h6,
.row .col .wpb_text_column h6 { margin-bottom: 1.5em; }

.post-area .row .col p,
.material .wpb_text_column p,
.row .col .wpb_text_column p { padding-bottom: 1.0em; }

.material .wpb_text_column p:last-child,
.row .col .wpb_text_column p:last-child { margin-bottom: 2em; }

.row .col .wpb_text_column blockquote,
.row .col .post-area .type-post blockquote { margin-bottom: 1em; }
.row .col .wpb_text_column ul,
.material .wpb_text_column ul,
.row .col .post-area .type-post ul { margin-bottom: 1em; }
.row .col .wpb_text_column ul li,
.material .wpb_text_column ul li,
.row .col .post-area .type-post ul li { padding-bottom: 0.3em; }

.material #avis .wpb_text_column p:last-child,
.row .col #avis .wpb_text_column p:last-child { margin-bottom: 0; padding-bottom: 0; }

.material .nectar-fancy-box h3,
.row .col .nectar-fancy-box h3 { font-size: 1.7em; }

h2, h3, h4, h5 {
    margin-top: 0.7em;
}

p:has(+ h2), 
p:has(+ h3), 
p:has(+ h4),
p:has(+ h5) {
    padding-bottom: 2em;
}
/* Optionnel : annuler la marge si c'est le tout premier élément du conteneur */
.wpb_wrapper > :first-child {
    margin-top: 0;
}
/* 2. Mais si un h3 suit un h4 (titres collés), on annule l'espace */
h4 + h2,
h4 + h3 {
    margin-top: 0;
}