/* Dark theme - single blog article pages */
@import url("./theme-dark-panneaux-solaires.css");

/* Breadcrumb over media/video */
body.theme-dark .breadcum.v1::before{
  background:linear-gradient(90deg, rgba(11,15,16,.85) 13.1%, rgba(11,15,16,.35) 60%, rgba(11,15,16,0) 100%) !important;
}

body.theme-dark .breadcum.v1 .text-2,
body.theme-dark .breadcum.v1 ul,
body.theme-dark .breadcum.v1 a{
  color:#ffffff !important;
}

/* Main article readability */
body.theme-dark article .text-para-3{
  color:#d7e0e3 !important;
}

body.theme-dark article h1.text-2{
  color:#07bc4c !important;
  text-shadow:
    0 0 6px rgba(7,188,76,.55),
    0 0 14px rgba(7,188,76,.35);
}

body.theme-dark article h2.text-2,
body.theme-dark article h3.text-2{
  color:#e7eef0 !important;
}

/* FAQ block headings style consistency */
body.theme-dark .article-faq-section .section-title-center h6{
  color:#ffffff !important;
}

body.theme-dark .article-faq-section .section-title-center h2{
  color:#07bc4c !important;
  text-shadow:
    0 0 6px rgba(7,188,76,.55),
    0 0 14px rgba(7,188,76,.35);
}

/* CTA button color same as header */
body.theme-dark article a.link-anime.v1.round-border-full{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark article a.link-anime.v1.round-border-full i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark article a.link-anime.v1.round-border-full:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}
