/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */

.header-logo{
    
    left: -40px;
    bottom:0px;
}
.header-logo img{
    height: 160px;
}

.radioChoices label{
    margin-right: 30px;
    margin-left: 10px;
}
label[for="questions_datas_form_score"]{
    font-size: 40px;
}

input,select.form-control{
    color:#ffffff;
}
.bg-podium-first{
    border-left: solid 10px yellow;
}
.bg-podium-second{
    border-left: solid 10px gray;
}
.bg-podium-third{
    border-left: solid 10px  #7E431C;
}