button.back {
  background: transparent;
  border: 0;
  padding-top: 15px;
  font-family: 'CoFoSans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: white;
  width: 100%;
  text-align: left;
}


.tloc, .newsloc {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  flex-wrap: wrap;
  grid-column-gap: 5vw;
  grid-row-gap: 3vw;
  opacity: 0;
  transition: opacity 1s;
}

.newsloc {
  padding: 0px 50px;
}


.tloc button {
  flex: 1;
  max-width: 40vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
    padding-top: 15px;

}

.newsloc button {
  flex: 1;
  padding: 0;
  border: none;
  background: transparent;
  border-top: 2px solid #c63900;
  text-align: left;
  color: black;
  padding: clamp(16px, 1.2vw, 45px) 0px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.newsloc .date {
  font-size: clamp(16px, 1.2vw, 45px);
  font-family: 'CoFoSans';
}

.newsloc .titre {
  font-family: 'Coconat';
    font-size: clamp(26px, 2.5vw, 45px);
  transition: padding 1s;
}


.tloc button .cover {
  max-width: 40vw;
  overflow: hidden;
  width: 100%;    
  transition: 1s transform;

}

.tloc .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}


.tloc button .cover figure {
  margin: 0;
  padding: 0;
  height: 20vw;
    display: grid;
    justify-items: center;
    align-content: center;
}

.tloc button .cover img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  transition: 1s width, 1s height, 1s filter;
  filter: saturate(0%);
}



.tloc button .type {
  font-family: 'CoFoSans';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4vw;
  text-transform: uppercase;
  padding: 20px;
  padding-top: 50px;
}

.type.exhibition {
  color: #396FA9;
}

.type.activity {
  color: #70524F;
}

.tloc button .titre {
  font-family: 'CoFoSans';
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: black;
font-size: 1.5vw;
}

.tloc button .date {
  font-family: 'CoFoSans';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4vw;
  flex: 1;
  display: flex;
  align-items: flex-end;
  line-height: 160%;
  justify-content: center;
  padding-top: 7px;
  color: black;
}

button.ladda {
    background: transparent;
    width: 100%;
    text-align: center;
    border: none;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 18px;
    font-family: 'CoFoSans';
font-style: normal;
font-weight: 400;
font-size: 1.5vw;
margin: 50px 0px;
cursor: pointer;
color: black;
}

.lista button:not(.flickity-button) span {
  padding-left: 50px;
}


figcaption {
  display: none;
}

.nothing {
    height: 380px;
    width: 100%;
   font-size: 2.75vw;
    font-family: 'Coconat';
    
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 980px) {
  .tloc, .newsloc {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }

  .newsloc {
  padding: 0px 18px;
}

  .tloc button {
    display: flex;
    flex-direction: row;
    max-width: unset;
    width: 100%;
    grid-column-gap: 15px;
    flex: 1;
    padding: 0;
    transform: none;
  }

  .tloc button .cover figure,
  .tloc .info, .tloc button .cover img {
    height: 141px;
  }

  .tloc .info .titre {
    order: 3;
    flex: 1;
    display: flex;
    align-items: self-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .tloc .info {
    text-align: left;
  }

  .tloc .info .date {
    flex: unset;
    display: block;
    font-size: 14px;
    line-height: 140%;
    padding-top: 15px;
  }

  .tloc button .type {
    padding: 0;
    font-size: 16px;
    padding-top: 2px;
  } 

  button.ladda {
    font-size: 16px;
    padding: 12px;
    margin: 30px 0px;
  }

  .tloc button .cover {
  max-width: 33vw;
}

.nothing {
  font-size: 27px;
  height: 200px;
}


}

@media screen and (min-width: 980px) {


.tloc button:hover .cover img {
   filter: saturate(100%);

}

.tloc button:hover .cover {
  transform: translateY(-15px);
}

.results .lista button:not(.flickity-button, .mobile), .results .lista {
  border-width: 2px;
}

.newsloc button:hover .titre {
    width: calc(100% - 15px);

}

.newsloc button:hover .titre {
  padding-left: 15px;
}

}


@media screen and (min-width: 2000px)  and (min-height: 1280px) {


button.ladda {
  padding: 30px;
}

}