/* 
Theme Name:     Hello GAUJAL Child
Theme URI:      https://formacrea.fr
Description:    Thème FORMACREA
Author:         FORMACREA
Author URI:     https://formacrea.fr
Template:       hello-elementor
Version:        1.0.0
*/
/*
body.elementor-maintenance-mode{
	background-color: #000000;
	color: #ffffff;
}*/
body.elementor-maintenance-mode h1.elementor-heading-title{
	margin: 0 !important;
}
.logo img {
	max-width: 85%;
	transition: all 1s; /* Ajoute une transition en douceur */
}
@media (min-width: 767px) {
	.logo img.small-logo {
		max-width: 25%;
		transition: all 1s; /* Ajoute une transition en douceur */
	}
}

.header .elementor-menu-toggle:before{
	content: "Menu";
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 0.75em;
	margin-right: 0.5em;
	font-weight: bold;
}
.header .elementor-nav-menu .sub-arrow{
	fill: white;
}
.header .elementor-nav-menu--dropdown a{
	justify-content: flex-end;
	padding-right: 12.5%;
}

body:not(.single-post) h1.entry-title, body:not(.single-post) h1.elementor-heading-title{
	text-align: center;
	margin-top: 150px;
}

.liste-villes-livraison{
	text-align: center;
}
.liste-villes-livraison span{
	display: inline-block;
	margin: 10px;
}