.elementor-1348 .elementor-element.elementor-element-0e9a19b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-0e9a19b */.pv-charte-container {
    max-width: 1000px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    color: #2D3748;
    padding: 20px;
}

.pv-charte-header {
    text-align: center;
    margin-bottom: 50px;
}

.pv-charte-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 15px;
}

.pv-charte-header p {
    font-size: 16px;
    color: #4A5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.pv-charte-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.pv-charte-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-top: 5px solid #55C6C3;
    transition: transform 0.3s ease;
}

.pv-charte-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(85, 198, 195, 0.15);
}

.pv-charte-icon {
    font-size: 30px;
    color: #55C6C3;
    margin-bottom: 20px;
}

.pv-charte-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1A202C;
}

.pv-charte-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #4A5568;
}

.pv-charte-card strong {
    color: #2D3748;
    font-weight: 600;
    background-color: #E6FFFA;
    padding: 0 4px;
}

/* Mobile */
@media (max-width: 768px) {
    .pv-charte-header h1 {
        font-size: 26px;
    }
}/* End custom CSS */