.page-background-block .image-back {
    height: 305px;
    width: 100%;
    border-bottom: 1px solid #71A5B2;
}

.background-block__container {
    display: flex;
    align-items: flex-start;
    padding-top: 120px !important;
    height: 100%;
}

.background-block__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--c-title-color);
    max-width: 565px;
    position: relative;
}

.background-block__title:after {
    position: absolute;
    content: url(/Ressources/Templates/Frontend/CPASWatermael2021/Ressources/Images/icones/arrow-down.svg);
    width: 48px;
    height: 48px;
    right: -48px;
    top: 0;
}

/* 320 -  575*/
@media screen and (max-width: 575px) {

    .background-block__title {
        padding-right: 30px;
    }

    .background-block__title:after {
        right: -13px;
        height: 28px;
    }
}

.anchor-block {
    min-height: 100%;
    margin-top: -80px;
    color: #fff;
    transform: translateY(-40px);
}

.anchors-wrapper {
    background: #71A5B2;
    border-radius: 24px;
    /*max-width: 300px;*/
    max-width: 100%;
    width: 100%;
    padding: 37px 31px 33px 51px;
    position: sticky;
    top: 260px;
}

.anchors-item {
    margin-bottom: 10px;
    color: #fff;
}

.anchors-item a {
    font-weight: bold;
    font-size: 1rem;
    line-height: 27px;
    color: #FFFFFF!important;
}

.lecpas-single_page .anchor-block {
    margin-top: -140px;
}

@media (max-width: 1300px) {
    .anchor-block {
        transform: translateY(0px);
    }
    

}