body.ncd {
    background-color: #f1f2f7;
    padding: 1px;
    background: #334256  no-repeat fixed center;
	background-image:url(/assets/img/global/maestrium-orchestre.jpeg) !important;
    background-size: cover;
}
a.logo {
	margin: 5px 0;
    height: 40px !important;
    text-indent: -500px;
    width: 250px;
	background-image: url(/assets/img/global/maestrium-logo-bleu-sm.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}

.sw-theme-arrows > ul.step-anchor > li.active > a {
	    border-color: #1F497D !important;
    color: #fff !important;
    background: #1F497D !important;
}


.sw-theme-arrows > ul.step-anchor > li.active > a:after {
    border-left: 30px solid #1F497D !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
    border-color: #6682a5 !important;
    color: #fff !important;
    background: #6682a5 !important;
}
.sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left: 30px solid #6682a5;
}