.elementor-kit-6{--e-global-color-primary:#60B565;--e-global-color-secondary:#35314A;--e-global-color-text:#35314A;--e-global-color-accent:#60B565;--e-global-color-1a7ede3:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Beon";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-1a7ede3 );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in-down;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-accent );}.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;}}/* Start custom CSS */.mouse-scroll {
  position: absolute;
  bottom: 20px; /* Distance du bas */
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-decoration: none;
}

.mouse {
  width: 28px;
  height: 48px;
  border: 2px solid #60b565; /* Couleur contour souris */
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  background:#FFFFFF;
  transition:
}
  /*width: 4px;
  height: 8px;
  background: #60b565;
  border-radius: 2px;
  animation: wheel-move 1s infinite;*/

.wheel {
  position: relative;
  width: 100%;
  height: 20px; /* zone dispo pour l’animation */
  display: flex;
  justify-content: center;
  background: transparent;
}

.wheel::before {
  content: "↓"; /* flèche vers le bas */
  font-size: 24px;
  color: #60b565;
  display: block;
    animation: wheel-move 1s infinite;
    margin-top: -10px;
}

@keyframes wheel-move {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

/*.mouse-scroll:hover .mouse {
  border-color: #60b565;
  background:#60b565;
}
.mouse-scroll:hover .wheel {
  background: #ffffff;
}*//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Beon';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://nousrejoindre.cdg88.fr/wp-content/uploads/2025/09/beon-webfont-1.eot');
	src: url('https://nousrejoindre.cdg88.fr/wp-content/uploads/2025/09/beon-webfont-1.eot?#iefix') format('embedded-opentype'),
		url('https://nousrejoindre.cdg88.fr/wp-content/uploads/2025/09/beon-webfont-1.woff') format('woff'),
		url('https://nousrejoindre.cdg88.fr/wp-content/uploads/2025/09/beon-webfont-1.svg#Beon') format('svg');
}
/* End Custom Fonts CSS */