@font-face {
    font-family: 'TT-round';
    src: url('fonts/TTRoundsCondensed-Regular.ttf');
    src:url('fonts/TTRoundsCondensed-Regular.eot');
    src:url('fonts/TTRoundsCondensed-Regular.eot?#iefix') format("embedded-opentype"),
    url('fonts/TTRoundsCondensed-Regular.woff') format("woff"),
    url('fonts/TTRoundsCondensed-Regular.ttf') format("truetype");
}

@font-face{
    font-family:'TT-round-bold';
    src:url('fonts/TTRoundsCondensed-Bold.eot');
    src:url('fonts/TTRoundsCondensed-Bold.eot?#iefix') format("embedded-opentype"),
    url('fonts/TTRoundsCondensed-Bold.woff') format("woff"),
    url('fonts/TTRoundsCondensed-Bold.ttf') format("truetype");
}

body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: rgb(0,20,55);
    background: radial-gradient(circle, rgba(0,20,55,1) 28%, rgba(0,90,170,1) 75%);
}

.main{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.content{
    position: relative;
    color: #fff;
    display: block;
    max-width: 500px;
    width: calc(100vw - 40px);
    margin: 5vh auto;
    text-align: center;
    z-index: 1;
}

.content .logo{
    display: block;
    background-image: url('images/logo-protect.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.content .title{
    font-family: 'TT-round-bold';
    font-size: 40px; 
    text-transform: uppercase;
}

.content .strong{
    font-size: 22px;
    font-family: 'TT-round-bold';
}

.content .normal{
    font-size: 15px;
    font-family: 'TT-round';
}

.content .normal > a{
    color: white;
    transition: all .3s;
}

.content .normal > a:hover{
    opacity: .5;
}

.logo-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    background-image: url('images/logo-tango.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 264px;
    z-index: 9;
}

.objects{
    display: block;
    position: absolute;
}

.img{
    background-repeat: no-repeat;
    background-size: contain;
}

.objects .nenoeil.left{
    position: absolute;
    top: calc(10vh + 35px);
    left: calc(25vw - 100px);
    
    z-index: 1;
}

.objects .nenoeil.left .img{
    position: relative;
    background-image: url('images/nenoeil-left.png');
    width: 100px;
    height: 90px;
    
}

.objects .nenoeil.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 500px;
    height: 100px;
    transform: rotate(31deg);
    bottom: -13px;
    right: -217px;
    opacity: .5;
    z-index: -1;
}

.objects .cadenas.left{
    position: absolute;
    top: calc(10vh + 200px);
    left: calc(25vw - 276px);
    z-index: 1;
}

.objects .cadenas.left .img{
    position: relative;
    background-image: url('images/cadenas-left.png');
    width: 200px;
    height: 212px;
    
}

.objects .cadenas.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 560px;
    height: 200px;
    transform: rotate(20deg);
    bottom: 2px;
    right: -187px;
    opacity: .5;
    z-index: -1;
}

.objects .bombe.left{
    position: absolute;
    top: calc(10vh + 457px);
    left: calc(25vw - 6px);
    z-index: 1;
}

.objects .bombe.left .img{
    position: relative;
    background-image: url('images/bombe-left.png');
    width: 55px;
    height: 55px;
    
}

.objects .bombe.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 560px;
    height: 100px;
    transform: rotate(1deg);
    bottom: -35px;
    right: -287px;
    opacity: .5;
    z-index: -1;
}

.objects .attention.left{
    position: absolute;
    top: calc(10vh + 510px);
    left: calc(25vw - 130px);
    z-index: 1;
}

.objects .attention.left .img{
    position: relative;
    background-image: url('images/attention.png');
    width: 100px;
    height: 100px;
    
}

.objects .attention.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 560px;
    height: 200px;
    transform: rotate(-4deg);
    bottom: -63px;
    right: -259px;
    opacity: .5;
    z-index: -1;
}

.objects .virus.left{
    position: absolute;
    top: calc(10vh + 680px);
    left: calc(25vw - 190px);
    z-index: 1;
}

.objects .virus.left .img{
    position: relative;
    background-image: url('images/virus-left.png');
    width: 40px;
    height: 40px;
    
}

.objects .virus.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 460px;
    height: 80px;
    transform: rotate(-22deg);
    bottom: -8px;
    right: -249px;
    opacity: .5;
    z-index: -1;
}

.objects .digit.left{
    position: absolute;
    top: calc(10vh + 780px);
    left: calc(25vw - 70px);
    z-index: 1;
}

.objects .digit.left .img{
    position: relative;
    background-image: url('images/digit-left.png');
    width: 60px;
    height: 70px;
    
}

.objects .digit.left .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 500px;
    height: 130px;
    transform: rotate(-34deg);
    bottom: -20px;
    right: -250px;
    opacity: .5;
    z-index: -1;
}



.objects .bombe.right{
    position: absolute;
    top: calc(10vh + 30px);
    right: -80vw;
    z-index: 1;
}

.objects .bombe.right .img{
    position: relative;
    background-image: url('images/bombe-left.png');
    width: 40px;
    height: 40px;
    
}

.objects .bombe.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 460px;
    height: 80px;
    transform: rotate(148deg);
    bottom: -38px;
    right: -178px;
    opacity: .5;
    z-index: -1;
}

.objects .dada.right{
    position: absolute;
    top: calc(10vh + 70px);
    right: calc(-200px - 85vw);
    z-index: 1;
}

.objects .dada.right .img{
    position: relative;
    background-image: url('images/dada.png');
    width: 220px;
    height: 160px;
    
}

.objects .dada.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 560px;
    height: 170px;
    transform: rotate(162deg);
    bottom: -35px;
    right: -77px;
    opacity: .5;
    z-index: -1;
}

.objects .attention.right{
    position: absolute;
    top: calc(10vh + 240px);
    right: calc(60px - 85vw);
    z-index: 1;
}

.objects .attention.right .img{
    position: relative;
    background-image: url('images/attention.png');
    width: 70px;
    height: 70px;
    
}

.objects .attention.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 500px;
    height: 120px;
    transform: rotate(164deg);
    bottom: -28px;
    right: -184px;
    opacity: .5;
    z-index: -1;
}


.objects .virus.right{
    position: absolute;
    top: calc(10vh + 340px);
    right: calc(-100px - 85vw);
    z-index: 1;
}

.objects .virus.right .img{
    position: relative;
    background-image: url('images/virus-right.png');
    width: 50px;
    height: 50px;
    
}

.objects .virus.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 400px;
    height: 100px;
    transform: rotate(170deg);
    bottom: -28px;
    right: -143px;
    opacity: .5;
    z-index: -1;
}

.objects .digit.right{
    position: absolute;
    top: calc(10vh + 414px);
    right: calc(-50px - 85vw);
    z-index: 1;
}

.objects .digit.right .img{
    position: relative;
    background-image: url('images/digit-right.png');
    width: 100px;
    height: 100px;
    
}

.objects .digit.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 500px;
    height: 140px;
    transform: rotate(184deg);
    bottom: -18px;
    right: -189px;
    opacity: .5;
    z-index: -1;
}

.objects .hacker.right{
    position: absolute;
    top: calc(10vh + 540px);
    right: calc(-150px - 85vw);
    z-index: 1;
}

.objects .hacker.right .img{
    position: relative;
    background-image: url('images/hacker.png');
    width: 60px;
    height: 60px;
    
}

.objects .hacker.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 500px;
    height: 100px;
    transform: rotate(188deg);
    bottom: -13px;
    right: -195px;
    opacity: .5;
    z-index: -1;
}


.objects .cadenas.right{
    position: absolute;
    top: calc(10vh + 540px);
    right: calc(50px - 85vw);
    z-index: 1;
}

.objects .cadenas.right .img{
    position: relative;
    background-image: url('images/cadenas-right.png');
    width: 110px;
    height: 110px;
    
}

.objects .cadenas.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 550px;
    height: 140px;
    transform: rotate(194deg);
    bottom: -4px;
    right: -195px;
    opacity: .5;
    z-index: -1;
}


.objects .mort.right{
    position: absolute;
    top: calc(10vh + 690px);
    right: calc(50px - 85vw);
    z-index: 1;
}

.objects .mort.right .img{
    position: relative;
    background-image: url('images/mort.png');
    width: 200px;
    height: 200px;
    
}

.objects .mort.right .ombre{
    position: absolute;
    background-image: url('images/ombre.png');
    background-repeat: no-repeat;
    background-size: 50% 92%;
    width: 600px;
    height: 250px;
    transform: rotate(223deg);
    bottom: -16px;
    right: -208px;
    opacity: .5;
    z-index: -1;
}




/* =============================================================== RESPONSIVE =================================================================*/


@media (min-height:640px) {
    .content {
        margin: calc(50vh - 300px) auto;
    }
}


@media (max-width:480px) {
    html, body{
        height: 100%;
    }
    
    .main{
        position: relative;
        /*overflow-y: auto;
        height: 100%;*/
    }

    .content {
        margin: 20px;
        /*width: 100%;*/
    }

    .content .logo{
        width: 140px;
        height: 140px;
        margin-bottom: 10vh;
    }

    .logo-bottom{
        position: absolute;
        bottom: 0;
        right: 0;
        height: 140px;
        background-position-x: right;
    }

    .content .title{
        font-size: 32px;
    }

    .content .strong{
        font-size: 16px;
    }

    .content .normal{
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .content .logo {
        width: 100px;
        height: 100px;
        margin-bottom: 3vh;
    }
    .content .title {
        margin-top:5px;
        margin-bottom:0;
    }
}

@media (max-width:320px) {

    .content .logo{
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }

    .content .title {
        font-size: 24px;
    }

    .content .strong {
        font-size: 12px;
    }

    .logo-bottom {
        height: 100px;
    }
}