.career_page *{
    box-sizing: border-box;
}
.invisible{
    display: none;
}
.career_page .back{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(0, 0, 0, 0.90);
    font-family: Montserrat;
    margin-bottom: 40px;
}
.career_page__top .title{
    color: #1A59A6;
    font-weight: 400;
}
.career_page__header{
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    min-height: 250px;
    margin-top: 118px;
}
.career_page .infos{
    display: flex;
    margin-top: 55px;
    flex-wrap:wrap;
}
.career_page .info{
    padding-right: 20px;
    display: flex;
    gap: 20px;
    flex: 1 1 0;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.career_page .info__icon{
    width: 33px;
    height: auto;
    display: flex;
    justify-content: flex-end;
}
.career_page .info:not(:last-child){
    border-right: 1px solid rgba(30, 30, 30, 0.25);
}
.career_page__header img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.career_page .back .arrow{
    top: 1px;
    position: relative;
}
.career_page__content{
    display: flex;
    gap: 67px;
    padding: 55px 0px 114px;
}
.career_page__title{
    text-transform: uppercase;
}
.career_page__left{
    width: 350px;
    flex-shrink: 0;
    HEIGHT: 100%;
    POSITION: sticky;
    top: calc(127px + 20px);
}
.career_page__sections{
    margin-top: 72px;
    flex: 1 1 0;
}
.blue_bloc{
    background-color: #1A59A6;
    color: white;
}
.blue_bloc__buttons{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.blue_bloc .share{
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}
.blue_bloc .share:hover{
    color: #fdbf14;
    transition: 0.3s ease;
}
.blue_bloc .share:hover svg path{
    transition: 0.3s ease;
}
.blue_bloc .share:hover svg path{
    fill: #fdbf14;
    transition: 0.3s ease;
}
.blue_bloc .btn{
    padding: 6px 24px;
    border-radius: 10px;
    background-color: white;
    color: #1A59A6;
    font-weight: 400;
    font-size: 13px;
    min-width: unset;
    transition: 0.3s ease;
}
.blue_bloc .btn:hover{
    background-color: #D8E3F0;
    transition: 0.3s ease;
}
.career_page .gform_wrapper input,
.career_page .gform_wrapper textarea,
.career_page .gform_wrapper select{
    border: none!important;
}
.career_page .note{
    margin: 50px 0 60px;
    font-style: italic;
}
.bloc_left_radius{
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 5px;
    padding: 34px 42px;
}
.pale_bloc{
    margin-top: 16px;
    background-color: #D8E3F0;
}
.pale_bloc a{
    color: #1A59A6;
    transition: 0.3s ease;
    display: flex;
    align-items: flex-start;
}
.pale_bloc .other_careers{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.text_bloc h2{
    color: #1A59A6;
    font-family: Montserrat;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 400;
}
.text_bloc + .text_bloc{
    padding-top: 75px;
}
.text_bloc p + p{
    margin-top: 1.5em;
}
.text_bloc p{
    margin-bottom: 0;
}
/* OTHER CAREERS */
.career{
    display: flex;
    gap: 10px;
}
.career_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
    position: relative;
}

/* FORM */
.form_blue_inputs .gform_wrapper.gravity-theme .gfield input,
.form_blue_inputs .gform_wrapper.gravity-theme .gfield textarea
{
    border-radius: 5px;
    background: #D8E3F0;
    resize: none;
    font-weight: 400;
    color: #1E1E1E;
    font-size: 16px;
}
.form_blue_inputs .gform_wrapper.gravity-theme .gfield input::placeholder,
.form_blue_inputs .gform_wrapper.gravity-theme .gfield textarea::placeholder{
    font-weight: 400;
    color: #1E1E1E;
    font-size: 16px;
}
.form_blue_inputs .gform_wrapper.gravity-theme .gfield textarea:focus{
    border: none;
}
.form_blue_inputs .gform_wrapper.gravity-theme .gfield_label{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}
.form_blue_inputs .gform_wrapper.gravity-theme .gfield_required{
    color: #1E1E1E;
}
.form_blue_inputs .gform_wrapper input[type="submit"]{
    border-radius: 10px;
    background-color: #1A59A6;
    margin-left: auto;
}
.form_blue_inputs .gform_wrapper.gravity-theme .gfield_description{
    display: none;
}
.is_job_name input{
    font-style: italic;
    pointer-events: none;
    text-transform: capitalize;
}
.copied_to_clipboard{
    position: fixed;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.3s ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copied_to_clipboard__box{
    transform: translateY(100%);
    padding: 30px;
    background-color: #459FD6;
    text-align:center;
    font-weight: 500;
    color: white;
    transition: 0.3s ease;
    display: flex;
    gap: 10px;
    align-items: center;
}
.copied_to_clipboard.active{
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}
.copied_to_clipboard.active .copied_to_clipboard__box{
    transform: none;
    transition: 0.3s ease;
}
@media screen and (max-width: 1024px){
    .career_page__content{
        flex-direction: column;
        padding: 0 30px;
        padding-top: 20px;
        gap: 50px;
    }
    .career_page__left{
        position: relative;
        top: 0;
        width: unset;
        width: 100%;
    }
    .career_page .back{
        margin-bottom: 20px;
    }
    .text_bloc + .text_bloc {
        padding-top: 50px;
    }
}
@media screen and (max-width: 583px){
    .career_page__sections{
        margin-top: 50px;
    }
    .career_page .infos{
        flex-direction: column;
        align-items:flex-start;
        gap: 0;
        margin-top: 40px;        
    }
    .career_page .info{
        padding: 10px 0;
    }
    .career_page .info__icon{
        justify-content: flex-start;
    }
    .career_page .info:not(:last-child){
        border-right: 0;
        width: 100%;
        border-bottom: 1px solid rgba(30, 30, 30, 0.25);
        justify-content: flex-start;
    }
}