/* ============================================================
   Bureaux coordonateurs — Styles front-end
   ============================================================ */



/* ─── Gravity form ───────────────────────────────────────── */

#gform_wrapper_1 .gform_required_legend{
	display: none;
}


#gform_wrapper_1 .gform_validation_errors{
	display: none!important;
}


#gform_wrapper_1 .gfield_label{
	font-weight: 400;
    font-family: 'sofia-pro';
    font-size: 18px;
    letter-spacing: .9px;
    color: #747474;
}

#gform_wrapper_1 input[type="text"],
#gform_wrapper_1 input[type="email"],
#gform_wrapper_1 input[type="tel"]{
	height: 46px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
    background-image: none;
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#gform_wrapper_1 .gform_footer{
	margin-top: 40px;
}

#gform_wrapper_1 .gform_footer input[type="submit"]{
    background-color: #7fc844;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border_radius_border-radius: 35px;
    border-radius: 35px;
}

#gform_wrapper_1 .gform_footer input[type="submit"]:hover{
	background-color: #f4973b;
    opacity: 1;
}


/* ─── Pop-up overlay ─────────────────────────────────────── */

#bc-popup-overlay {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:99999;
    align-items:center;
    justify-content:center;
}

#bc-popup-overlay > div {
    background:#fff;
    border-radius:8px;
    padding:36px 40px;
    max-width:520px;
    width:90%;
    box-shadow:0 8px 32px rgba(0,0,0,.18);
    position:relative;
    text-align:center;
}

#bc-popup-close {
    position:absolute;
    top:12px;right:16px;
    background:none;border:none;
    font-size:22px;cursor:pointer;color:#666;line-height:1;
}

#bc-popup-overlay p {
    font-size:1.05em;
    line-height:1.6;
    margin:0 0 24px;
}

#bc-popup-overlay .btn-popup {
    background-color: #7fc844;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border_radius_border-radius: 35px;
    border-radius: 35px;
}

#bc-popup-overlay .btn-popup:hover {
	background-color: #f4973b;
    opacity: 1;
}
