/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1711700689
Updated: 2024-03-29 09:24:49

*/

/* .bullet-grid {
	grid-template-columns: 1fr !important;
} */
.bullet-grid .e-con-inner{
	grid-template-columns:0.08fr 1fr !important;
	align-items: center;
}

.bullet-grid .e-con-inner .elementor-element{
	width:100%;
}
.bullet-grid .e-con-inner .elementor-element.elementor-widget-image{
	height: 100%;
    width: 100%;

}
.bullet-grid .e-con-inner .elementor-element.elementor-widget-text-editor{
display:flex;
align-items: center;

}
.bullet-grid .e-con-inner .elementor-element .elementor-widget-container{
	width:100%;
	height:auto;
}


/* Pour le footer */

.elementor-location-footer .elementor-heading-title.elementor-size-default a {
    text-decoration: none;
}


/* Tooltips pour la faq (partout sur le site) */

.tooltip-faq {
	position: relative;
	color: #F15A19;
}

.tooltip-faq .tooltip-text {
	font-size: 13px;
	line-height: 1.5em;
	visibility: hidden;
	background-color: #F15A19;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	z-index: 99999;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: .3s;
	transform: translate3d(0px, 20px, 0px);
}

.tooltip-faq .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #F15A19 transparent transparent transparent;
}

.tooltip-faq:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

@media(max-width:576px) {
	span.tooltip-faq span.tooltip-text {
		max-width: 100%;
		min-width: 250px;
	}
}