/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 17:02:14 */
/* Section introduction conseil - Style éditorial chic */
.david_intro-new-conseil {
    max-width: 80em;
    margin: 6em auto;
    padding: 0 3em;
    position: relative;
}

.david_intro-new-conseil p {
    font-size: 1.2em;
    line-height: 1.85;
    color: #1a1a1a;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0 0 2em 0;
    text-align: left;
    position: relative;
}

/* Premier paragraphe plus impactant */
.david_intro-new-conseil p:first-of-type {
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}

.david_intro-new-conseil p:last-child {
    margin-bottom: 0;
}

/* Responsive Breakpoints */
@media screen and (max-width: 1600px) {
    .david_intro-new-conseil {
        max-width: 70em;
    }
}

@media screen and (max-width: 1280px) {
    .david_intro-new-conseil {
        max-width: 60em;
        padding: 0 2.5em;
    }
    
    .david_intro-new-conseil p {
        font-size: 1.15em;
    }
    
    .david_intro-new-conseil p:first-of-type {
        font-size: 1.3em;
        margin-bottom: 3.5em;
    }
}

@media screen and (max-width: 1024px) {
    .david_intro-new-conseil {
        max-width: 50em;
        margin: 5em auto;
    }
}

@media screen and (max-width: 768px) {
    .david_intro-new-conseil {
        max-width: 100%;
        margin: 4em auto;
        padding: 0 2em;
    }
    
    .david_intro-new-conseil p {
        font-size: 1.05em;
        text-align: center;
        margin-bottom: 1.8em;
    }
    
    .david_intro-new-conseil p:first-of-type {
        font-size: 1.2em;
        margin-bottom: 3em;
    }
    
    .david_intro-new-conseil p:first-of-type::after {
        bottom: -1.5em;
    }
}

@media screen and (max-width: 480px) {
    .david_intro-new-conseil {
        margin: 3em auto;
        padding: 0 1.5em;
    }
    
    .david_intro-new-conseil p {
        font-size: 1em;
        line-height: 1.75;
        margin-bottom: 1.5em;
    }
    
    .david_intro-new-conseil p:first-of-type {
        font-size: 1.15em;
        margin-bottom: 2.5em;
    }
    
    .david_intro-new-conseil p:first-of-type::after {
        bottom: -1.3em;
    }
}