.prix-2D-content-screen1366 {
    display: none !important;
}

@media (min-width: 1024px) {
    .prix-2D-content-screen1366 {
        display: grid !important;
        grid-template-columns: 50% 50%;
        justify-content: space-evenly;
        column-gap: 130px;
    }

    .prix-2D-first-left-row-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 30px;
        gap: 15px;
    }

    .prix-2D-first-left-row-wrapper .voir-plus-button-container.on-two-lines p {
        font-size: var(--font-size-18);
    }


    .prix-2d-screen-1366-breakable-title1 {
        display: flex;
        align-items: end;
        font-weight: 400;
        color: var(--grey-700);
        font-size: var(--font-size-24);
        letter-spacing: 6%;
        margin-bottom: 2px;
    }

    .prix-2d-screen-1366-breakable-title1 .breakable-title {
        color: var(--grey-700);
        font-weight: 400;
    }


    .prix-2D-programme-actice-screen1366 {
        position: relative;
        line-height: 34px;
    }

    .prix-2D-programme-actice-screen1366 .icon {
        position: absolute;
        bottom: 20px;
        right: 40px;
        width: 14px;
    }

    .prix-2D-right-row-wrapper {
        width: 392px;
    }

    .prix-2d-screen1366-breakable-title2 .breakable-title {
        font-size: var(--font-size-42);
        font-family: "inter";
        font-weight: 500;
        margin-left: 78px;
    }

    .prix-2D-with-line-before-screen1366 {
        display: flex !important;
        align-items: center;
        font-size: var(--font-size-22);
        font-weight: 600;
        color: #000;
        margin: 0;
    }

    .prix-2D-with-line-before-screen1366::before {
        content: "";
        display: block !important;
        width: 66px;
        height: 2px;
        background-color: var(--grey-700);
        margin-right: 15px;
    }

    .screen1366-prix-2D-green-text {
        font-family: "inter";
        font-size: var(--font-size-22);
        font-weight: 400;
        color: var(--green-text);
        margin-right: 30px;
    }

    .screen1366-prix-2D-green-text p {
        margin-bottom: 12px;
    }

    .prix-2D-scree1366-image img {
        width: calc(100% + var(--container-default-padding-left, 200px));
        height: auto;
        transform: translateX(calc(-1 * var(--container-default-padding-left, 150px)));
        max-width: calc(100% + var(--container-default-padding-left, 200px));
        object-fit: cover;
    }

    .possible-et-ronalpia--paragraph-scree1366 {
        font-weight: 400;
        font-size: var(--font-size-20);
        color: var(--grey-700);
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 60px;
    }
}

@media (min-width: 1366px) {

    .possible-et-ronalpia--paragraph-scree1366 p {
        line-height: 26px;
    }
}