.Emploiscontainer {
    position: absolute;
    width: -moz-available;
    width: -webkit-fill-available;
    height: 15rem;
    top: 0;
    left: 0;
    transition: all 200ms ease;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-self: end;
    justify-content: space-between;
    padding: 1rem 10%;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
}

.containerLieux {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    background-color: var(--black-grey);
    opacity: 0.90;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.containerLieux>p,
.containerTitle>p {
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--white);
}

.containerTitle {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background-color: var(--black-grey);
    opacity: 0.90;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.flex_center_recrutement {
    display: flex;
    flex-direction: row;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem 1rem;
    margin: 15px 0;
}