/* Color Theme Swatches in Hex */
.Elite-VPN---Mobile-App-1-hex { color: #7338F2; }
.Elite-VPN---Mobile-App-2-hex { color: #31188C; }
.Elite-VPN---Mobile-App-3-hex { color: #010326; }
.Elite-VPN---Mobile-App-4-hex { color: #060940; }
.Elite-VPN---Mobile-App-5-hex { color: #0A0E59; }

/* Color Theme Swatches in RGBA */
.Elite-VPN---Mobile-App-1-rgba { color: rgba(114, 55, 242, 1); }
.Elite-VPN---Mobile-App-2-rgba { color: rgba(49, 23, 140, 1); }
.Elite-VPN---Mobile-App-3-rgba { color: rgba(0, 2, 38, 1); }
.Elite-VPN---Mobile-App-4-rgba { color: rgba(5, 8, 63, 1); }
.Elite-VPN---Mobile-App-5-rgba { color: rgba(9, 13, 89, 1); }

/* Color Theme Swatches in HSLA */
.Elite-VPN---Mobile-App-1-hsla { color: hsla(258, 87, 58, 1); }
.Elite-VPN---Mobile-App-2-hsla { color: hsla(253, 70, 32, 1); }
.Elite-VPN---Mobile-App-3-hsla { color: hsla(236, 96, 7, 1); }
.Elite-VPN---Mobile-App-4-hsla { color: hsla(236, 83, 13, 1); }
.Elite-VPN---Mobile-App-5-hsla { color: hsla(236, 80, 19, 1); }

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

.background-primary {
    background-color: #010326;
}

.background-secondary{
    background-color: #060940;
}

.background-3 {
    background-color: #0A0E59;
}

.background-violet{
    background-color: #31188C;
}

.nav-link.active {
    background-color: #010326;
    border-radius: 100px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.nav-link {
    background-color: #060940;;
    border-radius: 100px;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#jeu {
    text-align: center;
    font-size: 10rem;
    margin-top: -8rem;
}

.rond {
    color:white;
    cursor: pointer;
}

.image-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
}
