.hote,
.invite {
  font-weight:bold;
  font-size:18px;
}
.hote a,
.invite a {
  font-weight:bold;
  font-size:18px;
}
.hote i,
.invite i {
  margin-left:10px;
}
#B_chaine {
  display: block;
  width: 220px;
  padding: 10px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: white !important;
  background: var(--awb-color5);
}
#B_chaine i {
  margin-left:20px;
}
#B_chaine:hover {
    background: var(--awb-custom_color_2);
}
#z_resume {
  background:rgba(169, 209, 227, 0.14);
  padding: 10px 20px 0 20px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 26px;
  color: var(--awb-custom_color_2);
  box-shadow: 0px 0px 10px 5px #e1eaee;
}
#z_news_auteur {
  
}
#z_podcast_posts {
  width: 100%;
  overflow: hidden;
}
#z_podcast_posts .podcast_posts_track {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
}
#z_podcast_posts .podcast_post_slide {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 40px) / 3);
}
#z_podcast_posts .podcast_post_media iframe,
#z_podcast_posts .podcast_post_media blockquote,
#z_podcast_posts .podcast_post_media .instagram-media {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}
#z_podcast_posts_nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
#z_podcast_posts_nav .B_podcast_post {
    background: var(--awb-color5);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}
#z_podcast_posts_nav .podcast_post_prev i {
    margin-right: 10px;
}
#z_podcast_posts_nav .podcast_post_next i {
    margin-left: 10px;
}
#B_reaction {
    display: block;
    width: 240px;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: white !important;
    background: var(--awb-color5);
    margin: 20px auto;
}
#B_reaction i {
    margin-left:20px;
}