/* Postuler en ligne — Figma 25:437 */
.nh-postuler {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 80px 0 120px;
    overflow: hidden;
}

.nh-postuler__container {
    position: relative;
    z-index: 2;
    max-width: 1004px;
}

.nh-postuler__motif {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.07;
}

.nh-postuler__motif--left {
    left: -120px;
    top: 80px;
    width: 480px;
}

.nh-postuler__motif--right {
    right: -160px;
    bottom: 40px;
    width: 480px;
    transform: scaleX(-1) scaleY(-1);
}

.nh-postuler__motif-img {
    width: 100%;
    height: auto;
    display: block;
}

.nh-postuler__intro {
    font-family: 'Montserrat', 'Myriad Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    max-width: 1004px;
    margin: 0 auto 80px;
}

.nh-postuler__form {
    max-width: 742px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nh-postuler__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.nh-postuler__field {
    width: 100%;
}

.nh-postuler__field--full {
    width: 100%;
}

.nh-postuler__input,
.nh-postuler__select {
    width: 100%;
    height: 70px;
    padding: 0 19px;
    background: #ffffff;
    border: 1px solid #8795BD;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    transition: border-color 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.nh-postuler__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.nh-postuler__input:focus,
.nh-postuler__select:focus {
    outline: none;
    border-color: #42609B;
}

.nh-postuler__select {
    padding-right: 48px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.nh-postuler__select:valid,
.nh-postuler__select.has-value {
    color: #000000;
}

.nh-postuler__select-wrap {
    position: relative;
}

.nh-postuler__select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.nh-postuler__cv {
    margin-top: 10px;
}

.nh-postuler__cv-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #292B52;
    margin: 0 0 18px;
}

.nh-postuler__cv-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nh-postuler__cv-btn {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(108, 129, 185, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

.nh-postuler__cv-btn:hover {
    background: rgba(108, 129, 185, 0.75);
    transform: scale(1.04);
}

.nh-postuler__cv-btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nh-postuler__cv-icon {
    width: 18px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.nh-postuler__cv-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nh-postuler__cv-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nh-postuler__cv-hint {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    max-width: 220px;
}

.nh-postuler__cv-filename {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #292B52;
    margin: 0;
    word-break: break-all;
}

.nh-postuler__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.nh-postuler__submit {
    width: 300px;
    height: 80px;
    border: none;
    border-radius: 600px;
    background: linear-gradient(
        135deg,
        #292B52 0%,
        #234980 49.51%,
        #42609B 78.91%,
        #8795BD 100%
    );
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.2s ease;
}

.nh-postuler__submit:hover {
    opacity: 0.92;
}

.nh-postuler__submit:active {
    transform: scale(0.98);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 992px) {
    .nh-postuler {
        padding: 60px 0 90px;
    }

    .nh-postuler__intro {
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
    }

    .nh-postuler__motif--left,
    .nh-postuler__motif--right {
        width: 360px;
        opacity: 0.05;
    }
}

@media (max-width: 768px) {
    .nh-postuler {
        padding: 48px 0 70px;
    }

    .nh-postuler__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nh-postuler__form {
        gap: 20px;
    }

    .nh-postuler__input,
    .nh-postuler__select {
        height: 60px;
        font-size: 16px;
        padding: 0 16px;
    }

    .nh-postuler__intro {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .nh-postuler__submit {
        width: 100%;
        max-width: 300px;
        height: 70px;
        font-size: 20px;
    }

    .nh-postuler__motif {
        display: none;
    }

    .nh-postuler__cv-row {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .nh-postuler__submit {
        height: 60px;
        font-size: 18px;
    }

    .nh-postuler__cv-btn {
        width: 52px;
        height: 52px;
    }
}
