.swiperpostsblog {
    position: relative;
}

.swiperpostsblog h3 {
    font-size: 1.8rem;
    color: #5A4A42;
}

.swiperposts-top {
    padding: 0 0 32px 0;
}

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

.swiperpostsblog .swiperposts-top > h2 {
    display: block;
    color: #5A4A42;
    text-align: center;
    margin: 0 auto;
}

.swiperpostsblog .swiperposts-top > h3 {
    display: block;
    color: #5A4A42;
    text-align: center;
    margin: 0 auto;
}

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

.swiperposts-bis {
    padding: 0 0 32px 0;
}

.swiperpostsblog .swiperposts-wrap {
    padding: 0 0 48px 0;
}

.swiperpostsblog .swiperposts-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #5A4A42;
    margin: 0 6px;
}

.swiperpostsblog .swiperposts-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #5A4A42;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide {
    background: white;
    min-height: 450px;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide a {
    display: flex;
    color: white;
    text-decoration: none;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide a .imgcropCtn {
   width: 100%;
   height: 50%;
   transition: 0.3s all ease-in-out;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide a:hover .imgcropCtn {
    transition: 0.3s all ease-in-out;
 }

.swiperpostsblog .swiperMyProdPosts .swiper-slide a .content {
    display: flex;
    padding: 0;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide a .content .description {
    display: -webkit-box;
    font-size: 1.5rem;
    color: #5A4A42;
    font-weight: 200;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    text-overflow: ellipsis;
    margin: 0 0 12px;
}

.swiperpostsblog .swiper-button-next, .swiperpostsblog .swiper-button-prev {
    width: 32px;
    height: 32px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .swiper-button-next::after, .swiperpostsblog .swiper-button-prev::after {
    content: unset;
}

.swiperpostsblog .swiper-button-next:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(0.90);
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .swiper-button-prev:hover {
    opacity: 0.8;
    transform: translateY(-50%) rotate(180deg) scale(0.90);
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .buttonArrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 32px;
}

.swiperpostsblog .buttonArrow .buttonArrowContent {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 12px 0 0;
}

.swiperpostsblog .swiper {
    padding: 12px 0 0 0;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide .buttonArrowVector {
    width: 24px;
    height: 24px;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide {
    transform: scale(0.98);
    box-shadow: 0px 3px 6px 0px #00000029;
    transition: 0.3s all ease;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide:hover {
    opacity: 0.75;
    transform: scale(0.98) translateY(-24px);
    transition: 0.3s all ease;
}

.swiperpostsblog .swiperMyProdPosts .swiper-slide:hover .btn {
    color: white;
    background: #5A4A42;
}

.swiperpostsblog .pagessoeurs .swiper-slide {
    min-height: 500px !important;
}

.swiperpostsblog .pagessoeurs .swiper-slide .imgcropCtn {
    height: 300px !important;
}

.swiperpostsblog .swiperposts-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperposts-post .btn-actu {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: #5a4a42;
    background-color: white;
    border: 1px solid #5a4a42;
    padding: 8px 16px 10px 16px;
    border-radius: 200px;
    transition: 0.3s all ease;
}

.swiperposts-post .swiper-slide:hover .btn-actu {
    color: white;
    background-color: #5a4a42;
    transition: 0.3s all ease;
}

.swiperposts-post .btn-actu span {
    line-height: 1;
}

.swiperposts-post .swiperposts-top {
    margin: 0 auto;
}

.swiperposts-post .swiperposts-top a {
    margin: 0;
}

.swiperposts-post .swiperMyProdPosts .swiper-slide {
    background: white;
}

/*Swiper Pages enfants*/

.swiperpostsblog .pagesenfants .swiper-slide > a {
    justify-content: space-between;
}

.swiperpostsblog .swiper-slide .contentPartContainer {
    display: flex;
    flex: 1 1 0;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px;
}

.swiperpostsblog .swiper-slide .contentPartContainer .content {
    padding: 0 0 0 0;
}

.swiperpostsblog .swiper-slide .contentPartContainer .buttonArrow {
    padding: 0;
}

.swiperpostsblog .pagesenfants .swiper-slide h3 {
    font-size: 1.6rem;
}

.swiperpostsblog .pagesenfants .swiper-slide .imgcropCtn {
   height: 280px !important;
}

.swiperposts-post .imgcropCtn {
    height: 50% !important;
}
/*Lien*/

.swiperpostsblog .texte-lien__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    flex: 1 0 0;
    border: 0;
    padding: 0;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .texte-lien__btn:hover {
    opacity: 0.6 !important;
    border: 0;
    background: unset;
}

.swiperpostsblog .texte-lien__btn span {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    text-decoration: underline white;
    margin: 0 16px 0 0;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .texte-lien__btn svg {
    display: block;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .texte-lien__btn svg rect {
    fill: #5A4A42;
}

.swiperpostsblog .texte-lien__btn:hover {
    opacity: 0.8;
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .texte-lien__btn:hover svg {
    transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}

.swiperpostsblog .pagessoeurs h3 {
    font-size: 1.6rem;
}

@media (max-width: 1500px) {
    .swiperpostsblog h3 {
        font-size: 1.6rem;
    }

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

@media (max-width: 1366px) {

    .swiperpostsblog .swiper-button-prev {
        left: -50px;
    }

    .swiperpostsblog .swiper-button-next {
        right: -50px;
    }

}

@media (max-width: 767px) {
    .swiperpostsblog .swiper-button-prev, .swiperpostsblog .swiper-button-next {
        display: none;
    }
}