.et_pb_newsletter_result h2 {
	background-color: #C89C69 !important;
}
/* This is to force the menu color to white */
#top-menu > li > a,
#et-top-navigation .nav > li > a {
	font-weight:200 !important;
	text-transform:uppercase !important;
}

/* Force the font to Elza */
body,
body p,
body h1, body h2, body h3,
body h4, body h5, body h6, button, input, #et-top-navigation {
	font-family: elza, sans-serif !important;
}

body { font-size:var(--body-text-size); font-weight:300; letter-spacing:0.5px;}	

/* Hide the share buttons */
.page-id-26507 .et_social_sidebar_networks, .page-id-27131 .et_social_sidebar_networks {
	display:none;
}
/*******************************************
* search-engine.css 
********************************************/
/* The AJAX results of the search engine - make the writing bigger */
.relevanssi-live-search-result p, .relevanssi-live-search-result-status p { font-size:1em;}

.relevanssi-live-search-result-status { font-size:1em; font-weight:bold;}

/* Make CTA buttons horizontal */
.et_pb_button_module_wrapper:has(._horizontal) {
	display:inline-block;
}





/* ------------------------------------------------

 Header 

 -------------------------------------------------- */ 
/* Repousser le form "Search Engine" de la page d'accueil quand on entre dans la résolution entre 1082px et 981px */
@media (min-width: 981px) and (max-width: 1082px) {
	.page-header.-accueil{
		padding-top: 45.8% !important;
		padding-bottom: 10% !important;
		
	}
} 
/* Dans le menu - "Mon compte" en inverse */
@media (min-width: 981px) {
	#menu-item-24988 {
		background: white; 
		border-radius: 30px;
		padding-right:22px !important;
		padding-left:22px;
	}
	
	#menu-item-24988 a {
		color:black !important;
		font-weight:400 !important;
	}
	/* Et bien sûr, compenser pour cette bulle */
	.et_header_style_left #et-top-navigation {
		padding-top: 13px !important;
	}

	.et_header_style_left #et-top-navigation nav>ul>li>a, .et-cart-info  {
		padding:20px 0px;
	}
}


/* ------------------------------------------------

 Mobile Header 

 -------------------------------------------------- */ 
.et_mobile_menu li a {
	color: #172142 !important;
}

