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



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

#bloc_gauche{
    background-color: rgba(255, 255, 255, 0.5);
}
.image_choix{
    width:180px;
}
.titre_gauche{
    text-align: center;
    color:#000000;

}
.titre_gauche h2{
    font-size:1em;
    padding-top: 15px;
}
.titre_gauche h2 strong{
    font-weight: bold;
    font-size: 2rem;
}
.titre_gauche h2 span{
    color:var(--main-bg-color);
    font-size: 6em;

}
.titre_gauche .plus_infos{
    text-align: right;
}

.question_choix .image_choix:hover{
    /*filter:grayscale(0%);*/
    margin-left:0px;
    cursor: pointer;
    transform: scale(1.1);
}

@media (max-width: 395px) {

    #titre_bas,#logo_concours_bas,.concours_title_left,#titre_gauche{
        display:none;
    }



}
