#topfive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #21b9e8;
}

#topfive ul {
  list-style: none;
}

#topfive > section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-origin: content-box;
  color: white;
  text-transform: uppercase;
}

#topfive #topfive_playgrounds {
  background-image: url("../img/top_5/encart-top5-play3.svg");
  padding-left: 2em;
}

#topfive #topfive_playgrounds .content_topfive_playgrounds {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#topfive #topfive_playgrounds .content_topfive_playgrounds a {
  text-decoration: none;
  color: white;
  font-weight: 800;
}

#topfive #topfive_playgrounds li {
  margin: 5px 0px;
}

#topfive #topfive_affluence {
  background-image: url("../img/top_5/encart-top5-affluence3.svg");
  padding-right: 2em;
  position: relative;
}

#topfive #topfive_affluence .content_topfive_affluence {
  width: 60%;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

#topfive #topfive_affluence .content_topfive_affluence a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains {
  text-transform: none;
  text-align: center;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 800;
  text-transform: uppercase;
  margin: 5px 0px;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li + p {
  width: 70%;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li a {
  padding: 10px;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li .players {
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  color: #ec681c;
  width: 15%;
  border-radius: 0.2em;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li .players div {
  width: 50%;
  line-height: 0;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li .players div img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#topfive #topfive_affluence .content_topfive_affluence .liste_terrains li .players p {
  width: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}

#topfive .date_jour {
  color: #a13516;
  font-weight: 800;
  background-color: white;
  text-align: center;
  width: 30%;
  border-radius: 0.2em;
  padding: 0.5em;
  margin: 15px auto;
  font-size: 12px;
}

#topfive .date_jour_1 {
  display: none;
}

#topfive .date_jour_2 {
  display: block;
}

@media screen and (max-width: 768px) {
  #topfive_playgrounds {
    background-image: url("../img/top_5/encart-top5-play3.svg") !important;
  }
  #topfive_affluence {
    background-image: url("../img/top_5/encart-top5-affluence3.svg") !important;
  }
  #topfive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topfive #topfive_playgrounds, #topfive #topfive_affluence {
    padding: 10px 0px !important;
  }
  #topfive > section {
    width: 100%;
  }
  #topfive li {
    width: 100%;
    margin: auto !important;
  }
  .content_topfive_playgrounds {
    width: 40%;
  }
  .content_topfive_affluence {
    width: 40% !important;
  }
  .date_jour {
    position: absolute;
    right: 25%;
    top: 15%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    width: initial !important;
  }
  .date_jour_1 {
    display: block !important;
  }
  .date_jour_2 {
    display: none !important;
  }
}

@media screen and (max-width: 570px) {
  .content_topfive_playgrounds {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 426px) {
  .date_jour {
    right: 4%;
    top: 10%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #topfive_playgrounds, #topfive_affluence {
    font-size: 10px;
  }
  #topfive_playgrounds .content_topfive_playgrounds {
    width: 60%;
  }
  .players {
    width: 20% !important;
    font-size: 10px;
  }
  .players img {
    width: 100%;
  }
  .content_topfive_affluence {
    width: 60% !important;
  }
}

@media screen and (max-width: 354px) {
  #topfive_playgrounds .content_topfive_playgrounds {
    width: 70%;
  }
  #topfive_playgrounds, #topfive_affluence {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=style_top_five.css.map */