@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500&family=Merriweather:wght@300;400&display=swap");
article.card * {
  box-sizing: border-box; }

a.cardlink[href] {
  position: relative; }
  a.cardlink[href], a.cardlink[href]:link, a.cardlink[href]:visited, a.cardlink[href]:active {
    text-decoration: none;
    padding-bottom: 3px;
    font-weight: bold; }
  a.cardlink[href]::after {
    content: "";
    position: absolute;
    left: 0;
    left: 0;
    bottom: 0;
    background: #f6b606;
    width: 0;
    height: 2px;
    transition: 0.35s cubic-bezier(0.17, 0.67, 0.5, 1.03); }
  a.cardlink[href]:hover::after {
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

article.card .note {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  font-family: "Merriweather", sans-serif;
  line-height: 1;
  text-align: center; }

section.card-body {
  display: flex;
  justify-content: left;
  flex-wrap: wrap; }

article.card {
  width: 250px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin: 25px 10px;
  overflow: hidden;
  position: relative;
  float: left; }
  article.card .thumb img {
    position: relative;
    min-width: 100%;
    max-width: 100% !important;
    max-height: 100%;
    background-size: cover;
    border-radius: 3px; }
  article.card .thumb {
    position: relative;
    width: auto;
    height: 260px;
    background-size: cover;
    border-radius: 3px; }
  article.card .infos {
    position: relative;
    width: auto;
    height: auto;
    position: relative;
    padding: 14px 24px;
    background: #fff;
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03); }
    article.card .infos .title {
      position: relative;
      margin: 0px 0;
      letter-spacing: 3px;
      color: #152536;
      font-family: "Grotesque Black", sans-serif;
      font-size: 1rem;
      text-shadow: 0 0 0px #32577f;
      width: 70%;
      height: 100px; }
    article.card .infos .flag {
      position: absolute;
      top: 10%;
      right: 0;
      transform: translateY(-50%);
      width: 30%;
      height: 16px;
      background-size: 100% auto;
      display: inline-block;
      color: #000;
      text-align: right;
      font-size: 20px; }
    article.card .infos .flag span {
      color: #999;
      text-align: left;
      font-size: 15px; }
    article.card .infos .date, article.card .infos .seats {
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: .85rem;
      color: rgba(21, 37, 54, 0.7);
      font-family: "Grotesque", sans-serif; }
    article.card .infos .seats {
      display: inline-block;
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03); }
    article.card .infos .txt {
      font-family: "Merriweather", sans-serif;
      line-height: 2;
      font-size: .95rem;
      color: rgba(21, 37, 54, 0.7);
      opacity: 0;
      transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03); }
    article.card .infos .details {
      position: absolute;
      left: 0;
      left: 0;
      bottom: 0;
      width: 250px;
      height: 300px;
      margin-top: 50px;
      padding: 20px 24px;
      letter-spacing: 1px;
      color: #4e958b;
      font-family: "Grotesque Black", sans-serif;
      font-size: .9rem;
      cursor: pointer;
      opacity: 0;
      transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
      overflow: scroll; }
  article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
    opacity: 1; }

a article.card {
  transition: all linear 0.3s; }

a article.card:hover {
  transform: scale3d(1.1, 1.1, 2); }

@media only screen and (max-width: 693px) {
  article.card {
    width: 100%;
    height: auto;
    margin: 25px auto; }

  section.card-body {
    justify-content: center; } }

/*# sourceMappingURL=card.css.map */
