/* 
Theme Name: 	Hello Vaunac Piscine Child
Theme URI:		https://formacrea.fr
Description: 	Theme basé sur Hello Elementor
Author: 		FORMACREA
Author URI: 	https://formacrea.fr
Template: 		hello-elementor 
Version: 		1.0.0
*/

/* Add your custom styles here */

h1.entry-title {
    text-align: center;
    margin: 50px 0 100px;
    color: var(--e-global-color-secondary);
}

.small .elementor-button {
    font-size: 0.8em;
}
@media (min-width: 768px) {
    .logo img {
        max-width: 75%;
        transition: all 1s; /* Ajoute une transition en douceur */
    }
    .logo img.small-logo {
        max-width: 25%;
        transition: all 1s; /* Ajoute une transition en douceur */
    }
}


.header .elementor-menu-toggle{
    padding: 6px 16px;
}

.header .elementor-menu-toggle:before{
	content: "Menu";
	font-family: var(--e-global-typography-text-font-family);
	font-size: 0.75em;
	margin-right: 0.5em;
}


body[class*="elementor-kit"] main a{
    transition: all 0.3s;
}

.elementor-mark-required .elementor-field-label:after{
	color: #B30011;
	content: "* champ obligatoire";
	font-size: 0.8em;
}