/* ACTU */



/* ACTU SUR HOME */

.zone-actu-home .actu {

}

.zone-actu-home .actu .title {
    /* font-size: 1.2em; */
    text-align: center;
    font-weight: bold;
}

.zone-actu-home .actu .startAt {
    font-size: .8em;
    text-align: center;
    color: grey;
}


.zone-actu-home .actu .description {
    font-size: .8em;
}

.zone-actu-home .actu .description p {
    margin-bottom: 5px;
}




/* LAST ACTUS */

.zone-last-actus .actu .title {
    font-size: 1.5em;
    text-align: left;
}

.zone-last-actus .actu .startAt {
    font-size: .8em;
    text-align: left;
    color: grey;
}



/* UNE ACTU */


.zone-actu .actu .title {
    font-size: 1.5em;
    text-align: left;
}

.zone-actu .actu .startAt {
    font-size: .8em;
    text-align: left;
    color: grey;
}

.zone-actu .others {

}

.zone-actu .others .other-link {
    color: #272727;
}

.zone-actu .others .other-link:hover {
    color: #72c02c;
}

.zone-actu .others .other {
    
}

.zone-actu .others .other .title {
    font-weight: bold;
}

.zone-actu .others .other .meta-description {
    font-size: .8em;
}

