/*
Theme Name: AAA Forum
Theme URI: 
Author: h2a
Author URI: 
Description: A modern full-site editing theme for AAA Forum.
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaaeuropforum
Tags: full-site-editing, block-patterns, block-styles
*/

/* Style for the theme will be primarily handled through theme.json and block styles */ 


/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
	font-family: var(--wp--preset--font-family--geomanist);
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: var(--wp--preset--gradient--primary-to-black-light);
	max-width: 100vw;
  overflow-x: hidden;
}

* {
	transition: all .3s ease-out;
	scroll-margin-top:4.5rem;
}

.wp-site-blocks {
	padding: 0 !important; /* Supprime le padding par défaut */
}

sup{
    font-size:0.5em;
}

.hors-ecran{
	position: absolute;
  left: -99999rem;
}

.background-with-gradient{
	&:before{
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:"";
		background:var(--wp--preset--gradient--primary-to-black-default);
	}
	& > * * {
		z-index:1;
	}
}

.ef-logo{
	background-color: var(--wp--preset--color--white);
	padding: var(--wp--preset--spacing--10);
}

.ginfo-date-location *{
	z-index:1;
}