.page-page .row:nth-child(3), .page-page .row:nth-child(4){
    padding: 5px;
    /*margin-top: 5px;*/
}

.sidebar_liens{
    padding-right: 5px;
}

.vc_gitem-post-data-source-post_excerpt{
    line-height: 1.5em !important;
}

.vc_grid-item-zone-c-top{
    margin-bottom: 8px;
}

.vc_gitem-post-data-source-post_excerpt p{
    margin-top: -5px !important;
    margin-bottom: 0 !important;
    line-height: 1.4em !important;
}

.metaslider, .cycloneslider{
    margin: 0 -5px;
}

.metaslider iframe, .cycloneslider iframe{
    margin: 0;
}

.slider_home_container{
    margin-bottom: 0px !important;
}

.sije_accessibility .wpb_content_element{
    margin-bottom: 0px !important;
}
/*--------------------------------------------------------------------------------------------- */
/*Css permettant de personnaliser le lien "consulter plus d'article et afficher plus d'actualité" */
/*--------------------------------------------------------------------------------------------  */
.actus_liens{
    font-size:14px;
    color:black;
    text-decoration: none;
    border-bottom: 2px solid black;
    padding: 10px 30px 8px 30px;
    margin-top: -15px;
    text-align: center;
    margin-bottom: 2%;
    transition: border 0.2s ease-out,
                color 0.2s ease-out;
}

.actus_liens:hover{
    text-decoration: underline;
    border-color: #0080FF;
    color:#0080FF ;
    text-decoration: none;
}

.actus_liens:active{
    transition: border 0s ease-out,
                color 0s ease-out;
    border-color: #00C632;
    color:#00C632;
}

/*.main-no-sidebar:nth-child(1) .inside-section{
    padding: 0;
}
*/
/* Cache le bouton de chargement dynamique en ajax si le javascript est déactivé*/
#actu-plus{
    display: none;
}

.actu-next{
    margin-bottom: 20px;
}

.single-post-content .row:nth-child(1){
    background: white;
}

.metaslider ul.slides{
    margin: 0;
}

.slider_accueil{
    /*margin-bottom: 5px !important;*/
}

.post-title {
    padding:0 !important;
    margin-bottom: 10px;

}

.vc_grid-item-zone-c-left .vc_gitem-zone-c{
    float: inherit !important;
    width: inherit !important;
}

@media all and (max-width:769px){
    .actus_liens{
        width: 100%;
        background: none repeat scroll 0% 0% white;
        padding: 20px;
        border: 2px solid black;
    }
    
    .cycloneslider-pager{
        /*bottom:-19px !important;*/
        margin-bottom: 9px;
    }
    
}

