.featured-posts .featured-content h1.title-h1  {
    color: #000000;
}
.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: #000;
}
.wrapall-cro {
    align-items: end;
}

.container-btn-retour {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.btn-retour {
    position: absolute;
    right: 108px;
    top: 8em;
}

.btn-retour a {
    display: block;
    position: fixed;
    z-index: 999999;
}

.container-btn-retour {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}


.btn-retour a {
    display: block;
    position: fixed;
    z-index: 1;
}


.featured-posts .featured-content {
    flex-direction: column;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.featured-posts .featured-content {
    flex-direction: column;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.featured-posts img {
    margin-top: 3em;
}

.featured-posts .featured-content {
    height: auto;
    margin-bottom: 0;
}

.slick-slide {
    height: auto;
}
@media screen and (max-width: 991px) {
    .menu-fuchs-container {
        display: none;
    }
}
.section_2_listing_produit .container {
    max-width: 1300px;
}

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

.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: #486AAE;
    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;
}

.image {
    width: 285px;
    height: 271px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide__slide {
    width: 285px;
    height: 271px;
}


.page-template-tata-listing .main-navigation ul ul {
    right: 0;
    z-index: 999999999;
}
.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;
}

@media (min-width: 1200px) {
    .main-container .testlasitem {
        background: red;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        height: 817px;
    }
}
.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;
}


.splide {
  padding: 20px 0;
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
}

/* // Generic Slide */
.splide__slide   img {
    display: block;
    width: 100%;
    border-radius: 4px;
    transition: transform 400ms;
    /* transform: scale(.9); */
    transform-origin: center center;
    height: 100%;
  }

.splide__slide {
    margin-right: 20px !important;
    border-radius: 4px;
}
/* // Active Slide */
.splide__slide.is-active  {
    width: 386px !important;
    height: 367px !important;
  }


/* // Arrow Tweaks for Accessibility */
.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: .9;
  /* display: none; */
  
}
.splide .splide__arrow  {
    filter: invert(1);
    width: 24px;
    height: 24px;
  }
.splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(270deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}


.splide__slide .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.splide__slide .content .visible{
    display: none;
}
.splide__slide.is-active .content .visible{
    display: block;
}
.splide__slide.is-active .content {
    margin-top: 50px;
}


.left {
  text-align: left;
}

#liste_annonce_tata {
    margin-top: 69px;
}
.block_top {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 65px;
}
.link_right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 70%;
}
.block_modele {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 922px;
}
.block_title {
    width: 378px;
    max-width: 100%;
}
.global_link {
    width: 30%;
}
.link_right .link_modele {
     font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Open Sans';
    text-decoration: none;
    color: #202020;
}
.global_link a.links_modeles {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Open Sans';
    text-decoration: none;
    color: #202020;
}
.block_title .title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    color: #000;
    font-family: 'ff-good-web-pro-condensed';
}
.splide__slide .content .title {
    color: #2D4059; 
    font-size: 29px;
    font-weight: 700;
    line-height: 39px;
    font-family: 'Open Sans';
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.splide__slide.is-active .content .title {
    text-align: left;
}
@media (max-width: 991px) {
    .block_top .block_modele .link_right {
        width: 100%;
    }
    .block_top .block_modele .global_link {
        width: 100%;
        margin: 20px 0 5px;
    }
    .block_top {
        flex-direction: column;
    }
    .main-container .item .image {
        width: 100%;
        height: 100%;
    }
    .block_top .block_modele {
        width: 100%;
        flex-direction: column;
    }
   .block_top .block_modele .link_right .link_modele {
        width: 100%;
        margin: 10px;
    }
    .main-container {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .block_top .block_modele .link_right {
        flex-direction: column;
    }
}
#liste_annonce_tata .splide__slide img {
       object-fit: contain;
    background: #fff;
}
section.tata-presentation h1 {
    text-align: center;
}
.page-template-tata-notre-reseau .btn-retour {
    position: absolute;
    right: 108px;
    top: 0 !important;
}

.page-template-tata-listing .wrapall-cro .title-h1 {
    color: #486aae !important;
}
section.tata-presentation {
    text-align: center;
}