.recruitment--datas {
    display: flex;
    flex-direction: column;
    position: relative;
}

#recruitment-list {
    padding-bottom: 120px;
}

#recruitment-list .swiper-pagination {
    bottom: 0;
    top: unset;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper .recruitment-wrapper {
    height: auto;
}

.swiper-wrapper .recruitment-wrapper .recruitment {
    height: 100%;
}

/* Custom  */

.recruitment-card-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    background-color: #f8f8f8;
    transition: inherit;
    height: 100%;
    width: 100%;
}

.recruitment-card-title {
    font-family: "Circular", Sans-serif;
    font-size: 2.6em;
    font-weight: 900;
    margin: 0 0 10px;
    padding: 0;
    transition: inherit;
}

.recruitment-card-desc {
    font-family: "Circular", Sans-serif;
    font-size: 1em;
}

.swiper-slide,
.recruitment--datas,
.recruitment-card-inner {
    height: 100%;
}

/* Pour les cartes impaires */
.recruitment-card {
    background-color: #ffffff; /* Fond blanc */
    color: var(--e-global-color-text) !important;
}

h4.recruitment-card-title {
    display: flex;
    align-items: left;
    justify-content: left;
}

.recruitment-card-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruitment-card-icon {
    max-height: 2em;
    width: auto;
}

.recruitment-responsive-additional-text {
    font-family: "Circular", Sans-serif;
    font-size: 1.1em;
    color: var(--e-global-color-primary) !important;
}

.recruitment-responsive-text {
    font-family: "Circular", Sans-serif;
    font-size: 1.2em;
    color: var(--e-global-color-primary) !important;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.recruitment-card-inner.recruitment-card {
    border-right: 3px solid #667d8b1c !important;
}
