/* /Components/Layout/AdminLayout.razor.rz.scp.css */
@keyframes nav-fixed-b-olqzu6xqqy {
    from {
        width: calc(var(--max-page-width) - 30px);
    }
    to {
        width: var(--max-page-width);
    }
}

[b-olqzu6xqqy] body {
    display: flex;
}

nav[b-olqzu6xqqy] {
    display: flex;
    align-items: center;
    background: var(--background-color-secondary);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin: 15px;
    width: 70px;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 100;
    color: var(--accent-color);
    transition: margin-left 0.5s, margin-right 0.5s;
}

nav.fixed[b-olqzu6xqqy] {
    z-index: 15;
    position: fixed;
    margin: 0;
    max-width: var(--max-page-width);
    border-radius:  0 0 0.5rem 0.5rem ;
    animation: nav-fixed-b-olqzu6xqqy 0.5s;
    animation-fill-mode: forwards;
}

nav > ul[b-olqzu6xqqy] {
    display: flex;
    flex-direction: column;
}

[b-olqzu6xqqy] .nav-link > a {
    padding: 0 5px;
    margin: 0;
}

.nav-link img[b-olqzu6xqqy] {
    height: 42px;
}

[b-olqzu6xqqy] .nav-link--active::after {
    left: -5px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 10px);
    width: 3px;
}

/* BLAZOR INTEGRATION ----------------------------------------------------------------------------------------------- */
#blazor-error-ui[b-olqzu6xqqy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-olqzu6xqqy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1600px) {
    nav.fixed[b-olqzu6xqqy] {
        width: 100%;
        animation: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
@keyframes nav-fixed-b-k6cbxl48dx {
    from {
        width: calc(var(--max-page-width) - 30px);
    }
    to {
        width: var(--max-page-width);
    }
}

header[b-k6cbxl48dx] {
    height: 78px;
}

nav[b-k6cbxl48dx] {
    display: flex;
    align-items: center;
    background: var(--background-color-secondary);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    margin: 15px;
    height: 48px;
    font-size: 1.5rem;
    font-weight: 100;
    color: var(--accent-color);
    transition: margin-left 0.5s, margin-right 0.5s;
}

nav.fixed[b-k6cbxl48dx] {
    z-index: 15;
    position: fixed;
    margin: 0;
    max-width: var(--max-page-width);
    border-radius:  0 0 0.5rem 0.5rem ;
    animation: nav-fixed-b-k6cbxl48dx 0.5s;
    animation-fill-mode: forwards;
}

nav.fixed > p[b-k6cbxl48dx] {
    border-radius: 0 0 0 0.5rem;
}

nav > div[b-k6cbxl48dx] {
    margin-left: auto;
    display: flex;
}

#kofi > img[b-k6cbxl48dx] {
    height: 42px;
    margin-top: 8px;
    transition: transform 0.1s;
}

#kofi:hover > img[b-k6cbxl48dx] {
    transform: translateY(-3px);
}

#admin > img[b-k6cbxl48dx] {
    height: 35px;
    margin-top: 10px;
    transition: transform 0.1s;
}

#admin:hover > img[b-k6cbxl48dx] {
    transform: translateY(-3px);
}

footer[b-k6cbxl48dx] {
}

/* BLAZOR INTEGRATION ----------------------------------------------------------------------------------------------- */
#blazor-error-ui[b-k6cbxl48dx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-k6cbxl48dx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1600px) {
    nav.fixed[b-k6cbxl48dx] {
        width: 100%;
        animation: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hyuz2e6q8k],
.components-reconnect-repeated-attempt-visible[b-hyuz2e6q8k],
.components-reconnect-failed-visible[b-hyuz2e6q8k],
.components-pause-visible[b-hyuz2e6q8k],
.components-resume-failed-visible[b-hyuz2e6q8k],
.components-rejoining-animation[b-hyuz2e6q8k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-retrying[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-failed[b-hyuz2e6q8k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hyuz2e6q8k] {
    display: block;
}


#components-reconnect-modal[b-hyuz2e6q8k] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hyuz2e6q8k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hyuz2e6q8k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hyuz2e6q8k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hyuz2e6q8k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hyuz2e6q8k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hyuz2e6q8k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hyuz2e6q8k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hyuz2e6q8k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hyuz2e6q8k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hyuz2e6q8k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hyuz2e6q8k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hyuz2e6q8k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hyuz2e6q8k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hyuz2e6q8k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hyuz2e6q8k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hyuz2e6q8k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hyuz2e6q8k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hyuz2e6q8k {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
main[b-rysbwdu3ee] {
    padding: 10px;
}

main[b-rysbwdu3ee]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("./images/me_standing.png") no-repeat bottom;
    opacity: 0.2;
    z-index: -1;
}

h1[b-rysbwdu3ee] {
    text-align: center;
    margin-bottom: 20px;
}

#me[b-rysbwdu3ee] {
    position: relative;
    display: flex;
    max-width: 1000px;
    margin: auto;
}

#me > img[b-rysbwdu3ee] {
    height: 300px;
    position: relative;
    bottom: 0;
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

#me > div[b-rysbwdu3ee] {
    margin: auto 5px;
}

#me a > img[b-rysbwdu3ee] {
    width: 64px;
    image-rendering: pixelated;
    border-radius: 10px;
    transition: transform 0.1s;
}

#me a > img:hover[b-rysbwdu3ee] {
    transform: translateY(-5px);
}

hr[b-rysbwdu3ee] {
    margin: 50px auto;
}

#description[b-rysbwdu3ee] {
    text-align: center;
    align-items: center;
}

#description > img[b-rysbwdu3ee] {
    margin-left: auto;
    justify-content: center;
    text-align: center;
}

#description > p[b-rysbwdu3ee] {
    text-align: center;
}

#credits[b-rysbwdu3ee], #credits :any-link[b-rysbwdu3ee] {
    text-align: center;
    font-size: 0.8rem;
    color: #426f6f;
}

#credits li[b-rysbwdu3ee] {
    list-style-type: none;
}

@media (max-width: 550px) {

    #me > img[b-rysbwdu3ee] {
        position: absolute;
        z-index: -1;
        opacity: 0.1;
    }

    #me > div[b-rysbwdu3ee] {
        margin-left: 0;
    }

}
/* /Components/Pages/Admin/Home.razor.rz.scp.css */
h1[b-0u219j3g0d] {
    text-align: center;
}

/* /Components/Pages/Home.razor.rz.scp.css */
/* PRESENTATION ----------------------------------------------------------------------------------*/

@keyframes floaty-b-7fk153cnnu {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

#presentation[b-7fk153cnnu] {
    position: relative;
    flex-direction: column;
    padding: 20px 0 0 0;
}

#presentation h1[b-7fk153cnnu] {
    font-size: 5rem;
    line-height: 1;
    margin: 0 0 0 0;
}

#presentation p[b-7fk153cnnu] {
    margin: 0 0 0 4rem;
}

#presentation > img[b-7fk153cnnu] {
    position: absolute;
    width: 300px;
    left: 80px;
    top: 120px;
    rotate: 10deg;
    z-index: -1;
    animation: floaty-b-7fk153cnnu 3s ease-in-out infinite;
}

#presentation > div[b-7fk153cnnu] {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: -30px;
    right: 5px;
    gap: 0.5rem;
}

#presentation > div > .button[b-7fk153cnnu] {
    width: 80px;
    align-self: end;
    text-align: center;
}

/* GITHUB ----------------------------------------------------------------------------------------*/

#github[b-7fk153cnnu] {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
    margin: 110px 0 60px 0;
}

#github > h2[b-7fk153cnnu] {
    margin: 0;
}

#github__commit[b-7fk153cnnu] {
    position: relative;
    background-color: var(--background-color-secondary);
    padding: 1rem;
    border-radius: 10px;
    margin-right: 15px;
    width: 650px;
    transition: scale 0.2s ease-in-out;   
}

#github__commit:hover[b-7fk153cnnu] {
    scale: 1.05;
    cursor: pointer;
}

#github__commit > div[b-7fk153cnnu] {
    display: flex;
    margin-bottom: 0.5rem;
}

#github__commit > div > *[b-7fk153cnnu] {
    margin: 0;
}

#github__commit > div > h3[b-7fk153cnnu] {
    margin: 0 10px;
}

#github__commit > div > p[b-7fk153cnnu] {
    padding: 2px 5px;
    background: rgba(0, 0, 0, 0.2);
}

#github__commit > div > p#github__commit__branch[b-7fk153cnnu] {
    padding: 2px 10px;
    border-radius: 5px 0 0 5px;
    background: black;
}

#github__commit > p[b-7fk153cnnu] {
    margin: 0;
    max-width: calc(100% - 100px);
}

#github__commit > img[b-7fk153cnnu] {
    position: absolute;
    right: 0;
    top: -20px;
    width: 100px;
}

/* PROJECTS --------------------------------------------------------------------------------------*/

#projects > h2[b-7fk153cnnu] {
    text-align: center;
    margin-bottom: 10px;
}

#projects__list[b-7fk153cnnu] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.project[b-7fk153cnnu] {
    width: 300px;
    height: 400px;
    margin: 0;
    transform: skew(-10deg);
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: var(--background-color-secondary);
    border-radius: 10px;
    transition: transform 0.2s;
}

.project:hover[b-7fk153cnnu] {
    transform: translateY(-10px) skew(-10deg);
    cursor: pointer;
}

.project > img[b-7fk153cnnu] {
    transition: all 0.2s;
    image-rendering: pixelated;
    z-index: -1;
}

.project:hover > img[b-7fk153cnnu] {
    opacity: 1;
    scale: 1.1;
}

.project > h3[b-7fk153cnnu] {
    color: white;
    position: absolute;
    background: var(--background-color);
    height: fit-content;
    padding: 3px 15px;
    margin: 0;
    left: -5px;
    border-radius: 0 0 5px 0;
}

.project > *[b-7fk153cnnu] {
    transform: skew(10deg);
}

/* News ------------------------------------------------------------------------------------------*/

#news[b-7fk153cnnu] {
    margin: 30px 0;
}

#news__list[b-7fk153cnnu] {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
main[b-zrxf21sns3] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: -100%;
}

form[b-zrxf21sns3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
main > *[b-bnfggbfe14] {
    text-align: center;
}

main > img[b-bnfggbfe14] {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 600px;
    margin: auto;
    align-self: center;
}
/* /Components/Pages/Warhammer/Faction.razor.rz.scp.css */
@keyframes floaty-b-a4nadm5etn {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

/* AFFICHAGE DES UNITÉS ------------------------------------------------------------------------- */
h1[b-a4nadm5etn]{
    margin: 10px 0;
}

#army[b-a4nadm5etn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

#army > div[b-a4nadm5etn] {
    position: relative;
    padding: 10px;
    height: 240px;
    min-width: 60px;
    border-radius: 5px;
    background: var(--panel-color);
    transition: all 0.1s linear;
}

#army > div:hover[b-a4nadm5etn] {
    cursor: pointer;
}

#army > div > h3[b-a4nadm5etn] {
    color: var(--text-color);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#army > div[b-a4nadm5etn] >  img {
    height: 220px;
    filter: brightness(0.8);
    transition: all 0.1s linear;
}

#army > div:hover[b-a4nadm5etn] >  img {
    filter: brightness(1);
    scale: 1.05;
}

/* AFFICHAGE DE L'UNITÉ SÉLECTIONNÉ ------------------------------------------------------------- */
#hover[b-a4nadm5etn] {
    z-index: 10;
    position: fixed;
    bottom: 20vh;
    left: 10vw;
    right: 10vw;
    overflow: scroll;
    padding: 20px;
}

#selected[b-a4nadm5etn] {
    position: absolute;
    z-index: 100;
    top: 42px;
    left: 5%;
    right: 5%;
    display: flex;
    animation: floaty-b-a4nadm5etn 5s ease-in-out infinite;
    background: var(--background-color-secondary);
    box-shadow-blur: 10px;
    box-shadow: 5px 5px 5px 5px rgba(3, 96, 74, 0.46);
    padding: 10px;
    border-radius: 15px;
    height: 60vh;
}

#selected__images[b-a4nadm5etn] {
    position: relative;
    margin-right: 10px;
    flex: 0 0 60vh;
    background: var(--background-color);
    border-radius: 10px;
    overflow: hidden;
}

#selected__images > img[b-a4nadm5etn] {
    position: absolute;
    inset: 0;
    max-height: min(700px, 60vh);
    max-width: min(700px, 60vh);
    padding: 5px;
    margin: auto;
    transition: opacity 0.25s ease-in-out;
}

#selected__images > img[b-a4nadm5etn] {
    cursor: pointer;
}

#selected__images > img:not(.show)[b-a4nadm5etn] {
    opacity: 0;
}

#selected__images > img.show[b-a4nadm5etn] {
    opacity: 1;
}

#selected__infos[b-a4nadm5etn] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#selected__infos > .button[b-a4nadm5etn] {
    position: absolute;
    right: 10px;
}

#selected__infos > h2[b-a4nadm5etn] {
    font-size: 2rem;
}

#selected__infos__description[b-a4nadm5etn] {
    padding: 0 10px;
}

#selected__infos__commentary[b-a4nadm5etn] {
    text-align: center;
    border-radius: 5px;
    font-size: 0.8rem;
    opacity: 0.5;
    margin: 0;
}

#selected__infos__badges[b-a4nadm5etn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 10px 5px 10px;
}

#selected__infos__badges > span[b-a4nadm5etn] {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    background: var(--color-green-dark);
    border: 1px solid var(--color-green-light);
}

#selected__infos__stats[b-a4nadm5etn] {
    padding-top: 10px;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 12px;
}

#selected__infos__stats > p[b-a4nadm5etn] {
    margin-left: 25px;
}

.stats[b-a4nadm5etn] {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 12px;
    backdrop-filter: blur(6px);
}

.stats:last-of-type[b-a4nadm5etn] {
        grid-column: 1 / -1;
}

.stats__table[b-a4nadm5etn] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.stats__table caption[b-a4nadm5etn] {
    caption-side: top;
    text-align: left;
    font-weight: 700;
    padding: 4px 0 10px 0;
    opacity: 0.95;
}

.stats__table th[b-a4nadm5etn],
.stats__table td[b-a4nadm5etn] {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.stats__table th[b-a4nadm5etn] {
    text-align: left;
    font-weight: 600;
    opacity: 0.9;
    width: 60%;
}

.stats__table td[b-a4nadm5etn] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.stats__table tr:last-child th[b-a4nadm5etn], 
.stats__table tr:last-child td[b-a4nadm5etn] {
    border-bottom: none;
}
/* /Components/Pages/Warhammer/Home.razor.rz.scp.css */
h2[b-3p7o7serfg] {
    text-align: center;
}

#clans[b-3p7o7serfg] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.clan[b-3p7o7serfg] {
    position: relative;
    background: var(--background-color-secondary);
    padding: 10px;
    border-radius: 10px;
    height: 98px;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    width: 600px;
    align-items: center;
}

.clan > h3[b-3p7o7serfg] {
    font-size: 2.5rem;
    margin-left: 20px;
    transition: all 0.1s linear;
}

.clan > img[b-3p7o7serfg] {
    height: 300px;
    transform: translateY(10%);
    transition: all 0.1s linear;
}

.clan__rapport[b-3p7o7serfg] {
    font-size: 0.7rem;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.clan__faction[b-3p7o7serfg] {
    position: absolute;
    margin: 0;
    top: 5px;
    right: 10px;
}

.clan:hover > img[b-3p7o7serfg] {
    scale: 1.05;
}

.clan:hover > h3[b-3p7o7serfg] {
    margin-left: 15px;
}
