.second-banner-sec.condition-banner .text-box h3 {
    text-align: left !important;
}

.editeur-sec {
    margin: 10rem 0;
    padding-top: 0rem;
    margin-top: 25rem;
}

.la-transformation-sec {
    position: relative;
    z-index: 1;
}

.la-transformation-sec .la-transformation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.la-transformation-sec .text-box {
    padding: 5rem 0;
    padding-right: 3rem;
    padding-left: 8rem;
}

.la-transformation-sec .la-transformation-shape {
    position: absolute;
    top: 10%;
    left: 0;
    /*z-index: -1;*/
    height: 80%;
}

.sylinkRD-sec {
    margin-top: 15rem;
    padding: 7rem 0;
}

.solutions-hardware-sec {
    border: 1px solid #9DD913;
}

.solutions-software-sec {
    position: relative;
    /*z-index: -2;*/
}

.solutions-software-sec .solutions-software-shape {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    height: 100%;
    /*z-index: -1;*/
}

.developed-container {
    position: relative;
    max-height: 850px;
    max-width: 815px;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/sylink-business-enterprise-sylink/developed-container.webp') no-repeat;
    background-position: center;
    background-size: 100%;
}

.developed-container .text-box {
    max-width: 50%;
}

.developed-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}

.developed-sec {
    padding-top: 15rem;
    padding-bottom: 0;
    position: relative;
}

.developed-sec-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*z-index: -2;*/
}

.developed-horizontal-line-right {
    position: absolute;
    top: 61%;
    right: 0;
    width: 40%;
    /*z-index: -2;*/
}

.developed-horizontal-line-left {
    position: absolute;
    top: 61%;
    left: 0;
    width: 40%;
    z-index: -2;
}

@media (max-width: 1599px) {
    .developed-container .text-box h3 {
        font-size: 20px;
    }

    .developed-container .text-box p {
        font-size: 18px;
    }
}

/*@media (max-width: 1399px) {
    .editeur-sec {
        margin: 5rem 0;
        padding-top: 10rem;
    }
}*/

@media (max-width: 1199px) {
    .editeur-sec {
        margin-top: 0;
        padding-top: 30rem;
    }

    .la-transformation-sec .text-box {
        padding: 3rem 0;
        padding-right: 1rem;
        padding-left: 4rem;
    }
}
@media (max-width: 991px) {
    .second-banner-sec.condition-banner .text-box h3 {
        text-align: center !important;
    }

    .editeur-sec {
        padding-top: 30rem;
    }

    .la-transformation-sec .la-transformation-shape {
        top: 5%;
        height: 25%;
    }

    .sylinkRD-sec {
        margin-top: 5rem;
    }

    .solutions-hardware-img {
        max-height: 300px;
        max-width: 80%;
        float: right;
    }

    .solutions-software-img {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .editeur-sec {
        padding-top: 5rem;
    }
    .la-transformation-sec .text-box {
        padding-inline: 2rem;
    }

    .solutions-software-sec .solutions-software-shape {
        height: 50%;
    }

    .developed-sec {
        padding: 0;
    }
}

@media (max-width: 675px) {
    .developed-container .text-box h3 {
        font-size: 13px;
    }

    .developed-container .text-box p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .la-transformation-sec .text-box .green-circle {
        display: none;
    }

    .sylinkRD-sec {
        padding-block: 3rem;
    }

    .solutions-software-img {
        width: 50%;
    }
}

@media (max-width: 476px) {
    .developed-container .text-box {
        max-width: 90%;
    }

    .developed-container {
        background: url('../images/sylink-business-enterprise-sylink/developed-container.webp') no-repeat;
        background-position: center;
        background-size: 160%;
    }

}