.pix-wrapper-bande-actus {
    overflow: hidden;
    margin: 0px 0px;

    display: grid;
    grid-template-columns: 2fr 3fr;

    background: #2c2c2c;
}

.pix-wrapper-bande-actus-inner {
    padding: clamp(50px, 6vw, 100px) clamp(40px, 6vw, 100px);
    box-shadow: 0 0 10px rgba(0,0,0,1);

    min-width: 370px;

    background: url('i/bg-actus.svg') no-repeat center center;
    background-size: auto 100%;
}

.pix-wrapper-bande-actus h2 {
    margin: 0 auto;
    
    max-width: 1120px;

    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.pix-wrapper-bande-actus p {
    margin-top: 30px;
    color: #fff;
}

.pix-wrapper-bande-actus .pix-swiper-actus {
    width: 100%;
    padding: 40px 0;
}

.pix-wrapper-bande-actus .swiper-slide a img {vertical-align: top;}


.pix-wrapper-bande-actus .swiper-slide > div {text-align: center;padding: 0px 10px;}

.pix-actus-wrapper {
    position:relative;
    margin: auto;
    width: 100%;
    text-align: center;
}

.pix-actus-wrapper a { 
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: initial;
    max-width: 350px;
    margin: 0 auto;
}

.pix-actus-wrapper-texte {
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    color: #fff;
}




.pix-actus-wrapper-image {
    width: 100%;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
}


.pix-actus-wrapper-image img {max-width: 350px; width: 100%; object-fit: cover;aspect-ratio: 1/1;}



.pix-actus-titre {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    font-size: 22px;
    color: #fff;
    margin: 0;
}


@media (max-width:650px) {
    .pix-wrapper-bande-actus {
        grid-template-columns: 1fr;
    }

    .pix-wrapper-bande-actus-inner {
        padding: 50px 20px;
        min-width: auto;
    }

    .pix-wrapper-bande-actus .swiper-slide > div {
        padding: 0 20px;
    }
}