
#sud_theme{
  margin: 10px 0;
}
.sud_archive_description {
  margin: 8px;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  max-height: 150px;
  overflow: scroll;
}
.sud_post_archive {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.sud_nosarticles {
  text-align: center;
  margin-bottom: 10px;
  font-size: var(--taille0);
  color: var(--couleur-primaire);
  text-transform: uppercase;
}

.sud_content_post{
  margin-top: 10px;
}
.sud_datetime {
  margin-top: 10px;
  font-size: var(--taille9);
}

.articles-type__wrapper {
  padding-top: 49px;
}

/*** INFO en continue ***/
.sud_post_archive .continous_news--wrapper {
    flex-direction: row;
    justify-content: space-around;
}
.sud_post_archive .sud_info_scroll {
    max-width: 554px;
    width: 100%;
}
.sud_post_archive .sud_info_continu_titre {
    max-width: 235px;
    width: 100%;
}

.sud_post_archive .posts-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.sud_post_archive .post__tease {
  max-width: 326px;
  width: 100%;
}
.sud_post_archive .post__tease .sud_image {
  border-radius: 10px;
  box-shadow: var(--shadow);
  height: 192px;
  overflow: hidden;
}
.sud_post_archive .post__tease .sud_image img{
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  transition: all .35s ease-in-out;
  border-radius: 10px;
}

.other-related-posts .post__tease:hover .sud_image img,
.sud_post_archive .post__tease:hover .sud_image img {
  transform: scale(1.05);
  transition: all .35s ease-in-out;
  border-radius: 10px;
}

.other-related-posts .post__tease .tease-title,
.sud_post_archive .post__tease .tease-title {
  font-size:var(--taille3);

  display: flex;
  margin-top: 10px;
  align-items: center;
   transition: all .35s ease-in-out;
}
.other-related-posts .post__tease .tease-excerpt,
.sud_post_archive .post__tease .tease-excerpt {
  margin-top: 10px;
}
.other-related-posts .post__tease:hover .tease-title a,
.sud_post_archive .post__tease:hover .tease-title a {
  color: var(--couleur-primaire);
  transition: all .35s ease-in-out;
}


/* PAGINATIONS */
.archive-pagination {
  margin: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  font-size: var(--taille3);
  padding: 4px 10px;
  border-radius: 50px;
}

.page-numbers:hover,
.page-number:active {
  background-color: var(--couleur-primaire);
  transition: all .35s ease-in-out;
  color: #fff;
}
.page-numbers.current {
  color: #fff;
  background-color: var(--couleur-primaire);

}
.ion-ios-arrow-back:before,
.ion-ios-arrow-forward:before {
  font-size:var(--taille0);
  color: var(--couleur-primaire);
}


/*  Posts swiper */
.other-related-posts .swiper-slide {
  max-width: 326px !important;
  width: 100% !important
}
.other-related-posts .swiper-wrapper {
  padding:40px 0 49px 60px;
}
.other-related-posts .post__tease .sud_image {
  overflow:hidden;
  border-radius: 10px;
}
.other-related-posts .post__tease .sud_image img{
  border-radius: 10px;
  height: 192px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sud_archive_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sud_archive_container article {
  max-width: 360px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.sud_archive_container .sud_image {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  min-width: 320px;
}
.sud_archive_no_image{
  min-height: 250px;
  max-width: 320px;
}
.sud_archive_lien {
  display: inline-block;
  font-size: var(--taille3);

  margin: 10px 0;
}

.sud_nosarticles_marge {
  margin: 20px 0;
}

@media screen and (min-width:780px) {
  .sud_post_archive .posts-archive{
    gap:15px;
  }
  .sud_archive_description{
    margin: 28px;
    max-height: 280px;
    overflow: hidden scroll;
  }
  .sud_post_archive .post__tease {
    max-width: 285px;
  }
  other-related-posts .post__tease .tease-title,
  .sud_post_archive .post__tease .tease-title {
    margin-top: 15px;
    min-height: 72px;
  }
  .sud_nosarticles_marge{
    margin: 30px 0;
  }
}