/* @override 
	https://mdl45.olecomte.com/wp-content/themes/mdl45-theme/style.css?* */

/*
Theme Name:     MDL45 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: 1350px;
	--container-l: 1550px;
	--container-m: 1150px;
	--container-s: 950px;
    --bodyfontfamily: 'Tenon', sans-serif;
	--title-font: 'Auster';
	--radius:20px;
	--radius-large:40px;
	--bodyfontsize:17px ;
   /*  --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; */
    }
	
	.cls-1, .cls-2,.cls-3 {
		fill: inherit !important;
	}
	
	/* @group Containers */
	.page-template .nv-single-page-wrap{
		padding: 0 20px !important;
		margin: 0 auto;
		max-width: var(--container) !important;
	}
	
	hr{
		border-color: #d3dfee !important;
	}
	
	/* @end */

.elementor-widget-text-editor {
   text-align: justify;
}
.hfe-scroll-to-top-button { display: none;}

/* @group Titrage */
	
	h1{	font-family: var(--title-font) !important;}
	
	h2, h3{	font-family: var(--e-global-typography-secondary-font-family) !important;}
	
	h2{	font-size: 2.1em;}
	
	.dual-title{	gap: 4px !important	}
	
	
	.page-title-actus {	display: none;}
	.single-post .page-title-actus{	display: inherit;}
	.single-post .page-title-default{	display: none;}
	
	.duo-title .elementor-heading-title{	 line-height: 0.8em !important;	}
	
	.duo-title u{font-size: 0.9em;  font-family: var( --e-global-typography-secondary-font-family ), Sans-serif; font-weight: 400;
	text-decoration: none; color: var( --e-global-color-secondary );	}
	
	/* @end */
	
	.hidden{display: none !important; visibility: hidden !important;}
.only-mobile{display: none !important;}
.radius{border-radius: var(--radius) !important; overflow: hidden;}
.radius-large{border-radius: var(--radius-large) !important; overflow: hidden;}


.liste-livres{ margin: 0 !important;}

.liste-livres li{ margin: 0;}

/* @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 ICO LIST */
.custom-line span{mask-image:url('img/line-vagues.svg'); mask-repeat: no-repeat; mask-size: contain;}
/* @end */

/* @group TEXTURE BTN */
.elementor-widget-button.texture-bleu .elementor-button,
.elementor-widget-button.texture-vert .elementor-button,
.elementor-widget-button.texture-orange .elementor-button,
.elementor-widget-button.texture-bleu2 .elementor-button
{background-position: center bottom ; background-size: cover; }

.elementor-widget-button.texture-bleu .elementor-button{background-image: url(./img/texture-bleu-sm.jpg) !important;  }
.elementor-widget-button.texture-vert .elementor-button{background-image: url(./img/texture-vert-sm.jpg) !important;  }
.elementor-widget-button.texture-orange .elementor-button{background-image: url(./img/texture-orange-sm.jpg) !important;  }
.elementor-widget-button.texture-bleu2 .elementor-button{background-image: url(./img/texture-bleu2-sm.jpg) !important;  }
.elementor-widget-heading.texture-bleu{background-image: url(./img/texture-bleu-sm.jpg) !important; background-position: center bottom ;  background-repeat: repeat-x; }

.icon-orange .elementor-button-icon,
.icon-vert .elementor-button-icon,
.icon-bleu .elementor-button-icon{padding: 5px; background: #f25d40; vertical-align: middle; border-radius: 30px; font-size: 12px;
margin-top: -3px; margin-left: -8px;
}

.icon-vert .elementor-button-icon{background: #48c59e;}
.icon-bleu .elementor-button-icon{background: #2d6ccf;}

/* @end */

/* @group TEXTURE BG */
.e-con.texture-bleu,
.e-con.texture-vert,
.e-con.texture-orange,
.e-con.texture-bleu2,
.e-con.texture-vert2{background-position: center bottom; background-repeat: repeat-x;}

.e-con.texture-bleu{background-image: url(./img/texture-bleu.jpg) !important;}
.e-con.texture-vert{background-image: url(./img/texture-vert.jpg) !important;}
.e-con.texture-orange{background-image: url(./img/texture-orange.jpg) !important;}
.e-con.texture-bleu2{background-image: url(./img/texture-bleu2.jpg) !important; }
.e-con.texture-vert2{background-image: url(./img/texture-vert2.jpg) !important;}


/* @end */

/* @group ICO-BLOB */

.icoblob-orange span.elementor-icon,
.icoblob-bleu span.elementor-icon,
.icoblob-vert span.elementor-icon,
.icoblob-bleu2 span.elementor-icon,
.icoblob-vert2 span.elementor-icon
{ background-position: center bottom; background-repeat: repeat-x; background-size: contain;}

.icoblob-orange span.elementor-icon{ background-image: url(./img/texture-orange.jpg) !important;}
.icoblob-bleu span.elementor-icon{ background-image: url(./img/texture-bleu.jpg) !important;}
.icoblob-vert span.elementor-icon{ background-image: url(./img/texture-vert.jpg) !important;}
.icoblob-bleu2 span.elementor-icon{ background-image: url(./img/texture-bleu2.jpg) !important;}
.icoblob-vert2 span.elementor-icon{ background-image: url(./img/texture-vert2.jpg) !important;}

.icoblob1 span.elementor-icon{
  aspect-ratio: 1;
  clip-path: shape(from 33.36% 90.79%,curve to 15.15% 79.02% with 23.26% 86.81%,curve to 4.10% 60.03% with 7.05% 71.23%,curve to 6.42% 38.75% with 1.16% 48.82%,curve to 18.27% 20.16% with 11.68% 28.69%,curve to 35.13% 7.04% with 24.87% 11.64%,curve to 57.05% 3.23% with 45.39% 2.43%,curve to 76.08% 12.90% with 68.72% 4.02%,curve to 91.02% 30.52% with 83.45% 21.78%,curve to 96.91% 50.79% with 98.59% 39.26%,curve to 88.37% 70.81% with 95.23% 62.31%,curve to 73.12% 85.58% with 81.51% 79.30%,curve to 54.10% 93.32% with 64.73% 91.86%,curve to 33.36% 90.79% with 43.46% 94.77%); 
}

.icoblob2 span.elementor-icon{
  aspect-ratio: 1;
  clip-path: shape(from 6.24% 55.07%,curve to 7.78% 33.45% with 4.86% 44.30%,curve to 19.10% 14.61% with 10.70% 22.59%,curve to 38.86% 6.39% with 27.50% 6.63%,curve to 60.86% 7.82% with 50.21% 6.15%,curve to 80.49% 16.27% with 71.51% 9.50%,curve to 94.39% 33.65% with 89.46% 23.04%,curve to 95.08% 54.99% with 99.31% 44.25%,curve to 86.83% 76.56% with 90.84% 65.72%,curve to 71.91% 91.49% with 82.82% 87.41%,curve to 50.25% 93.64% with 61.00% 95.56%,curve to 29.96% 87.40% with 39.50% 91.73%,curve to 14.01% 74.46% with 20.41% 83.07%,curve to 6.24% 55.07% with 7.61% 65.84%);
}

.icoblob3 span.elementor-icon{
  aspect-ratio: 1;
  clip-path: shape(from 53.22% 6.06%,curve to 74.17% 11.63% with 64.06% 6.73%,curve to 90.55% 26.28% with 84.28% 16.53%,curve to 94.93% 47.23% with 96.82% 36.03%,curve to 89.39% 68.57% with 93.03% 58.42%,curve to 77.42% 86.27% with 85.76% 78.72%,curve to 57.75% 96.66% with 69.09% 93.81%,curve to 36.66% 93.34% with 46.40% 99.51%,curve to 17.01% 81.20% with 26.91% 87.18%,curve to 5.14% 63.75% with 7.10% 75.23%,curve to 7.08% 42.07% with 3.18% 52.26%,curve to 17.02% 23.30% with 10.98% 31.87%,curve to 32.72% 10.07% with 23.06% 14.74%,curve to 53.22% 6.06% with 42.38% 5.40%);
}

.icoblob4 span.elementor-icon{
  aspect-ratio: 1;
  clip-path: shape(from 18.20% 19.51%,curve to 35.85% 6.92% with 25.62% 11.59%,curve to 57.57% 3.64% with 46.07% 2.25%,curve to 76.50% 13.62% with 69.08% 5.02%,curve to 89.42% 31.48% with 83.92% 22.21%,curve to 95.42% 51.99% with 94.92% 40.75%,curve to 90.89% 73.78% with 95.93% 63.22%,curve to 74.89% 87.91% with 85.86% 84.33%,curve to 53.01% 95.31% with 63.93% 91.49%,curve to 32.00% 93.33% with 42.10% 99.14%,curve to 16.53% 78.01% with 21.90% 87.52%,curve to 8.41% 58.40% with 11.16% 68.51%,curve to 8.22% 37.86% with 5.66% 48.28%,curve to 18.20% 19.51% with 10.78% 27.44%);
}

/* @end */

/* @group WRAPPER */


.wrapper-s{max-width: var(--container) !important; }
.wrapper-l{max-width: var(--container-l) !important; }
.wrapper-m{max-width: var(--container-m) !important; }

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

.elementor-button{
	border-radius: var(--radius) !important;
}

.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 ROUND BLOC */

.round-bloc{
	border-radius: 100% !important;
	width: 180px;
	height: 180px;
	padding: 30px;
}

	
/* @end */

/* @group MEGAMENU */
 .menu-item.parent a.hfe-menu-item{
}

.menu-item a.hfe-menu-item:after{
	width: 10%;
	max-width: 100px;
	height:3px;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	 -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.menu-item.parent:hover a.hfe-menu-item:after{
	width: 100%;

}

.megamenu{
	position: inherit !important;
}

.megamenu .sub-menu {
	width: 120% !important;
	left: -15% !important;
	position: absolute;
	display: inline-block !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	padding: 15px;
	background: -webkit-linear-gradient(top, white 0%, #d8ece7 100%) #d8ece7;
	background: -moz-linear-gradient(top, white 0%, #d8ece7 100%) #d8ece7;
	background: -ms-linear-gradient(top, white 0%, #d8ece7 100%) #d8ece7;
	background: linear-gradient(to bottom, white 0%, #d8ece7 100%) #d8ece7;
	border-radius: 20px ;

}
.megamenu .elementor-icon-box-title a {
	font-size: 16px;
	letter-spacing: 0 !important;
	text-transform: none;
}
	
/* @end */

/* @group custom-mobile-menu */
 .custom-mobile-menu .hfe-nav-menu-icon{ padding: 10px 10px 7px !important; border-radius: 10px; position: absolute; z-index: 1111;
 }
	
/* @end */

/* @group HOME */
 .home-oiseau{
 	position: absolute;
 	left: -180px; top: -50px;
}

.home-fleur{
 	position: absolute;
 	right: -80px; top: -50px;
 }

.home-tournesol{
 	position: absolute;
 	left: -40px; top: -30px;
 	z-index: 111;
 }

.home-numbers .elementor-counter-title{
 	line-height: 1em;
 }

/* @end */

/* @group Carroussel Partners */
 .carroussel-partners{ }
 
 .carroussel-partners .qodef-e-images-holder{
 	 height: 120px !important;
 	display: inline-block;
 }
 
 .carroussel-partners .qodef-e-main-image img{
 	 max-height: 120px;
 	display: inline-block; width: 100% !important;
 }
 
  .carroussel-partners .qodef-e-title{
 	font-size: 15px;
 	line-height: 1em;
 }
 
 /* @end */

/* @group EM */

.em.pixelbones{
	--accent-color:var( --e-global-color-nvtextcolor);
	--default-color: var( --e-global-color-nvtextcolor);
	--font-family: var(--bodyfontfamily);
}

.em.pixelbones ul{
	margin: 0 !important;
}

/* @end */

/* @group EM LISTE WIDGET */
.em-list-widget ul, .em-list-widget li{
	padding: 0 ;
	margin: 0 ; list-style: none;
}

.em-item-full{
	text-align: center;
}

.em-item-full-image{
	display: inline-block;
}

.em-item-full-image .wp-post-image{
	 border-radius: 20px ;
}

.em-list-widget li.em-event-full .em—item-image{
	margin: 0 auto !important; border: 1px solid #333; ;
}

.em-list-widget .em-event{
	padding: 0 !important; align-items: center
}

.em-list-widget .em-event hr{
	padding:  0 !important; margin: 0 !important;
}

.em.em-list-widget{
}

.em-list-widget .em-item-image .wp-post-image{
	border-radius: 20px; overflow: hidden;
	padding: 0 !important;
}

.em-list-widget .em-item-info  {
	border: none !important;
}

.em-list-widget .em-item-name{
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 1.2em;
}

.em-list-widget .em-item-btn{
	margin-top: 10px;
}

.em-list-widget .em-item-btn a{
	font-weight: bold;
	background-color:var( --nv-primary-accent) !important;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 40px;
	color: #FFF !important;
	font-size: 0.9em;
}

.em-list-widget .em-item-btn a:hover{
	background-color:var( --nv-secondary-accent) !important;
}

.em-dot{
	background-color: #000;
	width: 12px;height: 12px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 40px;
	border: none !important
}

.em-list-widget .em-item-meta span{
	font-size: 0.95em;
	color: #6c6c6c;
}

.em-list-widget .em-list-no-items{
	font-size: 0.95em;
	color: #6c6c6c;
	text-align: center;
}

/* @end */

/* @group EM LISTE WIDGET FULL */
.em-item-full{
	text-align: left;
	margin: 0 auto;
	max-width: 800px;
}



.em-item-full-image, 
.em-item-full-info{
	display: inline-block; width: 50%;
	vertical-align: text-top; padding: 20px; 

}



.em-item-full-image .wp-post-image{
	 border-radius: 20px ;
}
/* @end */


.bx-wrapper {
	padding: 0 !important; margin: 0 !important ; box-shadow: none !important; background: transparent !important; border: none !important;

}

.bx-link , .bx-dates {
	padding: 0 10px !important;

}

.bx-link {
	font-weight: bold; margin-top: 10px;
}

/* @group EM LISTE  */


.em-list .em-event{
	padding: 5px 60px 5px 0 !important;
		border-radius: 20px; overflow: hidden;

}

.em-list .em-item-image-wrapper{
	padding: 0 !important;
}

.em-list .em-item-info  {
	border: none !important;
}

.em-list .em-item-title a{
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 0.9em;
}

.em-dot{
	background-color: #000;
	width: 12px;height: 12px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 40px;
}

.em-list-widget .em-item-meta span{
	font-size: 0.95em;
	color: #6c6c6c;
}

/* @end */

/* @group EM SINGLE  */


.em-event-categories ul, .em-event-categories li{
	padding: 0 ;
	margin: 0 ; list-style: none;
	display: inline-block !important; width: inherit !important;
}

.em-event-categories span.em-libel{
	border: 1px solid #d5d5d5; border-radius: 20px; padding: 10px;
}

.em.pixelbones .em-event-categories span a{
	text-decoration: none; color: inherit  !important;
	font-weight: bold;
}

.em.pixelbones .em-event-when{
margin: 0 !important;
padding: 10px; font-weight: 600 !important;
color: #1c4c89;
}

.em.pixelbones .em-event-when h3,
.em.pixelbones .em-item-meta h3{
font-weight: bold !important;
margin-bottom: 0 !important;
text-transform: none !important;
}

.em.em-item.em-item-single .em-item-meta h3,
.em.em-item.em-item-single .em-event-content h3{
font-size: 1.6em !important;
color: #7898bf;
font-weight: bold !important;
}

.em.em-item.em-item-single .em-item-image{
flex-basis: 30%;
}

.em.em-item.em-item-single hr.em-event-content-hr{
margin: 10px 0 !important;
}

.em.em-item.em-item-single .em-item-header{
margin: 0 !important;
}

.em.em-item.em-item-single .em-item-image img{
		border-radius: 20px; overflow: hidden; padding: 0 !important;
		border:none;
		max-height: 450px !important;
		width: auto;

}
.em.em-item.em-item-single .em-event-content{
	margin: 0 auto;
}

.em.em-item.em-item-single .em-call-to{
}

.em.em-item.em-item-single .em-call-to h4{
	font-size: 1.2em !important; margin: 0 !important;
}

.em.em-item.em-item-single .em-call-to  a.elementor-button.elementor-button-link.elementor-size-sm{
	font-size: 1.1em !important; margin: 0 !important; color: #FFF !important;
}



/* @end */

/* @group EM TAXONOMIE  */


.em-taxonomy .em-list{
	--view-grid-width : 400px; 
}

.em-taxonomy .em-item-image {
  aspect-ratio:inherit !important;
  order: 1; /* S'affiche en second */
}

.em-taxonomy .em-item-info {
  order: 2; /* S'affiche en premier */
}

/* @end */

/* @group EM SLIDE */
.em.pixelbones .em-btn-resa{
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	background: #f25e40 !important;
	color: #FFF !important;
	font-weight: bold;
	font-size: 1em;
}

.em.pixelbones .em-btn-resa-info{
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	color: #f25e40 !important;
	border: 1px solid #f25e40;
	font-weight: bold;
	font-size: 1em;
}

/* @end */

/* @group SINGLE */
.single-post .entry-header  {
	margin: 0 !important;
}

/* @end */

/* @group Complianz */

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

button.cmplz-accept { background: #2354b2 !important; border: 1px solid #2354b2 !important; color: #FFF !important; }

.cmplz-title { font-weight: bold !important;  }

 a.cmplz-link.privacy-statement { display: none;  }

button.cmplz-btn:hover {background: #333340 !important; color: #FFFF !important;}

/* @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 ANTISPAM */

.mail-link span.elementor-icon-list-icon{ vertical-align: middle !important; display: inline !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) {
}

@media (max-width:1124px) {
	.btn-adherez-small { display: none;}
}


@media (max-width:1024px) {
	
	#content{font-size: 14px;}

	.only-mobile{display: inherit !important;	}
	
	.hidden-mobile{display: none !important;}
	
	.home-oiseau{width: 200px;left: inherit;right: 20px; top: -50px;}
	
	.page-title h1{font-size: 1.85em !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 */
    }

}


@media (max-width: 768px) { 
.ico-list .elementor-inline-item{ width: 100% !important; margin: 10px 0; }
.em.em-list .em-item .em-item-info .em-item-meta, .em.em-list-widget .em-item{	flex-direction: column; text-align: left;}
.em-item-full-image, 
.em-item-full-info{
	display: inline-block; width: 100%;
	vertical-align: text-top; padding: 20px; 

}
}


@media (max-width:480px) {


	
}

