.featured-posts .featured-content h1.title-h1 span {
    display: unset;
    color: #ED1B2E;
}
.featured-posts .featured-content h1.title-h1  {
    font: 700 65px/60px 'ff-good-web-pro-condensed';
    margin-bottom: 0;
}


.featured-posts .featured-content p  {
    font-size: 28px;
    font-family: 'Inter';
    line-height: 25px;
    letter-spacing: -0.56px;
    color: #0A4A98;
}
.wrapall-cro {
    align-items: end;
}
.image_fix_top img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.image_fix_top {
    position: fixed;
    background: #0A4A98;
    border-radius: 50%;
    right: 174px;
    top: 130px;
    z-index: 9999;
}

.section_2_listing_produit .container {
    max-width: 1300px;
}

.image_produit {
    width: 393px;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #979797;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.image_produit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.prix_produit {
    position: absolute;
    left: 20px;
    top: 20px;
    min-width: 71px;
    height: 39px;
    background: #ED1B2E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.prix_produit span {
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
}
.name_produit span{
    color: #2D4059;
    font-size: 19px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 27px;
}
.name_produit {
    margin-top: 21px;
}
.texte_produit span {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}

.produit {
    margin-bottom: 31px;
}


.bandeau_bottom {
    min-height: 102px;
    background: #ED1B2E;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .bandeau_bottom marquee {
    color: #fff;
    font-family: 'ff-good-web-pro-condensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 65px;
  }
  .video_bottom {
    height: 655px;
}



section.section_2_listing_produit {
    padding: 181px 0 0;
}

.liste_produits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.produit {
    margin: 90px 31px;
    width: 340px;
    margin-top: 0 !important;
    height:309px;
}

.liste_produits .produit.produitlasitem .name_produit span{
    font-weight: 700;
}

.liste_produits .produit.produitlasitem .prix_produit {
    background: #0A4A98;
}


.liste_produits .produit.produitlasitem.image_produit {
    height: 817px;
    position: relative;
}

.liste_produits .produit.produitlasitem .image_produit img {
    height: 100%;
    width: 100%;
}
.liste_produits .produit.produitlasitem .content_midelle_product {
    position: absolute;
    z-index: 9;
    top: 123px;
    width: 350px;
    left: 0;
    text-align: left;
    margin: 0 auto;
    right: 0;
}

.section_2_listing_produit .bandeau_bottom {
    margin-top: 181px;
}

.pagination {
    margin-top: 60px;
    justify-content: center;
}

a.next.page-numbers, a.prev.page-numbers {
    width: auto;
    background: transparent;
    height: auto;
    width: auto;
    font-size: 18px;
    color: #333F88;
    text-decoration: none;
}

a.page-numbers {
    background: #333F88;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
span.page-numbers.current {
    background: #ED1B2E;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
@media (max-width: 767px) {
    .produit {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .liste_produits {
       justify-content: center;
    }
    .produit {
        margin: 90px 20px;
    }
}
/* @media (min-width: 1200px) and (max-width: 1280px) {
    .produit {
        margin: 90px 7px;
    }
} */

.bloc_extra {
    min-height: 1500px;
}
.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.splide__list {
    min-height: 600px;
}
.main-container .item {
    width: 393px;
    background: yellow;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin: 16px 50px;
    margin-top: 0;
    flex-direction: column;
}


.main-container .item .image {
    width: 393px;
    height: 309px;
}
.main-container .item .image img {
    width: 100%;
    height: 100%;
}
.content_item .title {
    font-size: 19px;
    line-height: 27px;
}
.content_item .short_description {
    font-size: 16px;
    line-height: 27px;
}


.image_produit a {
  width: 100%;
  height: 100%;
}
