.elementor-225427 .elementor-element.elementor-element-a7fee00{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-05b92df *//* CSS COMPLET POUR CORRIGER LES BOUTONS DANS WORDPRESS/ELEMENTOR */
.help-center-section .custom-btn,
.help-center-section .category-card a,
.help-center-section .contact-option a {
    display: inline-block !important;
    background: #2d3748 !important;
    color: white !important;
    padding: 14px 28px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 2px solid #2d3748 !important;
    cursor: pointer !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 16px !important;
    line-height: 1 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}

/* États de hover */
.help-center-section .custom-btn:hover,
.help-center-section .category-card a:hover,
.help-center-section .contact-option a:hover {
    background: #38a169 !important;
    color: white !important;
    border-color: #38a169 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(56, 161, 105, 0.3) !important;
}

/* Reset complet des styles Elementor/WP */
.help-center-section a.custom-btn,
.help-center-section a.custom-btn:visited,
.help-center-section a.custom-btn:focus,
.help-center-section .category-card a,
.help-center-section .category-card a:visited,
.help-center-section .category-card a:focus,
.help-center-section .contact-option a,
.help-center-section .contact-option a:visited,
.help-center-section .contact-option a:focus {
    background: #2d3748 !important;
    color: white !important;
    border: 2px solid #2d3748 !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Override des styles de thème WordPress */
body .help-center-section .custom-btn,
body .help-center-section .category-card a,
body .help-center-section .contact-option a {
    background: #2d3748 !important;
    color: white !important;
    border: 2px solid #2d3748 !important;
}

body .help-center-section .custom-btn:hover,
body .help-center-section .category-card a:hover,
body .help-center-section .contact-option a:hover {
    background: #38a169 !important;
    color: white !important;
    border-color: #38a169 !important;
}

/* Protection contre les styles inline */
.help-center-section a[class*="btn"],
.help-center-section .category-card a,
.help-center-section .contact-option a {
    background: #2d3748 !important;
    color: white !important;
    border: 2px solid #2d3748 !important;
}

.help-center-section a[class*="btn"]:hover,
.help-center-section .category-card a:hover,
.help-center-section .contact-option a:hover {
    background: #38a169 !important;
    color: white !important;
    border-color: #38a169 !important;
}/* End custom CSS */