
body {
    margin: 0;
    background-color: #010101;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-family: 'Inter', 'Poppins', sans-serif;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.logo{
    width: 130px;
}
.logoContainer{

    padding-top: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.unsub{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 102, 0, 0.212)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(255, 102, 0, 0.212) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 102, 0, 0.212) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px 20px 0px 0px;
    color: #FFAD0B;
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding: 15px;
}
.telin,.telin:focus,.telin:active{
    background: url(../images/btn.svg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    line-height: 2.5;
    width: 68%;
    margin: auto;
    border: none;
    margin-top: 25px;
    padding-left: 40px;
}
.acceptBtn,.acceptBtn:focus,.acceptBtn:active{
    background: url(../images/BUTTON1.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    line-height: 5;
    width: 35%;
    margin: auto;
    border: none;
}
.typeabn{
    color: #ffbb16;
    font-weight: 700;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: #ffffff;
    border-color: #FF6600;
    border-width: 3px;
    font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffbb16;
    color: #000000;
    border-color: #ffbb16;
    font-weight: 700;
}
.nav-tabs{
    border-bottom: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
input[type=radio] {
    /* border: 34px solid #ec661b; */
    padding: 12px;
    -webkit-appearance: none;
    margin: 2px;
    background-color: #454e4e;
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    border-width: 3px;
    border-style: solid;
    -o-border-image: -o-linear-gradient(bottom left, #FF6600, #FF6600) 1;
    border-image: -webkit-gradient(linear, left bottom, right top, from(#FF6600), to(#FF6600)) 1;
    border-image: linear-gradient(to top right, #FF6600, #FF6600) 1;

}

input[type=radio]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px 9px;
}

input[type=radio]:focus {
    outline-color: transparent;
}
.container {
    max-width: 600px;
}
.register{
    font-size: 0.9em;
}
.copyrights{

    margin-bottom: 8px;
}

@media (min-width: 676px) {
    .logoContainer{

        padding-top: 0;
    }
    .acceptContainer{
        width: 45%;
        margin: auto;
    }
    .unsub{
        width: 100%;
    }
    .telin, .telin:focus, .telin:active{
        width: 270px;
    }
}

.contener_ball
{
    height:115px;
    width:90px;
    overflow:hidden;
}
.ball_bleu
{
    border-radius:30px;
    width:30px;
    -webkit-animation:anim 1s infinite ease;
    -moz-animation:anim 1s infinite ease;
    -ms-animation:anim 1s infinite ease;
    -o-animation:anim 1s infinite ease;
    animation:anim 1s infinite ease;
}
.ombre_bleu
{
    border-radius:30px;
    display:inline-block;
    background-color:rgba(153,153,153,0.2);
    box-shadow:1px 1px 8px #999999;
    -webkit-animation:anim_ombre 1s infinite ease;
    -moz-animation:anim_ombre 1s infinite ease;
    -ms-animation:anim_ombre 1s infinite ease;
    -o-animation:anim_ombre 1s infinite ease;
    animation:anim_ombre 1s infinite ease;
}

@-webkit-keyframes anim
{
    0%{height:30px;margin-top:0px;background-color:#CB2025;}
    25%{height:15px;margin-top:100px;background-color:#F8B334;}
    100%{height:30px;margin-top:0px;background-color:#CB2025;}
}
@-webkit-keyframes anim_ombre
{
    0%{width:90px;height:2px;}
    25%{width:30px;height:2px;}
    100%{width:90px;height:2px;}
}
@-moz-keyframes anim
{
    0%{height:30px;margin-top:0px;background-color:#CB2025;}
    25%{height:15px;margin-top:100px;background-color:#F8B334;}
    100%{height:30px;margin-top:0px;background-color:#CB2025;}
}
@-moz-keyframes anim_ombre
{
    0%{width:90px;height:2px;}
    25%{width:30px;height:2px;}
    100%{width:90px;height:2px;}
}
@-ms-keyframes anim
{
    0%{height:30px;margin-top:0px;background-color:#CB2025;}
    25%{height:15px;margin-top:100px;background-color:#F8B334;}
    100%{height:30px;margin-top:0px;background-color:#CB2025;}
}
@-ms-keyframes anim_ombre
{
    0%{width:90px;height:2px;}
    25%{width:30px;height:2px;}
    100%{width:90px;height:2px;}
}
@keyframes anim
{
    0%{height:30px;margin-top:0px;background-color:#CB2025;}
    25%{height:15px;margin-top:100px;background-color:#F8B334;}
    100%{height:30px;margin-top:0px;background-color:#CB2025;}
}
@keyframes anim_ombre
{
    0%{width:90px;height:2px;}
    25%{width:30px;height:2px}
    100%{width:90px;height:2px;}
}
.blink{
    animation: blink 1s ease-in-out infinite alternate;
}
.tel07{
    position: absolute;
    line-height: 2.5;
    width: 68%;
    margin: auto;
    border: none;
    margin-top: 7px;
    margin-left: 75px;
    width: 20px;
}
@keyframes blink {
    from {
        opacity: 0.5
    }
    to{
        opacity: 1
    }
}