.admin-menu .path-admin-rfi-musique span.icon {
    background-image:url('../images/icone_rfi_musique.png');
}

#error-404 {
    text-align:center;
}

#error-404 > section {
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
    box-shadow: 0px 0px 40px 0px #cccccc;
}

#error-404 .block-entete {
    margin-top: 80px;
}

#error-404 h1 {
    position:relative;
    font-family: 'Roboto Regular', Arial, sans-serif;
    margin: 30px 0;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 8px;
}
#error-404 h1:before {
    left: 46%;
    bottom: 0;
    width: 8%;
    border-bottom: 6px solid #e20000;
    content: "";
    position: absolute;
    height: 1px;
}

#error-404 .btn.red:hover {
    background-color: #c20000;
}

#error-404 .btn.btn-lg {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    transition: all ease .35s;
}

#error-404 .btn.red {
    background-color: #e20000;
    color: #fff;
}

#error-404 .btn.focus, #error-404 .btn:focus, #error-404 .btn:hover {
    color: #fff;
    text-decoration: none;
}

#error-404 .links {
    margin-top: 60px;
}

#error-404 .subtitle {
    font-size: 18px;
    margin: 0 0 10px 0;
}

#error-404 .page__corps {
    padding: 0;
    margin-bottom: 80px;
}
