/* _content/Demo.Mvc/Views/Homes/classic.cshtml.rz.scp.css */
.img-demo-thumb[b-zqt6q1odw7] {
    height: 220px; /* ou la hauteur souhaitée */
    object-fit: cover; /* pour recadrer sans déformer */
    width: 100%; /* pour remplir la card */
    border-radius: 0.5rem; /* optionnel, pour l’esthétique */
}
/* _content/Demo.Mvc/Views/Homes/Market.cshtml.rz.scp.css */
.market-theme[b-hkahpxpwhf] {
    --bg1: #0f1020;
    --bg2: #0a0b14;
    --primary: #6c8cff;
    --accent: #7cf5ff;
    --muted: #9aa3b2;
    --glass-bg: rgba(255,255,255,.04);
    --glass-brd: rgba(255,255,255,.12);
    --shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.03);
}

.section-dark[b-hkahpxpwhf] {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(108,140,255,.25), transparent 60%), radial-gradient(1000px 600px at 90% 10%, rgba(124,245,255,.18), transparent 55%), linear-gradient(180deg, var(--bg1), var(--bg2));
    position: relative;
    overflow: hidden;
}

.gradient-anim[b-hkahpxpwhf] {
    background: linear-gradient(90deg, var(--primary), var(--accent), #9b7bff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hue-b-hkahpxpwhf 10s ease-in-out infinite;
}

@keyframes hue-b-hkahpxpwhf {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.glass[b-hkahpxpwhf] {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-brd);
    box-shadow: var(--shadow);
    border-radius: 18px;
}

.chip[b-hkahpxpwhf] {
    border: 1px solid var(--glass-brd);
    background: rgba(255,255,255,.06);
}

.icon-circle[b-hkahpxpwhf] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(108,140,255,.18), rgba(124,245,255,.12));
    border: 1px solid var(--glass-brd);
}

.btn-neon[b-hkahpxpwhf] {
    --glow: 0 0 20px rgba(108,140,255,.45);
    box-shadow: var(--glow), inset 0 0 0 1px rgba(255,255,255,.06);
}

.card-border[b-hkahpxpwhf] {
    border: 1px solid var(--glass-brd);
}

.text-muted-modern[b-hkahpxpwhf] {
    color: var(--muted) !important;
}

.hover-raise[b-hkahpxpwhf] {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .hover-raise:hover[b-hkahpxpwhf] {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,.45);
    }
/* _content/Demo.Mvc/Views/Home/Index.cshtml.rz.scp.css */
.img-demo-thumb[b-6e3pfq7y2w] {
    height: 220px; /* ou la hauteur souhaitée */
    object-fit: cover; /* pour recadrer sans déformer */
    width: 100%; /* pour remplir la card */
    border-radius: 0.5rem; /* optionnel, pour l’esthétique */
}
/* _content/Demo.Mvc/Views/Shared/_Layout.cshtml.rz.scp.css */
 Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. 

a.navbar-brand[b-riir6765gc] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-riir6765gc] {
    color: #0077cc;
}

.btn-primary[b-riir6765gc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-riir6765gc], .nav-pills .show > .nav-link[b-riir6765gc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-riir6765gc] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-riir6765gc] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-riir6765gc] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-riir6765gc] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-riir6765gc] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 200px;
}
