.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: 5px 0 0 0;
}

.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%;
}

.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 {
        margin-left: 0;
        margin-right: 0;
    }

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