/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html, body {
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.logged-in.admin-bar header{
	margin-top:32px !important;	
}

body {
	min-height:100vh !important;
	display: flex !important;
	flex-direction: column !important;
}

footer{
	margin-top: auto !important;
}

header{
	margin-bottom:105px !important;
}

h1{
	display:block;
	background-image:url('/wp-content/uploads/2021/06/pixel-rouge.png');
	background-position:bottom left;
	background-size:130px 13px;
	background-repeat:no-repeat;
	padding-bottom:20px !important;
}

h2{
	margin:10px 0px 10px 0px !important;
}
/* Lettrine 
h2:first-letter{
	font-size:64px;
	color:#fff;
	background-color:#9A0000;
	padding:5px 0px 0px 15px;
}

.product-category h2:first-letter, .products h2:first-letter{
	font-size:unset;
	color:unset;
	background-color:unset;
	padding:unset;
}
*/
.elementor-button-wrapper a:hover{
	font-size:18px;
}
.blocs-crea h3 a, .blocs-crea h3 a:hover{
	font-size:24px !important;
	font-weight:bold !important;
	color:#000 !important;
	line-height:0.7em !important;
} 
.elementor-location-footer p a, .elementor-location-footer p a:hover{
	font-size:16px !important;
	font-weight: 400 !important;
	color:#fff !important;
}
.product-category img {
	max-width:80px !important;
	margin-right:auto !important;
	margin-left:auto !important;
}

.eael-lc-logo img{
	max-width:150px !important;
	max-height:120px !important;
}
/* //////////////////////////   STICKY HEADER   /////////////////////////////////////////////////////// */
/*
header.sticky-header {
    --header-height: 120px;
    --opacity: 1;
    --shrink-me: 0.50;
    --sticky-background-color: #0e41e5;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 1px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}
*/