.elementor-kit-6{--e-global-color-primary:#1C1C1B;--e-global-color-secondary:#21233C;--e-global-color-text:#1C1C1B;--e-global-color-accent:#2A307F;--e-global-color-f89b677:#FFFFFF;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"sofia-pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"sofia-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"sofia-pro";--e-global-typography-accent-font-weight:700;--e-global-typography-365923a-font-family:"sofia-pro";--e-global-typography-365923a-font-size:30px;--e-global-typography-365923a-font-weight:700;--e-global-typography-07ba8b1-font-family:"sofia-pro";--e-global-typography-07ba8b1-font-size:18px;--e-global-typography-07ba8b1-font-style:oblique;--e-global-typography-07ba8b1-text-decoration:none;--e-global-typography-4f4ced3-font-family:"sofia-pro";--e-global-typography-4f4ced3-font-size:30px;--e-global-typography-4f4ced3-font-weight:700;--e-global-typography-1537dcd-font-size:25px;--e-global-typography-1537dcd-font-weight:600;--e-global-typography-f3b9e70-font-family:"sofia-pro";--e-global-typography-f3b9e70-font-size:22px;--e-global-typography-f3b9e70-font-weight:500;background-image:url("https://scout-stmichel.ch/wp-content/uploads/2026/03/A7404562-scaled.jpg");color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );background-size:cover;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-accent );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-f89b677 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-4f4ced3-font-family ), Sans-serif;font-size:var( --e-global-typography-4f4ced3-font-size );font-weight:var( --e-global-typography-4f4ced3-font-weight );}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-size:var( --e-global-typography-1537dcd-font-size );font-weight:var( --e-global-typography-1537dcd-font-weight );}.elementor-kit-6 h3{color:var( --e-global-color-accent );font-family:var( --e-global-typography-f3b9e70-font-family ), Sans-serif;font-size:var( --e-global-typography-f3b9e70-font-size );font-weight:var( --e-global-typography-f3b9e70-font-weight );}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:var( --e-global-typography-4f4ced3-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-1537dcd-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-f3b9e70-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:var( --e-global-typography-4f4ced3-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-1537dcd-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-f3b9e70-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  background-attachment: fixed !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer{
    margin-top:auto;
}




/* Animation d'arrivée depuis le bas */
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(100vh);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Cible le conteneur principal de la page Elementor */
main, footer, .elementor-location-archive, .elementor-location-single{
  animation: slideUpFadeIn 0.6s ease-out 0.2s both;
}/* End custom CSS */