#titre-image-fond{
    position: relative;
}

#titre-image-fond h1{
    font-size: 60px;
    line-height: 3.75rem;
    font-weight: 300;
}

#titre-image-fond figure{
    margin: 0;
}

#titre-image-fond figure img{
    width: 100%;
    max-height: 30rem;
    object-fit: cover;
    /*filter: brightness(.5);*/
}

#titre-image-fond .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
