/* CONTACT */

.contact-zone {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
}
/*.contact-zone .btn {
	padding: 15px 24px!important;
}*/

.contact-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.reseaux {
  display:flex;
  gap:10px;
  margin-left: 10px;
  align-items: center;
	justify-content: start;
}
.reseaux a{
  display:grid;
  text-decoration:none;
}

.reseaux a  {
	margin-top: 0px;
	transition: all 0.2s ease-out;
}

.reseaux a:hover  {
	margin-top: -10px;
	transition: all 0.2s ease-out;
}





.title-custom em {
	display: block!important;
	font-style: normal!important;
}

.form-custom input[type="text"], .form-custom input[type="tel"], .form-custom input[type="email"], .form-custom select {
	background: #fff!important;
    border: none !important;
    border-radius: 40px!important;
	padding: 0px 15px!important
}

.form-custom select {
  appearance: none!important;          
  -moz-appearance: none!important;     
  -webkit-appearance: none!important;  
  background-image: url("/wp-content/uploads/2025/09/arrow.svg")!important; 
  background-repeat: no-repeat!important;
  background-position: right 10px center!important; 
}

.form-custom textarea {
	background: #fff!important;
    border: none !important;
    border-radius: 20px!important;
	padding: 15px!important
}

@media screen and (min-width:990px){
	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 215px!important;
	}	
}


.charleft.ginput_counter.gfield_description {
	display:none!important;
}


#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
	margin: 0 auto!important;
	 font-size: 18px!important;
    font-family: "Raleway"!important;
    font-weight: 700!important;
    line-height: 1em!important;
    border-radius: 10px!important;
    border: 1px solid var(--menthe)!important;
    padding: 8px 24px!important;
    background: var(--menthe)!important;
    box-shadow: 0 13px 4px 0 rgba(0, 0, 0, 0.00), 0 8px 3px 0 rgba(0, 0, 0, 0.01), 0 5px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 1px 1px 0 rgba(0, 0, 0, 0.10)!important;
    color: var(--dark)!important;
    transition: 0.3s ease-in-out!important;
}

body:not(.brz-ed) .x-impots-max-2 {
	position: absolute!important;
    left: 70%!important;
    bottom: 0%!important;
    width: 50vw!important;
    height: 100%!important;
    z-index: 0!important;
	transform:translatey(40%);
}

@media screen and (min-width:990px){
	#gform_submit_button_1 {
		margin-top: 20px !important;
	}
}
@media screen and (max-width:990px){
	body:not(.brz-ed) .x-impots-max-2 {
		left: 50%!important;
		width: 60vw!important;
	}
}


body:not(.brz-ed) .form-contact{
	position: absolute!important;
	display: block !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(-50vw + 50%) !important;
	pointer-events:none;
}
@media screen and (max-width:990px){
	body:not(.brz-ed) .form-contact {
		width:300vw!important;
		top: 0;
	}
}
@media screen and (max-width:767px){
	.contact-section >.brz-section__content > .brz-bg >.brz-bg-image{
		/*background-attachment:fixed!important;*/
		background-size: 100% auto!important;
		background-position: 45% 0%!important;
		background-color:#668AE6;
	}
}

/* PRENDRE RDV */
.gfield_radio {
	display: grid!important;
	gap: 10px;
    margin-top: -10px;
}

.gchoice {
	grid-row: 2!important;
}
.form-custom label:not(.gfield_radio label), .form-custom legend{
	color: #FAFAFA!important;
	font-family: "sigmund-pro";!important;
	font-size: 20px!important;
	font-style: normal!important;
	font-weight: 400!important;
}

.gfield_radio input[type="radio"] {
  display: none!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin: 0!important;
	max-width: 100%!important;
    width: 100%!important;
    TEXT-ALIGN: CENTER!important;
}

.gfield_radio label {
	font-family: "Raleway"!important;
	font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.gfield_radio label:hover {
  background-color: #083085;
  color: #fff;
  border: 1px solid #083085;
}

.gfield_radio input[type="radio"]:checked + label {
  background-color: #083085;
  color: #fff;
  border: 1px solid #083085;
}

#field_2_16, #field_3_16 {
	display: flex!important;
    align-items: flex-end!important;
}

#gform_submit_button_2, #gform_submit_button_3 {
	width: 100%!important;
}

