@font-face {
    font-family: "Baloo 2";
    src: url(Baloo2-Medium.ttf) format("truetype");
    font-display: swap
}

body {
    background-color: #ddd;
    margin: 0;
    font-family: "Baloo 2", cursive;
    /* cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none */
}

.nav {
    background-color: #fff;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f5f5f5
}

.nav_item {
    display: flex;
    height: 100%;
    padding: 0 10px 0 10px;
    align-items: center;
    color: #464646
}

.nav_item:hover {
    border-bottom: 1px solid #464646
}

.classement {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ajouteretro {
    display: flex;
    flex-direction: column;
    align-items: center
}

.retro {
    width: 600px;
    height: 135px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.classement_rank {
    display: flex;
    width: 40px;
    height: 28px;
    position: absolute;
    font-size: 20px;
    padding: 5px;
    border-radius: 20px 0px;
    background-color: #222;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.retro_name {
    width: 500px;
    text-align: center;
    padding: 10px 0 10px 0;
    color: #464646
}

.retro_image {
    background-position-y: center;
    position: relative;
    width: 500px;
    height: 90px;
    background-size: cover;
}

.retro_visiter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100px;
    height: 68px;
    background-color: #19c17a;
    margin-right: 0;
    border-radius: 0 20px 0 0;
    position: absolute;
    margin-top: -135px;
    margin-left: 500px;
    text-align: center;
}

.retro_visiter>a {
    text-decoration: none;
    color: #fff
}

.retro_visiter:hover {
    background-color: #13955e
}

.retro_voter {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100px;
    height: 67.5px;
    background-color: #ac19c1;
    margin-right: 0;
    border-radius: 0 0 20px 0;
    position: absolute;
    margin-top: -68px;
    margin-left: 500px;
    cursor: pointer;
}

.retro_voter:hover {
    background-color: #8a149b
}

.chat {
    width: 600px;
    height: 400px;
    bottom: 0;
    background-color: #fff;
    position: fixed;
    right: 0;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    transition: 1s
}

.chatzone {
    height: 350px;
    width: calc(100% - 156px);
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px;
    background-color: #f3f3f3;
}

.chatwrite {
    height: 50px;
    width: 100%;
    display: flex
}

.chatinput {
    width: 465px;
    height: 100%;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #dbdbdb;
}

.sendmessage {
    width: 135px;
    height: 100%;
    background-color: #32c23e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 5px solid #32c23e;
}

.msgchat {
    height: auto;
    padding: 20px;
    color: #3f3f3f;
    border-bottom: 1px solid #b3b3b3;
}

.me_msgchat {
    height: auto;
    right: 0;
    padding: 20px;
    color: #000;
    border-bottom: 1px solid #b3b3b3;
}

.chatusers {
    height: 354px;
    width: 126px;
    position: absolute;
    right: inherit;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #dbdbdb;
}

.msgauthor {
    color: #a5a5a5;
    display: flex;
    gap: 10px;
}

.authorr {
    font-weight: bold;
}

.onlineusers {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: rgb(37, 37, 37)
}

.useronline {
    width: 100%;
    color: #fff;
    text-align: center
}

.alert {
    width: 400px;
    height: 100px;
    border-radius: 20px;
    position: fixed;
    background-color: #38b51f;
    z-index: 9999;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .25) 0 54px 55px, rgba(0, 0, 0, .12) 0 -12px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 12px 13px, rgba(0, 0, 0, .09) 0 -3px 5px;
    color: #fff;
    text-align: center
}

.beta {
    background-color: #33afb5;
    color: #fff;
    border-radius: 15px;
    padding: 0 5px;
    margin-left: 2px;
    font-size: 10px
}

.collapse {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    background-color: #8aaabd;
    margin-left: calc(50% - 30px);
    margin-top: -17px;
    background-image: url(992703.png);
    transform: rotate(180deg);
    transition: 1s;
    background-size: cover
}

.collapse.rotate {
    transform: rotate(0)
}

.listusers {
    text-align: center
}

.usernow {
    color: #4f4f4f;
    font-weight: bold;
}

@media (max-width:700px) {
    .chat {
        display: none
    }

    .clp {
        display: none
    }

    .nav_item {
        padding: 15px
    }

    .nav {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .classement {
        padding-left: 15px;
        padding-right: 15px
    }

    .retro {
        width: 100%
    }

    .retro_image {
        width: calc(100% - 100px)
    }

    .retro_name {
        width: 100%;
        height: 25px
    }

    .retro_visiter {
        right: 15px
    }

    .retro_voter {
        right: 15px
    }

    .alert {
        width: 90%
    }
}