#container-age {
    color:#fff;
    background-image:url(../images/fond-foret_02.jpg);
    background-size: 100%;
    text-align: center;
    position: initial;
    height: 100%;
    margin: 0;
    position: fixed;
    top : 0;
    left : 0;
    width : 100%;
    z-index: 5000;
}
/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
}*/
#container-age .welcome-section {
    /*margin-top: 13%;*/
    margin-top: 13vh;
}
#container-age .title {
    /*font-size: xx-large;*/
    font-family: 'Trajan', sans-serif;
    margin-bottom: 2em;
}
#container-age .welcome {
    margin-bottom: 3em;
}
#container-age .welcome h2 {
    font-family: 'Trajan', sans-serif;
    color: #1a181b;
}
#container-age .welcome p {
    /*font-size: smaller;*/
}
.verification-section .birthday input{
    background-color: #7AC141;
    border-color: #fff;
    height: 35px;
    width: 9em;
    margin-right: 1.5em;
    border-style: double;
    border-width: 1px;
    text-align: center;
}
.verification-section .birthday input::placeholder{
    color: #ffffff;
}
.verification-section .birthday {
    margin-bottom: 1.5em;
}
.verification-section p {
    /*font-size: larger;*/
    /*font-weight: bold;*/
    text-transform: uppercase;
}
.verification-validation{
    margin-top: 10px;
}
.verification-validation button {
    display: block;
    margin: 0 auto;
    margin-top: 3em;
    width: 10em;
    height: 44px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}
.verification-validation input {
    margin-right: 1em;
}
.legal-mention {
    background-color: black;
    height: 3em;
}
.legal-mention a {
    color: #ffffff;
    text-decoration: none;
}
.warning-section p {
    position: absolute;
    bottom: 3em;
    text-transform: uppercase;
    width: 100%;
}

#container-age input[type="radio"].demo2 {
    display: none;
}
#container-age input[type="radio"].demo2 + label {
    padding: 15px 25px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    background-color: #6c757d;
    background : #000;
    transition: all 0.15s ease-in-out;
    display: inline-block;
}

#container-age input[type="radio"].demo2 + label:hover{

}
#container-age input[type="radio"].demo2.demoyes:hover + label {
    cursor : pointer;
    background-color: #fff;
    color : #000;
    transition-property: background,color;
    transition-duration: 0.7s;
}
#container-age input[type="radio"].demo2.demono:checked + label,
#container-age input[type="radio"].demo2.demoyes:checked + label {
    background-color: #fff;
    color : #000;
    transition-property: background,color;
    transition-duration: 0.7s;
}
#container-age input[type="radio"].demo2.demono:hover + label {
    cursor : pointer;
    background-color: #fff;
    border-color : #fff;
    color : #000;
    transition-property: background,color;
    transition-duration: 0.7s;
}/*
#container-age input[type="radio"].demo2.demono:checked + label {
    background-color: #dc3545;
    border-color: #dc3545;
}*/

#ageSubmit{
    background : #fff;
    color: #000;
    transition-property: background,color;
    transition-duration: 0.7s;
	position: relative;
    z-index: 15;
}
#ageSubmit:hover{
    background : #000;
    color: #fff;
    transition-property: background,color;
    transition-duration: 0.7s;
}
