.sp-megamenu-parent >li .solid-btn {background: #6e47aa !important;}
/* ============================================
   STYLES ARTICLES STOP TABAC
   À coller dans : templates/VOTRE_TEMPLATE/css/custom.css
   ============================================ */

.st-article { font-family: Georgia, serif; font-size: 17px; line-height: 1.8; color: #1a1a1a; max-width: 100%; }
.st-article p { margin-bottom: 20px; text-align: justify; }
.st-header { background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%); color: white; padding: 40px 30px; border-radius: 8px 8px 0 0; margin-bottom: 0; }
.st-header h1 { font-family: Arial, sans-serif; font-size: 1.8em; font-weight: 700; line-height: 1.2; margin: 0 0 20px 0; color: white !important; }
.st-chapeau { font-size: 1.1em; font-weight: 300; line-height: 1.6; opacity: 0.95; border-left: 4px solid rgba(255,255,255,0.5); padding-left: 20px; margin: 0; }
.st-author-box { display: flex; align-items: center; background: #f8fafc; padding: 20px 30px; border-bottom: 1px solid #e2e8f0; }
.st-author-avatar { width: 50px; height: 50px; background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-family: Arial, sans-serif; font-weight: 700; font-size: 1.2em; margin-right: 15px; flex-shrink: 0; }
.st-author-info { flex: 1; }
.st-author-name { font-family: Arial, sans-serif; font-weight: 700; font-size: 1.05em; color: #1a365d; }
.st-author-title { font-size: 0.85em; color: #64748b; line-height: 1.4; }
.st-content { padding: 30px; background: #fff; }
.st-article h2 { font-family: Arial, sans-serif; font-size: 1.4em; font-weight: 700; color: #1a365d !important; margin: 40px 0 20px 0; padding-bottom: 10px; border-bottom: 3px solid #3182ce; }
.st-expert-box { background: linear-gradient(135deg, #ebf8ff 0%, #e0f2fe 100%); border-left: 5px solid #3182ce; border-radius: 0 8px 8px 0; padding: 25px 30px; margin: 25px 0; position: relative; }
.st-expert-box::before { content: '"'; font-family: Georgia, serif; font-size: 3em; color: #3182ce; opacity: 0.3; position: absolute; top: 5px; left: 10px; line-height: 1; }
.st-expert-box p { font-style: italic; color: #1e40af; margin: 0 !important; padding-left: 25px; text-align: left !important; }
.st-stat { background: #fef3c7; border: 1px solid #f59e0b; border-radius: 8px; padding: 20px; margin: 25px 0; text-align: center; }
.st-stat-number { font-family: Arial, sans-serif; font-size: 2.2em; font-weight: 700; color: #d97706; }
.st-stat-label { font-size: 0.9em; color: #92400e; }
.st-key-point { display: flex; align-items: flex-start; margin: 15px 0; padding: 15px; background: #f8fafc; border-radius: 8px; }
.st-key-point-icon { width: 28px; height: 28px; background: #3182ce; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 0.9em; margin-right: 12px; flex-shrink: 0; }
.st-key-point-content { flex: 1; }
.st-key-point-content strong { display: block; margin-bottom: 5px; color: #1a365d; }
.st-cta { background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%); color: white; padding: 35px 30px; border-radius: 12px; margin: 40px 0; text-align: center; }
.st-cta h3 { font-family: Arial, sans-serif; font-size: 1.4em; margin: 0 0 15px 0; color: white !important; }
.st-cta p { text-align: center !important; margin-bottom: 10px !important; opacity: 0.95; color: white; }
.st-cta-phone { font-family: Arial, sans-serif; font-size: 1.6em; font-weight: 700; margin: 15px 0; }
.st-cta-locations { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin: 15px 0; }
.st-cta-location { background: rgba(255,255,255,0.15); padding: 6px 14px; border-radius: 20px; font-size: 0.85em; }
.st-cta a { color: #90cdf4 !important; text-decoration: none; }
.st-sources { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px 25px; margin-top: 30px; }
.st-sources h4 { font-family: Arial, sans-serif; font-size: 0.9em; color: #64748b; margin: 0 0 10px 0; text-transform: uppercase; letter-spacing: 1px; }
.st-sources p { font-size: 0.8em; color: #64748b; text-align: left !important; margin: 0 !important; line-height: 1.6; }
.st-bio { background: #1a365d; color: white; padding: 25px 30px; border-radius: 0 0 8px 8px; margin-top: 30px; }
.st-bio h4 { font-family: Arial, sans-serif; font-size: 0.85em; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; margin: 0 0 10px 0; color: white !important; }
.st-bio p { font-size: 0.9em; text-align: left !important; margin: 0 !important; line-height: 1.6; opacity: 0.9; color: white; }
.st-separator { height: 1px; background: linear-gradient(to right, transparent, #cbd5e1, transparent); margin: 35px 0; }

@media (max-width: 768px) {
  .st-header { padding: 30px 20px; }
  .st-header h1 { font-size: 1.5em; }
  .st-author-box { padding: 15px 20px; flex-direction: column; text-align: center; }
  .st-author-avatar { margin: 0 0 10px 0; }
  .st-content { padding: 20px; }
  .st-cta-locations { flex-direction: column; gap: 8px; }
}
