article.mk-blog-single h2.blog-single-title,
article.mk-blog-single .blog-single-meta,
article.mk-blog-single .single-social-section { display: none; }
.large-actu, .medium-actu, .small-actu {
    max-height: 585px;
    overflow: hidden;
}

.date-auteur {
    color: #054a82;
    font-family: RalewayBold;
    font-size: 1em;
}
#lpi-actualites .block-img,
.block-entete .block-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.large-actu .block-img,
.medium-actu .block-img,
.block-entete .block-img {
    min-height: 333px;
}
.small-actu .block-img {
    min-height: 163px;
}
#lpi-actualites .titre,
.block-entete .titre {
    font-family: RalewayRegular;
}
.large-actu .titre,
.medium-actu .titre,
.block-entete .titre {
    color: #fff;
    background-color: #054a82;
    font-size: 1.43em;
    padding: 10px 15px;
}
.small-actu .titre {
    font-size: 1.14em;
    padding: 15px 5px;
}
.block-entete .titre {
    display: inline-block;
    margin-bottom: 30px;
}
.large-actu .content,
.medium-actu .content {
    padding: 10px 25px; 
}
.small-actu .content{
    padding: 5px;
}
.bouton-suite { text-align: right; }
.bouton-suite a {
    border-bottom: 1px solid #054a82;
    color: #054a82;   
    font-family: RalewayBold;
    font-size: 1em;
}

.pagination-actus {
    padding-bottom:100px;
    text-align:center;
}
.pagination-actus a {
    border-radius:100%;
    color:#000;
    display:inline-block;
    font-family: RalewayRegular;
    font-size:1.57em;;
    height:30px;
    line-height:30px;
    margin:0 5px;
    text-align:center;
    vertical-align:middle;
    width:30px;
	transition:0.3s all ease; -o-transition:0.3s all ease; -ms-transition:0.3s all ease; -moz-transition:0.3s all ease; -webkit-transition:0.3s all ease;
}
.pagination-actus a img {
    margin-bottom: 4px;
}
.pagination-actus a:hover,
.pagination-actus a.selected {
    color: #8cdf82;
    font-family: RalewayHeavy;
}
.pagination-actus span{
    height:30px;
    line-height:30px;
    margin:0 5px;
    color: #AAA;
    font-weight: bold;
}
