.ContentActualite {
    width: 60%;
    margin: auto;
}
.BlockActualite {
    margin-bottom: 120px;
position:relative;
}
@media screen and (max-width:767px){
.ContentActualite {
    width: 100%;
    margin: auto;
}
 .BlockRepeater {
    flex-direction: column;
}
.TitreAccAbsolute {display:none;}
}

.TitreAccAbsolute {
    position: absolute;
    top: -132px;
    bottom: 0px;
    color: #ebebeb;
    font-size: 8vw;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 99;
    opacity: 0.8;
    letter-spacing: 4vw;
    height: 100px;
}
@media screen   and (min-width:800px)     and (max-width:1180px)    {
 
.TitreAccAbsolute{
   z-index: 0;
}
}