/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2024 | 11:46:20 */
/* BOUTONS */
.more-link {
    border-radius: 0px 0px 0px 0px !important;
    text-transform: uppercase !important;
    background-color: #E8501F !important;
    color: #f6f6f6 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 1.15em !important;
	font-weight: 600 !important;
    line-height: 100% !important;
	margin-top: -10px !important;
    padding: 0.3em 1.2em !important;
    pointer-events: all !important;
    text-align: center !important;
    text-shadow: none !important;
    width: auto !important;
}
.more-link:hover {
	color: #ffffff !important;
	background-color: #ad3617 !important;
	text-decoration: none !important;
}

/* ARTICLES */
.post {
	margin-top: 20px !important;
    margin-bottom: 10px !important;
}

/* Barre de navigation */
.post-nav {
    margin: 0px !important;
    padding: 20px 0px 0px 0px !important;
    border-top: 1px solid #b3b3b3 !important;
}

/* ARTICLES PAGE D'ACCUEIL */
.loops-wrapper.list-thumb-image>.post {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
