/* 
Theme Name: Storefront Child Theme 
Version: 1.0 
Description: Child theme for Woo. 
Author: RB
Author URI: https://www.jacques-brenet.com
Template: storefront 
*/



/* Home page */

body.page-id-21 .storefront-breadcrumb,
body.page-id-21 .entry-title
{
	display: none;
}

body.page-id-21 #masthead{
	margin-bottom:0px;
}

body.page-id-21 .category-column > div.wp-block-buttons{
	margin-left: auto !important;
	margin-right: auto !important;
}

body.page-id-21 .hero-image > div.wp-block-cover__image-background{
	/*box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;*/
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

body.page-id-21 .category-column{
	box-shadow: rgba(50,65,84,0.15) 0px 64px 64px 0px,rgba(50,65,84,0.15) 0px 32px 32px 0px,rgba(50,65,84,0.15) 0px 16px 16px 0px,rgba(50,65,84,0.15) 0px 8px 8px 0px,rgba(50,65,84,0.15) 0px 4px 4px 0px;
}


#feuilleton-summary {
	margin-bottom:30px;
}

#feuilleton-modify > div {
	margin-bottom:20px;
}

#feuilleton-modify > div > * {
	display: inline-block;
	min-width:20%;
}