/******************

thematic-group

*******************/

.homepage-working-group-block {
  background: url(../images/thematic_banner.jpg) no-repeat 0 0 transparent;
  background-size: cover;
  background-position: center top;
}

.view-thematic-group .view-header {
  overflow: hidden;
}

.view-thematic-group .title a {
  font-family: var(--font-andes-bold);
  color: var(--black2);
}

.view-thematic-group > .view-content .views-field-body {
  color: var(--black3);
  margin-top: 7px;
  font-size: 16px;
  line-height: 22px;
}

.homepage-working-group-block .view-id-thematic_sections .views-field-title {
  width: 426px;
  border-right-color: #a3a3a3;
}

.homepage-working-group-block .view-header .views-field-body {
  width: calc(100% - 476px);
}

.with-slick-carousel.view-thematic-group .views-row {
  width: auto;
  clear: unset;
}

#block-knomad-views-block-thematic-working-groups-block-2 .views-col {
  box-shadow: none;
}

.views-thematic-image img {
  -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
  height: 330px;
  object-fit: cover;
  object-position: center top;
}

.view-thematic-group .views-row .views-thematic-image,
.view-thematic-group .views-col .views-thematic-image {
  overflow: hidden;
}

.view-thematic-group .views-row:hover .views-thematic-image img,
.view-thematic-group .views-col:hover .views-thematic-image img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/**/

.view-thematic-group > .view-content .views-row {
  float: left;
  padding: 25px 25px 35px;
  background: #fff;
  width: calc(33.33% - 20px);
  border-radius: 10px;
  box-shadow: 0 0 10px #0000002b;
  display: block;
}

.view-thematic-group > .view-content .slick-track {
  display: flex;
}

.view-thematic-group > .view-content .slick-slide {
  height: inherit !important;
}

/* the slides */

.view-thematic-group > .view-content .slick-slide {
  margin: 0 15px;
}

/* the parent */

.view-thematic-group > .view-content .slick-list {
  margin: 0 -15px;
}
