.listebloc .row .swiper {
    display: block;
    width: 100%;
}

.listebloc .row .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: auto;
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
    margin: 0 auto;
}

.listebloc .row .swiper .swiper-wrapper {
    overflow-x: visible;
}

.listebloc, .listebloc-titlecontainer {
    position: relative;
    margin: 0 0 24px 0;
}

.listebloc-titlepart h2 {
    text-align: left;
    max-width: 777px;
    margin: 0 0 24px 0;
}

.listebloc-titlepart p {
    max-width: 777px;
}

.listebloc .container-myprod {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.listebloc .container-myprod .blocContainerGlobal {
    max-width: 33%;
    flex: 1 1 32%;
}

.listebloc .container-myprod .blocContainerGlobal .imgpart {
    position: relative;
}

.listebloc .container-myprod .blocContainerGlobal .imgpart {
    position: relative;
}

.listebloc .container-myprod .blocContainerGlobal .imgpart .arrow {
    position: absolute;
    bottom: 0;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 16%;
    background-color: #0AACB1;
    border-radius: 100%;
    text-indent: -9999px;
    transition: 0.5s all ease;
}

.listebloc .container-myprod .blocContainerGlobal .imgpart .arrow:hover {
    transform: scale(0.95) rotate(360deg);
    transform-origin: 50% 50%;
    transition: 0.5s all ease;
}

.listebloc .container-myprod .blocContainerGlobal:nth-child(2) .imgpart .arrow {
    background: #EA4A54;
}

.listebloc .container-myprod .blocContainerGlobal:nth-child(3) .imgpart .arrow {
    background: #FA993B;
}

.listebloc .container-myprod .blocContainerGlobal:nth-child(2) .content {
    background: #EA4A54;
}

.listebloc .container-myprod .blocContainerGlobal:nth-child(3) .content {
    background: #FA993B;
}

.listebloc .container-myprod .blocContainerGlobal .imgpart .arrow::before {
    content: "";
    aspect-ratio: 1/1;
    width: 24%;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/ArrowListeBloc.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.listebloc .container-myprod .blocContainerGlobal .imgcropCtn {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 320;
    border-radius: 50px;
    mask-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Subtract.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webbit-mask-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Subtract.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    margin: 0 0 16px 0;
}

.blocListe .imgcropCtn {
    width: 100%;
    height: 300px;
}

.listebloc .container-myprod .blocContainerGlobal .content {
    padding: 32px;
    border-radius: 50px;
    background: #0AACB1;
}

.listebloc .container-myprod .blocContainerGlobal .content h2 {
    color: white;
}

.listebloc .container-myprod .blocContainerGlobal .content h3 {
    color: white;
    margin: 0 0 8px;
}

.listebloc .container-myprod .blocContainerGlobal .content p {
    display: -webkit-box;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
}

.listebloc .container-myprod .blocContainerGlobal .btn {
    margin: 0;
}

.listebloc .container-myprod {
    position: relative;
    overflow: hidden;
}

.cardListe .imgcropCtn {
    width: 100%;
    height: 300px;
}

.cardListe .content {
    padding: 24px 6%;
}

.cardListe {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 4px 6px 12px #00000029;
}

.cardListeFlip {
    width: 100%;
    height: 700px;
    perspective: 1000px;
    background-color: transparent;
}

.cardListeFlip .imgcropCtn {
    width: 100%;
    height: 300px;
}

.cardListeFlip .content {
    padding: 24px 6%;
}

.flipWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 4px 6px 12px #00000029;
    background-color: white;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.cardListeFlip:hover .flipWrapper {
    transform: rotateY(180deg);
}

.flip-card-front {
    z-index: 2;
    background-color: white;
    -moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
  
.flip-card-back {
    background-color: white;
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiperListeBloc {
    overflow: hidden;
}

.swiperListeBloc .swiper-slide .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
    justify-content: stretch;
    gap: 12px;
}

.swiperListeBloc .swiper-slide .content .imgPart {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 25px;
    background: #0AACB1;
}

.swiperListeBloc .swiper-slide .content .imgPart img {
    width: 50px;
    height: auto;
}

.swiperListeBloc .swiper-slide .content .contentPart {
    display: flex;
    flex: 1 1 0;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 25px;
    background: #F7F7F7;
}

.swiperListeBloc .swiper-slide .content h3 {
    color: #1A2843;
    text-align: center;
    font-family: Roboto;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 8px;
}

.listebloc .swiper-button-prev {
    left: 16px;
    height: 36px;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/02/Vector-1-1.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.listebloc .swiper-button-next {
    z-index: 10;
    right: 16px;
    height: 36px;
    transform: rotate(180deg);
    transform-origin: center;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/04/ArrowSlider.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.listebloc .swiper-button-prev::after {
    content: unset;
}

.listebloc .swiper-button-next::after {
    content: unset;
}

@media (max-width: 1024px) {
    .listebloc .container-myprod {
        flex-direction: column;
    }
    
    .listebloc .container-myprod .blocContainerGlobal {
        max-width: 100%;
        flex: 1 1 0;
    }

    .listebloc .row .swiper .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .listebloc .swiper-button-next {
        top: unset;
        bottom: 0;
        right: unset;
        left: 56%;
        height: 28px;
        transform: translateX(-50%) rotate(180deg);
    }

    .listebloc .swiper-button-prev {
        top: unset;
        bottom: 0;
        right: unset;
        left: 44%;
        height: 28px;
        transform: translateX(-50%);
    }

    .listebloc .row .swiper .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 48px;
    }
}