body,html{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    height: auto;

    background: #000;
}

.form-group.focused > .palceholder1 {
    background: black;
}
.form-group.focused > .palceholder1 {
    color: white;
}

h2{
    font-weight: bold;
    font-size: 24px;
}

h2 small{
    color: #fff;
}

p{
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

small#question3{
    padding-left: 10px;
    padding-right: 10px;
}

img.arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 60px;
    margin-left: 20px;
}

.virus-protection{
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    padding-left: 20px;
    width: 100%;
    float: left;
    position: relative;
    margin-left: -20px;
}

.virus-protection img{

    display: inline-block;
    margin-right: 10px;

}

#telecharger{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.highlight{
    color: #FDCB47;
    font-weight: 700;
}

.strong{
    font-weight: 700;
    margin: 0;
}

.green{
    color: #56DF53;
}

img.thumb{
    width: 100%;
    height: auto;
    max-width: 419px;
    border: 5px solid #fff;
}

@media screen and (max-width:991px){
    #thumb{
        display: none;
    }
}

#wrapper{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;



}

.container{
    max-width: 980px;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0px;
}

@media screen and (max-width:768px){
    .container{
        margin-top: 30px;
    }
}

.row{
    background: #323232;
    position: relative;
    padding: 0px;
    border: 5px solid #fff;
    text-align: center !important;
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.row#loading{
    background: #000;
    width: 100%;

}

.row#grey{
    color: #000 !important;
    padding: 10px;
    background-color: #CCCCCC !important;
    margin-top: 10px;
    font-size: 14px!important;

}

.row#grey h4{
    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
}

.row#grey ul{
    list-style: none;
    text-align: left;
}

.row#grey ul li{
    margin-bottom: 8px;
}

.row#grey ul li img{
    margin-right: 6px;
}

.header{
    float: left;
    width: 100%;
    height: auto;
    background: #DF5352;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0px;


}


.title{
    text-transform: uppercase !important;
}


.content{
    padding: 25px;
    width: 100%;
    float: left;
}


.questions{
    float: left;
    position: relative;
    width: 100% !important;
    padding: 0px;
    background: #000;
    display: table;
    text-align: center;
}

.questions h2{
    line-height: 0.8;
}

.questions a.btn{
    display: inline;
}


.buttons{
    float: left;
    position: relative;
    width: 100%;
}

.btn{
    height: 40px;
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    padding-left: 40px;
    padding-right: 40px;
    float: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}


@media screen and (max-width:991px){
    .btn{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    .questions{
        padding-left: 10px;
        padding-right: 10px;
    }

    .questions h2{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px){
    .container {
        margin-top: 0;
        margin-bottom: 10px;
    }
    #questions-container {
        padding: 0;
    }
    .content {
        padding: 10px;
    }
    #legal {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.btn-default{
    margin-bottom: 10px;
    border: none;
}

.btn-success{
    background-color: #56DF53;
    margin-bottom: 20px;

}

.btn-success:hover, .btn-success:active , .btn-success:focus ,.btn-success.focus{
    background-color: #56DF53;
}

.loader{
    display: table-cell;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

#legal{
    display: table;
    text-align: center;
}

a.legal{
    width: 100%!important;
    text-align: center;
    color: #fff;
}

#content-stp5{
    padding: 10px;
}

.form-group { position: relative; }
.has-success .fa { color: #3c763d; }
.has-error .fa { color: #ff0000; }
.form-group .fa { position: absolute; top: 3px; right: 18px; z-index: 2000; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; }
.form-group label.error { position: absolute; top: 32px; right: 10px; display: block; width: auto; height: 20px; margin: 0; padding: 0; font-size: 12px; font-weight: normal; line-height: 20px; color: #ff0000; opacity: 1; text-align: right; }

@media only screen and ( max-device-width: 980px ) {
	.form-group .fa { right: 8px; }
	.form-group label.error { right: 40px; }
}
