.elementor-3 .elementor-element.elementor-element-aa80f9{--display:flex;--margin-top:080px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-24ea2821{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-3 .elementor-element.elementor-element-24ea2821 a{color:#F39200;}.elementor-3 .elementor-element.elementor-element-fd708b9{--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 text-editor, class: .elementor-element-24ea2821 *//* Cible tous les liens à l'intérieur d'un éditeur de texte Elementor */
.elementor-widget-text-editor a {
    color: #F39200 !important;      /* Ton Orange Djinn */
    font-weight: regular !important;    /* Mise en gras */
    text-decoration: none;           /* Enlève le soulignement par défaut si tu veux un look plus épuré */
    transition: all 0.3s ease;       /* Transition douce pour le survol */
}

/* Effet au survol des liens */
.elementor-widget-text-editor a:hover {
    color: #E60000 !important;      /* Passage au rouge au survol */
    text-decoration: underline;      /* Le soulignement apparaît au survol pour l'accessibilité */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4fcdce */<style>
/* LE CONTENEUR PARENT */
.pricing-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 20px !important;
}

/* LA STRUCTURE DES BOÎTES (430px MAX) */
.pricing-card {
    flex: 0 1 430px !important; /* Force la largeur à 430px */
    width: 100% !important;
    min-width: 320px !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

/* --- COULEURS --- */

/* Carte Claire (Beige) */
.card-light {
    background-color: #FFF9EB !important; /* Ton beige */
    border: 2px solid #F39200 !important;
    color: #333 !important;
}

/* Carte Sombre (Noire) */
.card-dark {
    background-color: #000000 !important; /* Noir pur */
    border: 2px solid #333 !important;
    color: #FFFFFF !important;
}

/* --- DÉTAILS --- */

.badge {
    display: inline-block !important;
    background: #F39200 !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 50px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.title-pricing { font-size: 1.4rem !important; margin: 10px 0 !important; }
.subtitle { font-size: 0.9rem !important; opacity: 0.7 !important; margin-bottom: 25px !important; }

/* Tableaux */
.pricing-table { width: 100% !important; border-collapse: collapse !important; font-size: 0.9rem !important; }
.pricing-table td, .pricing-table th { 
    padding: 12px 5px !important; 
    border-bottom: 1px solid rgba(128,128,128,0.2) !important;
    text-align: left !important;
}

/* Colonnes prix */
.highlight-col { background: rgba(243, 146, 0, 0.1) !important; text-align: right !important; }
.highlight-col-dark { background: rgba(255, 255, 255, 0.05) !important; text-align: right !important; }
.bold { font-weight: bold !important; text-align: right !important; }
.orange { color: #F39200 !important; }

/* Responsive */
@media (max-width: 768px) {
    .pricing-card { flex: 1 1 100% !important; max-width: 100% !important; }
}
</style>
/* 1. ON ENLÈVE LES PUCES PAR DÉFAUT */
.list-djinn {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    text-align: left !important;
}

/* 2. ON CRÉE L'ESPACE POUR L'ICÔNE */
.list-djinn li {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    padding-left: 28px !important; /* Espace pour le check */
    position: relative !important;
    color: inherit !important; /* Prend la couleur de la boîte (sombre ou claire) */
}/* End custom CSS */