section.contact_carriere {
    padding: 143px 0;
}

.contact_carriere .content_contact_carriere {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_carriere .content_contact_carriere .contact_carriere_left_block .title {
    min-height: 161px;
    width: 350px;
    max-width: 100%;
}

.contact_carriere .content_contact_carriere .contact_carriere_left_block .title span {
    font-size: 56px;
    font-weight: 700;
    color: #333F88;
    line-height: 58px;
    font-family: 'ff-good-web-pro-condensed';
}

.contact_carriere .content_contact_carriere .contact_carriere_left_block .texte {
    min-height: 78px;
    margin-top: 21px;
    margin-bottom: 29px;
}

.contact_carriere .content_contact_carriere .contact_carriere_left_block .texte p {
    font-size: 18px;
    font-weight: 500;
    color: #656567;
    line-height: 36px;
    font-family: 'Inter';
    margin-bottom: 0;
}

.contact_carriere .content_contact_carriere .contact_carriere_left_block .bouton_contact button {
    height: 56px;
    width: 221px;
    background: #333F88;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: initial;
    padding: unset;
    border-radius: 0;
}
.contact_carriere  .active_form {
    display: block !important;
    transition: 2s;
}

.contact_carriere  div#recrutement_formulaire {
    display: none;
    transition: 1s;
}
@media (min-width: 768px) {
    .contact_carriere .content_contact_carriere .contact_carriere_left_block {
        width: 50%;
        max-width: 100%;
    }
    .contact_carriere  div#recrutement_formulaire {
        width: 50%;
    }
    .contact_carriere .content_contact_carriere .contact_carriere_right_block {
	width:40%;
	max-width:100%;
    }
}
    .contact_carriere .content_contact_carriere .contact_carriere_right_block .image img {
	width:100%;
	max-width:100%;
	object-fit: contain;
    }

.contact_carriere  div#recrutement_formulaire .form_recrutement .filed label {
    font-size: 13px;
}
.contact_carriere .active_form .form_recrutement .filed input {
    width: 100%;
}
.contact_carriere .active_form .form_recrutement .filed textarea {
   height: 150px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #333F88;
    color: #fff;
border-color: #333F88;
}
.contact_carriere .active_form .form_recrutement .filed .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    font-size: 12px;
    bottom: -35px;
}
@media (max-width: 767px) {
    .contact_carriere .content_contact_carriere {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .contact_carriere_left_block {
        margin-bottom: 5em;
    }
    .contact_carriere  div#recrutement_formulaire {
        margin-top: 2em;
    }
    .contact_carriere_right_block {
        order: 1;
    }
}


/* recrutement */
section.recrutement {
    padding-top: 63px;
}

section.recrutement .title {
    text-align: center;
}

section.recrutement .title span {
    text-align: center;
    font-size: 56px;
    font-family: 'ff-good-web-pro-condensed';
    line-height: 56px;
    font-weight: 700;
    color: #0A4A98;
}

.splide__track .splide__slide {
    width: 257px !important;
    height: 255px !important;
    box-shadow: 0px 20px 60px #36447726;
    border-radius: 20px;
    opacity: 1;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 25px 40px 30px;
}

@media (max-width: 767px) {
    .splide__track .splide__slide {
        width: 100% !important;
        margin: 0px 10px !important;
    }
}

section.recrutement .splide__slide .content .title {
    text-align: left;
}

section.recrutement .splide__slide .content .title span {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
}

section.recrutement .splide__slide .tag {
    display: flex;
    justify-content: end;
    pointer-events: none;
}

section.recrutement .splide__slide .tag span {
    background-color: #EDEDED;
    border-radius: 10px;
    width: 66px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #858585;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 14.4px;
    text-transform: capitalize;
}

section.recrutement .splide__slide .emplacement span {
    font-size: 12px;
    color: #747272;
    line-height: 14.4px;
    text-transform: capitalize;
    font-family: 'Inter';
    font-weight: 400;
}

section.recrutement .splide__slide .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.recrutement .splide__slide .bottom .salaire span {
    font-size: 18px;
    font-weight: 700;
    color: #0F0D0D;
    font-family: 'Inter';
    line-height: 21.6px;
}

section.recrutement .splide__slide .bottom a.btn.recrutement {
    width: 87px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 11px;
    text-decoration: none;
    line-height: 14.4px;
    font-weight: 400;
    background: #333F88;
    border-radius: 0;
    font-family: 'Inter';
}

section.recrutement button.splide__arrow {
    width: 30px;
    height: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 30px #3644774D;
    opacity: 1;
    top: 115px;
}

section.recrutement .splide__arrow--prev {
    left: -1em;
}

section.recrutement .splide__arrow--next {
    right: -1em;
}

section.recrutement .intro {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

section.recrutement .intro span {
    font-size: 18px;
    font-weight: 500;
    color: #747272;
    line-height: 21.6px;
    font-family: 'Inter';
}

section.recrutement .bouton_toggel {
    text-align: center;
    margin-top: 35px !important;
    width: 265px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

section.recrutement .bouton_toggel .part_time,
section.recrutement .bouton_toggel .full_time {
    font-size: 18px;
    color: #8E8E8E;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 21.6px;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: #fff;
    position: relative;
}

section.recrutement .bouton_toggel .part_time:focus,
section.recrutement .bouton_toggel .full_time:focus {
    outline: none;
}

section.recrutement .bouton_toggel .btn_time_poste.active {
    color: #2B2B2B;
}

section.recrutement .bouton_toggel .btn_time_poste.active:before {
    content: "";
    background: #333F88;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    border-radius: 2px;

}

#recrutement_liste_part_how {
    display: none;
    justify-content: center;
}

#recrutement_liste_full_show {
    justify-content: center;
}

section.recrutement .bottom_all {
    text-align: center;
    margin-top: 60px;
}

section.recrutement .bottom_all a {
    color: #333F88;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 21.6px;
    text-decoration: underline;
    text-transform: capitalize;
}

.recrutement_part_time_wrapall-all {
    display: flex;
}

section.recrutement .container {

    overflow: hidden;
}

section.recrutement .splide .splide__track {
    overflow: unset;
}

.splide__slide.is-active.is-visible {
    border: 4px solid;
}
