

.actu-detail {
    padding-top: 81px;
}

.title_wrapper {
    width: 100vw;
    height: 250px;
    background: gray;
    padding: 0px 100px;
    display: flex;
    align-items: center;
    /* background-image: url(../assets/img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    /* LES BACKGROUND SONT DIFFERENT POUR CHAQUE ACTU */
    
}

.actu-detail .title {
    font-family: PlayfairDisplay-Italic;
    color: var(--blanc);
    font-size: 40px;
}

.actu-detail .detail_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding: 40px 200px;
    justify-content: center;
    font-size: 18px;
    line-height: 1.5;
}

.actu-detail .left,
.actu-detail .right {
    width: 50%;
}

.actu-detail .images_container {
    display: flex;
    align-items: center;
}
/* .actu-detail .next {
    rotate: 180deg;
    outline: none;
    background: transparent;
    border: none;
} */

.gap-70 {
    gap: 70px;
}