.pix-wrapper-bande-actus {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px clamp(40px, 5vw, 70px);
    overflow: hidden;
    position: relative;

    --pix-pagination-size: 50px;
}

.pix-wrapper-bande-actus-inner {
    max-width: 1560px;
    margin: 0 auto;
}


.pix-wrapper-bande-actus-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.4em;
    gap: 1em;
    /* max-width: 1280px; */
    padding-left:65px;
}


@media (max-width: 649px) {
.pix-wrapper-bande-actus-header  {
    padding-left:20px;
}
}

.pix-wrapper-bande-actus .pix-carousel-actus-controls {
    flex-shrink: 0;
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev,
.pix-wrapper-bande-actus .pix-carousel-actus-next {
    width: var(--pix-pagination-size);
    height: var(--pix-pagination-size);
    border-radius: 50%;
    border: 1px solid #106E3F;
    padding: 0;
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev:focus,
.pix-wrapper-bande-actus .pix-carousel-actus-next:focus {
    background: none;
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev img,
.pix-wrapper-bande-actus .pix-carousel-actus-next img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev img {
    transform: rotate(180deg);
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev:hover,
.pix-wrapper-bande-actus .pix-carousel-actus-next:hover {
    background: #106E3F;
}

.pix-wrapper-bande-actus .pix-carousel-actus-prev:hover img,
.pix-wrapper-bande-actus .pix-carousel-actus-next:hover img {
    filter: brightness(0) invert(1);
}

.pix-wrapper-bande-actus h2 {
    margin: 0;
}

.pix-wrapper-bande-actus h2 strong {
    font-weight: 600;
}


.pix-swiper-actus {
    position: relative;
    
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.pix-swiper-actus .swiper-slide {
    height: auto;
}

.pix-wrapper-actu {
    text-align: center;
    height: 100%;
}
.pix-wrapper-actu .pix-actu {
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 20px;
}
.pix-wrapper-actu .pix-wrapper-actu-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pix-wrapper-actu .pix-actu-content {
    text-align: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pix-wrapper-actu .pix-actu-content .pix-actu-label {
    display: inline-block;
    align-self: flex-start;
    background-color: var(--bg-color);
    border: 4px solid #fff;
    margin-top: -1.2em;
    color: #333333;
    padding: 0.5em 0.4em;
    line-height: 1;
    font-size: 0.9em;
    font-weight: 400;
}

.pix-wrapper-actu .pix-actu-content h3 {
    text-transform: none;
    color: #333333;
    font-weight: 400;
    font-size: 1.3em;
    font-family: "Marcellus", serif; 
    margin: 0;
    margin-top: 0.3em;
}
.pix-wrapper-actu .pix-actu-content p {
    color: #5A5858;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
    margin-top: 0.5em;
}

.pix-wrapper-actu .pix-actu-thumbnail {
    overflow: hidden;
}
.pix-wrapper-actu .pix-actu-thumbnail img {
    aspect-ratio: 5 / 3.5;
    object-fit: cover;
    vertical-align: top;
    background: #fff;
    width: 100%;
    transition: transform 0.3s ease;
}


@media (max-width: 780px) {
    .pix-wrapper-bande-actus {
        --pix-pagination-size: 38px;
    }

    .pix-wrapper-actu .pix-actu {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .pix-wrapper-actu .pix-actu {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .pix-wrapper-bande-actus {
        --pix-pagination-size: 26px;
    }
}