/* Saisissez votre CSS personnalisé ci-dessous */

.post_item_single .post_header .post_title {
    margin-bottom: 0;
		margin-left:200px;
		margin-right:200px;
}

.post_featured {
    margin-bottom: 0;
		align-items: center !important;
		min-width: 100%;
		max-height: 500px;
		background-size: contain !important;
		background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
		object-fit: cover !important;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.scheme_default .comments_form_wrap {
    border-color: #e7e6e3;
		margin-left:200px;
		margin-right: 200px;
}


.single.single-post .post_meta {
    margin-bottom: 40px;
		margin-left:200px;
		margin-right:200px;
}

.wp-block-newspack-blocks-carousel article .entry-title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 3.5625em;
    overflow: hidden;
    text-overflow: ellipsis;
		color: white;
}

.wp-block-cover p:not(.has-text-color) > strong, .wp-block-cover p:not(.has-text-color) > a, .header_style_header-default .wp-block-cover p:not(.has-text-color) {
	color: black !important;
}

.scheme_default .sc_layouts_menu_nav>li ul {
    background-color: #9db47e;
}

.scheme_default button, .scheme_default input[type="reset"], .scheme_default input[type="submit"], .scheme_default input[type="button"] {
    background-color: #9db47e;
    color: #ffffff;
}

.scheme_default .post_item_single .post_content .post_meta .post_share .social_item a {
    color: #ffffff !important;
    background-color: #9db47e!important;
}

.post_item_single .post_content > .post_meta_single .post_share {
    float: right;
    display: block;
    max-width: 40%;
    position: relative;
    top: -6px;
    display: none;
}




.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
	max-height: 70px;
}
_static:12945.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
	max-height: 70px;
}
_static:12923.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height .3s ease;
-moz-transition: max-height .3s ease;
-ms-transition: max-height .3s ease;
-o-transition: max-height .3s ease;
transition: max-height .3s ease;
}

...