@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Rubik+Mono+One&display=swap");
@import url(variable.css);

* {
    margin: 0px;
    font-family: "Monstserrat", sans-serif;
}

html {
    height: 100%;
}

body {
    background-color: var(--background-noir-profond);
    color: var(--ecriture-rouge);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#titreRouge {
    color: var(--ecriture-rouge);
}
#titreRouge:hover {
    text-decoration: none;
}

#index {
    width: 70%;
}

h1 {
    font-size: 80px;
    font-weight: 700px;
    font-family: "Rubik Mono One", serif;
}

main {
    margin: auto;
    width: 50%;
    /* background-color: rgb(110, 110, 110); */
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}


.d-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.tableauScore {
    border-collapse: collapse;
    background: var(--fond-tableau-score);
    width: 30% !important;
    text-align: center;
    border: 1px solid var(--rouge-faux);
    color: white;
}


.tableauScore thead {
    background-color: var(--rouge-faux);
}

.tableauScore td,.tableauScore th {
    padding: 5px;
}

.tableauScore tbody {
    border-top: 1px black solid;
    background: rgb(46, 46, 46);
}

.pfp {
    height: 40px;
}

.pfp img,#bouttonAmis img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header h1 {
    margin-bottom: 0px;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5% 1%;
    margin-bottom: 50px;
}

a {
    color: white;
    text-decoration: none;
}

.btn {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 2;
    background-color: var(--fond-grisatre);
    padding: 0px 3px;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 2px;
}
  
.hautMenu, .milieu, .basMenu {
    border: 2px solid white;
    border-radius: 100rem;
    transition: all 0.4s ease-in-out;
}
  
.hautTransform {
    transform: translateY(13.2px) rotate(-45deg);
}
  
.milieuTransform {
    transform: rotate(45deg);
}
  
.basTransform {
    opacity: 0;
}

.menuDeroulant {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    transition: all 1s ease;
    background-color: var(--fond-grisatre);
    overflow-y: auto;
    z-index: 1;
    padding-top: 50px;
}

.menuEtendu {
    width: 250px;
}

.opacity {
    opacity: 1 !important;
}

.lienDeroulant {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    border-bottom: 2px solid var(--background-noir-profond);
    display: block;
    padding: 10px 0px;
}

.menuDeroulant a {
    color: white !important;
}

.menuDeroulant h2 {
    font-size: 1.3rem;
    color: white;
}

.menuDeroulant img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#compteTel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.image, .compteIcone {
    width: 64px;
    height: 64px;
}

.image img, .compteIcone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compteIcone img {
    border-radius: 50%;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 480px;
}

.menu h2 {
    text-align: center;
}


.menu a {
    width: 250px;
    height: 100px;
    margin: 20px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    font-size: 30px;
    color: rgb(229 27 27);
}

.menu a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.menu a:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.2s;
}

.menu a p {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0px 10px;
}


#affiche:hover {
    box-shadow: 40px 0px 40px #e1dcd67a, -40px 0px 40px #d1eef47a;
}
#anidle:hover {
    box-shadow: 40px 0px 40px #8d275c7a, -40px 0px 40px #dededc7a;
}
#hololive:hover {
    box-shadow: 40px 0px 40px #ccb8b97a, -40px 0px 40px #4e43537a;
}
#hsr:hover {
    box-shadow: 40px 0px 40px #378ad27a, -40px 0px 40px #0e111e7a;
}
#dbd:hover {
    box-shadow: 40px 0px 40px #0304087a, -40px 0px 40px #191c257a;
}


.fondActiver {
    background: var(--fond-bouton-actif) !important;
    color: white;
    border: 1px solid var(--fond-bouton-actif) !important;
}

.fondActiver:hover {
    cursor: pointer;
    background: var(--fond-bouton-actif-hover) !important;
    border: 1px solid var(--fond-bouton-actif-hover) !important;
}

.fondDesac {
    background: var(--fond-bouton-desac);
    border: 1px solid var(--fond-bouton-desac);
    color: rgb(129, 129, 129);
}

#DataTables_Table_0_info, .dt-search, .Tel {
    display: none;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 5px !important;
    box-sizing:content-box;
}



.dt-type-numeric {
    text-align: center !important;
}

.dt-layout-full {
    width:min-content !important;
    border-bottom: 1px solid var(--rouge-faux);
}


.footer {
    position: fixed;
    bottom: 0px;
}

.amis,.amisDeroulant {
    background-color: var(--fond-grisatre);
    height: 45px;
    width: 250px;
    border-top: 1px solid var(--background-noir-profond);
    box-shadow: rgba(255, 255, 255, 0.15) 1.95px 1.95px 2.6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.click, .clickDeroulant {
    display: flex;
    gap: 17px;
    width: 32px;
    height: 32px;
}
  
.gauche, .droite {
    height: 35.78px;
    width: 5px;
    border-radius: 100rem;
    background-color: white;
    transition: transform 0.4s;
}
  
.gauche {
    transform: rotate(45deg);
}
  
.droite {
    transform: rotate(-45deg);
}
  
.bas_gauche {
    transform: rotate(135deg);
}
  
.bas_droite {
    transform: rotate(-135deg);
}

.cache {
    overflow: hidden;
    height: 0px;
    transition: all 1s ease;
    background-color: var(--fond-grisatre);
    box-shadow: rgba(255, 255, 255, 0.15) 1.95px 1.95px 2.6px;
    overflow-y: auto;
}

.cache div,#bouttonAmis {
    display: flex;
}


.etendu {
    height: 300px;
}

.entenduBoutton {
    height: 30px;
}

.desac {
    display: none !important;
}

.listeUtilisateur div {
    height: 45px;
    gap: 15px;
    justify-content: space-between;
    overflow-x: auto;
}

.listeUtilisateur div img, #amis {
    width: 45px;
    height: 45px;
}

.listeUtilisateur div p {
    align-content: center;
    color: white;
    font-size: 18px;
}

.listeUtilisateur div button {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0px;
}

.listeUtilisateur div button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.divBoutton {
    align-items: center;
}


.listeUtilisateur {
    flex-direction: column;
    gap: 5px;
}

.listeUtilisateur a {
    display: flex;
    align-items: center;
}

.listeUtilisateur a img {
    width: 40px;
    height: 40px;
}

#bouttonAmis button {
    border-radius: 0px;
    font-size: 20px;
    color: white;
    border: 0px;
    padding: 5px;
    width: 33.3%;
}

.ajoutAmis {
    margin-top: 7.5px;
    margin-right: 5px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#bouttonAmis::-webkit-scrollbar, .cache::-webkit-scrollbar {
    display: none;
}

#bouttonAmis, .cache{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
  

#bouttonAmis button:hover, .divBoutton button:hover, .amis:hover{
    cursor: pointer;
}
  
.actif {
    background: var(--background-noir-profond);
}
  
.nonActif {
    background: rgb(54, 54, 54);
}



.popupBackground {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 350px;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--fond-noir);
    border-radius: 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 1000px){
    .compteIcone {
        display: none;
    }

    .footer {
        z-index: 1;
        opacity: 0;
        transition: all 1s ease;
    }

    .menuFond {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #a5a5a563;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    .listeUtilisateur {
        border-top: 2px solid var(--background-noir-profond);
    }

    .cache, .amis {
        box-shadow: none;
    }

    .Tel {
        display: flex;
    }

    nav {
        justify-content: center;
    }

    .image {
        display: none;
    }

    h1 {
        font-size: 2.5rem;
    }

    .d-flex {
        flex-direction: column;
    }

    main {
        width: 100%;
    }

    .menu {
        width: 90%;
    }

    .tableauScore {
        margin-top: 20px;
    }

    .menu a {
        height: 100px;
        font-size: 25px;
    }
}

