/*
Theme Name: Elementor Child
Theme URI: https://votresite.com/
Description: Thème enfant pour Elementor – optimisé pour ajouts JS et shortcodes
Author: G Web Design
Author URI: https://gwebdesign.fr/
Template: hello-elementor
Version: 1.0
Text Domain: elementor-child
*/

.meta-bullet {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #b5b1b1;
	text-transform:uppercase;
}

.meta-bullet .mb-dot {
    width: 10px;
    height: 10px;
    background: #b5b1b1;
    border-radius: 50%;
    display: inline-block;
}

/* ================================
   STYLES GLOBAUX DU FORMULAIRE
================================= */
body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=tel],
body .gform_wrapper .gform_body textarea
{
    background: #F3F3F3 !important;
    border: none !important;
    box-shadow: none !important;
    color: #000;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 0;
    width: 100% !important;
    outline: none !important;
}

/* ================================
   SELECT 
================================= */
select#input_1_5{
	background-color:#F3F3F3!important;
	border:none;
	border-radius:0px;
	outline: none !important;
	box-shadow: none !important;
}
select#input_1_5:focus{
	border-color: #DEBB7E !important;
}
/* ================================
   TEXTAREA
================================= */
body .gform_wrapper textarea {
    min-height: 160px;
}

/* ================================
   CASE À COCHER
================================= */
body .gform_wrapper input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #B3ADAD !important;
    border-radius: 0 !important;
    background: #fff !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
	box-shadow: none !important;
}

body .gform_wrapper input[type=checkbox]:focus {
    outline: none !important;
    border-color: #DEBB7E !important;
    box-shadow: 0 0 0 1px #DEBB7E !important;
}

body .gform_wrapper .gfield_checkbox li label {
    color: #B3ADAD !important;
    font-weight: 400;
    margin-left: 6px;
}

/* ================================
   GRID GAP
================================= */
body .gform_wrapper .gform_body .gform_fields {
    column-gap: 20px;
    row-gap: 25px;
}

/* ================================
   BOUTON
================================= */
body .gform_wrapper .gform_footer input[type=submit] {
    background: #DEBB7E !important;
    color: #fff !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 0 !important;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    opacity: 0.9;
}

/* ================================
   RESPONSIVE
================================= */
@media (max-width: 768px) {
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        width: 100% !important;
    }
}
