.elementor-27 .elementor-element.elementor-element-09e165b{--display:flex;--min-height:735px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-961b4cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-961b4cb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{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-primary );}.elementor-27 .elementor-element.elementor-element-042022f{text-align:center;}.elementor-27 .elementor-element.elementor-element-042022f .elementor-heading-title{font-family:"Libre Franklin", Sans-serif;font-weight:200;color:#FFFFFF;}.elementor-27 .elementor-element.elementor-element-3875062{--display:flex;--min-height:350px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--flex-wrap:wrap;--margin-top:55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-c09af1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-27 .elementor-element.elementor-element-29c63a4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-4f51ac7{--display:flex;--min-height:350px;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:center;--flex-wrap:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-5cffdf3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-cf7ab1f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-1d502b6{--display:flex;--min-height:350px;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:center;--flex-wrap:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-28a3b0a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-27:not(.elementor-motion-effects-element-type-background), body.elementor-page-27 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://leanepdv.com/wp-content/uploads/2025/06/pagefond-1-pdf.jpg");background-position:center center;background-size:cover;}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-09e165b{--width:100%;}.elementor-27 .elementor-element.elementor-element-961b4cb{--width:99.999%;}.elementor-27 .elementor-element.elementor-element-c09af1a{--width:25%;}.elementor-27 .elementor-element.elementor-element-29c63a4{--width:65%;}.elementor-27 .elementor-element.elementor-element-5cffdf3{--width:25%;}.elementor-27 .elementor-element.elementor-element-cf7ab1f{--width:65%;}.elementor-27 .elementor-element.elementor-element-28a3b0a{--width:92%;}}/* Start custom CSS for container, class: .elementor-element-c09af1a *//* Empêche le dépassement */
.metamorphosis-hover {
  position: relative;
  overflow: hidden;
}

/* Image cliquable */
.metamorphosis-hover a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay turquoise */
.metamorphosis-hover a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3fa8bf;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

/* Texte centré au-dessus */
.metamorphosis-hover a::before {
  content: "Métamorphosis";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  font-size: 25pt; /* <-- ici la taille réduite */
  color: white;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
  
/* Apparition au survol */
.metamorphosis-hover:hover a::after {
  opacity: 0.8;
}

.metamorphosis-hover:hover a::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-29c63a4 *//* Empêche le dépassement */
.terra-pils-hover {
  position: relative;
  overflow: hidden;
}

/* Image cliquable */
.terra-pils-hover a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay turquoise */
.terra-pils-hover a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3fa8bf;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

/* Texte centré au-dessus */
.terra-pils-hover a::before {
  content: "Terra Pils";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  font-size: 25pt;
  color: white;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
  
/* Apparition au survol */
.terra-pils-hover:hover a::after {
  opacity: 0.8;
}

.terra-pils-hover:hover a::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5cffdf3 *//* Empêche le dépassement */
.cuvee-w-hover {
  position: relative;
  overflow: hidden;
}

/* Image cliquable */
.cuvee-w-hover a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay turquoise */
.cuvee-w-hover a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3fa8bf;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

/* Texte centré au-dessus */
.cuvee-w-hover a::before {
  content: "Cuvée W";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  font-size: 25pt;
  color: white;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
  
/* Apparition au survol */
.cuvee-w-hover:hover a::after {
  opacity: 0.8;
}

.cuvee-w-hover:hover a::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-cf7ab1f *//* Empêche le dépassement */
.strongher-hover {
  position: relative;
  overflow: hidden;
}

/* Image cliquable */
.strongher-hover a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay turquoise */
.strongher-hover a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3fa8bf;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

/* Texte centré au-dessus */
.strongher-hover a::before {
  content: "StrongHer";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  font-size: 25pt;
  color: white;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
  
/* Apparition au survol */
.strongher-hover:hover a::after {
  opacity: 0.8;
}

.strongher-hover:hover a::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-28a3b0a *//* Empêche le dépassement */
.espace-gallo-romain-hover {
  position: relative;
  overflow: hidden;
}

/* Image cliquable */
.espace-gallo-romain-hover a {
  display: block;
  position: relative;
  z-index: 1;
}

/* Overlay turquoise */
.espace-gallo-romain-hover a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3fa8bf;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 2;
}

/* Texte centré au-dessus */
.espace-gallo-romain-hover a::before {
  content: "Espace gallo-romain";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 800;
  font-size: 25pt;
  color: white;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
  
/* Apparition au survol */
.espace-gallo-romain-hover:hover a::after {
  opacity: 0.8;
}

.espace-gallo-romain-hover:hover a::before {
  opacity: 1;
}/* End custom CSS */