.frm_form_fields input[type=email],
.frm_form_fields input[type=number],
.frm_form_fields input[type=tel],
.frm_form_fields input[type=password],
.frm_form_fields input[type=text],
.frm_form_fields select
{
  min-height:32px !important;
  height:32px !important;
}
.ui-loader,
.cache,
.sticky_on,
.only_ps {
    display: none !important;
}
.in_ps .only_ps,
.fusion-sticky-transition .sticky_on
{
    display: block !important;
}
#z_logo img {
	width:90% !important;
	height: 200px !important;
}
#z_logo_footer_mob img {
	width:80% !important;
}
.line {
	margin-bottom:20px !important;
}
.detail {
  color:  var(--awb-color3) !important;
}
#z_missions #ssp img {
		width:350px !important;	
}
#z_informations h2 {
	font-size:24px !important;
}
#z_informations h3 {
	font-size:18px !important;
}
#z_partenaires .swiper-slide img {
	max-width:200px !important;
}
#z_partenaires img[alt="Remede Labs"] {
	width: 100px !important;
	max-width: 100px !important;
	height: auto !important;
}
#z_partenaires svg {
	max-width:300px !important;
}
/* ----------------- */
@media only screen and (min-width: 768px){
	#z_logo img {
		width:350px !important;
	}	
	#z_logo_footer img {
		width:90% !important;
	}
	#z_missions .fleche {
		position:absolute;
	}
	#z_missions #z_double_left {
		left:397px;
		top:-500px;
	}
	#z_missions #z_double_right {
		left:817px;
		top:-500px;
	}
	#z_missions #z_left {
		left:397px;
		top:-300px;
	}
	#z_missions #z_right {
		left:817px;
		top:-300px;
	}
	#z_missions .fleche img {
		zoom:2;
	}

}
@media print {
  .fusion-tb-header {
    display: none !important;
  }
}