ul.slimmenu > li:first-child {
  margin-left: 3em;
}

p.img-presentation img, p.img-presentation {
  height: 228px;
}

p[class*="btn-"] a {
  padding-top : 19px;
}

#ytb_group_page .article-body ul li {
  list-style-type: none;
}

.article-body .c-table__town tr {
  line-height: 24px;
  border-bottom: 1px solid #cbd9fc;
  vertical-align: middle;
}

/* Custom header */

#ytb_row_header-left {
  width: 80%;
}
#ytb_row_header-right {
  width: 20%;
}
#ytb_block_header-left_1 {
  width: 25%;
}
#ytb_block_header-left_2 {
  margin: 0;
  text-align: center;
  width: 75%;
}
#ytb_block_header-left_2 a {
  margin-top: 15px;
}
#ytb_block_header-left_1, #ytb_block_header-right_1 {
  color: #2A49B8;
  margin-top: 15px;
}

/* Responsive Custom Header */
@media only screen and (max-width:1024px) {
  #ytb_row_header-left {
    margin-left: 15px;
  }
  #ytb_row_header-right {
    margin-right: 15px;
    width: 17%;
  }
}
@media only screen and (max-width:768px) {
  #ytb_block_header-left_1, #ytb_row_header-right {
    display: none;
  }
}