.split__screen {
    position: relative;
}

.split__screen::after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 50%;  
    right: 0;
}

.split__screen--lhs::after {
    left: 0;  
    right: 50%;
}

.split__screen__content {
    height: 100%;
    display: flex;
}

.split__screen__text {
    width: 50%;
    padding-right: calc(var(--base-gutter)*2);
    padding-top: calc(var(--base-gutter)*2);
    padding-bottom: calc(var(--base-gutter)*2);
}

.split__screen__description {
    font-size: 1.2em;
}

.split__screen__text strong {
    font-weight: 600;
}

.split__screen--lhs .split__screen__text {
    padding-left: calc(var(--base-gutter)*2);
    padding-right: 0;
    margin-left: auto;
}

@media (width < 1024px) {
    .split__screen {
        display: flex;
        flex-direction: column;
        height: auto;
        background-image: none;
    }

    .split__screen__text {
        width: auto;
        padding-right: 0;
        order: 1;
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    }

    .split__screen--lhs .split__screen__text {
        right: auto;
        left: 0;
        padding-left: 0;
    }

    .split__screen::after {
        content: "";
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 40vh;
        order: 2;
        position: static;
        left: auto;
    }  
}

.engage {
    background-color: var(--blue-marine);
    color: var(--pink-peaks);
}

.engage::after {
    background-image: url("../img/boxer-mini-hero.png");
}

.innovative {
    background-color: var(--blue-marine);
    color: var(--yellow-peaks);
}

.innovative::after {
    background-image: url("../img/planning-mini-hero.png");
}

.engage__title,
.innovative__title {
    margin-bottom: calc(var(--base-margin-small)/2);
    line-height: 1.2;
}

.engage__title::before,
.innovative__title::before {
    content: "";
    background-image: url(../img/rse_icone_innov.svg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.4em;
    margin-bottom: -0.2em;
}

.engage__title::before {
    background-image: url(../img/rse_icone_engage.svg);
}

@media (width < 1024px) {
    .engage::after {
        background-image: url("../img/boxer-mini-hero.png");
    }
    .innovative::after {
        background-image: url("../img/planning-mini-hero.png");
    }
}

.demarches {
    background-color: var(--light-grey);
    color: var(--blue-marine);
}

.demarches__content {
    display: flex;
    flex-direction: column;
}

.demarches__content h2 {
    margin-bottom: calc(var(--base-margin-small)/2);
}

.demarches__title {
    color: var(--pink-peaks);
    font-weight: 900;
    margin-bottom: var(--base-gutter);
}

.demarches__subtitle {
    font-weight: 600;
    margin-bottom: var(--base-gutter);
}

.demarches__text ul {
    margin: 0;
    padding-left: 1em;
}

.demarches__text li {
    list-style-type: disc;
    margin-bottom: 0.2em;
    margin-left: 0.4em;
}

.demarches__text li:last-of-type {
    margin-bottom: 0;
}

.peaksis {
    background-color: var(--yellow-peaks);
    color: var(--blue-marine);
}

.peaksis__content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: var(--base-gutter);
}

@media (width < 1024px) {
    .peaksis__content {
        grid-template-columns: 1fr;
    }
}

.peaksis__title {
    display: flex;
    font-weight: 900;
    margin-bottom: calc(var(--base-margin-small)/4);
    background-image: url("../img/logo-peaks-white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.peaksis__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-cards);
    margin: 0;
}

.peaksis__card {
    display: flex;
    flex-direction: column;
}

.peaksis__card__title {
    background: var(--blue-marine);
    color: var(--yellow-peaks);
    padding: 0.8rem 0.8rem 0.8rem calc(var(--base-gutter) + 2rem);
    box-shadow: var(--shadow-cards);
    background-repeat: no-repeat;
    background-position: 0.5rem 0.5rem;
    background-size: 2em 2em;
    margin: 0;
    border-top-left-radius: var(--border-cards);
    border-top-right-radius: var(--border-cards);
}

.peaksis__card__text {
    color: var(--blue-marine);
    background: var(--white);
    flex: 1;
    border-bottom-left-radius: var(--border-cards);
    border-bottom-right-radius: var(--border-cards);
    padding: calc(var(--base-gutter)/2);
    margin: 0;
}

.peaksis__card__title--mission {
    background-image: url("../img/rse_icone_mission.svg");
}

.peaksis__card__title--conseil {
    background-image: url("../img/rse_icone_conseil.svg");
}

.peaksis__card__title--reponse {
    background-image: url("../img/rse_icone_reponses.svg");
}

.peaksis__card__title--support {
    background-image: url("../img/rse_icone_support.svg");
}

.peaksis__description {
    background:
        linear-gradient(192.73deg, rgba(242, 224, 88, 0.62) 9.21%, rgba(66, 59, 6, 0.62) 97.3%),
        url("../img/rse_people_running.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--border-cards);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--base-gutter);
    color: white;
    font-weight: 900;
    font-size: 1.75rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-wrap: pretty;
}

.peaksis__description p {
    margin: 0;
}

@media (width > 1024px) and (width < 1224px) {
    .peaksis__description p {
        line-height: 1.2;
    }
}
