#actu-not-found{
    font-size:25px;
    font-family:Lato-bold;
    margin-top:70px;
    margin-bottom:100px;
    color:#444444;
    text-align:center;
}

.actu-container{
    margin-bottom:40px;
}

.actu-container-in-actu{
    padding-bottom:50px;
    margin-top:30px;
    position:relative;
}
.actu-img-actus{
    width:100%;
    height:150px;
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
}
.actu-in-container{
    max-width:450px;margin:auto;position:relative;height:100%;padding-bottom:40px;
}
.actu-img{
    width:100%;
    height:250px;
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
}
.actu-date{
    color:#606060;
    margin-bottom:5px;
    text-align:left;
}
.actu-title{
    font-size:22px;
    font-family:Lato-bold;
    color:#606060;
    text-align:left;
}
.actu-description{
    line-height:17px;
    text-align:justify;
    margin: 0 0 10px;
    color:#606060;
}
.actu-btn{
    position:absolute;bottom:10px;right:0px;
    background: #ac3c98;
    font-size:14px;
    display:inline-block;
    color:white;
    text-align: center;
    padding:5px 25px;
    transition: all 0.3s linear;
    border-radius:15px;
}
.actu-btn:hover
{
    background: #9F3A8C;
    color:white;
    text-decoration:none;
}
#actu-main-title{
    font-family:Lato-bold;color:#444444;font-size:30px;margin-bottom:70px;text-align: center;
}


.img-holder {
    height: 150px;
    position: relative;
    overflow: hidden;
}
.img-holder img {
    position: absolute;
    display: block;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0;
}

#unique-actu-title{
    font-size:30px;
    font-family:Lato-bold;
    color:#606060;
}
#unique-actu-date{
    color:#606060;
    margin-bottom:10px;
}
#unique-actu-text{
    color:#606060;

}
#see_all_actu{
    color:white;
    background:#ac3c98;
    font-size:14px;
    display:inline-block;
    color:white;
    text-align: center;
    padding:10px 25px;
    transition: all 0.3s linear;
    border-radius:15px;
    margin-top:25px;
    margin-bottom:160px;
}
#see_all_actu:hover{
    background: #9F3A8C;
}