/*
Theme Name: Theme Enfant
Description: Theme enfant de GSS
Template: generatepress
*/


/*--------------------------------------------------------------
Fond de la page d'accueil    background-image: url("https://www.gamesidestory.com/wp-content/uploads/2022/05/mai2022.jpg");
--------------------------------------------------------------*/
body {
   background-color: #eaeaea;


        background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;



}

h4 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: none;
}

/*--------------------------------------------------------------
# Images Features au dessus des articles
--------------------------------------------------------------*/

.post-image {
	margin: 2em 0 0;
}

.page-header-image,
.page-header-image-single {
	display: none;
	line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
	margin-top: 30px;
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
	margin-bottom: 2em;
	margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
	margin-top: 2em;
}

.elementor-location-header {
z-index: 9999;
position: relative;
}