#filter-btn {
  float: right;
}
.match-dtl {
  width: 80px;
}
.match-status-full {
  width: 80px;
}
.match-result,
.match-status {
  width: 400px;
}
#games-date-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  width: 100%;
}
/*
.1-column {
    max-width: 20px;
}
.2-column {
    min-width: 20px;
}
.3-column {
    min-width: 50px;
}
.4-column {
    min-width: 30px;
}
.5-column {
    min-width: 50px;
}
.6-column {
    min-width: 20px;
}
*/

.home-sport-title {
  width: 90%;
  color: white;
  padding: 5px;
  text-align: center;
  line-height: 100px;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sport-picto {
  margin-bottom: 10px;
  border-radius: 15px;
  border-bottom: 15px solid #d14547;
  background-image: linear-gradient(to right, #471b75, #012848);
}

.sport-picto:hover {
  background-image: linear-gradient(to bottom right, #042744, #063d69);
}

.wrapper-sidebar {
  width: 20%;
  float: right;
  display: flex;
}

.index-game {
  width: 100%;
  border-radius: 0 0 15px 15px;
  border-bottom: 15px solid #d14547;
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #471b75, #012848);
  color: white;
  border: solid 1px;
}

.score-status {
  width: 38%;
  display: flex;
  text-align: center;
}

.left-info {
  width: 31%;
  float: left;
}

.right-info {
  width: 31%;
  float: right;
  text-align: right;
}

.complete {
  background: #d14547;
}

.blinking {
  background: green;
}

.ready {
  background: #471b75;
}

.finished {
  background: #3636ea;
}

.inner-score-status {
  color: #e9f2f2;
  font-weight: 700;
  font-size: 17px;
  margin: 4px auto;
  border-radius: 15px 30px;
  border: 1px solid #e9f2f2;
  padding: 3px 5px 0 5px;
  text-align: center;
}

.image-organizer {
  height: 100%;
  padding: 4px;
}

.game-date-link,
.game-date-link2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  text-align: center;
  list-style-type: none;
  display: list-item;
  padding: 5px 10px;
  border: 1px solid black;
  margin: 10px 5px;
  color: white;
  font-weight: bold;
  border-radius: 15px;
}

.index-competition-title {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#games-date-wrapper .game-date-link:first-child,
.game-date-link2:first-child {
  margin-left: 0;
  border-radius: 15px;
  border: 1px solid #012848;
  color: white;
}
#games-date-wrapper .game-date-link:last-child,
.game-date-link2:last-child {
  margin-right: 0;
  border-radius: 15px;
  border: 1px solid #012848;
  color: white;
}
.game-date-today,
.game-date-link:hover,
.game-date-link2:hover,
.game-date-link:active {
  background-image: linear-gradient(to right, #471b75, #012848);
  color: white;
  text-decoration: none;
  border-radius: 15px;
}

.mobileHide {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 400px) {
  #desktop {
    display: block;
  } /* show it on small screens */
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #desktop {
    display: none;
  } /* hide it elsewhere */
}

@media (max-width: 900px) {
  .home-sport-title {
    margin: auto;
    line-height: unset;
    width: 70%;
  }

  .inner-score-status {
    font-size: 14px;
  }

  .wrapper-sidebar {
    width: 30%;
  }
}

@media (max-width: 600px) {
  .wrapper-sidebar {
    width: 40%;
  }
}

@media (max-width: 500px) {
  .wrapper-sidebar {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .wrapper-sidebar {
    width: 60%;
  }
}

@media (max-width: 350px) {
  .wrapper-sidebar {
    width: 70%;
  }
}
