/* 
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 */
.hb-title-search-form {
display: none;
}

.nice-select {
  width: 100% !important; /* ou une largeur fixe si besoin */
  height: auto;
  display: block;
}

/*
 	Modification champs input du formulaire
*/
input {
	height: 50px;
	border-radius: 1px;
}
select {
	-webkit-appearance: none;
	height: 50px;
	background-color: transparent;
	border-radius: 1px;
}

.hb-people-wrapper {
	background-image: url('https://escapade-chezdelphine.fr/wp-content/uploads/2025/11/Arrow-down.png') !important;
	background-repeat: no-repeat !important;
	background-position: calc(90% - 3px) center !important;
	background-size: 20px !important;
	color: black;
}
.hb-adults{
	color: black !important;
}
.hb-children{
	color: black !important;
}