.elementor-692 .elementor-element.elementor-element-ec490f1{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e147dd7 *//* Style général du conteneur des statistiques */
.boncadeau-stats-container {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Style des titres */
.boncadeau-stats-container h2, 
.boncadeau-stats-container h3 {
    font-size: 1.5em;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Style des listes */
.boncadeau-stats-container ul {
    list-style-type: none;
    padding-left: 0;
}

.boncadeau-stats-container li {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 1em;
}

/* Style des paragraphes */
.boncadeau-stats-container p {
    color: #555;
    font-size: 1em;
    margin-bottom: 10px;
}

/* Style des messages d'erreur ou de succès */
.boncadeau-stats-container .error {
    color: #d9534f;
    font-weight: bold;
}

.boncadeau-stats-container .success {
    color: #5cb85c;
    font-weight: bold;
}/* End custom CSS */