.steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto
}

.steps .step:first-child {
    margin-left: auto
}

.steps .step:last-child {
    margin-right: auto
}

.step:first-of-type .step-circle::before {
    display: none
}

.step:last-of-type .step-content {
    padding-right: 0
}

.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 7rem;
    min-width: 8rem;
    max-width: 8rem;
    padding-top: 3rem;
    padding-right: 1rem;
}

.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    background-color: #fff;
    font-family: 'Gotham Rounded SSm A', Gotham Rounded SSm B, Serif;
    font-weight: bold;
}

.step-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(5rem + 5.2rem - 5rem);
    height: 2px;
    transform: translate(-100%,-50%);
    color: #adb5bd;
    background-color: currentColor
}

.step-text {
    color: #adb5bd;
    margin-top: .25em;
	text-align: center;
    font-family: var(--epro-default-text-font-family);
    font-size: 14px;
}

.step-active .step-circle {
    color: #fff;
    background-color: #111E6B;
    border-color: #111E6B
}

.step-active .step-circle::before {
    color: #111E6B
}

.step-active .step-text {
    color: #111E6B
}

.step-text > a {
    color: #111E6B;
    font-family: var(--epro-default-text-font-family);
    font-size: 14px;
}

.step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.step-error .step-circle::before {
    color: #dc3545
}

.step-error .step-text {
    color: #dc3545
}

.step-success .step-circle {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745
}

.step-success .step-circle::before {
    color: #28a745
}

.step-success .step-text {
    color: #28a745
}


.crmEntityFormView {
    position: relative; /* Position relative pour le conteneur parent */
}


a.addnote.btn.btn-primary {
    /* left: 83px; */
    position: absolute;
    /* top: 50%; */
    left: 41%;
    transform: translate(-30%, -50%);
}
@media (min-width:1200px)and (max-width:1397px) {
    a.addnote.btn.btn-primary {
        left: 32%;
    }
    
}

@media (max-width:1199px) {
    .entity-timeline .timelineheader .buttoncontainer .addnote {
        font-size: 12px;
    }
    a.addnote.btn.btn-primary {
        left: 29%;
    }
}

#odap_isdeclarationofhonour {
    margin-right: -10px !important;
    margin-left: -10PX !important;
}


