/*
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.4.7.1778144128
Updated: 2026-05-07 08:55:28

*/


/* STICKY NAVBAR */
.navbar {
	position: sticky;
	top : 0;
	z-index: 99;
	width: 100vw;
	background-color: white;
}

/* PERSONNALISATION CHAMPS SELECT */

.wpcf7 select{
    width:100%;
    height:56px;
    border:2px solid #d9def0;
    border-radius:10px !important;
    padding:0 16px !important;
    font-size:16px;
    background:#fff;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    box-sizing:border-box;
}

/* FLEX FORM*/

.form-row .form-group{
    margin-bottom:20px;
}

.eael-contact-form-7 .wpcf7-form p {
	margin-bottom: 0 !important;
}

h5 {
	max-width: 370px;
}

@media (min-width: 1024px) {

.form-row{
    display:flex;
    gap:24px;
}
	
.form-row:nth-child(1){
     margin-bottom:20px;
}
	
.form-row .form-group{
    margin-bottom:0;
}
	

}

.form-group{
    flex:1;
}

.wpcf7 br{
    display:none;
}
