/* plusieurs section en une */
.sectionsPageBougie1{
    position: relative;
}
.sectionsPageBougie1_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sectionsPageBougie1 .content{
    display: flex;
    flex-direction: column;
}
.sectionsPageBougie1 section{
    z-index: 1;
}
.sectionsPageBougie1 section:nth-child(1){
    padding: 6rem 10% 3rem 10% !important;
}
.sectionsPageBougie1 section:nth-child(2){
    padding: 3rem 10% !important;
}
.sectionsPageBougie1 section:nth-child(3){
    padding: 3rem 10% !important;
}
.sectionsPageBougie1 section:nth-child(4){
    padding: 3rem 5% 6rem 5% !important;
}
/* plusieurs section en une */