body {
    background: url("/upload/contacter/equipe.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.title,
.info-title,
.info-text {
    text-align: center;
}

.image {
    height: calc(100vh - 56px);
    padding-top: 35vh;
    color: black;
}

.title {
    font-size: 4em;
}

.info-title {
    font-size: 2em;
}

.content,
.info {
    margin-top: 2em;
    margin-bottom: 2em;
}

html {
    background-color: white;
}