.appElement {
padding:10% 7.5% 5%;
position:relative;
overflow:hidden;
}
.element2 {
padding-bottom:7%;
}
.element3 {
background-image:
linear-gradient(to top, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%),
linear-gradient(to bottom, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%);
padding-bottom:9%;
}
.element4 {
padding-top:5%;
padding-bottom:10%;
}
.element_produitssensible_section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-blend-mode: normal, normal, normal, normal;
background-image:
linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255 255 255 / 100%) 60%),
url('{{asset("img/produitssensible/1.webp")}}');
}
.position1 {
position:absolute;
top:0;
left:0;
width:100%;
height:8%;
z-index:5;
background-image:
linear-gradient(to top, rgb(255 255 255 / 0%), #ffffff00 23%, transparent 100%),
linear-gradient(to bottom, rgb(255 255 255 / 0%), #ffffff 0%, #ffffff00 61%)
}