section.home-equipe {
    position: relative;
}

section.home-equipe .backgroundImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
}

section.home-equipe .backgroundImage {
    justify-content: center;
}

section.home-equipe .titleContent {
    color: #fff;
}

section.home-equipe .titleContent h3 {
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1.625em;
    color: #fff;
    background-color: #68bbbf;
    padding: 0.125em 0.75em;
    margin-bottom: 2.5em;
    display: inline-block;
    margin-top: 0;
}

section.home-equipe .titleContent h2 {
    font-weight: 800;
    font-size: 4.3em;
    line-height: 0.7878787878787879;
    color: #fff;
    margin: 0;
    background: #263640;
    width: fit-content;
    padding: 0.1212121212121212em 0.2424242424242424em;
    margin-bottom: 0.46511627906976744em;
}

section.home-equipe .titleContent {
    padding: 12em 0;
    position: relative;
    z-index: 1;
}

section.home-equipe::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.33);
    z-index: 1;
}

@media (max-width: 480px) {
    section.home-equipe .titleContent h2 {
        font-size: 2em;
    }

/*     section.home-equipe,
    section.home-equipe .backgroundImage img {
        min-height: 80vh;
    } */
}
