.radiusfull { border-radius:400px;}

.zindexpremier { z-index:1;}

#one{    background-image: url(https://test.studio-thil.com/wp-content/uploads/2025/11/Pattern-the-blanc.jpg);background-size: contain;
    background-attachment: fixed;background-position-x: right;
}
#two{    background-image: url(https://test.studio-thil.com/wp-content/uploads/2025/11/PAttern-Rooibos.jpg);background-size: contain;
    background-attachment: fixed;background-position-x: right;
}
#three{    background-image: url(https://test.studio-thil.com/wp-content/uploads/2025/11/Pattern-The-noir.jpg);background-size: contain;
    background-attachment: fixed;background-position-x: right;
   }

.dfd-elementor-section-wrap .dfd-row-bg-wrapper-cover, .vc-row-wrapper .dfd-row-bg-wrapper-cover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
}

.lanatea-hero {
  position: relative;
  width: 100%;
  height: 600px; /* adapte à ta section */
  overflow: visible;
  pointer-events: none; /* décoratif */
}

.lanatea-can {
  position: absolute;
  right: 5%;          /* départ à droite */
  bottom: 5%;
  max-width: 420px;   /* taille max */
  transform-origin: center center;
  transform: translate3d(0,0,0) scale(0.7) rotate(-10deg);
  transition: transform 0.15s ease-out;
  will-change: transform;
}