.container{
    max-width:1140px;
    margin:auto;
}

.row{
    display: flex;
}

.texte{
    text-align: center;
}

.texte p{
    width:60%;
    margin:auto;
    color: #6ea178;
    font-size: 40px;
    font-family: 'Berlingske';
}

.logo-laurence{
    background-image:url('../images/harribey.png')
}

.logo-herve{
    background-image:url('../images/gille.png')
}

.photo-herve{
    background-image:url('../images/herve_gille.jpg')
}

.photo-laurence{
    background-image:url('../images/laurence_harribey.jpg')
}

.photo{
    height:300px;
    width:100%;
    background-size: cover;
    background-position: center top;
    margin-top:50px;
}

.logo{
    background-repeat:no-repeat;
    height:100px;
    width: 100%;
    background-size:contain;
}

.col{
    width:50%;
    padding:30px;
}