/* /Pages/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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/

/* ===== VARIABLES ===== */
:root[b-w009a5ivgm] {
    --black: #0F0F0F;
    --white: #FFFFFF;
    --gold: #C9A95C;
    --light-gray: #F5F5F5;
    --glass: rgba(255, 255, 255, 0.06);
    --glass-strong: rgba(255, 255, 255, 0.1);
    --border: rgba(255, 255, 255, 0.12);
}

/* ===== RESET CLEAN ===== */
body[b-w009a5ivgm] {
    background: radial-gradient(circle at 20% 20%, #1a1a1a, #0F0F0F 60%);
    color: var(--white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0.2px;
}

/* ===== NAVBAR APPLE ===== */
.navbar[b-w009a5ivgm], .navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3[b-w009a5ivgm] {
    background: rgba(15, 15, 15, 0.5) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border) !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand[b-w009a5ivgm], .navbar-collapse collapse d-sm-inline-flex justify-content-between[b-w009a5ivgm], .nav-pills .nav-link.active[b-w009a5ivgm], .nav-pills .show > .nav-link[b-w009a5ivgm] {
    color: var(--white) !important;
    font-weight: 600;
    font-size: 1.2rem;
}

    .navbar-collapse collapse d-sm-inline-flex justify-content-between[b-w009a5ivgm], .navbar-brand[b-w009a5ivgm]::after {
        content: "●";
        color: var(--gold);
        margin-left: 5px;
        font-size: 0.8rem;
    }

.nav-link[b-w009a5ivgm], .nav-item[b-w009a5ivgm] {
    color: rgba(255,255,255,0.7) !important;
    font-weight: 500;
    transition: 0.3s;
}

    .nav-item[b-w009a5ivgm], .nav-link:hover[b-w009a5ivgm] {
        color: var(--white) !important;
    }

/* ===== LAYOUT ===== */
.container[b-w009a5ivgm] {
    max-width: 1100px;
}

/* ===== MAIN AUTO SECTIONS ===== */
main[b-w009a5ivgm], .pb-3[b-w009a5ivgm] {
    padding-top: 40px;
}

    /* chaque bloc devient une “section Apple” */
    main > *[b-w009a5ivgm], .pb-3[b-w009a5ivgm] {
        background: var(--glass);
        border: 1px solid var(--border);
        backdrop-filter: blur(25px);
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 25px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
        transition: all 0.4s ease;
    }

        .pb-3[b-w009a5ivgm], main > *:hover[b-w009a5ivgm] {
            transform: translateY(-6px);
            background: var(--glass-strong);
        }

/* ===== TITRES APPLE ===== */
h1[b-w009a5ivgm] {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h2[b-w009a5ivgm] {
    font-size: 1.6rem;
    font-weight: 600;
}

h3[b-w009a5ivgm] {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
}

/* accent gold subtil */
h1 span[b-w009a5ivgm], h2 span[b-w009a5ivgm] {
    color: var(--gold);
}

/* ===== TEXT ===== */
p[b-w009a5ivgm] {
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
}

/* ===== BUTTON APPLE STYLE ===== */
.btn-primary[b-w009a5ivgm], .navbar-toggler[b-w009a5ivgm] {
    background: linear-gradient(135deg, #ffffff, #dcdcdc) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .navbar-toggler[b-w009a5ivgm],.btn-primary:hover[b-w009a5ivgm] {
        transform: scale(1.05);
    }

/* bouton secondaire luxe */
.btn-outline-secondary[b-w009a5ivgm] {
    border-radius: 999px;
    border: 1px solid var(--border) !important;
    color: var(--white) !important;
}

    .btn-outline-secondary:hover[b-w009a5ivgm] {
        background: var(--glass);
    }

/* ===== INPUTS ===== */
input[b-w009a5ivgm], textarea[b-w009a5ivgm], select[b-w009a5ivgm] {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    color: var(--white) !important;
    padding: 10px;
}

    input:focus[b-w009a5ivgm], textarea:focus[b-w009a5ivgm], select:focus[b-w009a5ivgm] {
        border-color: var(--gold) !important;
        box-shadow: 0 0 0 2px rgba(201,169,92,0.2);
    }

/* ===== TABLE CLEAN ===== */
.table[b-w009a5ivgm] {
    color: var(--white);
}

    .table th[b-w009a5ivgm] {
        color: rgba(255,255,255,0.6);
        font-weight: 500;
    }

    .table td[b-w009a5ivgm] {
        border-top: 1px solid rgba(255,255,255,0.05);
    }

/* ===== FOOTER ===== */
.footer[b-w009a5ivgm], .border-top footer text-muted[b-w009a5ivgm] {
    background: transparent;
    border-top: 1px solid var(--border);
    color: rgba(255,255,255,0.5);
    padding: 30px 0;
    text-align: center;
}

/* ===== MICRO ANIMATIONS ===== */
main > *[b-w009a5ivgm], .pb-3[b-w009a5ivgm] {
    animation: fadeUp-b-w009a5ivgm 0.6s ease;
}

@keyframes fadeUp-b-w009a5ivgm {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== SCROLLBAR PREMIUM ===== */
[b-w009a5ivgm]::-webkit-scrollbar {
    width: 6px;
}

[b-w009a5ivgm]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
}
/*====== AJOUT DE CLASSES UTILES ===== 
*/
.border-top[b-w009a5ivgm] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-w009a5ivgm] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-w009a5ivgm] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
