.carriere__person{
    border-radius: 50%;
    height: 130px;
    width: auto;
}

.carriere__value__icon{
    width: 100%;
    height: auto;
}

.carriere__value__title{
    font-size: 28px;
}

.carriere__value__subtitle{
    font-size: 20px;
}

.carriere__value__text{
    font-size: 14px;
    opacity: 0.7;
}

.carriere__container{
    display: flex;
    flex-direction: column;
}

.carriere__text__big{
    font-size: 26px;
    text-align: center;
}

.carriere__row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;

}

.carriere__temoignage{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    opacity: 0.7;
    color: black;
}

.carriere__person__name{
    font-size: 23px;
    font-weight: 900;
    font-family: TheBold;
    text-align: center;
}
.carriere__person__post{
    font-size: 12px;
    text-align: center;
}

.carriere__card{
    background: white;
    /*padding: 20px 20px 20px 20px;*/
    padding: 30px;
}

.carriere__card__title{
    font-family: TheBold;
    font-size: 40px;
    color: black;
}

@media only screen and (max-width: 600px) {
    .carriere__card{
        background: white;
        padding: 0 0 0 0;
    }

    .fix-height{
        height: auto !important;
    }

    h1>span{
        margin: auto !important;
    }

    .hero__titles{
        left: 5%;
        position: relative;
    }

    #--width-res{
        width: 60%;
        font-size: 16px !important;
    }

    #postuler--res{
        height: 350px !important;
    }
}




