.description-employeur {
    font-family: Inter, sans-serif;
    background-color: white;
    border-radius: 4px;
    margin-bottom: 30px;
}

.description-employeur p,
.description-employeur li {
    font-family: Inter, sans-serif;
}

.video-employeur {
    background-color: #e5e5e5;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 30px 0;
}


.video-employeur .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-employeur .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.avantages-grid h2,
.valeurs h2 {
    font-family: Inter, sans-serif;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.avantages-grid ul,
.valeurs ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.avantages-grid ul li,
.valeurs ul li {
    position: relative;
    padding-left: 26px;
    font-family: Inter, sans-serif;
}

.avantages-grid ul li::before,
.valeurs ul li::before {
    position: absolute;
    left: 0;
    top: 0.15em;
    font-size: 1em;
    line-height: 1;
}

.avantages-grid ul li::before {
    content: "\2022";
}

.valeurs ul li::before {
    font-family: "bootstrap-icons";
    content: "\f633";
}

.valeurs .valeur {
    background-color: #e5e5e5;
    /* background-color: #f6f6f6; */
    border-radius: 10px;
    padding: 20px;
}

.valeurs .valeur h4 {
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-weight: bold;
    /* text-align: center; */
}

.valeurs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.emplois-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 15px;
}

.emplois-grid>.well-listing-monopage {
    height: 100%;
}

@media (min-width: 768px) {
    .emplois-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.date-listing-monopage {
    font-size: 11px;
}

/* Garde la section #offres visible sous la navbar fixe */
#offres {
    scroll-margin-top: 90px;
}

.avantages-grid {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.avantages-grid-no-image {
    margin-left: 0;
    margin-right: 0;
}

.avantages-grid-no-image .avantages-well {
    background-color: white;
    padding: 20px;
}

.avantages-image {
    display: grid;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 300px; */
    /* background-size: contain; */
    min-height: 200px;
    background-size: cover;
    height: 100%;
}

.avantages-well {
    display: grid;
    background-color: #e5e5e5;
    /* background-color: #f6f6f6; */
    border-radius: 10px;
    /* margin-bottom: 30px; */
    padding: 20px;
    height: 100%;
}

.candidatures-image-title {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-family: Inter, sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    color: #222;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.candidatures-well {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}

.candidatures-well-with-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    margin-left: 30px;
    margin-right: 30px;
}

.candidatures-well.candidatures-well-no-image {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.candidatures-form-wrapper {
    background-color: #e5e5e5;
    border-radius: 18px;
    padding: 24px;
    max-width: 640px;
    margin-left: auto;
}

.candidatures-form-wrapper-centered {
    margin-left: 0;
    margin-right: auto;
}

.candidatures-well h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-weight: 600;
}

.candidatures-form .form-control {
    border-radius: 8px;
}

.candidatures-form .form-group-champs .row {
    margin-left: -8px;
    margin-right: -8px;
}

.candidatures-form .form-group-champs .col-sm-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.candidatures-form .btn-submit {
    color: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    width: 100%;
    transition: filter 0.15s ease;
}

.candidatures-form .btn-submit-accent {
    background: var(--accent-color, #000);
    border-color: var(--accent-color, #000);
    color: #fff;
}

.candidatures-form .btn-submit:hover {
    filter: brightness(0.95);
}

.candidatures-form .btn-submit:active,
.candidatures-form .btn-submit:focus {
    filter: brightness(0.9);
}

.candidatures-form .btn-submit:hover,
.candidatures-form .btn-submit:focus {
    color: #fff;
    opacity: 0.9;
}

.candidatures-note {
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 8px;
}

.candidatures-alert {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
}

.candidatures-alert-success {
    background-color: #e8f5e9;
    color: #1b5e20;
}

.candidatures-alert-error {
    background-color: #fdecea;
    color: #b71c1c;
}

.well-listing-monopage {
    border-radius: 20px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .description-employeur.is-collapsed {
        position: relative;
    }

    .description-employeur.is-collapsed .description-employeur__content {
        max-height: 300px;
        overflow: hidden;
    }

    .description-employeur__fade {
        display: none;
    }

    .description-employeur.is-collapsed .description-employeur__fade {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 90px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 72%);
        pointer-events: none;
    }

    .description-employeur__expand {
        display: none;
    }

    .description-employeur.is-collapsed .description-employeur__expand {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        border: 1px solid #d9d9d9;
        border-radius: 50%;
        background: #fff;
        color: #4d4d4d;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        padding: 0;
        z-index: 2;
    }

    #offres {
        scroll-margin-top: 70px;
        /* navbar plus haute en mobile */
    }

    .avantages-grid {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
    }

    .valeurs-grid {
        grid-template-columns: 1fr;
    }

    .candidatures-well {
        margin-left: 0;
        margin-right: 0;
    }

    .candidatures-well-with-image {
        margin-left: 0;
        margin-right: 0;
    }

    .candidatures-form-wrapper {
        max-width: 100%;
        margin-left: 0;
    }

    .candidatures-image-title {
        font-size: 32px;
    }
}

.bootstrap-filestyle.input-group>input,
.bootstrap-filestyle.input-group>.group-span-filestyle.input-group-btn>label {
    border: 1px solid #cccccc !important;
}
