/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-element.elementor-widget.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

/* Bloc image avec decor orange */
.bloc-image {
	height: 380px;
}
@media (max-width: 1024px) {
	.bloc-image {
		height: 250px;
	}
}
@media (max-width: 767px) {
	.bloc-image {
		max-width: 400px;
		height: 220px;
	}
}
.bloc-image > .e-child {
	height: 100%;
	width: 100%;
}
.bloc-image > .e-child:before {
	z-index: 2;
}
.bloc-image .elementor-widget-image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.zoom-on-hover .elementor-widget-image img {
	transition: transform .15s ease-in;
}
.zoom-on-hover:hover .elementor-widget-image img {
	transform: scale(1.05);
}
.bloc-image {
	position: relative;
	padding: 0;
}
.bloc-image.left:before, .bloc-image.right:after {
	content: '';
	display: block;
	height: 50%;
	width: 25%;
	background-color: var(--e-global-color-accent);
	position: absolute;
	top: -6px;
	z-index: 0;
	pointer-events: none;
}
.bloc-image.left:before {
	left: -8px;
}
.bloc-image.right:after {
	right: -8px;
}
input[type=number] {
    -moz-appearance: textfield;
}