@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;800&display=swap');

*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Inter', sans-serif;
}

/* ////////////////////////////////////////////////////////////////// */


header{
    top: 0;
    height: 100px;
    width: 100%;
    /* background-color: #040d16; */
    display: flex;
    align-items: center;
    position: fixed;
    z-index: +2;
    /* background-color: rgba(0,204,255,100); */
    background-color: rgba(4,13,22,0);
    transition: background-color 0.5s ease; /* Ajout d'une transition pour un effet doux */
}
nav{
    width: 100%;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav li{
    padding-left: 12px;
    text-align: right;
}
nav a{
    text-decoration: none;
    color: #040d16;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.5s ease;
    font-size: 2rem;
}
#list{
    position: absolute;
    top: 0;
    background-color: #00CCFF;
    flex-direction: column;
    display: flex;
    gap: 20px;
    height: 100vh;
    padding-top: 120px;
    padding-right: 30px;
    padding-left: 20px;
    box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
}
#list2{
    display: none;
}
a:hover{
    color: #00CCFF;
}
#logo{
    width: 45px;
}
#a-logo{
    border: none;
    display: flex;
    align-items: center;
}
nav .current a {
    color: white;
    text-decoration: none;
}
#list{
    transition: 0.3s;
    right: -70%;
}
#list.list-active{
    right: 0%;
}
#burger{
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 1;
    cursor: pointer;
}
.traits{
    width: 40px;
    height: 5px;
    background-color: white;
    border-radius: 4px;
    transition: 0.3s;
}
.traits-active .traits{
    z-index: 2;
    background-color: #040d16;
}
.traits-active .traits:nth-child(1){
    transform: rotate(45deg);
    position: absolute;
}
.traits-active .traits:nth-child(2){
    opacity: 0;
    transition: 0.1s;
}
.traits-active .traits:nth-child(3){
    transform: rotate(-45deg);
    position: absolute;
}
#banniere{
    width: 100%;
    height: 90px;
    background-color: rgba(4,13,22,0);
    /* background-color: #00CCFF; */
    position: absolute;
    top: 0;
    position: fixed;
    z-index: -1;
}

@media screen and (min-width:480px) {
    nav {
        padding: 0 40px;
        margin: 0;
    }
    #burger{
        display: none;
    }
    #list{
        display: none;
        right: 0;
    }
    #list2{
        display: flex;
    }
    nav a{
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        transition: color 0.5s ease;
        font-size: 1rem;
    }
    nav .current a {
        color: #00CCFF;
        text-decoration: none;
        border-bottom: 1px solid #00CCFF;
    }

  }


/* /////////////////////////////  HEADER  ///////////////////////////////////// */
/* /////////////////////////////  BODY  ///////////////////////////////////// */

body{
    background-color: #040d16;
    color: white;
}
.maintel{
    background-image: url(/images/bgkc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    margin-bottom: 40px;
}
.main2{
    margin-top: 100px;
}
#index-video, .title, .accroche, .down{
    display: none;
}
.title2{
    position: absolute;
    color: white;
    font-size: 2.7rem;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.accroche2{
    position: absolute;
    color: white;
    font-size: 0.8rem;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.bloc2{
    display: flex;
    background-color: #040d16;
    margin-top: 40px;
}
.container2{
    width: 1080px;
    display: flex;
    margin: 0 auto;
}

.container2 img{
    display: none;
}
.container-text{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 26px;
    text-align: justify;
    padding: 0 20px;
    color: white;

}
.container-text h2{
    font-size: 2rem;
    text-align: left;
}
.main3{
    margin-top: 100px;
}
#title{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
}
.containerlol, .containerlol2, .containerrl, .containersmash, .containertft, .containertm, .containervalo, .containervalogc, .containercs, .containerr6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    display: none;
}

.container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 20px;
    gap: 20px;
}
.containerV2{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
    gap: 8px;
    justify-content: center;
}
.jeux-container {
    position: relative;
    height: 240px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
}
.jeux-containerV2 {
    position: relative;
    height: 35px;
    overflow: hidden; 
    display: flex;
    align-items: center;
    cursor: pointer;

}
.logoV2{
    display: none;
}
.illu {
    overflow: hidden;
    height: 100%;
    transition: transform 0.5s;
    filter: brightness(85%);
    object-fit: cover;
}
.illu:hover {
    transform: scale(1.1); /* Augmenter la taille de l'image au survol */
}
.illuV2 {
    overflow: hidden;
    position: absolute;
    width: 100%;
    transition: transform 0.5s;
    filter: brightness(80%);
    object-fit: cover;
}
.illuV2:hover {
    transform: scale(1.1); /* Augmenter la taille de l'image au survol */
}
.jeu-nom{
    font-size: 1rem;
    position: absolute;
    z-index: +1;
    pointer-events: none;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    top: 45%;
}
.jeu-nomV2{
    font-size: 0.7rem;
    z-index: +1;
    pointer-events: none;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 13px;
}
.jeu-container {
    position: relative;
    height: 240px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
}
.jeu-container:hover .pseudo{
    margin-top: -18px;
}
.jeu-container:hover .flags{
    margin-top: -18px;
}
.jeu-container:hover .contrat-container{
    margin-top: -30px;
}
.text-transi{
    height: 15px;
    overflow: hidden;
}
.contrat-container{
    transition: 0.2s; /* Ajoutez une transition pour margin-top */
}
.age{
    text-align: center;
    font-size: 1rem;
    height: 30px;
    transition: 0.2s;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.trait{
    width: 90%;
    height: 2px;
    margin: 0 auto;
    background-color: #00CCFF;
    border-radius: 40px;
    bottom: 0;
}
.admin-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 20px;
}
.butadmin{
    display: flex;
    border: 2px solid white;
    border-radius: 14px;
    position: absolute;
    z-index: +1;
    top: 40%;
    pointer-events: none;
}

.butadmin p{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.jeux, .joueurs{
    height: 540px;
    overflow: hidden; 
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.jeu-illu{
    height: 100%;
    object-fit: cover;
    transform: translate(20%, 0);
}
.joueurs-illu{
    height: 100%;
    object-fit: cover;
}
.retour{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.retour a{
    border: solid 1px #00CCFF;
    padding: 10px 20px ;
    border-radius: 10px;
    text-decoration: none;
    color:#00CCFF;
    font-size: 1.2rem;
}
.admin-header{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.admin-header img{
    object-fit: cover;
    height: 100%
}
.nom, .pseudo {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.2s; /* Ajoutez une transition pour margin-top */
}

.top-content {
    position: absolute;
    display: flex;
    width: 90%;
    /* padding: 0 10px; */
    justify-content: space-between;
    margin-top: 5px;
}
.bottom-content{
    height: 30px;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 5px;
    bottom: 0;
}
.pays-content{
    height: 20px;
    overflow: hidden;
}
.flags img{
    height: 15px;
}
.pays, .flags{
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: 0.2s;
    text-align: right;
}
.statut{
    margin-top: 2px;
    font-size: 0.7rem;
    font-weight: 500;
    color: #00CCFF;
    text-transform: uppercase;
}
.main-admin{
    margin-top: 30px;
}
.main-gestion{
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
}
.main-gestion h1{
    text-transform: uppercase;
    text-align: center;
}
.bas{
    position: absolute;
    bottom: 0;
}
.blue{
    color: #00CCFF;
}
table{
    margin-top: 30px;
    border-spacing: 1;
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    font-size: 0.8rem;
}
.table-joueurs{
    margin-top: 30px;
    border-spacing: 1;
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    font-size: 0.8rem;
}
table thead tr {
    height: 60px;
    background: #00CCFF;
}
table thead td {
    text-align: center;
    font-weight: 600;
}
.table100-head th {
    font-size: 18px;
    color: #00CCFF;
    line-height: 1.2;
    font-weight: unset;
    
}
table tbody tr {
    height: 50px;
    padding: 5px 0;
}
table tbody tr:hover {
    height: 50px;
    padding: 5px 0;
    background-color: #051b30;
}
table tbody td {
    text-align: center ;
    padding: 0 5px;
    overflow: hidden;
}
table tbody td a{
text-decoration: none;
color: white;
}
.circle{
    background-color: #00CCFF;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    top: 300px;
    filter: blur(100px);
}
.form-container{
    display: flex;
    flex-direction: column;
}
.formu{
    background-color: #040d16;
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-top: 30px;
}
.formu2{
    background-color: #040d16;
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-top: 30px;
    height: 800px;
}
.formulaire{
    padding: 30px 40px;
}
.formulaire label{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.gap{
    margin-bottom: 10px;
}
.btn-form{
    background-color: #00CCFF;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 0;
}
.btn-form:hover{
    background-color: #00a5cf;
    border: none;
    color: white;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}


.contrat{
    font-weight: 800;
    color: #00CCFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9rem;
}
.date{
    font-size: 0.6rem;
    text-align: center;
}
.jeu-container a {
    display: flex;
    justify-content: center;
}
.bg {
    overflow: hidden; /* Pour empêcher le débordement du contenu */
    height: 100%; /* Garder le rapport hauteur/largeur de l'image */
    transition: transform 0.5s; /* Ajouter une transition pour un effet de zoom fluide */
    filter: brightness(85%);
    object-fit: cover ;
}
.bg:hover {
    transform: scale(1.1); /* Augmenter la taille de l'image au survol */
}

.jeux-container .logo {
    position: absolute;
    bottom: 0; /* Coller en bas de la div */
    left: 50%; /* Centrer horizontalement */
    transform: translateX(-50%); /* Centrer horizontalement */
    width: 30px;
}
.recherche{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recherche h1{
    text-align: center;
    font-size: 1.5rem;
    padding: 40px;
}
.reponse{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px 25px 10px;
}
.reponse h1{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
}
.reponse p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00CCFF;
}
#form{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 65%;
}
#texte{
    width: 100%;
    height: 30px;
}
#envoyer{
    width: 100%;
    color: white;
    height: 35px;
    font-size: 1rem;
    background-color: #00CCFF;
    border-radius: 8px;
    border: none;
    margin-top: 20px;
}
@media screen and (min-width:480px) {
    table thead td {
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
    }
    .retour{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .retour a:hover{
        background-color: #00CCFF;
        border: solid 1px #00CCFF;
        padding: 10px 20px ;
        border-radius: 10px;
        text-decoration: none;
        color:white ;
        font-size: 1.2rem;
        cursor: pointer;
    }
    .butadmin{
        display: flex;
        border: 2px solid white;
        border-radius: 14px;
        position: absolute;
        z-index: +1;
        top: 50%;
        pointer-events: none;
    }
    .butadmin p{
        padding: 10px 40px;
        text-transform: uppercase;
        font-size: 2.1rem;
    }
    .jeux, .joueurs{
        height: 80vh;
        overflow: hidden; 
        display: flex;
        justify-content: center;
        cursor: pointer;
    }
    .jeu-illu{
        height: auto;
        width: 100%;
        object-fit: cover;
        transform: translate(0, 0);
        transition: 0.3s;
        filter: blur(0);
    }
    .jeu-illu:hover{
        height: auto;
        width: 100%;
        object-fit: cover;
        transform: translate(0, 0);
        transform: scale(1.1);
        filter: blur(3px);
    }
    .joueurs-illu{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: 0.3s;
        filter: blur(0);

    }
    .joueurs-illu:hover{
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1.1);
        filter: blur(3px);
    }
    .maintel{
        display: none;
    }
    #index-video{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }
    .title{
        position: absolute;
        color: white;
        font-size: 6.5rem;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 800;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        text-wrap: nowrap;
        display: block;
    }
    .accroche{
        position: absolute;
        color: white;
        font-size: 1.5rem;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 300;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        text-wrap: nowrap;
        display: block;
    }
    .down{
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        /* background-color: white; */
        border: 2px solid white;
        position: absolute;
        top: 90%;
        left: 50%;
    }
    .down img{
        width: 12px;
        top: 72%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .down:hover{
        cursor: pointer;
    }
    .hero{
        background-image: url(/images/bgvalo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 70vh;
        margin-bottom: 40px;
    }
    .main2{
        margin-top: 0px;
    }
    .main3{
        margin-top: 100px;
    }
    #title{
        position: absolute;
        color: white;
        font-size: 4.5rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 800;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        text-wrap: nowrap;
        display: block;
    }
    .bloc2{
        display: flex;
        background-color: #040d16;
        margin-top: 40px;
    }
    .container2{
        width: 1080px;
        display: flex;
        margin: 0 auto;
    }
    .container2 img{
        width: 40vw;
        display: block;
    }
    .container-text{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 26px;
        text-align: justify;
        padding: 20px 0 20px 40px;
        color: white;
    
    }
    .container-text h2{
        font-size: 2rem;
        text-align: left;
    }
    
    .container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        padding: 0px 40px 40px 40px;
        gap: 2%;
    }
    .jeu-container {
        position: relative;
        overflow: hidden; 
        height: 370px;
    }
    .jeux-container {
        position: relative;
        overflow: hidden; 
        height: 370px;
    }
    .jeux-containerV2 {
        position: relative;
        height: 45px;
        overflow: hidden; 
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .jeu-nomV2{
        font-size: 1rem;
        z-index: +1;
        pointer-events: none;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 20px 40px;
    }
    .containerlol, .containerlol2, .containerrl, .containersmash, .containertft, .containertm, .containervalo, .containervalogc, .containercs, .containerr6 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 30px;
        display: none;
    }
    .illu{
        width: 320px; /* Faire en sorte que l'image occupe toute la largeur de la div */
        height: auto; /* Garder le rapport hauteur/largeur de l'image */
        transition: transform 0.5s; /* Ajouter une transition pour un effet de zoom fluide */
        filter: brightness(70%);
    }
    .jeu-container h1{
        font-size: 1.5rem;
    }
    .jeu-container .logo {
        width: 50px;
    }
    .recherche{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 140px;
    }
    #form{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 65%;
    }
    #texte{
        width: 100%;
        height: 30px;
    }
    #envoyer{
        width: 100%;
        color: #00CCFF;
        height: 45px;
        font-size: 1rem;
        background-color: transparent;
        border-radius: 8px;
        border: #00CCFF 1px solid;
        margin-top: 20px;
    }
    #envoyer:hover{
        background-color:#00CCFF;
        color: white;
        cursor: pointer;
    }
    .reponse h1{
        font-size: 1.8rem;
    }
    .reponse p{
        font-size: 2.2rem;
    }

}




/* /////////////////////////////  BODY  ///////////////////////////////////// */
/* /////////////////////////////  FOOTER  ///////////////////////////////////// */
.liens{
    background-color: #00CCFF;
    height: 150px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
 .container-liens{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
.liens-txt{
    color: #051b30;
    width: 100%;
    text-align: center;
}

.liens-txt p{
    margin-top: 6px;
    font-size: 0.7rem;
}

.sae106{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.sae106 a{
    text-decoration: none;
    color: #051b30;
    font-weight: bold;
}
.liens-txt h2{
    font-size: 1.5rem;
}
.sae-button{
    /* background-color: #051b30; */
    margin-top: 15px;
    padding: 8px 14px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 3px solid #051b30;
    transition: ease-out 0.2s;
}
.sae-button:hover{
    padding: 12px 16px;
    background-color: #051b30;
    border: 3px solid #051b30;
    color: #00CCFF;
}


footer{
    height: auto;
    width: 100%;
    background-color: #040d16;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
}
footer img{
    width: 50px;
    padding-top: 40px;
    padding-bottom: 25px;
}
footer p{
    color: white;
    padding-bottom: 5px;
    font-size: 3vw;
    text-align: center;
}
.mentions{
    display: flex;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.mentions p{
    color: #00CCFF;
    font-size: 3vw;
}

@media screen and (min-width:480px) {
    footer p{
        font-size: 0.8rem;
    }
    .mentions p{
        font-size: 0.8rem;
    }
    footer img{
        filter: drop-shadow(0 0 1.10rem rgba(0, 204, 255, 0.688));
    }

    .liens{
        background-color: #00CCFF;
        height: 200px;
        width: 100%;
        margin-top: 160px;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .container-liens{
        display: flex;
        flex-direction: row;
    }
    .liens-txt{
        color: #051b30;
        text-align: left;
    }
    .liens-txt p{
        margin-top: 8px;
        text-align: justify;
        font-size: 0.9rem;
    }
    .sae106{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .sae106 a{
        text-decoration: none;
        color: #051b30;
        font-weight: bold;
    }
    .liens-txt h2{
        font-size: 2rem;
    }
    .sae-button{
        padding: 12px 16px;
        margin: auto 0 auto 15px ;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 3px solid #051b30;
        transition: ease-out 0.2s;
    }
    .sae-button:hover{
        padding: 12px 16px;
        background-color: #051b30;
        border: 3px solid #051b30;
        color: #00CCFF;
    }
    
}