/*============== MOBILE ===============*/
@media screen and (max-width: 767px) {
    .actu-detail .actu-new-post{
        width: 90%;
        height: auto;
        margin: 40px auto;
    }
    .actu-detail .content{
        display: block;
    }
    .actu-detail .content .visuel{
        width: 100%;
        min-height: 400px;
        margin-bottom: 30px;
    }
    .actu-detail .content .text{
        width: 100%;
        margin: 0px;
        text-align: justify;
    }
}

/*============== DESKTOP ===============*/
@media screen and (min-width: 1024px){
    .actu-detail .actu-new-post{
        width: 70%;
        height: auto;
        margin: 40px auto;
    }
    .actu-detail .content{
        display: block;
    }
    .actu-detail .content .visuel{
        width: 100%;
        min-height: 400px;
        margin-bottom: 30px;
    }
    .actu-detail .content .text{
        width: 100%;
        margin: 0px;
        text-align: justify;
    }
}
