<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* modifier le padding du menu sticky-on-scroll */
body {
	line-height: 1.6rem;
}

.et_pb_fullwidth_menu .et-menu&gt;li, .et_pb_menu .et-menu&gt;li {
		padding-left: 40px;
		padding-right: 40px;
}

@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
			position: fixed;
	}

	.et_mobile_menu {
			overflow: scroll !important;
			max-height: 83vh;
	}	
}
@media only screen and (max-width: 980px) {
		.two-columns .et_pb_column {
				width: 50%!important;
		}
		 
		.three-columns .et_pb_column {
				width: 33.33%!important;
		} 
}
/*
* {
    outline: dotted 1px red !important;
}
*/

.bloc-news article {
	min-height: 370px;
}

.category-recettes h2.entry-title {
	min-height: 60px;
}

.woocommerce-info, .woocommerce-message {background:#000 !important}

.woocommerce a.button,
.woocommerce-page a.button {
	color: #000 !important;
}

.woocommerce button.button, 
.woocommerce-page button.button {
	color: #000 !important;
}

.woocommerce a.button.alt, 
.woocommerce-page a.button.alt {
	border-color: #000 !important;
}

a {color: #000}
</pre></body></html>