.sec1{
    display: flex;
    margin-top: 65px;
    justify-content: center;
}

*{
    font-family: 'Montserrat', sans-serif;
}

.barre_logo_left{
    margin: 0px 50px 0px 10px;
    display: flex;
    align-items: center;
}

.ref_right img{
    width: 200px;
}

.ref_right{
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}

.title{
    color: #414342;
    margin: 48px 0px 0px 10%;
    font-size: 32px;
}

@media (max-width: 1150px){
    .barre_logo_left img{
        display: none;
        
    }

    .barre_logo_left{
        margin: 0px;
    }

    .title{
        color: #414342;
        margin: 48px 0px 0px 10%;
        font-size: 20px;
    }

    

}
