/* @override 
	https://bbe.notaires.fr/wp-content/themes/bbe-theme/style.css?* */

/*
Theme Name:     BBE Theme (Neve Child)
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

:root {
	
	--container: 1400px;
    --bodyfontfamily: widescreen, Arial, Helvetica, Geneva, sans-serif;

     --nv-primary-accent: #c1a36f;
	 --nv-secondary-accent: #825f39; 
	 --nv-light-bg: #f8f3e7;
	 --nv-dark-bg: #333340; 
	 --nv-text-color: #333340; 
	 --nv-c-1: #9463ae; 
	 --nv-c-2: #be574b; 
	 
	 
	--nv-site-bg: #ffffff;
	 --color-primary: var(--nv-primary-accent) !important; 
	 --color-primary-hover : var(--nv-secondary-accent) !important; 
	 --color-info: var(--nv-primary-accent) !important; 
	 --color-info-hover : var(--nv-secondary-accent) !important; 
	 --e-global-color-nvprimaryaccent: var(--nv-primary-accent); 
	 --e-global-color-nvsecondaryaccent: var(--nv-secondary-accent); 
	 --e-global-color-nvlightbg: var(--nv-light-bg); 
	 --e-global-color-nvdarkbg: var(--nv-primary-accent); 
	 --e-global-color-nvtextcolor: var(--nv-dark-bg); 
	 --e-global-color-nvc1: var(--nv-c-1); 
	 --e-global-color-nvc2: var(--nv-c-2); 

	/* --nv-fallback-ff: Arial, Helvetica, sans-serif; */
	
	/* --postwidth: 100%; */
	/* --primarybtnbg: var(--nv-primary-accent); */
	/* --primarybtnhoverbg: var(--nv-primary-accent); */
	/* --primarybtncolor: #fff; */
	/* --secondarybtncolor: var(--nv-primary-accent); */
	/* --primarybtnhovercolor: #fff; */
	/* --secondarybtnhovercolor: var(--nv-primary-accent); */
	/* --primarybtnborderradius: 3px; */
	/* --secondarybtnborderradius: 3px; */
	/* --secondarybtnborderwidth: 3px; */
	/* --btnpadding: 13px 15px; */
	/* --primarybtnpadding: 13px 15px; */
	/* --secondarybtnpadding: calc(13px - 3px) calc(15px - 3px); */
	/* --bodyfontsize: 15px; */
	/* --bodylineheight: 1.6; */
	/* --bodyletterspacing: 0px; */
	/* --bodyfontweight: 400; */
	/* --h1fontsize: 36px; */
	/* --h1fontweight: 700; */
	/* --h1lineheight: 1.2; */
	/* --h1letterspacing: 0px; */
	/* --h1texttransform: none; */
	/* --h2fontsize: 28px; */
	/* --h2fontweight: 700; */
	/* --h2lineheight: 1.3; */
	/* --h2letterspacing: 0px; */
	/* --h2texttransform: none; */
	/* --h3fontsize: 24px; */
	/* --h3fontweight: 700; */
	/* --h3lineheight: 1.4; */
	/* --h3letterspacing: 0px; */
	/* --h3texttransform: none; */
	/* --h4fontsize: 20px; */
	/* --h4fontweight: 700; */
	/* --h4lineheight: 1.6; */
	/* --h4letterspacing: 0px; */
	/* --h4texttransform: none; */
	/* --h5fontsize: 16px; */
	/* --h5fontweight: 700; */
	/* --h5lineheight: 1.6; */
	/* --h5letterspacing: 0px; */
	/* --h5texttransform: none; */
	/* --h6fontsize: 14px; */
	/* --h6fontweight: 700; */
	/* --h6lineheight: 1.6; */
	/* --h6letterspacing: 0px; */
	/* --h6texttransform: none; */
	/* --formfieldborderwidth: 2px; */
	/* --formfieldborderradius: 3px; */
	/* --formfieldbgcolor: var(--nv-site-bg); */
	/* --formfieldbordercolor: #dddddd; */
	/* --formfieldcolor: var(--nv-text-color); */
	/* --formfieldpadding: 10px 12px; */
    }

.hidden{display: none !important; visibility: hidden !important;}
.only-mobile{display: none !important;}

/* @group SVG COLOR */

.dark-svg svg *{
	fill: #333340 !important;
}

.beige-svg svg *{
	fill: #89663e !important;
}

.white-svg svg *{
	fill: var(--nv-site-bg) !important;
}

.soft-svg svg *{
	fill: #e4dac4!important;
}


/* @end */
	
	/* @group BUTTON */

.simple-btn a.elementor-button{
	border: 0;
	background: transparent;
	color: var( --nv-primary-accent);
	fill: var( --nv-primary-accent);
}

.simple-btn a.elementor-button:hover{
	border: 0;
	background: transparent;
	color: var( --nv-secondary-accent);
	fill: var( --nv-secondary-accent);
	
}
	
	
	
	/* @end */

/* @group HEADER */

	.home .sticky-element-placeholder.sticky-element-active {  height: 145px !important;}
	
	.header-bbe.element-is-sticky { width: 100vw !important;	}

	
	.home .header-bbe.element-is-not-sticky { position: absolute;}
	.home .spacer-header { position: absolute;}
	.header-bbe.element-is-sticky { background: #FFF;box-shadow: 0 0 550px rgba(0, 0, 0, 0.27);	}
	
	
	.header-bbe.element-is-not-sticky .hfe-site-logo { width: 100%; -moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;}
	
	.header-bbe.element-is-sticky .hfe-site-logo { width: 140px; -moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		color: #b5956e;
	}
		
	.home .header-bbe.element-is-not-sticky .hfe-site-logo,
	.home .header-bbe.element-is-not-sticky .hfe-site-tagline,
	.home .header-bbe.element-is-not-sticky .icon-header{
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(106%) contrast(106%);
		 -moz-transition: all 0s ease-in-out;
		-o-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out;
	}
	
	.home .header-bbe.element-is-not-sticky .menu-item-object-page.parent a,
	.home .header-bbe.element-is-not-sticky .menu-item-object-category.parent a,
	.home .header-bbe.element-is-not-sticky .menu-item-object-wpdmcategory a, 
	.home .header-bbe.element-is-not-sticky .fake-link a{
		color: #FFF !important;
	}
	
	.home .header-bbe.element-is-not-sticky ul.sub-menu a,
	.home .header-bbe.element-is-not-sticky .megamenu ul.sub-menu a,
	.home .header-bbe.element-is-not-sticky .menu-item-object-page.parent ul.sub-menu a{
		color: #323232 !important;
	}
	
	.home .header-bbe.element-is-not-sticky ul.sub-menu a:hover,
	.home .header-bbe.element-is-not-sticky .megamenu ul.sub-menu a:hover,
	.home .header-bbe.element-is-not-sticky .menu-item-object-page.parent ul.sub-menu a:hover{
		color: #b5956e !important;
	}
	
	/*.home .header-bbe.element-is-not-sticky .megamenu ul.sub-menu a{	 color: #343434 !important;
	}
	
	.home .header-bbe.element-is-not-sticky .menu-item-object-page.parent a:after,
	.home .header-bbe.element-is-not-sticky .menu-item-object-category.parent a:after{
		background: #FFF !important; 
	}
	
	.home .header-bbe.element-is-not-sticky .hfe-creative-menu ul.sub-menu a.hfe-sub-menu-item{
		filter: brightness(0) saturate(100%) invert(21%) sepia(14%) saturate(0%) hue-rotate(322deg) brightness(97%) contrast(93%) !important;
	}
	

	
	.home .header-bbe.element-is-not-sticky .icon-header {
		opacity: 0.6;
	
	}*/
	
	
	
	/* @end */
	
	.page-id-146 .footer-infos, .page-id-146 .title_deco_infos { display: none;	}
	
	/* @group MEGAMENU */
	
	
	.megamenu{
		position: inherit !important;
	}
	
	.megamenu .sub-menu {
		width: 100% !important;
		position: absolute;
		display: inline-block !important;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
		padding: 15px;
	}
	
	
	
	.megamenu .elementor-icon-box-title a {
		font-size: 15px;
		letter-spacing: 0 !important;
		text-transform: uppercase; display: inline-block;
		color: #3b3b47;
	}
	
	.megamenu .elementor-icon-box-title a:hover{
		color: var( --nv-primary-accent);
	}
	
	.megamenu .elementor-icon-box-icon{
	 display: inline-block; vertical-align: middle
	}
	
	.megamenu .elementor-icon-box-content{
	display: inline-block; vertical-align: middle;
	}
	
	/* @end */
	
	/* @group TITLE_DECO */

	.title_deco .elementor-heading-title:before,
	.title_deco_white .elementor-heading-title:before {
		content: " "; height: 4px; width: 40px; 
		display: inline-block; vertical-align: bottom;
		margin-right: 15px;
		margin-bottom: 18px;
		margin-left: 0px;
	}
	
			
	.title_deco .elementor-heading-title:before {
		background-image: -webkit-linear-gradient(left, #bea06d 0%, #87643c 100%);
		background-image: -moz-linear-gradient(left, #bea06d 0%, #87643c 100%);
		background-image: -ms-linear-gradient(left, #bea06d 0%, #87643c 100%);
		background-image: linear-gradient(to right, #bea06d 0%, #87643c 100%);
	}
	
	.title_deco_white .elementor-heading-title:before {
		background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
		background-image: -moz-linear-gradient(left, #fff 0%, #fff 100%);
		background-image: -ms-linear-gradient(left, #fff 0%, #fff 100%);
		background-image: linear-gradient(to right, #fff 0%, #fff 100%);
	}
	
	/* @end */
	
	
	

/* @group CUSTOM ANIM */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
 
 .fadeInLeft {
	-webkit-animation: fade-in-left 1s ease-in-out both !important;
	        animation: fade-in-left 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
 
 .fadeInRight {
	-webkit-animation: fade-in-right 1s ease-in-out both !important;
	        animation: fade-in-right 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 
 .fadeIn {
	-webkit-animation: fade-in 1s ease-in-out both !important;
	        animation: fade-in 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */


@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
			opacity: 0;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
			opacity: 0;
  }

}

.slide-bottom {
	-webkit-animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}


/* @end */



/* @group BIG TITLE */



.nv-post-cover  h1.title.entry-title{
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-size: 3em;
}

.nv-post-cover  { margin-bottom: 15px !important;	}

.nv-post-cover .neve-breadcrumbs-wrapper,
.nv-post-cover .neve-breadcrumbs-wrapper a { color: #FFF !important;	}

.nv-post-cover .neve-breadcrumbs-wrapper i{ font-size: 0.8em;}
.nv-post-cover .neve-breadcrumbs-wrapper span{ padding: 0 10px;	}
.nv-post-cover .neve-breadcrumbs-wrapper a:hover { color: var( --nv-primary-accent)	}

.tax-wpdmcategory .nv-post-cover  {padding: 60px 25px !important; background: #f5f5f5 url('../../uploads/2024/11/bureau-notaires.jpg') no-repeat center ; background-size: cover;}
.tax-wpdmcategory .nv-post-cover *  {color: #FFF; text-align: center;}
.tax-wpdmcategory .description-categorie  {padding: 20px 0;}
.tax-wpdmcategory .w3eden .container  {max-width: 1300px !important;}

/* @end */



/* @group INTRO PAGE */

.intro-page{ background-color: var( --nv-light-bg); padding: 20px;max-width: 1400px !important; margin: 0 auto;}



/* @end */

/* @group LAYOUT */

.big-sep .elementor-divider-separator{ border-block-start-width:4px !important}




/* @end */

/* @group ARCHIVE */

.archive .nv-big-title .nv-page-title { display: flex; flex-wrap: wrap;	align-content: center;}
.archive .nv-big-title .nv-page-title  h1 { order: 1; width: 80%; align-content: center;}
.archive .nv-big-title .nv--yoast-breadcrumb.neve-breadcrumbs-wrapper { order: 2; width: 20%; text-align: right; align-content: center;}
.archive .nv-big-title p { order: 3; width: 100%;}

 h2.blog-entry-title.entry-title { font-size: 1.4em; margin-bottom: 10px !important; line-height: 1em;
 }

/* @end */

/* @group SINGLE */
/*.single .page-big-title { height: 150px; padding: inherit !important;	}*/
/*.single .page-big-title h1, 	.single .breadcrumbs{ display: none;	}*/



.single-post .entry-header{  margin: 30px 0 !important;	}

.single-post .nv-title-meta-wrap {display: flex; flex-wrap: wrap;	align-content: end;}

.single-post .entry-header .title{ font-weight: 800 !important;font-size: 2.5em; order: 1; width: 90%;	}
	
.single-post .entry-header .nv-meta-list { order: 2; width: 10%; text-align: right; align-content: end;
}

.neve-breadcrumbs-wrapper {  margin-bottom: 10px !important; order: 3; width: 100%; }

.neve-breadcrumbs-wrapper a , .neve-breadcrumbs-wrapper { color: #7d7d7d}

.neve-breadcrumbs-wrapper a:hover { color: var( --nv-primary-accent)	}

.nv-meta-list .date { color: var( --nv-primary-accent);font-weight: bold;}
.nv-thumb-wrap{
   margin-bottom:20px !important; text-align: center;
}

.nv-thumb-wrap img{
   width: 100%; max-width:650px;
}

span.nav-direction{
	font-weight: bold;
	font-size: 2em !important;
	margin-bottom: -5px;
	color: rgba(0, 0, 0, 0.15) !important ;
}

.previous span.nav-direction:before{
	content: "\f30a";
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
}

.next span.nav-direction:after{
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	margin-left: 10px;
}

/* @end */

/* @group CF7 */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form .select2,
.wpcf7-form textarea{
    width: 100% !important
}
.wpcf7-form.init .wpcf7-mailpoetsignup input,
.wpcf7-form.init .wpcf7-mailpoetsignup label{
    width: auto !important; margin-right: 10px;
}

.wpcf7-form p{
  display: flex; /* Active le modèle de boîte flexible */
  align-items: top; /* Centre verticalement les éléments */
  width: 100%; /* Assure que le conteneur prend toute la largeur disponible */
  padding-bottom: 10px;
}

.wpcf7-form p label {
  margin-right: 10px; /* Ajoute un peu d'espace entre le label et l'input */
  width: 24%;
  margin-top: 10px;
}

.wpcf7-form p .wpcf7-form-control-wrap {
  flex: 1; /* Permet à l'input de prendre l'espace restant */
}

.wpcf7-form .wpcf7-submit {
	max-width: 350px;
	margin: 0  auto;
}


.wpcf7-form .wpcf7-response-output {
	padding: 10px !important;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
}


.wpcf7 form.sent .wpcf7-response-output {
	border-color: #53aa79; /* Green */
	color: #53aa79;
	background-color: #ddf1e6;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc7c7c; /* Red */
	color: #dc7c7c;
	background-color: #f8f6f1;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #ed996e; /* Orange */
	color: #ed996e;
	background-color: #f8f6f1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #6fb8db; /* Yellow */
	color: #6fb8db;
	background-color: #e6eeef;

}



/* @end */

/* @group MAILPOETFORM */

.mailpoet_form .mailpoet_paragraph{
	margin: 0 !important;
}

.mailpoet_form input{
	border-radius: 20px !important;
	padding: 10px !important;
}

.mailpoet_form .mailpoet_submit{
	background: #4e4e4e !important;
}

.mailpoet_form .mailpoet_submit:hover{
	background: #303030 !important;
}

.mailpoet-simple .mailpoet_form{
	padding: 0 !important;
}

.mailpoet_message{
	padding: 0 !important;
}

.mailpoet_message p{
	width: 100%;
	text-align: center !important;
	padding: 5px;
	border-radius: 20px !important;

}

.mailpoet_message  p.mailpoet_validate_success{
	color: #66a16b;
		background-color: #e5f2e2;
}

/* @end */

/* @end */

/* @group SIDEBAR */
.sidebar {
	font-weight: 800 !important;
	text-transform: uppercase;
	font-size: 1.05em;
}

.widget p.widget-title {
	font-weight: 800 !important;
	text-transform: uppercase;
	font-size: 1.05em;
}

/* @end */

/* @group WPDM CTA */

.card-body.panel-body  {	 background-color: var( --nv-light-bg);}
button.btn.btn-info.btn-block {
	font-size: 12px;
	border-radius: 20px !important;
}


.wpdm-cta {
    display: flex;
    align-items: center; /* vertical alignment */
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ececec;
    border-radius: 8px;
	margin-bottom: 20px;
}

.wpdm-cta h3{
	text-transform: none;
	letter-spacing: 0;
}

.wpdm-cta h3 a{
	color: #414141;
}

.wpdm-cta h3 a:hover{
	color: var( --nv-primary-accent);
}

.wpdm-cta-infos{
	color: #909090;
	font-size: 0.9em;
}

.wpdm-cta-col1 {
    flex: 0 0 auto; /* taille fixe pour l'icône */
}

.wpdm-cta-col2 {
    flex: 1; /* prend tout l'espace restant */
}

.wpdm-cta-col3 {
    flex: 0 0 auto; /* reste compact */
    text-align: right;
}



.wpdm-cta .btn-primary {
	font-size: 1em;
	border-radius: 20px !important;
}

.wpdm-cta .btn-primary:hover {
    box-shadow: 0 0 5px #d8d8d8;
}

/* @end */

/* @group WPDM Default icon */
.wpdm-icon {
    display: flex;
    align-items: top; /* vertical alignment */
    justify-content: space-between;
    gap: 1rem;
	margin-bottom: 10px;
}
.wpdm-icon-col1 {
    flex: 0 0 auto; /* taille fixe pour l'icône */
}

.wpdm-icon-col2 {
    flex: 1; /* prend tout l'espace restant */
}

.wpdm-icon span {
   color: #FFF;
}

.wpdm-icon a {
   color: #FFF;
   text-transform: none;
   letter-spacing: 0;
   font-weight: normal;
   font-style: normal;
}

/* @end */

/* @group Complianz */
.cmplz-soft-cookiewall {
    backdrop-filter: blur(2px) !important;  background: rgba(88, 88, 88, 0.46) !important;
}

.cmplz-title {
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	color: #9d7b4d !important;
}

.cmplz-optin {
		margin-bottom: -5% !important;;
		margin-right: -5% !important;
}

button.cmplz-btn {border: none !important; color: #333340 !important;
font-weight: bold !important; border: solid 1px #333340 !important; border-radius: 50px !important;
font-size: 0.85em !important; background: #FFF;
}

button.cmplz-btn:hover {color: #9d7b4d !important;  border: solid 1px #9d7b4d !important }
button.cmplz-btn.cmplz-accept {background: #333340 !important; color: #FFF !important; border: none !important; }

button.cmplz-btn.cmplz-accept:hover {background: #9d7b4d !important;  }

/* @end */


/*  —— HELPERS RESPONSIVE —— */

/*body:before{ content: "standard"; position: fixed; background: rgba(186, 133, 189, 0.5);font-size:0.8em;color: #FFF; z-index: 110; padding: 0 6px; text-transform: uppercase;}
@media (max-width:1200px) {
	body:before{ content: "max-width:1200px"; background: rgba(11, 116, 48, 0.5);}
}

@media (max-width:1024px) {
	body:before{ content: "max-width:1024px"; background: rgba(122, 209, 242, 0.5);}
}

@media (max-width:767px) {
	body:before{ content: "max-width:767px"; background: rgba(23, 118, 254, 0.5);}
}

@media (max-width:480px) {
	body:before{ content: "max-width:480px"; background: rgba(76, 106, 7, 0.5);}
}*/


@media (max-width:1200px) {
	.header-bbe.element-is-sticky .hfe-site-logo { width: 100% !important; 	}
}

@media (max-width:1024px) {
	.hfe-flyout-trigger .hfe-nav-menu-icon{ background: linear-gradient(90deg, #DBBC7C 0%, #825F39 100%); }
	.hfe-flyout-trigger .hfe-nav-menu-icon svg *{fill: #FFF !important;	}
	
	.home .header-bbe.element-is-not-sticky .menu-item-object-page.parent a,
	.home .header-bbe.element-is-not-sticky .menu-item-object-category.parent a,
	.home .header-bbe.element-is-not-sticky .fake-link a{ color: #343434 !important;	}
	
	.home .header-bbe.element-is-not-sticky .megamenu ul.sub-menu a{	 color: #343434 !important;	}
	
	.megamenu .sub-menu {
		width: 100% !important;
		position: relative;
		display: inline-block !important;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
		padding: 0px;
	}
	
	
	.nv-title-meta-wrap {
		width: 100% !important; text-align: center; font-size: 11px;
	}

}

@media (max-width:767px) {
	.logo { max-width: 120px !important;  margin: 0 20px 20px;	}

	:root {
	--h2fontsize:1.15em;demo
	--e-global-typography-text-font-size:12px !important
	}
	
	.wpdm-cta {
        flex-direction: column;
        align-items: center;
    }
	
	.wpdm-cta *{
        text-align: center;
    }
	
	.only-mobile{display: inline-block !important;}
	.hidden-mobile{display: none !important;}
	.hfe-nav-menu__toggle { position: absolute !important; right: 20px ;  top: 40px; }

	
}
@media (max-width:480px) {


	.intro-page.fadeInDown{  animation-name: fadeInLeft !important; -webkit-animation-name : fadeInLeft !important
	}



	.wpcf7-form p {
        flex-direction: column; /* Change la direction des éléments en colonne */
    }
	
	.wpcf7-form br{ display: none;}
	
	.wpcf7-form p label {
        width: 100%; /* Assure que le label prend toute la largeur */
        margin-right: 0; /* Supprime la marge à droite */
    }

    .wpcf7-form p .wpcf7-form-control-wrap {
        width: 100%; /* Assure que l'input prend toute la largeur */
    }

    .wpcf7-form .wpcf7-submit {
        width: 100%; /* Assure que le bouton prend toute la largeur */
        max-width: 100%; /* Annule le max-width pour les mobiles */
    }

}





