.elementor-kit-7{--e-global-color-primary:#C1171A;--e-global-color-secondary:#D65965;--e-global-color-text:#000000;--e-global-color-accent:#FCF2F3;--e-global-color-bf4fbba:#FFFFFF;--e-global-typography-primary-font-family:"Antonio";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Antonio";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Funnel Display";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3rem;--e-global-typography-accent-font-family:"Funnel Display";--e-global-typography-accent-font-weight:bold;--e-global-typography-ce72c04-font-family:"Antonio";--e-global-typography-ce72c04-font-size:1.25rem;--e-global-typography-ce72c04-font-weight:bold;--e-global-typography-ce72c04-line-height:1.625rem;--e-global-typography-0ab5e08-font-family:"Funnel Display";--e-global-typography-0ab5e08-font-size:1.25rem;--e-global-typography-0ab5e08-font-weight:400;--e-global-typography-0ab5e08-line-height:1.563rem;--e-global-typography-5b60953-font-family:"Antonio";--e-global-typography-5b60953-font-size:1rem;--e-global-typography-5b60953-font-weight:500;--e-global-typography-5b60953-text-transform:none;--e-global-typography-0ef886a-font-family:"Funnel Display";--e-global-typography-0ef886a-font-size:0.8rem;--e-global-typography-0ef886a-font-weight:500;--e-global-typography-0ef886a-text-transform:uppercase;--e-global-typography-0ef886a-line-height:1rem;--e-global-typography-6bd0bd6-font-family:"Funnel Display";--e-global-typography-6bd0bd6-font-size:1.25rem;--e-global-typography-6bd0bd6-font-weight:500;--e-global-typography-6bd0bd6-text-transform:uppercase;--e-global-typography-6bd0bd6-line-height:1.5rem;--e-global-typography-e4f25a1-font-family:"Antonio";--e-global-typography-e4f25a1-font-size:1.6rem;--e-global-typography-e4f25a1-font-weight:bold;--e-global-typography-e4f25a1-text-transform:uppercase;--e-global-typography-e4f25a1-line-height:2rem;--e-global-typography-ef19302-font-family:"Antonio";--e-global-typography-ef19302-font-size:2rem;--e-global-typography-ef19302-font-weight:600;--e-global-typography-ef19302-line-height:2.2rem;--e-global-typography-573f904-font-family:"Anton";--e-global-typography-573f904-font-weight:normal;--e-global-typography-2d91878-font-family:"Anton";--e-global-typography-2d91878-font-size:2.1rem;--e-global-typography-2d91878-font-weight:normal;--e-global-typography-2d91878-line-height:2.1rem;--e-global-typography-dc98c63-font-family:"Funnel Display";--e-global-typography-dc98c63-font-size:0.8rem;--e-global-typography-dc98c63-font-weight:bold;--e-global-typography-dc98c63-line-height:1rem;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 h1{font-family:"Antonio", Sans-serif;font-size:2.5rem;font-weight:400;line-height:2.8rem;letter-spacing:0rem;}.elementor-kit-7 h2{color:var( --e-global-color-text );font-size:2.5rem;line-height:2.8rem;}.elementor-kit-7 h3{font-size:1.3rem;line-height:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:2400px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.titre-banner {margin-left:-20px}
.titre-banner2 {margin-left:-40px}

/* ── Taxonomy Filter Radio Buttons ── */

/* Add fake radio before each button */
.elementor-widget-taxonomy-filter .e-filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
}

.elementor-widget-taxonomy-filter .e-filter-item::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Selected state — aria-pressed="true" */
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed="true"]::before {
  background-color: #C1171A;
  border-color: #C1171A;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Funnel Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://cepag.be/wp-content/uploads/2026/03/FunnelDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Funnel Display';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://cepag.be/wp-content/uploads/2026/03/FunnelDisplay-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Funnel Display';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://cepag.be/wp-content/uploads/2026/03/FunnelDisplay-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */