@import "/css/common/template-2.css";
:root {
    --main-bg-color: #171717;
    --btn-validation: #171717;
    --btn-validation-hover:#0062cc;
    --background-url:url("/img/concours/12/bg.jpg") no-repeat top center ;
    --radio-success:#007bff;
    --radio-success-hover:#007bff;
    --radio-danger:#C0C0C0;
    --radio-danger-hover:#C0C0C0;
    --radio-bloc-checked:#D1D3D4;
}

.bloc_product > #titre_bas{
    margin-top: -60px !important;
}

.footer {
    background-color: var(--main-bg-color);;
}
.footer a, .footer {
    color:#FFF;
}

.grey-white{
    background: #E9E9E9;
}

.featurette .descriptif{
    font-size:1.5em;
    padding:15px;
}

.grey-alt{
    background:#E4E4E4
}


#bf,#bf2{
    float:right;
    margin-top: 25px;
    margin-right:-25px;
}
#bf2{
    max-width:100px;
    right:0px;
    top:0px;
    z-index:100;
    margin-right:15px;
    margin-top:-10px;
    display: none;
}

@media (max-width: 767px) {
    #bf{
        display:none;
    }

    #bf2{
        display:block;
    }


}

@media (max-width: 300px) {
    #bf2{
        max-width:75px;
    }


}

@media (max-width: 200px) {
    #bf2{
        max-width:50px;
    }


}
