.elementor-kit-674{--e-global-color-primary:#9FAFA0;--e-global-color-secondary:#F4EEEB;--e-global-color-text:#032605;--e-global-color-accent:#EAF1EB;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:200;--e-global-typography-accent-font-style:italic;}.elementor-kit-674 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){margin-block-end: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 *//* cible seulement la section où tu as ton bloc HTML */
.elementor-section.no-gap-section,
.elementor-section.no-gap-section .elementor-container,
.elementor-section.no-gap-section .elementor-column,
.elementor-section.no-gap-section .elementor-widget-wrap,
.elementor-section.no-gap-section .elementor-widget {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* si tu as mis le HTML dans une colonne, assure que la colonne colle en haut */
.elementor-section.no-gap-section .elementor-column {
  display: block;
  align-items: flex-start;
}

/* assure que ton bloc film colle au top de la section */
.elementor-section.no-gap-section .film-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
}

/* Réglages responsive : s'appliquent uniquement en tablette/mobile */
@media (max-width: 1024px) {
  .elementor-section.no-gap-section,
  .elementor-section.no-gap-section .elementor-column,
  .elementor-section.no-gap-section .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .elementor-section.no-gap-section,
  .elementor-section.no-gap-section .elementor-column,
  .elementor-section.no-gap-section .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* si besoin, rétrécir la hauteur pour mobile */
  .elementor-section.no-gap-section .film-wrapper {
    height: auto !important;
    min-height: 260px !important; /* ajuste si nécessaire */
  }
}

/* Supprimer le soulignement sur tous les boutons Elementor */
.elementor-button a,
.elementor-button {
    text-decoration: none !important;
}/* End custom CSS */