.pretitleLastArticles h1 {
	margin-bottom: 0 !important;
}

.generalList{
  width: 100%;
}
.filter-articles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 12px auto 24px auto;
  width: 70%;
  flex-wrap: wrap;
}

.filter-articles a {
  padding: 8px 16px;
  background-color: #2BA6F0;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.filter-articles a.active {
  background-color: black;
  color: white;
  cursor: not-allowed;
  pointer-events: none;
}

.filter-articles a.active:hover {
  cursor: not-allowed;
  pointer-events: none;
}


.filter-articles a:hover {
  background-color: #1E8BC3;
}

.post-header-with-featured-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.post-featured-image-as-background {
  width: 100%;
  height: 100%;
}

.post-featured-image-as-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-titre-article>h1 {
  font-weight: 700;
  font-size: 62px;
  text-align: left !important;
  line-height: 1.4;
}

.post-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 2rem;
}

.post-title-overlay h1 {
  color: white;
  text-align: center;
  margin: 0;
}



.derniers_articles {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 3%;
  margin-bottom: 3%;
  align-items: center;
  justify-content: center;
}

.image-annotation-text-cta-articles {
  margin: 36px auto 0 auto;
}

.titre_derniers_articles-title {
  /*font-weight: 700;
  font-size: 42px;*/
}

/*.derniers_articles .swiper {
  border: blue solid;
  max-width: 100%;
}*/

/*.swiper-horizontal {
  touch-action: pan-y;
}*/

.derniers_articles_item {
  display: flex;
  min-height: 450px;
  background-color: #fff;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  margin: 0;
  height: 100%;
  border-radius: 15px;
  /*  max-width: 373.33px;*/
  /* width: calc((100% - 40px)/3); */
}


.formationLinkButton{
      cursor: pointer;
    border: 1px solid #fc595e;
    padding: 7px 13px;
    border-radius: 7px;
    background-color: #fc595e;
    color: #fff !important;
}

.formationLinkButton:hover{
    background-color: #fff !important;
    color: #fc595e !important;
}


.derniers_articles_item_img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.item_imga img {
  height: 210px !important;
  width: 100% !important;
  object-fit: cover;
}

/*.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}*/

.itemderniers_articles {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease;
  margin: 0;
  width: calc((96% - 20px) / 3) !important;
}

.page-template-template-blog .itemderniers_articles{
  width: calc((96% - 20px) / 1) !important;

}

/*
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}*/

.derniers_articles_item_texts_container {
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-top: 3%;
  gap: 20px;
}

.derniers_articles_item_texts_container .category {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.derniers_articles_item_texts_container .category>a,
.derniers_articles_item_texts_container .category>span,
.category-item-article {
  border: 1px solid #fc595e;
  color: #fc595e;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 3px 8px;
    font-size: .65rem;
}




.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.paginationBlog{
  margin-top: 25px;
}

.page-numbers {
  color: rgb(70, 70, 70);
  width: 40px;
  padding: 10px 20px;
  display: flex !important;
  justify-content: center;
}

.next,
.prev {
  width: fit-content;
  padding: 10px 20px;
}

.current {
  color: #fc595e;
  border-bottom: 5px solid #fc595e;
  text-align: center;
}

.dataTitle{
  font-size: 0.9rem;
}

.derniers_articles_item_texts_container .category>a:hover,
.derniers_articles_item_texts_container .category>span:hover {
  color: #fff;
  background-color: #000;
}

.derniers_articles_item_title a {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fc595e;
  text-decoration: none;
  transition: color .3s ease;
  line-height: 1.2;
}

.derniers_articles_down {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.derniers_articles_item_date {
  padding: 14px;
  border: 1px solid black;
  font-size: 16px;
  border-radius: 12px;
  width: fit-content;
  border-radius: 120px;
  margin-bottom: 12px;
}

/*.swiper-button-next_article img {
  background-color: black !important;
  padding: 20px 12px;
  border-radius: 30px;
  cursor: pointer;
}

.swiper-button-prev_article img {
  padding: 20px 12px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid black;
}*/

.derniersArticlesList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin: auto;
  gap: 48px 24px;
}

.derniersArticlesSwiper {
  /*position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  gap: 20px;
  padding-bottom: 6%;*/

position: relative;
      width: 80%;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    gap: 20px;
    padding: 2% 1%;

}

.derniersArticlesSwiper .swiper-wrapper{
    height: 97% !important;
    width: 100%;
    padding-bottom: 4%;
}

.derniers_articles_item_desc{
  font-size: 0.9rem;
}

.container_button_article {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 35px;
}

.derniers_articles .pretitleLastArticles {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 300;
}

.derniers_articles h2 {
  margin-top: 0;
  /*font-size: 2.4rem;*/
}

.articleArrowLeft {
  width: 40px !important;
  height: 40px !important;
  background-image: url('../img/svg/arrow_left.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.articleArrowLeft:hover {
  width: 40px !important;
  height: 40px !important;
  background-image: url('../img/svg/arrow_right_blk.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}

.articleArrowRight {
  width: 40px !important;
  height: 40px !important;
  background-image: url('../img/svg/arrow_left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.articleArrowRight:hover {
  width: 40px !important;
  height: 40px !important;
  background-image: url('../img/svg/arrow_right_blk.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);

}

.derniers_articles .articleArrowLeft {
  top: 96% !important;
  left: 40rem !important;
}

.derniers_articles .articleArrowRight {
  top: 96% !important;
  left: 43rem !important;
}

.formationLink{
  color: #fc595e;
}


@media (max-width: 1600px) {
  .derniers_articles_item {
    min-height: 480px;
  }

  .derniersArticlesList {
    width: 80%;
  }

  .page-template-template-blog .itemderniers_articles{
    width: 100% !important;
  }

}

@media (max-width: 1200px) {
  .filter-articles {
    width: 92%;
  }
}


@media (max-width:769px) {

  .derniers_articles_item_title a{
    font-size: 1.2rem;
  }

  .derniers_articles_item_texts_container .category>a,
.derniers_articles_item_texts_container .category>span,
.category-item-article {
  
    font-size: .45rem;
}

  .category {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .derniers_articles h2 {
    margin-top: 0;
    font-size: 2rem;
    text-align: center;
  }

  .derniers_articles_item_texts_container {
    padding: 12px;
  }

  .derniersArticlesSwiper {
        width: 100%;
            max-width: 100vw;
            overflow: hidden;
            justify-content: center;
            gap: 0;
    }

    .derniers_articles_item_desc{
      font-size: 0.9rem;
    }

    .derniersArticlesList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 96%;
        margin: auto;
        gap: 37px 0px;
    }



    .derniersArticlesSwiper .swiper-wrapper{
      box-sizing: border-box;
        width: 96% !important;
        padding-top: 10px;
        padding-bottom: 10px;
    
    }

    .itemderniers_articles{
      width: calc((96% - 0px) / 2) !important;
    }

    .page-template-template-blog .derniersArticlesList{
              width: 92%;
        gap: 26px 15px;
    }

    .page-template-template-blog .itemderniers_articles{
             width: calc((100% - 0px) / 1) !important;
    }

}
