.elementor-kit-8{--e-global-color-primary:#169D9A;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#2E2E2E;--e-global-color-accent:#FFFFFF;--e-global-color-17ae650:#F5F5F5;--e-global-color-61c25d8:#979797;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-5a4e902-font-family:"Poppins";--e-global-typography-5a4e902-font-size:70px;--e-global-typography-5a4e902-font-weight:200;--e-global-typography-5a4e902-line-height:70px;--e-global-typography-000d07f-font-family:"Manrope";--e-global-typography-000d07f-font-size:16px;--e-global-typography-000d07f-font-weight:700;--e-global-typography-000d07f-text-transform:uppercase;--e-global-typography-000d07f-line-height:1px;--e-global-typography-e0b72da-font-family:"Poppins";--e-global-typography-e0b72da-font-size:28px;--e-global-typography-e0b72da-font-weight:800;--e-global-typography-e0b72da-text-transform:uppercase;--e-global-typography-e0b72da-line-height:1.2em;--e-global-typography-79b8c78-font-family:"Poppins";--e-global-typography-79b8c78-font-size:14px;--e-global-typography-79b8c78-font-weight:400;--e-global-typography-79b8c78-line-height:1rem;--e-global-typography-e122c8e-font-family:"Manrope";--e-global-typography-e122c8e-font-size:14px;--e-global-typography-e122c8e-font-weight:500;--e-global-typography-e122c8e-line-height:1.2rem;--e-global-typography-2efdf63-font-family:"Poppins";--e-global-typography-2efdf63-font-size:18px;--e-global-typography-2efdf63-font-weight:700;--e-global-typography-2efdf63-line-height:1rem;background-color:var( --e-global-color-17ae650 );}.elementor-kit-8 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:1366px){.elementor-kit-8{--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-line-height:1.2em;}}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:34px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-line-height:1.4em;--e-global-typography-e0b72da-line-height:1.2em;--e-global-typography-79b8c78-line-height:1.4em;--e-global-typography-e122c8e-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
}




.cta-landvac {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Ajuste l’espace entre texte et logo */
  color: white;
  text-transform: uppercase;
}

.cta-landvac span {
  font-weight: bold;
}

.cta-landvac img {
  height: 1.4em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media (max-width: 480px) {
  .cta-landvac {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
  }

  .cta-landvac span {
    white-space: nowrap;
  }

  .cta-landvac img {
    height: 1.2em;
    max-width: none;
  }
}





.container-cartes {
  display: flex;
  height: 600px;
}

.hover-card {
  flex: 1;
  transition: flex 0.4s ease!important;
  overflow: hidden;
  position: relative;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(1);
}

/* Survol */
.container-cartes:hover .hover-card:hover {
  flex: 2;
  z-index: 2;
}

.container-cartes:hover .hover-card:hover img {
  filter: brightness(0.6);
}

.container-cartes:hover .hover-card:not(:hover) {
  flex: 1.4;
}

.container-cartes:hover .hover-card:not(:hover) img {
  filter: brightness(1);
  transform: scaleX(1);
}

.container-cartes:not(:hover) .hover-card {
  flex: 1;
}

.hover-card:hover .hover-card-text {
    opacity: 1!important;
}








/* Formulaires */
.mform_error_msg {
    background-color: #FFFFFF00;
    border-color: #FFFFFF00;
    color: #E80000;
    font-family: Manrope;
    padding-left: 0;
    padding-bottom: 0;
}/* End custom CSS */