/*  SHORTCUTS */
.shortcuts-wrapper {
  width: 100%;
  display: flex; display: -webkit-flex; 
  flex-flow: row wrap; -webkit-flex-flow: row wrap;
  justify-content: flex-start; -webkit-justify-content: flex-start;
}
  .shortcuts-wrapper .shortcuts-col {
    width: 33%;
    margin: 0;
  }
    .shortcuts-wrapper .shortcuts-item {
      display: block;
      width: 290px;
      margin: 0 auto 3rem;
      text-decoration: none;
    }
      .shortcuts-wrapper .shortcuts-item .picture {
          width: 100%;
          overflow: hidden;
          position: relative;
          z-index: 5;     
      }
        .shortcuts-wrapper .shortcuts-item .picture img {
          width: 100%;
        }
      .shortcuts-wrapper .shortcuts-item .infos {
        width: 100%;
        height: 90px;
        padding: 0.7rem;
        background: #f0f0f0;
        color: #212351;
        text-decoration: none;
      }
        .shortcuts-wrapper .shortcuts-item .infos .title {
          font-size: 13px;
          font-family: 'ClanOT-Bold';
          line-height: 1.1;
          padding-bottom: 1rem;
        }
        .shortcuts-wrapper .shortcuts-item .infos .description {
          font-size: 10px;
          font-family: 'ClanOT-Bold';
          line-height: 1.1;
        }     


.union .shortcuts-item {
   border: 1px solid #a3abb7;
   padding: 15px;
   background: #FFF;
   border-radius: 10px;
}
   .union .shortcuts-wrapper .shortcuts-item .infos {
      background: none;
      height: 80px;
      display: flex; display: -webkit-flex; 
      flex-flow: row wrap; -webkit-flex-flow: row wrap;
      justify-content: flex-start; -webkit-justify-content: flex-start;
      padding: 0;
      margin: 0;
   }
   .union .shortcuts-wrapper .shortcuts-item .infos .title {
      font-size: 14px;
      margin: 0;
      margin-top: 15px;
      font-family: 'ClanOT-Medium';
   }

/*  SHORTCUTS */
.pays-wrapper {
  width: 100%;
  display: flex; display: -webkit-flex; 
  flex-flow: row wrap; -webkit-flex-flow: row wrap;
  justify-content: flex-start; -webkit-justify-content: flex-start;
}
  .pays-wrapper .pays-col {
    width: 33%;
    margin: 0;
  }
    .pays-wrapper .pays-item {
      display: block;
      width: 290px;
      margin: 0 auto 3rem;
      text-decoration: none;
    }
      .pays-wrapper .pays-item .picture {
          width: 100%;
          overflow: hidden;
          position: relative;
          z-index: 5;
          text-align: center;
      }
        .pays-wrapper .pays-item .picture img {
          width: auto;
          height: auto;
        }
      .pays-wrapper .pays-item .infos {
        width: 100%;
        padding: 0.7rem;
        background: #f0f0f0;
        color: #212351;
        text-decoration: none;
      }
        .pays-wrapper .pays-item .infos .title {
          font-size: 14px;
          font-family: 'ClanOT-Bold';
          line-height: 1.1;
          padding-top: 0.5rem;
          padding-bottom: 1rem;
        }
        .pays-wrapper .pays-item .infos .description {
          font-family: 'ClanOT-Book';
          font-size: 10px;
          line-height: 1.1;
        }             
        .pays-wrapper .pays-item .infos .more {
          font-family: 'ClanOT-Book';
          font-size: 12px;
          line-height: 1.1;
          padding-top: 1rem;
          text-decoration: underline;
        }
