/*
Theme Name: ExpertHive Child
Theme URI: https://hivepress.io/themes/experthive
Template: experthive
Author: HivePress
Author URI: https://hivepress.io
Description: A multipurpose WordPress theme that allows you to build an on-demand services marketplace.
Tags: left-sidebar,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0.6.1731680109
Updated: 2024-11-15 15:15:09

*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    align-items: flex-start !important;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="max"], input[type="min"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="step"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="value"], select, textarea{
	background-color: #FFF !important;
}

.hp-page__title{
	color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.hp-page__content{
	margin-top:20px;
	margin-bottom: 50px;
	
}

.hp-field__label.hp-form__label, .hp-field__label.hp-form__label span{
	color: #000;
    font-size: 16px;
}


/* ---------- Préinscriptions Form ----------*/


.pre-inscriptions-form .type_form_checkbox .jet-form-builder__fields-group .jet-form-builder__field-wrap.radio-wrap.checkradio-wrap:nth-child(even) label, .pre-inscriptions-form .consent_red_checkbox label {
  color: #F07070 !important;
}
.pre-inscriptions-form .type_form_checkbox .jet-form-builder__fields-group .jet-form-builder__field-wrap.radio-wrap.checkradio-wrap:nth-child(even) label :checked + span::before, .pre-inscriptions-form .type_form_checkbox .jet-form-builder__fields-group .jet-form-builder__field-wrap.radio-wrap.checkradio-wrap:nth-child(even) label:hover + span::before, .pre-inscriptions-form .consent_red_checkbox label :checked + span::before, .pre-inscriptions-form .consent_red_checkbox label:hover + span::before, .form-btn-red {
  background-color: #F07070 !important;
}

.pre-inscriptions-form  .entreprise-form .jet-form-builder__label-text, .pre-inscriptions-form  .entreprise-form .consent-checkbox .for-checkbox span{
  color: #F07070;
}

	.pre-inscriptions-form .consent_red_checkbox span, .pre-inscriptions-form .consent_checkbox span{
		font-size: 16px !important;
	}

@media (max-width: 781px){
   .pre-inscriptions-form .wp-block-column
   {
     margin-bottom: 0rem !important;
   }
}

.pre-inscriptions-form .pre-text{
	color : rgb(66,66,66);
}
