.topPage {
    background: url("../images/sourire.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 35vh !important;
    color: white !important;
}

.topPage h1 img{
    height: 100% !important;
    max-height: 120px;
    width: auto;
    margin-bottom: 70px;
}

.topPage h1{
    color: white !important;
}

.title-img{
    margin-bottom: 0px !important;
}