.full-actu-slider.bg {
    background: var(--creme);
}

.full-actu-slider--container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .full-actu-slider--container {
        row-gap: 48px;
    }
}

.full-actu-slider.bg .full-actu-slider--container {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (min-width: 992px) {
    .full-actu-slider.bg .full-actu-slider--container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.full-actu-slider--header {
    text-align: center;
    text-wrap: balance;
    width: 100%;
    padding-inline: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.full-actu-slider--footer {
    display: flex;
    justify-content: center;
    padding-inline: 24px;
}

.full-actu-slider--slider {
    width: 100%;
}

.full-actu-slider--dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.full-actu-slider--dots.disabled {
    display: none;
}

@media screen and (min-width: 992px) {
    .full-actu-slider--dots {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .full-actu-slider .owl-stage {
        margin-left: -210px;
    }
}

@media screen and (min-width: 1441px) {
    .full-actu-slider .owl-stage {
        margin-left: 0;
    }
}

/*# sourceMappingURL=style.css.map */