.nh-politique-rh {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.nh-politique-rh__section {
    position: relative;
    padding: 90px 0 100px;
}

.nh-politique-rh__section--light {
    padding: 110px 0 120px;
}

.nh-politique-rh__section-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #eff9ff;
    z-index: 0;
}

.nh-politique-rh__container {
    position: relative;
    z-index: 2;
}

.nh-politique-rh__grid {
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(0, 640px);
    gap: 65px;
    align-items: start;
    justify-content: space-between;
}

.nh-politique-rh__section--reverse .nh-politique-rh__grid {
    grid-template-columns: minmax(0, 640px) minmax(0, 640px);
}

.nh-politique-rh__section--reverse .nh-politique-rh__content {
    order: 2;
}

.nh-politique-rh__section--reverse .nh-politique-rh__media {
    order: 1;
}

.nh-politique-rh__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.31;
    color: #292b52;
    margin: 0 0 42px;
    max-width: 640px;
}

.nh-politique-rh__items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nh-politique-rh__item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #2b60a0;
    margin: 0 0 6px;
}

.nh-politique-rh__item-text {
    font-family: 'Myriad Pro', 'Myriad', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.nh-politique-rh__media {
    width: 100%;
}

.nh-politique-rh__image-wrapper {
    width: 100%;
    max-width: 640px;
    border-radius: 20px;
    overflow: hidden;
}

.nh-politique-rh__section--reverse .nh-politique-rh__image-wrapper {
    margin-right: auto;
}

.nh-politique-rh__section:not(.nh-politique-rh__section--reverse) .nh-politique-rh__image-wrapper {
    margin-left: auto;
}

.nh-politique-rh__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.nh-politique-rh__section--reverse .nh-politique-rh__image {
    min-height: 660px;
}

.text-right {
    text-align: right;
}

.nh-politique-rh__item-text.text-right {
    text-align: right;
}

.nh-politique-rh__dots h2 {}

.nh-politique-rh__motif {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.75;
}

.nh-politique-rh__motif--left {
    left: -41px;
    width: 428px;
    height: 721px;
}

.nh-politique-rh__motif-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.nh-politique-rh__dots {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 190px;
    height: 660px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.nh-politique-rh__dots-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    opacity: 0.75;
}

@media (max-width: 1440px) {
    .nh-politique-rh__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 48px;
    }

    .nh-politique-rh__title {
        font-size: 36px;
    }

    .nh-politique-rh__item-title,
    .nh-politique-rh__item-text {
        font-size: 18px;
    }

    .nh-politique-rh__image {
        min-height: 460px;
    }

    .nh-politique-rh__section--reverse .nh-politique-rh__image {
        min-height: 560px;
    }
}

@media (max-width: 1200px) {
    .nh-politique-rh__section {
        padding: 70px 0 80px;
    }

    .nh-politique-rh__section--light {
        padding: 80px 0 90px;
    }

    .nh-politique-rh__motif--left {
        left: -240px;
        width: 360px;
    }

    .nh-politique-rh__dots {
        right: 10px;
        width: 140px;
    }
}

@media (max-width: 1024px) {
    .nh-politique-rh__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nh-politique-rh__section--reverse .nh-politique-rh__content,
    .nh-politique-rh__section--reverse .nh-politique-rh__media {
        order: unset;
    }

    .nh-politique-rh__title {
        max-width: none;
        margin-bottom: 32px;
    }

    .nh-politique-rh__image-wrapper {
        max-width: 100%;
        margin: 0 auto !important;
    }

    .nh-politique-rh__image {
        min-height: 380px;
    }

    .nh-politique-rh__section--reverse .nh-politique-rh__image {
        min-height: 380px;
    }

    .nh-politique-rh__motif,
    .nh-politique-rh__dots {
        display: none;
    }
}

@media (max-width: 768px) {
    .nh-politique-rh__section {
        padding: 50px 0 60px;
    }

    .nh-politique-rh__section--light {
        padding: 60px 0 70px;
    }

    .nh-politique-rh__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .nh-politique-rh__items {
        gap: 22px;
    }

    .nh-politique-rh__item-title,
    .nh-politique-rh__item-text {
        font-size: 16px;
    }

    .nh-politique-rh__item-text {
        text-align: left;
    }

    .nh-politique-rh__image {
        min-height: 300px;
    }

    .nh-politique-rh__section--reverse .nh-politique-rh__image {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .nh-politique-rh__title {
        font-size: 24px;
    }

    .nh-politique-rh__image-wrapper {
        border-radius: 16px;
    }

    .nh-politique-rh__image {
        min-height: 260px;
    }
}