/* Services */

.services {
    position: relative;
    background: url(../images/bgMarbreLavande.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* padding-top: 5vh; */
    padding: 5vh 5vw 0 5vw;
}

.m-w {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 75px;

}

.m-w p {
text-align: center;    
}

.m-w-40 {
    max-width: 40vw;
    margin: 50px;
    text-align: left;
}


.m-w img {
    border-radius: 10px;
    height: 300px;
    margin-bottom: 50px;
}

.services h3 {
    font-size: 30px;

}

.display-services {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 60vw;
    padding: 60px;
}

.li-services-cg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.li-services-cg p {
    margin: 0px 0px 0px 20px;
}

.li-services-cd {

    padding: 20px 0px;

}

.mockup-services {
    height: 65vh;
}