html {
    scroll-behavior: smooth;
}


::-webkit-scrollbar {
    width: 0.7em;
    height: 0.3em;
}

::-webkit-scrollbar-track {
    background: #101728;
    border-radius: 100px;
    margin-block: .5em;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(201, 168, 49), rgb(255, 217, 82), rgb(255, 248, 221));
    border-radius: 100px;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 150vh;
    background-color: #101728;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

header {
    height: 100vh;
    width: 100vw;
}

.background {
    z-index: -1;
    opacity: 0.15;
    padding-top: 5px;
    background-image: url(../IMAGE/QRlod-backlop.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    color: aliceblue;
    background-position: center;
}

.logo img {
    margin-top: 20px;
    width: 350px;
}

.navbar {
    z-index: 999;
    position: absolute;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;

}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    margin: 0 2px;
    list-style-type: none;
}

.nav-links ul a {
    color: white;
    text-decoration: none;
    display: contents;
}

.nav-item {
    -webkit-text-stroke: 9px rgba(255, 255, 255, 0.221);
    font-family: 'Monomaniac One', sans-serif;
    color: white;
    font-size: 25px;
    padding: 29px;
    flex: 1;
}

.recherche {
    border-radius: 30px;
    z-index: 999;
    position: relative;
    margin: 30px;
    height: auto;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}

.qrlod-game {
    background: url(../IMAGE/trésor.png) no-repeat;
    z-index: 999;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    transition: all .5s ease;
    width: 18%;
    height: auto;
}

.gide {
    background: url(../IMAGE/sup.png) no-repeat;
    z-index: 999;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    transition: all .5s ease;
    width: 18%;
    height: auto;
}

.dicord {
    background: url(../IMAGE/discord.png) no-repeat;
    z-index: 999;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    transition: all .5s ease;
    width: 18%;
    height: auto;
}

.adult {
    background: url(../IMAGE/Moins18.png) no-repeat;
    z-index: 999;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    transition: all .5s ease;
    width: 18%;
    height: auto;
}

.navbar .nav-links ul li:hover {
    transform: translate(0, -8px);
    box-shadow: 10px 10px 40px 5px rgba(255, 238, 155, 0.758);
}

.menu {
    z-index: 999;
    display: none;
    position: absolute;
    width: 40px;
    top: 50px;
    right: 50px;
}


@media screen and (max-width: 900px) {
    .navbar {
        padding: 0;
    }

    .navbar .menu {
        display: block;
    }

    .nav-links {
        z-index: 2;
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.491);
        backdrop-filter: blur(3px);
        width: 100%;
        height: 130vh;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
    }

    #nav-links {
        margin-left: -100%;
    }

    #nav-links.show {
        margin-left: 0;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 2px 0;
        font-size: 35px;
    }

    .gide,
    .adult,
    .dicord,
    .qrlod-game {
        width: 100px;
        max-width: 200px;
        min-height: 60px;
    }
}

#all {
    position: absolute;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 120px;
}

.big {
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.263);
    color: white;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 120px;
    border-radius: 20px;
    gap: 50px;
}

.comal {
    position: relative;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.263);
    color: white;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 120px;
    border-radius: 20px;
    gap: 50px;
}

.c-breadcrumb {
    position: relative;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.263);
    width: 80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 120px;
    border-radius: 20px;
    gap: 50px;
}


.linkslide {
    display: contents;
}

.card {
    border-radius: 10px;
    width: 170px;
    background: rgba(1, 4, 27, 0.45);
    transition: all 0.3s ease;
}

.card a {
    color: white;
    text-decoration: none;
}

.card:hover {
    background: rgba(10, 23, 126, 0.45);
    transform: scale(1.06);
}

.card .image {
    height: 210px;
    width: 170px;
}

.card .image img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-content {
    display: flex;
    flex-direction: column;
}

.image {
    margin-bottom: 0px;
}

.info {
    display: flex;
    flex-direction: column;
    margin-top: 2px;
}

.name a {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: white;
    text-decoration: none;
}

.name h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.name {
    margin-left: 10px;
}

.card button {
    border-radius: 4px;
    height: 25px;
    width: 140px;
    border: none;
    background: #101728;
    color: white;
    transition: all 0.3s ease;
    font: small-caps bold 14px/1 sans-serif;
}

.card button:hover {
    background: #DFC61E;
    transform: scale(1.06);
}

.dropdown {
    width: 80%;
    height: 33.28px;
    border-radius: 5px;
    color: white;
    background: #0b685770;
    transition: height 0.4s ease-in-out;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.bloc-top {
    padding: 7px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00021e82;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}

.bloc-top:hover {
    background: #9496a482;
}

.bloc-top img {
    width: 20px;
}

.bloc-links {
    padding: 0px 2px;
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    gap: 10px;
}

.genre {
    padding: 7px;
    display: block;
    width: 80px;
    margin: 10px;
    border: none;
    outline: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00021e;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}

.genre:hover {
    background: #9496a482;
}