.title-head-2 {
    background-image: url(img/bg-contact-2.png);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-bottom: 80px;
}

.emplois {
    background-image: url(img/emplois.jpg);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.etudes>div>div div {
    box-shadow: 0px 0px 30px -5px #7f7f7f!important;
}