:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a273bef *//* ==========================================================================
   ADE Solutions - Template Article de Blog
   ========================================================================== */

.ade-blog-post {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #333333;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto;
}

.ade-h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.ade-intro p {
    font-size: 1.15rem;
    color: #4a5568;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    border-left: 4px solid #0056b3; /* <-- À modifier avec la couleur primaire */
    background-color: #f8fafc;
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
}

.ade-h2 {
    font-size: 1.8rem;
    color: #1a202c;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}

.ade-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}

.ade-benefit-item {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ade-benefit-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
}

.ade-h3 {
    font-size: 1.3rem;
    color: #0056b3; /* <-- Couleur primaire */
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.ade-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2rem;
}

.ade-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.ade-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0056b3; /* <-- Couleur primaire */
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- Call to Action Box --- */
.ade-cta-box {
    background-color: #1a202c; /* Couleur sombre élégante pour contraster */
    color: #ffffff;
    padding: 2.5rem;
    text-align: center;
    border-radius: 8px;
    margin-top: 3.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ade-cta-box p {
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
}

.ade-btn {
    display: inline-block;
    background-color: #0056b3; /* <-- Couleur primaire */
    color: #ffffff;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ade-btn:hover {
    background-color: #004494; /* Variante légèrement plus foncée */
    transform: translateY(-2px);
    color: #ffffff;
}/* End custom CSS */