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

main{
   /* border-bottom: 15px solid #F7C101;*/
}

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


@media (max-width: 395px) {


    #titre_haut img {
        width: 100%
    }

    #titre_haut_60 img {
        width: 60%
    }



}

@media (min-width: 396px) and (max-width: 767px) {

    #titre_haut img{
        width:100%
    }
    #titre_haut_60 img {
        width: 60%
    }

}
