.recruitment-admin-page .form-input {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.recruitment-admin-page .form-textarea {
    height: 300px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    width: 100%;
    padding: .375rem .75rem;
}

.recruitment-admin-page .offer-tag-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 8px;
}

.recruitment-admin-page .offer-tag-row .dropdown {
    flex: 0 0 auto;
}

.recruitment-admin-page .offer-tag-dropdown {
    height: 100%;
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
    white-space: nowrap;
}

.recruitment-admin-page .offer-tag-value {
    max-width: 100%;
    border-left: 0;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

/*.recruitment-admin-page .btn-remove-key {
    color: #666;
}*/

.recruitment-admin-page .offer-tag-add {
    padding-left: 0;
    text-decoration: none;
}

.recruitment-admin-page .offer-editor {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: #fff;
}

.recruitment-admin-page .offer-editor__toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    padding: 8px 10px;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
    background: #f5f5f5;
}

.recruitment-admin-page .offer-editor__button {
    width: 28px;
    height: 28px;
    border: var(--bs-border-width) solid transparent;
    border-radius: 4px;
    color: #555;
    background: #fff;
    font-size: 14px;
    line-height: 1;
}

.recruitment-admin-page .offer-editor__button:hover,
.recruitment-admin-page .offer-editor__button:focus {
    border-color: var(--bs-border-color);
    color: #000;
}

.recruitment-admin-page .offer-editor__content {
    min-height: 300px;
    width: 100%;
    padding: .75rem;
    outline: none;
}

.recruitment-admin-page .offer-editor__content:focus {
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, .35);
}

.recruitment-admin-page .upload-box {
    width: 100%;
    height: 400px;
    background-color: #707070;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recruitment-admin-page .upload-box button {
    background-color: #212529;
    border: none;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
}

.recruitment-admin-page .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruitment-page {
    color: #222;
    font-size: 15px;
    line-height: 1.55;
}

.recruitment-hero {
    min-height: 260px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #82783d;
    background-position: center;
    background-size: cover;
}

.recruitment-hero__content {
    max-width: 940px;
    padding: 46px 0 42px;
}

.recruitment-hero__breadcrumb {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .9;
}


.recruitment-hero__breadcrumb a {
    text-decoration: underline !important;
    color: white;
}

.offer-breadcrumb {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .9;
}

.offer-breadcrumb a {
    text-decoration: underline !important;
    color: #000;
}


    .recruitment-hero h1 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

.recruitment-hero h1::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-left: 12px;
    vertical-align: middle;
    background: #fff;
}

.recruitment-hero p {
    max-width: 980px;
    margin: 0;
    color: #fff;
}

.recruitment-keynumbers {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 16px;
}

.recruitment-keynumbers__item {
    min-width: 150px;
    padding: 11px 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .24);
}

    .recruitment-keynumbers__item p {
        font-weight: 600;
    }
    .recruitment-keynumbers__item p,
    .recruitment-keynumbers__item span {
        display: block;
    }

.recruitment-keynumbers__item strong {
    font-size: 20px;
    line-height: 1.1;
}

.recruitment-keynumbers__item span {
    margin-top: 3px;
    font-size: 14px;
}

.recruitment-admin-actions {
    position: fixed;
    top: 250px;
    right: 22px;
    z-index: 2;
    display: flex;
    gap: 12px;
}

.recruitment-admin-actions__btn {
    border: 0;
    border-radius: 0;
    padding: 10px 24px;
    color: #fff;
    background: #00a680;
    font-size: 13px;
    text-decoration: none;
}

.recruitment-section {
    padding: 28px 0 32px;
    background: #fff;
}

.recruitment-section--muted {
    background: #f5f5f5;
}

.recruitment-title {
    position: relative;
    margin: 0 0 28px;
    padding-left: 14px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
}

.recruitment-title::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background: #e1251b;
}

.recruitment-reasons,
.recruitment-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 48px;
}

.recruitment-reasons h3,
.recruitment-process h3 {
    margin: 0 0 14px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.recruitment-reasons h3::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    margin-left: 10px;
    vertical-align: middle;
    background: #e1251b;
}

.recruitment-reasons p,
.recruitment-process p,
.recruitment-empty {
    margin: 0;
    color: #222;
}

.recruitment-process article {
    position: relative;
    padding-top: 28px;
}

.recruitment-process article::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 44px;
    right: 0;
    height: 1px;
    background: #e5e5e5;
}

.recruitment-process span {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: #25367a;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.recruitment-offers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.recruitment-offer {
    min-height: 142px;
    padding: 24px 40px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    height:100%;
}

.recruitment-offer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.recruitment-offer__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 2px 8px;
    border-radius: 2px;
    color: #25367a;
    background: #e8eefc;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.recruitment-offer h3 {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.recruitment-offer p {
    margin: 0 0 24px;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
}

.recruitment-offer__link {
    color: #e1251b;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    flex: 1;
    display: flex;
    align-items: end;
}

.recruitment-offer__link:hover,
.recruitment-offer__link:focus {
    color: #b51d16;
    text-decoration: underline;
}

.offre-resume {
    max-width: 300px;
    z-index: 999;
    align-self: flex-start;
}

.offre-resume__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.offre-resume__row span {
    min-width: 0;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.offre-resume__row span:first-child {
    flex: 1 1 auto;
}

.offre-resume__row span:last-child {
    flex: 0 1 45%;
    text-align: right;
}

.candidate-application {
    padding: 24px 0 42px;
    color: #1f1f1f;
}

.candidate-application__inner {
    max-width: 1100px;
}

.candidate-application__title {
    position: relative;
    margin: 16px 0 10px;
    padding-left: 14px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.candidate-application__title::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background: #e1251b;
}

.candidate-application__intro {
    margin: 0 0 20px;
    font-size: 13px;
}

.candidate-validation {
    margin: 0 0 24px;
    padding: 12px 16px;
    border: 1px solid #d83a3a;
    border-radius: 8px;
    background: #fff1f1;
    color: #9f1d1d;
}

.candidate-validation.validation-summary-valid {
    display: none;
}

.candidate-card {
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    background: #fff;
}

.candidate-card h2 {
    margin: 0 0 22px;
    font-size: 17px;
    font-weight: 700;
}

.candidate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 34px;
}

.candidate-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.candidate-grid .candidate-field {
    margin-bottom: 0;
}

.candidate-field label {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.candidate-field label span,
.candidate-consent strong,
.candidate-required span {
    color: #e1251b;
}

.candidate-input,
.candidate-textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #222;
    background: #fff;
    font-size: 13px;
}

.candidate-input {
    height: 31px;
    padding: 5px 11px;
}

.candidate-input::placeholder,
.candidate-textarea::placeholder {
    color: #a9a9a9;
}

.candidate-textarea {
    min-height: 135px;
    padding: 11px 13px;
    resize: vertical;
}

.candidate-upload {
    position: relative;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border: 1px dashed #e2e2e2;
    border-radius: 7px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: center;
}

.candidate-upload--has-files {
    border-color: #00a680;
    background: #f7fffc;
}

.candidate-upload input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.candidate-upload__prompt,
.candidate-upload__files {
    position: relative;
    z-index: 1;
}

.candidate-upload u {
    text-underline-offset: 2px;
}

.candidate-upload__files {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
}

.candidate-upload__file {
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 3px;
    color: #007b60;
    background: #e8f8f3;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    overflow-wrap: anywhere;
}

.candidate-upload__file-name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.candidate-upload__remove {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #007b60;
    font-size: 11px;
    line-height: 1;
}

.candidate-upload__remove:hover,
.candidate-upload__remove:focus {
    background: #005f49;
}

.candidate-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 980px;
    margin: 30px 0 26px 30px;
    color: #1f1f1f;
    font-size: 13px;
    line-height: 1.25;
}

.candidate-consent input {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.candidate-submit {
    min-width: 230px;
    margin-left: 30px;
    padding: 12px 22px;
    border: 0;
    color: #fff;
    background: #00a680;
    font-size: 13px;
    font-weight: 600;
}

.candidate-submit:hover,
.candidate-submit:focus {
    background: #008e6d;
}

.candidate-required {
    margin: 24px 0 0 30px;
    color: #aaa;
    font-size: 13px;
}


@media (min-width: 767px) {
  
    .recruitment-admin-page .content-meta {
        padding: 0 10rem;
    }

    .recruitment-admin-page .content {
        padding: 0 12rem 0 0;
    }
}

@media (min-width: 992px) {
    .offre-resume {
        position: sticky;
        top: 230px;
        max-width: 400px;
    }
}

@media (min-width: 1550px) {
    .recruitment-admin-page .upload-box {
        height: 600px;
    }

    .recruitment-admin-page .content-meta {
        padding: 0 16rem;
    }

    .recruitment-admin-page .content {
        padding: 0 16rem 0 0;
    }

    .offre-resume {
        top: 230px;
    }
}

@media (max-width: 991px) {
    .recruitment-reasons,
    .recruitment-process,
    .recruitment-offers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .recruitment-admin-actions {
        position: static;
        justify-content: flex-end;
        padding: 12px 12px 0;
    }

    
}

.offer-content {
    margin-top: 2rem;
}

@media(min-width: 992px) {
    .offer-content {
        margin-top: 5rem;
    }
}

@media (max-width: 575px) {
    .recruitment-hero {
        min-height: 0;
    }

    .recruitment-hero__content {
        padding: 34px 0;
    }

    .recruitment-keynumbers,
    .recruitment-reasons,
    .recruitment-process,
    .recruitment-offers {
        grid-template-columns: 1fr;
    }

    .recruitment-offer {
        padding: 22px;
    }

    .recruitment-keynumbers {
        display: grid;
    }
}
