/* ArsLudi landing — Problem / Solution */

.landing-problem-icon-question {
    -webkit-mask: url("/icons/fontawesome/free/solid/circle-question.svg") center / contain no-repeat;
    mask: url("/icons/fontawesome/free/solid/circle-question.svg") center / contain no-repeat;
}

.landing-problem-icon-play {
    -webkit-mask: url("/icons/fontawesome/free/solid/play.svg") center / contain no-repeat;
    mask: url("/icons/fontawesome/free/solid/play.svg") center / contain no-repeat;
}

.landing-problem-icon-leaf {
    -webkit-mask: url("/images/logo/arsludi_leaf_solid.svg") center / contain no-repeat;
    mask: url("/images/logo/arsludi_leaf_solid.svg") center / contain no-repeat;
}


/* Final presentation spacing: isolate the commercial bridge as a chapter. */
@media (min-width: 1024px) {
    #perche-arsludi > div:first-child {
        min-height: calc(100svh - 1rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 7rem !important;
        padding-bottom: 7.5rem !important;
    }
}
