.bloc-swiperposts {
    position: relative;
    background-color: white;
}

.bloc-swiperposts h3 {
    font-size: 1.8rem;
    color: white;
}

.swiperposts-top > h2 {
    margin: 0 0 32px 0;
}

.swiperposts-top > h3 {
    font-size: 2.4rem;
}

.swiperposts-formation .swiperposts-top > h3 {
    color: #163E6F;
}

.swiperposts-top > * {
    margin: 0;
}

.swiperposts-bis {
    margin: 0 auto 64px auto !important;
}

.swiperposts-bis p {
    max-width: 777px;
    padding: 0 auto 32px 0;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal {
    flex: 1 1 0;
}

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

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

.bloc-swiperposts .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: #273F6C;
    border-radius: 100%;
    text-indent: -9999px;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .imgpart .arrow::before {
    content: "";
    aspect-ratio: 1/1;
    width: 24%;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/ArrowListeBloc.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .imgcropCtn {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 427 / 320;
    border-radius: 50px;
    mask-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/Subtract.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webbit-mask-image: url("http://localhost:8888/Comet/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;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .content {
    padding: 16px 4px 0 4px;
    border-radius: 50px;
    background: white;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .content .date {
    color: #C8C8C8;
    font-family: "Roboto";
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .content h2 {
    color: #273F6C;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .content h3 {
    color: #273F6C;
    margin: 0 0 8px;
}

.bloc-swiperposts .container-myprod .blocContainerGlobal .content p {
    display: -webkit-box;
    color: #273F6C;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
}

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

@media (max-width: 1500px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 767px) {
}