.picto {
  margin-bottom: 15px;
  margin-top: 15px;
  /* background-color: green; */
}

.shade {
  padding: 3px;
}
.shade:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);


}

.bg-black .part-text {
  color: #ffffffcf;
}

.bg-dark-grey {
  background-color: #a9a9a9;
}
.bg-dark-grey .part-text {
  color: #ffffffcf;
}

.bg-grey {
  background-color: #6c757d47;
}

.bg-light-grey {
  background-color: #a9a9a947;
}

.super-link {
  color: green;
  }

.showcase div.chess-title {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  width: 100%;
  height: 4rem;
  background-color: #0a080857;
}

.showcase div.chess-title h3 {
  color: white !important;
  line-height: 2.2;
}

.fa {
  margin: 0px 5px 0px 0px;
  width: 16px;
  height: 12px;
}

.flag-uk {
        background-image: url(../flags/4x3/ua.svg);
}

.flag-en {
        background-image: url(../flags/4x3/gb.svg);
}

.flag-ru {
        background-image: url(../flags/4x3/ru.svg);
}

.flag-pl {
        background-image: url(../flags/4x3/pl.svg);
}

.flag-es {
        background-image: url(../flags/4x3/es.svg);
}

a.grey {
  color: #8d8c8c;
  text-decoration: none;
}

a.grey:hover {
  color: #000000b5;
  text-decoration: underline;
}
