﻿/*button dans la page Code_source !! */

.wrapped_retour .retour_Bttn {
    background: rgba(255, 255, 255, 0.6);
    width: 130px;
    height: 35px;
    border-radius: 15px;

    position: absolute;
    top: 5%;
    left: 7%;
    transform: translate(-50%, -50%);

    user-select: none;
    z-index: 9999;
    cursor: pointer;
    display: none;
}


.download_Bttn1 {
    background: rgba(255, 255, 255, 0.4);
    width: 130px;
    height: 30px;
    border-radius: 10px;

    position: fixed;
    top: 5%;
    left: 80%;
    transform: translate(-50%, -50%);

    user-select: none;
    z-index: 9999;
    cursor: pointer;
}

.wrapped_Politique #vld_Bttn {
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 10px;

    position: fixed;
    top: 92%;
    left: 37%;
    transform: translate(-50%, -50%);

    cursor: pointer;
    user-select: none;
    z-index: 9999;
}

        .wrapped_Politique #connaissance_Bttn {
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 12px;

            position: fixed;
            top: 92%;
            left: 43%;
            transform: translate(-50%, -50%);

            cursor: pointer;
            user-select: none;
            display: none;
        }


.wrapped_code1 .wrapped_code_Bttn1 {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 5%;
    left: 90%;
    transform: translate(-50%, -50%);
    border: none;
    display: none;
    z-index: 9999;
    cursor: pointer;
    background: transparent;
}

        .wrapped_code2 .wrapped_code_Bttn2 {
            width: 50px;
            height: 50px;

            position: fixed;
            top: 5%;
            left: 90%;
            transform: translate(-50%, -50%);

            border: none;
            display: none;
            z-index: 9999;

            cursor: pointer;
            background: transparent;
        }

        .wrapped_code3 .wrapped_code_Bttn3 {
            width: 50px;
            height: 50px;

            position: fixed;
            top: 5%;
            left: 90%;
            transform: translate(-50%, -50%);

            border: none;
            display: none;
            z-index: 9999;

            cursor: pointer;
            background: transparent;
            text-align: center;
        }

.wrapped_code1 .voir_code1_Bttn {
    background: rgba(255, 255, 255, 0.3);
    width: 130px;
    height: 30px;
    border-radius: 10px;

    position: fixed;
    top: 90%;
    left: 70%;
    transform: translate(-50%, -50%);

    user-select: none;
    display: none;
    cursor: pointer;
}

        .wrapped_code2 .voir_code2_Bttn {
            background: rgba(255, 255, 255, 0.3);
            width: 130px;
            height: 30px;
            border-radius: 10px;

            position: fixed;
            top: 90%;
            left: 70%;
            transform: translate(-50%, -50%);

            user-select: none;
            display: none;
            cursor: pointer;
        }

        .wrapped_code3 .voir_code3_Bttn {
            background: rgba(255, 255, 255, 0.3);
            width: 130px;
            height: 30px;
            border-radius: 10px;

            position: fixed;
            top: 80%;
            left: 50%;
            transform: translate(-50%, -50%);

            user-select: none;
            display: none;
            cursor: pointer;
        }

.help_Bttn {
    background: rgba(255, 255, 255, 0.5);
    width: 130px;
    height: 30px;
    border-radius: 10px;

    position: fixed;
    top: 3%;
    left: 90%;
    transform: translate(-50%, -50%);
    
    user-select: none;
    z-index: 9999;
    display: none;

    transition: transform 300ms ease;
    transform-origin: center center;
    cursor: pointer;
}

.download_all_outsond {
    background: rgba(255, 255, 255, 0.6);
    width: 55px;
    height: 40px;
    border-radius: 15px;

    position: fixed;
    top: 35%;
    left: 50px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

    .download_all_YT_install {
        background: rgba(255, 255, 255, 0.6);
        width: 55px;
        height: 40px;
        border-radius: 15px;

        position: fixed;
        top: 35%;
        left: 50px;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

.Youtube_Bttn {
    width: 40px;
    height: 30px;
    border-radius: 15px;
    background: transparent;

    position: fixed;
    top: 40%;
    left: 60%;
    transform: translate(-50%, -50%);

    overflow: hidden;
    cursor: pointer;
}

    .Tiktok_Bttn {
        width: 40px;
        height: 35px;
        border-radius: 15px;
        background: transparent;

        position: fixed;
        top: 40%;
        left: 75%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        cursor: pointer;
    }

    .Discord_Bttn {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background: transparent;

        position: fixed;
        top: 40%;
        left: 90%;
        transform: translate(-50%, -50%);

        overflow: hidden;
        cursor: pointer;
    }

.retour_home_corex button {
    background: rgba(255, 255, 255, 0.6);
     width: 130px;
    height: 35px;
    border-radius: 15px;

    position: absolute;
    top: 5%;
    left: 7%;
    transform: translate(-50%, -50%);

    user-select: none;
    z-index: 9999;
    cursor: pointer;
}  