html[native-dark-active] .logo-light{
    display: none;
}
html[native-dark-active] .logo-dark{
    display: block;
}
html[native-dark-active] .blue-gradient {
    background: linear-gradient(180deg, #431636 17.19%, rgba(255, 255, 255, 0.00) 100%);
}
html[native-dark-active] .btn-clickout{
	--native-dark-bg-color: #CEA43D;
}
html[native-dark-active] .dropdown-menu {
	background-color: white !important;
 filter: invert(1);
}
html[native-dark-active] footer{
  filter: brightness(1.5);
}
html[native-dark-active] .navbar-collapse,
html[native-dark-active] .partner-page .breadcrumb,
html[native-dark-active] .blue-purple-gradient,
html[native-dark-active] .breadcrumb img,
html[native-dark-active] .partner-page .breadcrumb ul li,
html[native-dark-active] .breadcrumb h1.bank-name,
html[native-dark-active][native-dark-active] .bankSwiper .swiper-slide p,
html[native-dark-active] .gradient-purple-card,
html[native-dark-active][native-dark-active] .gradient-purple-card h3,
html[native-dark-active] .swiper-pagination-bullet,
html[native-dark-active] .nav-btn,
html[native-dark-active] .accordion-button::after,
html[native-dark-active] .green-card-icon,
html[native-dark-active] .boxSwiper .swiper-slide img,
html[native-dark-active] .iconSwiper .swiper-slide img,
html[native-dark-active] .background-green,
html[native-dark-active] .background-red,
html[native-dark-active] .background-purple,
html[native-dark-active] .background-yellow,
html[native-dark-active] .article .picto-circle img{
	filter: invert(100%);
}
html[native-dark-active] .message-clickout p .bold, 
html[native-dark-active] .message-clickout p .clickout-insentive-bold,
html[native-dark-active] .green,
html[native-dark-active] .green-header-bar .arrow{
	--native-dark-font-color: #35C087;
}
html[native-dark-active] .partners img,
html[native-dark-active] .offersSwiper .swiper-slide img,
html[native-dark-active] .container-clickouts img,
html[native-dark-active] .side-partner-clickout img{
  filter: grayscale(1) invert(1);
}
html[native-dark-active] .breadcrumb img{
  filter: grayscale(1);
}
html[native-dark-active] .breadcrumb {
  filter: contrast(0.5);
}
html[native-dark-active] h1{
	filter: invert(10%);
}
html[native-dark-active] .stack-area {
  backdrop-filter: contrast(0.8);
}
html[native-dark-active] .stack-area .card{
	filter: invert(20%);
	background-color: #292929;
}
:root, ::after, ::backdrop{
  --native-dark-link-color: #fff;
  --native-dark-visited-link-color: #fff;
}
html[native-dark-active] .side-partner-img img {
	--native-dark-bg-color: #fff;
}
html[native-dark-active] .bankSwiper .swiper-slide .link{
 	--native-dark-link-color: #292929;
  --native-dark-visited-link-color: #292929;
}
html[native-dark-active] .swiper-slide .content,
html[native-dark-active] .navbar-nav .contact p{
	--native-dark-font-color: #292929;
}
html[native-dark-active] .bankSwiper .swiper-slide p,
html[native-dark-active] .gradient-purple-card h3{
	color:white !important;
}
html[native-dark-active] .tag p {
  border: 1px solid #ECE5FF;
}
html[native-dark-active] .container-clickouts .clickout, 
html[native-dark-active] .side-partner-clickout {
    filter: drop-shadow(2px 4px 6px rgb(23, 23, 23));
}
html[native-dark-active] .container-clickouts .clickout:hover, 
html[native-dark-active] .side-partner-clickout:hover {
    filter: drop-shadow(2px 4px 16px rgb(22, 22, 22));
}
html[native-dark-active] .philosophie .card-icon p {
	--native-dark-font-color: #292929;
}
