.elementor-kit-6{--e-global-color-primary:#7D1426;--e-global-color-secondary:#ED5939;--e-global-color-text:#FFFAF8;--e-global-color-accent:#81B1E0;--e-global-color-aaafe69:#C4C55E;--e-global-color-de731d6:#FFFAF8;--e-global-typography-primary-font-family:"GCNeueMachine";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --bordeaux:#7D1426; --bleu:#81B1E0; --beige:#FFFAF8; --poppins:Poppins; --vert:#C4C55E; --orange:#ED5939; --0-pad:0px; --neue-machine:GCNeueMachine; --pad-col-list:0.7rem; --bordure-30:30px; --pol-pill-h1:64px; --h2-mob:44px; --h1-pill-mob:35px; --h1-pill-tab:45px; }
/* Start custom CSS */html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.bandeau-defilant {
  width: 100%;
  overflow: hidden;        /* ✅ seul endroit qui bloque le débordement */
  position: relative;
}

.bandeau-inner {
  display: flex;
  flex-wrap: nowrap;       /* ✅ force tout sur une seule ligne */
  width: max-content;
  animation: bandeau-scroll 20s linear infinite;
  will-change: transform;
}

.bandeau-content {
  flex-shrink: 0;          /* ✅ ne se compresse pas */
  padding-right: 40px;
  /* ❌ supprimé : max-width: 100vw  → c'était lui le coupable sur mobile */
  /* ❌ supprimé : overflow: hidden  → inutile ici */
}

.para-bandeau-2 {
  white-space: nowrap;     /* ✅ texte sur une ligne pour le défilement */
  /* ❌ supprimé : max-width: 100% + overflow: hidden → inutile avec nowrap */
}

@keyframes bandeau-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GCNeueMachine';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Bold-1.woff2') format('woff2'),
		url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Bold.woff') format('woff');
}
@font-face {
	font-family: 'GCNeueMachine';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Light-1.woff2') format('woff2'),
		url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Light.woff') format('woff');
}
@font-face {
	font-family: 'GCNeueMachine';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Regular-1.woff2') format('woff2'),
		url('http://epicuvin.sc4rual8234.universe.wf/wp-content/uploads/2026/04/GCNeueMachine-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */