#user_adhesion_warning {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    color: #eee;
    width: 100%;
    float: left;
    z-index: 99999;
    top: 0rem;
    left: 0;
    text-align: center;
    padding: 0.8em;
    font-size: 1.2em;
    /*line-height: 2em;*/
}

#user_adhesion_warning .more {
    margin-right: 1em;
}

.btn_warning_adhesion {
    line-height: 3rem;
}
