.border-color-block {
  border-top: 1px solid black;
  opacity: 0.7;
}

.background-color-eta {
  background-color: rgba(88, 222, 155, 0.75);
  position: relative;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.permalink-eta {
  text-decoration: none;

  position: relative;
  color: #fff;
  line-height: 250px;
  text-decoration: none;
  font-size: 2em;
  font-weight: 100;
  background: -webkit-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: -moz-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: -o-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: linear-gradient(to left, black 50%, rgba(88, 222, 155, 0.75) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}

.permalink-eta:hover {
  text-decoration: none;
}

.title-eta {
  font-size: 16px;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.locality-eta {
  font-size: 16px;
  color: white;
  padding: 10px;
  font-weight: lighter;
}

/* SLIDE TITRE */

.slide .background-color-eta {
  position: relative;
  color: #fff;
  line-height: 250px;
  text-decoration: none;
  font-size: 2em;
  font-weight: 100;
  background: -webkit-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: -moz-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: -o-linear-gradient(
    right,
    black 50%,
    rgba(88, 222, 155, 0.75) 50%
  );
  background: linear-gradient(to left, black 50%, rgba(88, 222, 155, 0.75) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  transition: all 0.5s ease;
}
.etabContainer:hover > .slide .background-color-eta {
  background-position: right bottom;
  color: darkgreen;
  opacity: 0.8;
}


.sameColHeight .slick-track, .slickEtab .slick-track
{
    display: flex !important;
}

.sameColHeight .slick-slide, .slickEtab .slick-slide
{
    height: inherit !important;
}

.slickService .sameheight
{
	display: flex;
}

.pagination li
{
	list-style: none;
	padding-top: 0;
	border-top: none;
}
