.container-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-top-wrapper{
    margin: 25px 0px;
    font-family: 'Roboto';
    width: 50%;
}

.text-top-wrapper p:nth-child(1){
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.container-collaborateur{
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 300;
}

.wrapper-collaborateur{
    width: 70%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-collaborateur{
    margin: 30px 60px;
    text-align: center;
}

.box-collaborateur-text h1{
    font-weight: 300;
    margin-top: 0px;
    font-size: 24px;
}

.box-collaborateur-text p{
    font-weight: 300;
    margin-top: 0px;
}

.wrapper-ptn{
    background-color: white;
    z-index: 1;
}

@media (max-width: 1400px) {

    .text-top-wrapper{
        padding: 0px 20px;
    }

}

@media (max-width: 992px) {

    .text-top-wrapper p:nth-child(1){
        font-size: 22px;

    }    
    .text-top-wrapper p:nth-child(2){
        font-size: 16px;
    }

    .text-top-wrapper{
        width: 85%;
    }

}