/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2025 | 14:44:40 */
/Marge des titres

	h1, h2, h3, h4, h5, h6,
	.entry-title,
	.page-title,
	.post-title,
	.section-title,
	.section-subtitle {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
                     
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;}

.btn,
.more-link {
    padding: 10px 20px;
    background-color: #fffff;
    color: #c01313 !important;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
}
