/*
Theme Name: theme by papyAlfred
Author: Valérie Brossault
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: papyalfred
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/



/* General
--------------------------------------------- */


/* Site Containers */

.site-header,
main.wp-block-group {
	z-index: 0;
}
.site-footer{
	position: fixed;
	left: 1vw;
	width: 98vw;
	bottom: 1em;
	z-index: -500;
}
.alignfull {
	width:  100vw;
	max-width:  100vw;
	margin-left:  calc(50% - 50vw);
}