/* 
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 */


.no-p,
.no-p p{margin-bottom: 0 !important}


.custom-list li{position: relative;list-style: none;}
.custom-list li:before{
	content:"";
	position: absolute;
	left: -20px;
	top: 7px; /* ajuste verticalement selon ta typo */
	width: 10px;
	height: 10px;
	background-color: #009FE3;
}

.txt-blue{color: #009FE3}




.custom-check li{position: relative;list-style: none;}
.custom-check li:before{
	content:"";
	position: absolute;
	left: -35px;
	top: 7px; /* ajuste verticalement selon ta typo */
	width: 24px;
	height: 20px;
}

.link-noir,
.link-noir a{ color: black !important;}

#hero,
#heroCarousel .e-con-full{
	padding: 0 !important;
}

#hero{
	max-height:80vh;
	overflow:hidden;
}

.hero__carousel_item img {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	object-fit: cover
  }

@media (max-width: 1024px) {
	.hero__carousel_item .e-hosted-video {
		aspect-ratio: 9/16;
  }
	.hero__carousel_item img {
		aspect-ratio: 9 / 16;
		object-fit: cover;
  }
	
	  
}