.home-s2,
.billard-s1 {
    overflow: hidden;
    position: relative;
}

.home-s2 .section-cta__wrapper,
.home-s2 .section-activity__wrapper .item-activity {
    z-index: 12;
}

.site-halo,
.home-s2:after,
.billard-s1:after {
    width: 380px;
    content: "";
    opacity: 0.3;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    filter: blur(110px);
    pointer-events: none;
}

.site-halo--red,
.home-s2:after {
    background: var(--e-global-color-f834413, #8f1b39);
}

.home-s2:after,
.site-halo--green,
.billard-s1:after {
    background: var(--e-global-color-4b710a4, #006c7f);
}

.home-s2:after,
.billard-s1:after {
    position: absolute;
}

.home-s2:after {
    top: 25%;
    left: 22%;
    z-index: 10;
}

.billard-s1:after {
    top: 30%;
    left: 5%;
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

    .site-halo,
    .home-s2:after,
    .billard-s1:after {
        width: 250px;
    }

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

    .site-halo,
    .home-s2:after,
    .billard-s1:after {
        width: 350px;
    }

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*laptop 1*/
@media (min-width: 1025px) and (max-width: 1439px) {

    .site-halo,
    .home-s2:after,
    .billard-s1:after {
        width: 340px;
    }

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

    .site-halo,
    .home-s2:after,
    .billard-s1:after {
        width: 360px;
    }

}


/*RESPONSIVE*/