p#travailler {
    font-size: 18px;
    margin-bottom: -32px!important;
}
.career-landing-card__background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 330px;
    width: 100%;
    transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
    transform: translateZ(0) scale(1);
    filter: brightness(0.5);
    border-radius:15px;
}

@media (min-width: 768px){
    .container-cr{
        width: 750px;
    }
    .career-landing-card__background {
        height: 440px;
    }
    .career-landing-card__title {
        height: 75px;
    }

    .typo4{
        font-size: 28px;
        line-height: 30px;
    }
    .button-secondary {
        font-size: 13px;
    }

}

@media (min-width: 992px){
    .container-cr{
        width: 970px;
    }
    .career-landing-three-card__item {
        margin-bottom: 0;
    }

    .career-landing-card__background {
        height: 490px;
    }
    .career-landing-card__title {
        height: 175px;
    }
}

@media (min-width: 1200px) {
    .container-cr{
        width: 1170px;
    }
    .col-cr{
        float: left;
        width: 33.33333%;
    }

    .typo4{
        font-size: 36px;
        line-height: 38px;
    }

    .button-secondary {
        font-size: 13px;
    }

    .button-secondary {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.42857;
    }

}


.container-cr{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-cr {
    margin-right: -15px;
    margin-left: -15px;
}

.col-cr{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.career-landing-three-card__item:last-child {
    margin-bottom: 0;
}
.career-landing-three-card__item {
    margin-bottom: 20px;
    overflow: hidden;
}

.career-landing-card {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
    opacity: 1;
    transform: none;
}



.career-landing-card__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    transform: translate(0, -50%);
    z-index: 5;
}



.career-landing-card__background:hover{
    transform: translateZ(0) scale(1.1);
}

.career-landing-card__title {
    color: #fff;
    height: 112px;
}

.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
    opacity: 1;
    transform: none;
}

.typo4{
    /*font-family: "Publico-Headline", serif;*/
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.015em;
}

.career-landing-card__link {
    margin-top: 15px;
}

.button-secondary--white {
    line-height: 46px;
    border: 3px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 0 30px;
}

.button-secondary {
    line-height: 46px;
    border: 3px solid #cccccc;
    color: #cccccc;
    background-color: transparent;
    padding: 0 30px;
}

.button-secondary {
    cursor: pointer;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.button-secondary {
    z-index: 0;
    transition: color 0.3s;
    position: relative;
    overflow: hidden;
}


.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.fadeInUp {
    animation-name: fadeInUp;
    opacity: 1;
    transform: none;
}








