.single-app_solution .offres .row>* {
    padding: 0 10px;
    margin-bottom: 20px;
}

.cta-tag {
    position: fixed;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    z-index: 1;
}
.cta-tag a {
    background-color: #4bdd89;
    padding: 1.2em;
    line-height: 42px;
    border-radius: 0;
    letter-spacing: .2em;
    border: none;
    overflow: hidden;
    font-weight: 700;
    color: #FFFFFF;
}
.cta-tag a:hover {
    background-color: #222f3f;
    text-decoration: none;
}