/*
Theme Name: Nom du client
Author: Bayard-Service
Author URI: https://www.bayard-service.com
Description: A child theme for bsw-aster.
Text Domain: aster
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0
Template: bsw-aster
*/

/* *****************************
----------------------------
	= GENERAL
----------------------------
***************************** */
h1{
	font-size: 6rem!important;
	font-family: var(--wp--preset--font-family--title)!important;
}
@media only screen and (max-width: 1200px) {
    body{
		--wp--style--global--content-size: 90vw;
	}
	h1{
		font-size: 3rem!important;
	}
}
/* *****************************
----------------------------
	= LAYOUT
----------------------------
***************************** */

/* ----------------------------
	== HEADER
---------------------------- */
.site-header {}

/*
    LOGO
*/
.wp-block-site-logo {}

/*
    SEARCH
*/
.wp-block-search {}

/*
	MAIN NAVIGATION
*/
.main-nav {}

/*
    BLOCK POPIN
*/
.block-popins {}

/* ----------------------------
	== FOOTER
---------------------------- */
.site-footer {}

/* ----------------------------
	== MAIN
---------------------------- */

/*
	BREADCRUMBS
*/
.yoast-breadcrumbs {}

/*
    TITLE
*/
.wp-block-post-title {}

/*
    CONTENT
*/
.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow {
	margin-block-start: 0;
}
.wp-block-post-content .wp-block-group:not(:first-child){
	margin-block-start: var(--wp--custom--margin-current);
	margin-block-end: var(--wp--custom--margin-current);
}

/* *****************************
----------------------------
	= COMPONENTS
----------------------------

***************************** */
/* ----------------------------
	== COVER
---------------------------- */

@media only screen and (max-width: 1200px) {
    .wp-block-cover{
		min-height: 85vh!important;
	}
}

/* *****************************
----------------------------
	= PATERNS - TEMPLATES PART
----------------------------
***************************** */

/* ----------------------------
	== POST LIST GRID
---------------------------- */
.is-style-aster-grille {}

/* ----------------------------
	== WITH SIDEBAR
---------------------------- */
.wp-block-columns.with-sidebar {}

/* ----------------------------
	== NEXT PREV
---------------------------- */
.next-prev {}

/* ----------------------------
	== xxx
---------------------------- */


/* *****************************
----------------------------
	= HOME PAGE
----------------------------
***************************** */

/* ----------------------------
	== xxx
---------------------------- */

