/* Reuse dark baseline from panneaux-solaires */
@import url("./theme-dark-panneaux-solaires.css");

/* Match "Decouvrir Nos Bornes de Recharge" to header CTA colors */
body.theme-dark .service-details a.link-anime.v1.round-border-full[href="borne-de-recharge.html"]{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
  color:#ffffff !important;
}

body.theme-dark .service-details a.link-anime.v1.round-border-full[href="borne-de-recharge.html"] i{
  background:#ffffff !important;
  color:#8a949c !important;
}

body.theme-dark .service-details a.link-anime.v1.round-border-full[href="borne-de-recharge.html"]:hover{
  background:#07bc4c !important;
  border-color:#07bc4c !important;
}

