.arthesis_text_center{
    text-align: center;
}

.arthesis_mils_espace_clients_docs_found_link{
    text-decoration:none;
    font-weight:500;
}
.arthesis_mils_espace_clients_docs_error_msg{
    color: #bf3434;
}

#notices h2{
    color:var(--global-palette2);
}
#notices h3{
    color:#26558d;
}
#notices .notice_lvl1_container{
    padding:1.5rem 2.5rem;
    border-radius:1.5rem;
    box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px 0;
    margin-bottom:2rem;
}
#notices .notice_lvl2_container{
    border-left:1px solid #ccc;
    padding:0 1.5rem;
}
#catalogue .btn,
#notices .btn{
    padding:0.5rem 1.5rem;
    background-color:#26558d;
    color:#fff;
    border-radius:12px;
    margin:0.5rem 0.5rem 0.5rem 0;
    display: inline-block;
    text-decoration:none;
}
#notices .btn.old{
    background-color:#aaa;
}
#catalogue .btn:focus,
#catalogue .btn:hover,
#notices .btn:focus,
#notices .btn:hover{
    background-color:var(--global-palette2);
}
#notices .old_title{
    color:#aaa;
}

#catalogue strong{
    margin-right:20px;
}