body
{
    background-color: rgb(30, 30, 30);
    font-family: "JetBrains Mono", monospace;
    color: white;
    z-index: 0;
}

:root
{
    --header-height: 0px;
    --footer-height: 0px;
    --screen-width: 100%;
    --screen-left: 0%;
    --screen-right: 0%;
    --screen-top: 0px;
    --screen-bottom: 0px;
    --bar-top: 0px;
}

header
{
    background-color: rgb(8, 8, 8);
    border-bottom: 2px solid rgb(168, 0, 0);
    position: fixed;
    top: var(--screen-top);
    left: var(--screen-left);
    width: var(--screen-width);
    z-index: 1000;
}

.LoginSection
{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 360px;
    z-index: 1001;
}

.AuthName
{
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 0;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.AuthButton
{
    background: none;
    border: none;
    padding: 0;
}

.auth-popup
{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 230px;
    background-color: rgb(8, 8, 8);
    border: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 8px;
    z-index: 1002;
}

.auth-popup__item
{
    width: 100%;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    font-family: inherit;
    font-size: 12px;
    text-align: center;
}

.auth-popup__item:hover
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.AccountLogo
{
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    object-fit: contain;
}

#authButton[data-authed="1"] .AccountLogo
{
    border-radius: 50%;
    object-fit: cover;
}

.AccountLogo:hover
{
    transform: scale(1.10);
    cursor: pointer;
}

.Information
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.Information::-webkit-scrollbar 
{
    width: 8px;
}

.Information::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.Information::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.Hébergeur
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.Hébergeur::-webkit-scrollbar 
{
    width: 8px;
}

.Hébergeur::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.Hébergeur::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.Jeux
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);  
}

.Jeux::-webkit-scrollbar 
{
    width: 8px;
}

.Jeux::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.Jeux::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.RèglesDeBase
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.RèglesDeBase::-webkit-scrollbar 
{
    width: 8px;
}

.RèglesDeBase::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.RèglesDeBase::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.RèglesGénérales
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.RèglesGénérales::-webkit-scrollbar 
{
    width: 8px;
}

.RèglesGénérales::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.RèglesGénérales::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.RèglesComitéEthique
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.RèglesComitéEthique::-webkit-scrollbar 
{
    width: 8px;
}

.RèglesComitéEthique::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.RèglesComitéEthique::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.RèglesDesRôles
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.RèglesDesRôles::-webkit-scrollbar 
{
    width: 8px;
}

.RèglesDesRôles::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.RèglesDesRôles::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.SCPSecretLaboratory
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.SCPSecretLaboratory::-webkit-scrollbar 
{
    width: 8px;
}

.SCPSecretLaboratory::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.SCPSecretLaboratory::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.SiteInternet
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.SiteInternet::-webkit-scrollbar 
{
    width: 8px;
}

.SiteInternet::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.SiteInternet::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.Discussion
{
    display: block;
    position: fixed;
    top: var(--header-height);
    bottom: var(--footer-height);
    left: var(--screen-left);
    right: var(--screen-right);
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    border-bottom: none;
    height: auto;
    background-color: rgb(17, 17, 17);
    z-index: 998;
    opacity: 0%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.Discussion::-webkit-scrollbar 
{
    width: 8px;
}

.Discussion::-webkit-scrollbar-thumb 
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.Discussion::-webkit-scrollbar-track 
{
    background: rgb(8, 8, 8);
}

.chat
{
    width: min(1600px, calc(100% - 40px));
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.chat-auth
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    margin-top: 30px;
}

.chat-auth-status
{
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.chat-auth-status--off
{
    color: rgb(200, 200, 200);
}

.chat-auth-status--on
{
    color: rgb(255, 255, 255);
}

.chat-error
{
    margin: 10px;
    padding: 10px;
    background-color: rgb(8, 8, 8);
    border: 2px solid rgb(168, 0, 0);
    color: rgb(255, 0, 0);
}

.chat-messages
{
    margin: 10px;
    height: 460px;
    overflow-y: auto;
    border: 2px solid rgb(168, 0, 0);
    background-color: rgb(8, 8, 8);
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}
.chat-body
{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.chat-main
{
    flex: 1;
    min-width: 0;
}
.chat-users
{
    width: 520px;
    margin: 10px;
    height: 460px;
    border: 2px solid rgb(168, 0, 0);
    background-color: rgb(8, 8, 8);
    padding: 10px;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

.chat-popup
{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.chat-popup__box
{
    width: min(520px, calc(100% - 40px));
    border: 2px solid rgb(168, 0, 0);
    background-color: rgb(8, 8, 8);
    padding: 12px;
}

.chat-popup__title
{
    text-align: center;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}

.chat-popup__grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.chat-popup__row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.chat-popup__input
{
    width: 110px;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 6px;
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
}

.chat-popup__actions
{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.chat-users__title
{
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
    text-align: center;
}
.chat-users__list
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 6px;
}

.chat-users__search
{
    margin-top: 10px;
}

.chat-users__search-input
{
    width: 100%;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 0.5rem;
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
}
.chat-user
{
    border-bottom: 1px solid rgb(30, 30, 30);
    padding: 6px 0;
}
.chat-user__row
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.chat-user__left
{
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.chat-user__name
{
    color: rgb(255, 255, 255);
    font-size: 12px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-user__badge
{
    flex-shrink: 0;
}
.chat-user__time
{
    color: rgb(200, 200, 200);
    font-size: 12px;
    white-space: nowrap;
}
.chat-user__actions
{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.chat-messages::-webkit-scrollbar
{
    width: 8px;
}

.chat-messages::-webkit-scrollbar-thumb
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.chat-messages::-webkit-scrollbar-track
{
    background: rgb(8, 8, 8);
}

.chat-message
{
    padding: 8px 0;
    border-bottom: 1px solid rgb(30, 30, 30);
}

.chat-message__main
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.chat-message__left
{
    min-width: 0;
}

.chat-message__wrap
{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.chat-avatar
{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgb(168, 0, 0);
    background-color: rgb(8, 8, 8);
    flex-shrink: 0;
    margin-top: 2px;
}

.chat-badge--status
{
    background-color: rgb(30, 30, 30);
    color: rgb(255, 0, 0);
}

.chat-message__right
{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.chat-message__author
{
    color: rgb(255, 255, 255);
}

.chat-message__badge
{
    margin-left: 0;
}

.chat-badge
{
    display: inline-flex;
    align-items: center;
    height: 16px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid rgb(168, 0, 0);
    background-color: rgb(168, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 11px;
    line-height: 16px;
    white-space: nowrap;
}

.chat-users::-webkit-scrollbar
{
    width: 8px;
}

.chat-users::-webkit-scrollbar-thumb
{
    background: rgb(168, 0, 0);
    border-radius: 4px;
}

.chat-users::-webkit-scrollbar-track
{
    background: rgb(8, 8, 8);
}

.chat-message__time
{
    color: rgb(200, 200, 200);
    font-size: 12px;
}

.chat-message__content
{
    margin-top: 4px;
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-message__prefix
{
    font-size: 12px;
}

.chat-message__pseudo
{
    color: rgb(255, 255, 255);
}

.chat-message__text
{
    font-size: 14px;
}

.chat-message__actions
{
    display: flex;
    align-items: center;
    gap: 6px;
}

.chat-action
{
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 4px 8px;
    background-color: rgb(30, 30, 30);
    color: white;
    font-size: 12px;
}

.chat-action:hover
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.chat-login
{
    padding: 0 10px 10px 10px;
}

.chat-form
{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.chat-input
{
    flex: 1;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 0.5rem;
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
}

.chat-input:disabled
{
    opacity: 60%;
    cursor: not-allowed;
}

.chat-btn,
.chat-send
{
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 0.5rem;
    background-color: rgb(30, 30, 30);
    text-align: center;
    text-decoration: none;
    color: white;
}

.chat-btn:hover,
.chat-send:hover
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
    cursor: pointer;
}

h3
{
    text-align: center;
    color: rgb(255, 255, 255);
}

div.tête
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo
{
    display: block;
    position: absolute;
    left: 0%;
    top: 8%;
    width: 100px;
    height: auto;
}

.bar
{
    display: block;
    position: relative;
    width: var(--screen-width);
    height: 2px;
    background-color: rgb(168, 0, 0);
    border: none;
}

.bar2
{
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: rgb(168, 0, 0);
    border: none;
}

h1
{
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-100%);
    width: 50%;
    padding: 2.5px 2.5px 2.5px 2.5px;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    background-color: rgb(30, 30, 30);
    text-align: center;
    color: rgb(255, 255, 255);
}

.menu-toggle 
{
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    position: fixed;
    left: 0%;
    transform: translate(50%, 30%);
    z-index: 1001;
    scale: 200%;
    transition: transform 0.3s ease;
}

.menu-toggle:hover 
{
    color: rgb(255, 0, 0);
}

.boutonA
{
    display: block;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 0.5rem;
    margin: 0.5rem;
    background-color: rgb(30, 30, 30);
    text-align: center;
    text-decoration: none;
    color: white;
    width: 120px;
}

.boutonA:hover
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
    scale: 110%;
    cursor: pointer;
}

.boutonA.is-active
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
}

.boutonT
{
    display: block;
    border-top: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    padding: 0.5rem;
    margin: 0.5rem;
    background-color: rgb(30, 30, 30);
    text-align: center;
    text-decoration: none;
    color: white;
    width: 130px;
}

.boutonT:hover
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
    scale: 110%;
    cursor: pointer;
}

.boutonT.is-active
{
    border-top: 2px solid rgb(255, 0, 0);
    background-color: rgb(50, 50, 50);
    color: rgb(255, 0, 0);
}

.MiniMenuAccueil 
{
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0%;
    text-align: center;
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    width: var(--boutonT-width);
    height: auto;
    padding: 1rem;
    background-color: rgb(8, 8, 8);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.MiniMenuReglement 
{
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0%;
    text-align: center;
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    width: var(--boutonT-width);
    height: auto;
    padding: 1rem;
    background-color: rgb(8, 8, 8);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.MiniMenuDevlogs 
{
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0%;
    text-align: center;
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    width: var(--boutonT-width);
    height: auto;
    padding: 1rem;
    background-color: rgb(8, 8, 8);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.MiniMenuDivers 
{
    display: block;
    position: fixed;
    top: var(--header-height);
    left: 0%;
    text-align: center;
    border: 2px solid rgb(168, 0, 0);
    border-top: none;
    width: var(--boutonT-width);
    height: auto;
    padding: 1rem;
    background-color: rgb(8, 8, 8);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.accueil 
{
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    transform:translateX(-100%);
    text-align: center;
    border: 2px solid rgb(168, 0, 0);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: rgb(30, 30, 30);
    z-index: 2;
    transition: transform 0.5s ease;
}

div.menu
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1px 1px 1px 1px;
}

.info2 
{
    display: block;
    border: 2.5px solid orange;
    text-align: center;
    border-radius: 5px;
    padding: 0.5rem;
    width: 95%;
    margin: 2rem auto;
    background-color: rgb(8, 8, 8);
}

.info3 
{
    display: block;
    border: 2px solid orange;
    border-radius: 5px;
    padding: 0.5rem;
    width: 25%;
    margin: 2rem;
    background-color: rgb(8, 8, 8);
    text-align: center;
}

audio
{
    display: block;
    position: fixed;
    bottom: calc(var(--footer-height) + 10px);
    right: calc(var(--screen-right) + 10px);
    width: 25%;
    border: 2px solid rgb(87, 255, 255);
    border-radius: 50px;
    padding: auto;
    z-index: 1000;
    filter: invert(1);
}

audio::-webkit-media-controls-panel
{
    background-color: rgb(247, 247, 247);
}

audio::-webkit-media-controls-enclosure
{
    background-color: rgb(247, 247, 247);
    border-radius: 50px;
}

footer
{
    position: fixed;
    bottom: var(--screen-bottom);
    left: var(--screen-left);
    width: var(--screen-width);
    height: 50px;
    border-top: 2px solid rgb(168, 0, 0);
    background-color: rgb(8, 8, 8); 
    z-index: 1000;
}

.copyright
{
    color: #555555;
    text-align: center;
    font-style: italic;
    font-size: 75%;
    margin-top: 15px;
}

.lien
{
    color: #0066cc;
    text-decoration: none;
}

html 
{
    scrollbar-width: none; /* auto | thin | none */
    scrollbar-color: rgb(168, 0, 0) rgb(8, 8, 8);
}

* 
{
    box-sizing:border-box
}

.slideshow-container 
{
  max-width: 1000px;
  position: relative;
  margin: auto;
  border-top: 2px solid rgb(168, 0, 0);
  border-radius: 5px;
}

.mySlides 
{
  display: none;
}

.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover 
{
  background-color: rgba(0,0,0,0.8);
  color: rgb(255, 0, 0);
}

.text 
{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.numbertext 
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
}

.madeby 
{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}

.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover 
{
  background-color: #ff0000;
}

.fade 
{
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade 
{
  from {opacity: .4}
  to {opacity: 1}
}