/*
Theme Name: Gowilds Child
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Gowilds theme.
Template: gowilds
*/
/* Cache le badge Calendly (quand il est ajouté sur la page) */
/* Masquer "Alimenté par Calendly" */
/* 1) Cache le bloc de branding Calendly */
[data-id="branding"]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  overflow:hidden !important;
}

/* 2) Cache le lien "alimenté par Calendly" même si la structure change */
a[href*="calendly.com"][href*="utm_medium=badge"]{
  display:none !important;
}




.ff-default .ff-btn-secondary:not(.ff_btn_no_style)
Specificity: (0,3,0)
 {
    background-color: #BA473B !important;
    border-color: #606266;
    color: #fff;
}

.fluentform .ff-step-titles li.ff_active:before, .fluentform .ff-step-titles li.ff_completed:before {
    background: #BA473B !important;
    border: 1px solid transparent;
    color: #fff;
	border-radius: 9px !important;
}

.fluentform .ff-step-titles li.ff_active:after, .fluentform .ff-step-titles li.ff_completed:after {
    background: #F0F0F0 !important;
}
body.page-devenir-partenaire header,
body.page-devenir-partenaire .site-header {
    display: none !important;
}
.elementor-1192 .elementor-element.elementor-element-20b2c7d .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background-color: #BA473B !important;
    color: #ffffff !important;
    padding: 14px 28px 14px 28px !important;
	font-weight: 600 !important;
}