.elementor-1832 .elementor-element.elementor-element-2f4d641{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6adbaab */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.pa-cases-section {
    background-color: #0b0f19;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    color: #8392a5;
}

.pa-cases-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- EN-TÊTE --- */
.pa-cases-header {
    text-align: left;
    margin-bottom: 50px;
}

.pa-cases-subtitle {
    display: inline-flex;
    align-items: center;
    color: #C21806;
    background-color: rgba(16, 229, 179, 0.05);
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pa-cases-subtitle i {
    margin-right: 8px;
}

.pa-cases-header h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.pa-cases-header p {
    color: #94a3b8;
    max-width: 700px;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* --- CONTENEUR DES CARTES --- */
.pa-cases-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* --- CARTE INDIVIDUELLE --- */
.pa-case-card {
    background-color: #161c28;
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    gap: 50px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pa-case-card:hover {
    border-color: rgba(16, 229, 179, 0.15);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* Colonne Gauche (Texte) */
.pa-case-content {
    flex: 1.3;
}

.pa-case-tag {
    display: inline-flex;
    align-items: center;
    background-color: rgba(16, 229, 179, 0.1);
    color: #C21806;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.pa-case-tag i {
    margin-right: 8px;
}

.pa-case-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.pa-case-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #94a3b8;
}

/* Liste à puces */
.pa-case-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pa-case-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 13.5px;
    line-height: 1.6;
}

.pa-case-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #10e5b3;
    border-radius: 50%;
}

/* Colonne Droite (Visuel) */
.pa-case-visual {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Badges Flottants */
.pa-badge {
    position: absolute;
    background-color: #0b0f19;
    border: 1px solid rgba(255,255,255,0.05);
    color: #10e5b3;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.pa-badge-tr {
    top: 0;
    right: 0;
    color: #C21806;
}

.pa-badge-bl {
    bottom: 0;
    left: 0;
    color: #C21806;
}

/* Boîte avec l'icône au centre */
.pa-icon-box {
    width: 200px;
    height: 200px;
    background-color: #0b0f19;
    border: 1px solid rgba(16, 229, 179, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
   
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .pa-case-card {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }
    
    .pa-case-visual {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .pa-cases-header h2 {
        font-size: 30px;
    }
    .pa-icon-box {
        width: 150px;
        height: 150px;
        font-size: 40px;
    }
}/* End custom CSS */