#page .forme{
    padding-bottom: 75px;
}
#page section:not(.forme):not(.page){
    background: none;
    margin-bottom: 50px;
}

#page,
#page p,
#page a,
#page ul,
#page label,
#page button{
    font-size: 16px;
}
#page button,
#page .bouton{
    border: 1px solid #000;
    padding: 5px 22px;
    display: inline-block;
    transition: 0.2s;
    background: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #af2e28;
    font-weight: bold;
    text-transform: uppercase;
}
#page button:hover,
#page .bouton:hover{
    border: 1px solid rgba(0, 0, 0,0.3);
}
#page a{
    color: #af2e28;
}

#page .form-control{
    display:block;
    width:100%;
    border: none;
    border-radius: 0px;
    border: 1px dashed #caa87f;
    background: #fff;
    font-size: 20px;
    margin: 7px 0;
    outline: none;
    box-shadow: none;
    height: auto;
}
#page .form-check{
    padding-left: 20px;
}
#page .form-check input{
    visibility: hidden;
}
#page .form-check label{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#page .form-check label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #000;
}
#page .form-check label:after{
    content: '\f00c';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #af2e28;
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 13px;
    transition: 0.2s;
    transform: scale(0);
    transform-origin: center;
}
#page .form-check input:checked ~ label:after{
    transform: scale(1);
}


#page h1{
    font-family: "Emmeline";
    font-size: 100px;
    color: #d8c5ae;
    margin: 5px 0 30px 0;
    text-align: center;
}
#page h2,
#page h3,
#page h4 {
    color: #000;
    text-align: center;
    font-family: 'OswaldLight';
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 15px 0;
}

#page h2::after,
#page h3::after{
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    background: url('../../images/rond-titre.png') no-repeat center center;
    background-size: contain;
    margin: 20px auto;
}
#page .login_box{
    border: 1px dashed #d8c5ae;
    padding: 15px;
}

#page #profil_date_naissance{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page #profil_date_naissance select{
    width: 30%;
    height: auto;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */


@media screen and (max-width: 575px) {
    #page h1 {
        margin-top: 60px;
        font-size: 60px;
    }
}


@media screen and (max-width: 480px) {
    .table thead th {
        font-size: 12px;
    }
}