/* 
Theme Name:     Hello SAM DISTRIBUTION Child
Theme URI:      https://formacrea.fr
Description:    Thème FORMACREA
Author:         FORMACREA
Author URI:     https://formacrea.fr
Template:       hello-elementor
Version:        1.0.0
*/

.hamburger-toggler__container:before, .elementor-menu-toggle:before {
	content: "Menu"; 
	font-size: 0.75em;
	margin-right: 0.5em;
	font-family: var(--e-global-typography-primary-font-family);
}

h1.entry-title{
	text-align: center;
	margin: 100px 0 50px;
}

.logo img {
	max-width: 100%;
	transition: all 1s; /* Ajoute une transition en douceur */
}
.logo img.small-logo {
	max-width: 50%;
	transition: all 1s; /* Ajoute une transition en douceur */
}

@media (max-width: 767px){
	.logo img.small-logo {
		max-width: 70%;
		transition: all 1s;
	}
}


/* Structure en scroll (logo à gauche, menu à droite) */
@media (max-width: 768px) {
	header .scrolled .e-con-inner {
		flex-direction: row !important;
		flex-wrap: wrap !important;
		transition: all 0.5s ease;
	}
	header .scrolled .e-con-inner [data-element_type="container"]{
		width: 45%;
		transition: all 0.5s ease;
	}
}




footer .conception-formacrea .elementor-image-box-wrapper{
	display: flex;	
	flex-direction: row-reverse;
}

footer .conception-formacrea .elementor-image-box-wrapper .elementor-image-box-img{
	margin-left: 15px !important;
}

.backdrop-blur{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}