/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@font-face {
  font-family: "Gobold Bold";
  src:
    url("https://biodynamizer.com/wp-content/themes/Impreza-child/fonts/Gobold Bold.otf") format("opentype")
}

@font-face {
  font-family: "Gobold Extra2";
  src:
    url("https://biodynamizer.com/wp-content/themes/Impreza-child/fonts/Gobold Extra2.otf") format("opentype")
}

@font-face {
  font-family: "Gobold Hollow Bold";
  src:
    url("https://biodynamizer.com/wp-content/themes/Impreza-child/fonts/Gobold Hollow Bold.otf") format("opentype")
}

/* Fix language switcher layout */
.w-dropdown-item img {width: 18px; margin:5px;}


.coverhome-campagne .l-section-img {
	/* background-position: 50% 0px !important; */
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

@media screen and (max-width: 576px) {
	.l-section.height_full {
		min-height: 75vh;
	}
	.coverhome-campagne .l-section-img {
		background-size: contain;
		background-image: url('https://biodynamizer.com/wp-content/uploads/2023/08/campagne-header-mobile.jpg') !important;
		background-position: 50% 120px !important;
		height:700px;
	}
	
	.filtration-text {
		padding: 0px !important;
	}
	.contact {
		line-height: 1.2em;
	}
}

.box {
	background-color: #EFF7FB;
}

.lp-title {
	font-family: 'Gobold-regular';
	margin-top:20px;
	font-size:40px;
	text-decoration: underline;
	text-transform: uppercase;
	color:#275985;
	line-height: 1.2em;
}

.discover, .discover-mobile {
	font-size: 18px;
	color: #959595;
}

.box-contact {
	background-color: #275985;
	color: #fff;
}

.box-contact label,
.box-contact legend {
	font-weight: 400 !important;
	color: #fff !important;
}



@media screen and (max-width: 768px) {
}