@-webkit-keyframes redalert {
    0%   {background: #d9534f ;}
    25%  {background: #ff0000 ;}
    50% {background: #d9534f;}
    75%  {background: #ff0000 ;}
    100% {background: #d9534f;}

}

@keyframes redalert {
    0%   {background: #d9534f ;}
    25%  {background: #ff0000 ;}
    50% {background: #d9534f;}
    75%  {background: #ff0000 ;}
    100% {background: #d9534f;}
}

.webgame-layout {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.header{
    height: auto;
    position: relative;
}

#banner img{
    max-height: 150px;
}

#content-left, #content-right{
    z-index: 1;
}

#content-center{
    background-color: #ffffffBF;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#content-center img{
    margin: 0 auto;
    width: 75%;
    display: block;
}

#footer{
    background-color: #77767c80;
    border-radius: 30px;
    height: 50px;
    position: relative;
    margin-top: 1.5rem;
    color: #ffffff;
    line-height: 50px;

}

#mentions{
    width: 80%;
    display: inline-block;
    text-align: center;
}

#admin_link{
    display: inline-block;
    width: 15%;
    color: #ffffff;
}

.text-quizz{
    text-align: center;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

input[type="radio"] + label {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #6c757d;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
input[type="radio"]:checked + label {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

input[type="checkbox"] + label {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #6c757d;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
input[type="checkbox"]:checked + label {
    background-color: #28a745;
    border-color: #28a745;
}

.form-field{
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 2rem;
}

.bouton-form{
    text-align: center;
    width: 100%;
}

.bouton{
    border-radius: 2rem;
    line-height: 3rem;
    padding: 0 12px;
    font-weight: bold;
}

#footer-bloc {
    position: fixed;
    bottom: 0;
    width: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden{
    display: none;
}

.select_naissance:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
.select_naissance {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select_jour, .select_annee {
    width: 25%;
}

.select_mois {
    width: 47%;
}

.champs.error .champs-control .form-field{
    background: #d9534f none repeat scroll 0 0;
    animation: redalert 4s infinite;
    border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
}

.champs.error input::placeholder{
    color:#ffffff !important;
}

.champs.error .champs-label label{
    color:#ffffff;
}

.error label{
    color : lightcoral !important;
}

.error {
    background: red !important;
}

.champs-label label{
    font-weight: bold;
}

.bouton-home{
    background-color: #e9e9ed;
    margin-bottom: 10px;
    max-width: 50px;
}

.bouton-home img{
    width: 25px;
    height: 25px;
}

.overshow{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 40%;
    left: 0;
    z-index: 1000;
}

.overshow img{
    width: 25% !important;
}

.overshow p{
    text-align: center;
}

.champs-control{
    position: relative;
}
@media only screen and (max-width: 540px) {
    .bouton-footer {
        display: none;
    }
}

.bouton-footer {
    position: absolute;
    top: 1rem;
}

.countdown{
    position: fixed;
    top:0;
    left:0;
    background:none;
    width:100%;
    height:100%;
    z-index: 99999;
    display: block;
    opacity: 1;
}

.number_count{
    font-size: 30em;
    text-align: center;
    color: black;
    top: 500px;
    position: relative;
}

.accept p{
    display: inline-block;
}

a.btn{
    color: #000 !important;
}

.bouton-qcm{
    position: relative;
}

.text-qcm{
    position: relative;
}

.radio-list-form{
    display: inline-block;
}

.adresse_email {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.adresse_mail {
    width: 50%;
}

.domaine_mail {
    width: 47%;
}
