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

/* ===== LABELS ===== */
.gform_wrapper .gfield_label{
    color:#707070;
    font-size:12px;
}

/* ===== CHAMPS ===== */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select{
    border:1px solid #d9d9d9 !important;
    border-radius:12px; /* plus arrondi */
    padding:12px 14px;
    border:none!important;
}

/* ===== PLACEHOLDER ===== */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder{
    color:#707070;
}

/* ===== FOOTER FORMULAIRE (centre le bouton) ===== */
.gform_wrapper .gform_footer{
    text-align:center;
}

/* ===== BOUTON ENVOYER ===== */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"]{
    background:#ff5a26 !important;
    color:#fff !important;
    border:none !important;
    border-radius:50px !important;
    padding:14px 36px !important;
    font-weight:600;
    cursor:pointer;
}

/* ===== HOVER BOUTON ===== */
.gform_wrapper input[type="submit"]:hover{
    opacity:0.9;
}

/* ===== CAPTCHA MASQUÉ ===== */
.gfield--type-captcha{
    display:none !important;
}

.gform-theme--foundation .gform_footer{
    justify-content:center;
}

