@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@300;400;500;700;900&family=Roboto+Flex:wght@200;300;600;900&family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: "charmelya";
  src: url("fonts/charmelya.woff2") format("woff2"), url("fonts/charmelya.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 65px;
  background: #dde1e7;
  overflow-x: hidden !important;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

input[type=text], input[type=email] {
  border-radius: 3px;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(244, 144, 159);
}
@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
/* Animation de la carte */
@keyframes appearTiltCard {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: perspective(5cm) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: perspective(5cm) rotateY(5deg);
  }
}
/* Animation de l’ombre */
@keyframes appearTiltShadow {
  0% {
    opacity: 0;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  40% {
    opacity: 1;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  100% {
    opacity: 1;
    left: 1.5rem;
    height: calc(var(--w) + var(--w) / 40 + var(--w) / 1.7);
    transform: perspective(5cm) rotateY(-2deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  padding: 2px 1em;
  margin-top: -5px;
  line-height: 20px;
  border: 0px solid rgb(16, 94, 127);
  background: transparent;
  color: white;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-dropdown__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after { /*  Custom dropdown arrow */
    content: "▼";
    height: 1em;
    font-size: 0.5em;
    line-height: 1;
    right: 0;
    top: 60%;
    margin-top: -0.5rem;
    background: none;
  }
  .custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
  }
  /* White dropdown style */
  .custom-dropdown--white::before {
    top: 0.75em;
    background: none;
  }
  .custom-dropdown--white::after {
    color: white;
  }
  /* FF only temp fix */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em;
    }
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}
#teamHeader {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Roboto Flex", sans-serif;
}
#teamHeader figure img {
  height: 180px;
}
#teamHeader .division {
  margin-right: 1em;
}
#teamHeader .division img {
  height: 180px;
}
#teamHeader div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
#teamHeader div p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 400px;
  padding: 2px 0;
}
#teamHeader div p big {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  background: rgb(64, 75, 85);
  color: white;
  min-width: 150px;
  border-radius: 5px;
}
#teamHeader div p big small {
  font-weight: 300;
  display: block;
  font-size: 14px;
}

#highlights {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#highlights div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#highlights div p {
  position: relative;
  margin: 2rem 0 6rem;
  height: 100px;
  padding: 1rem;
  width: calc(200px + 5rem);
}
#highlights div p strong {
  font-weight: 100;
  max-width: 150px;
  padding: 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 500;
  background: rgb(64, 75, 85);
  color: white;
  text-align: center;
  display: inline-block;
  border-radius: 1rem;
  border: 2px solid white;
}
#highlights div p big {
  position: absolute;
  left: 15rem;
}
#highlights div p big span {
  font-family: "Alfa Slab One", serif;
  font-size: 4rem;
  font-weight: 900;
  position: absolute;
  right: 0;
  text-shadow: 0 0 2px black;
  -webkit-text-stroke: 1px #555;
  color: rgb(156, 207, 38);
}
#highlights div p big span:first-of-type {
  transform: rotate(-5deg);
}
#highlights div p big span:last-of-type {
  transform: rotate(5deg);
  top: 3.5rem;
  color: rgb(248, 125, 58);
}
#highlights div p small {
  position: absolute;
  transform: rotate(5deg);
  font-size: 1.5rem;
  line-height: 1.2rem;
  width: 200px;
  top: 145px;
  background: rgb(156, 207, 38);
  min-width: 5rem;
  text-align: center;
  color: rgb(64, 75, 85);
  padding: 3px;
  left: 1.8rem;
  border-radius: 3px;
  border: 2px solid white;
}
#highlights div p:nth-of-type(2) big span:first-of-type {
  color: rgb(248, 125, 58);
}
#highlights div p:nth-of-type(2) big span:last-of-type {
  color: rgb(156, 207, 38);
}
#highlights div p:nth-of-type(n+3) big span {
  color: rgb(248, 125, 58);
}
#highlights div p:nth-of-type(n+3) big span:last-of-type {
  transform: rotate(5deg);
  color: rgb(156, 207, 38);
}
#highlights div p:nth-of-type(n+3) small {
  background: rgb(248, 125, 58);
  color: white;
}
#highlights div p:nth-of-type(3) big span:first-of-type {
  color: rgb(156, 207, 38);
}
#highlights div p:nth-of-type(3) big span:last-of-type {
  color: rgb(248, 125, 58);
}

#resultats {
  --font-size: 1.2rem;
  --aside: 320px;
  background: #efefef;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  font-family: "Roboto Flex", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#resultats h1 {
  width: 100%;
  margin-bottom: 10px;
  position: sticky;
  z-index: 20;
  top: 65px;
  line-height: 60px;
  background: rgb(96, 117, 128);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  padding-left: 1rem;
  border-radius: 4px 4px 0 0;
}
#resultats .listTeams {
  width: calc(100% - var(--aside));
}
#resultats .listTeams .poule {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  box-shadow: 0 0 1rem white inset;
}
#resultats .listTeams .poule h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  font-size: 2rem;
  padding: 5px;
  border-top: 1px solid rgba(64, 75, 85, 0.3);
  padding-bottom: 5px;
  position: sticky;
  top: 122px;
  background: white;
  border-bottom: 1px solid rgba(64, 75, 85, 0.5);
  margin-bottom: 2rem;
}
#resultats .listTeams .poule h2 a {
  margin: 0;
  font-size: 1.5rem;
  flex-basis: 200px;
  background: rgb(16, 94, 127);
  transition: all 0.5s;
  color: white;
}
#resultats .listTeams .poule h2 a:hover {
  background: rgb(64, 75, 85);
}
#resultats .listTeams .poule a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  background: rgba(64, 75, 85, 0.1);
  border-radius: 3px;
  padding: 5px;
  margin: 5px;
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  transition: all 0.5s;
  flex-basis: calc(100% / var(--img) - 10px);
  text-align: center;
}
#resultats .listTeams .poule a img {
  width: 100%;
  max-width: 120px;
}
#resultats .listTeams .poule a:hover {
  background: rgba(16, 94, 127, 0.5);
}
#resultats p.teamGames {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
}
#resultats p.teamGames * {
  line-height: 40px;
  display: inline-block;
  height: 41px;
}
#resultats p.teamGames time {
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#resultats p.teamGames time.date {
  text-align: left;
  padding-left: 7px;
  width: 100%;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#resultats p.teamGames span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc(50% - 5px);
  background: rgba(64, 75, 85, 0.1);
  overflow: hidden;
}
#resultats p.teamGames span a {
  color: rgb(16, 94, 127);
  display: block;
  transition: all 0.5s;
}
#resultats p.teamGames span a:hover {
  background: rgba(244, 144, 159, 0.4);
  margin-left: -1em;
  padding-left: 1em;
  margin-right: -1em;
  padding-right: 1em;
  color: rgb(64, 75, 85);
}
#resultats p.teamGames span.eqL {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-right: 5px;
}
#resultats p.teamGames span.eqL strong {
  text-align: right;
}
#resultats p.teamGames span.eqR {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: 5px;
}
#resultats p.teamGames span strong {
  flex: 10;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0 5px;
}
#resultats p.teamGames span strong img {
  height: 35px;
  vertical-align: middle;
  margin: -2px 5px 0 5px;
}
#resultats p.teamGames span small {
  flex: 1;
  background: rgba(64, 75, 85, 0.05);
  text-align: center;
}
#resultats p.teamGames span big {
  flex: 2;
  background: rgba(64, 75, 85, 0.1);
  text-align: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 500;
}
#resultats p.teamGames span big.bo {
  background: rgba(156, 207, 38, 0.5);
}
#resultats p.teamCalendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
}
#resultats p.teamCalendar * {
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
#resultats p.teamCalendar time {
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.5rem;
}
#resultats p.teamCalendar time.date {
  text-align: left;
  padding-left: 7px;
  width: 100%;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#resultats p.teamCalendar time.heure {
  background: rgb(64, 75, 85);
  color: white;
  text-align: center;
  width: 50px;
  font-size: 1.2rem;
  padding: 0 5px;
  border-radius: 5px;
}
#resultats p.teamCalendar span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc((100% - 50px) / 2 - 5px);
  background: rgba(64, 75, 85, 0.1);
  overflow: hidden;
}
#resultats p.teamCalendar span a {
  color: rgb(16, 94, 127);
}
#resultats p.teamCalendar span.eqL {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-right: 5px;
}
#resultats p.teamCalendar span.eqL strong {
  text-align: right;
}
#resultats p.teamCalendar span.eqR {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: 5px;
}
#resultats p.teamCalendar span strong {
  flex: 10;
  padding: 0 10px;
  font-weight: 300;
  font-size: 1.2rem;
}
#resultats p.teamCalendar span strong img {
  height: 35px;
  vertical-align: middle;
  margin: -2px 5px 0 5px;
}
#resultats aside {
  padding-left: 3px;
  width: 300px;
}
#resultats aside h3 {
  background: rgb(244, 144, 159);
  color: white;
  padding: 4px 0;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}
#resultats aside h3:nth-of-type(2) {
  margin-top: 2em;
}
#resultats aside .otherTeams {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#resultats aside .otherTeams a {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  text-decoration: none;
  background: rgba(64, 75, 85, 0.1);
  border-radius: 3px;
  padding: 5px;
  margin: 5px;
  color: #404b55;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  transition: all 0.5s;
  flex-basis: 40%;
  text-align: center;
  font-size: 1.2rem;
}
#resultats aside .otherTeams a.pouleOff {
  background: rgb(64, 75, 85);
  color: white;
  font-size: 1.5rem;
}
#resultats aside .otherTeams a.pouleOff:hover {
  background: rgb(64, 75, 85);
  color: white;
}
#resultats aside .otherTeams a:hover {
  background: rgba(16, 94, 127, 0.5);
}
#resultats aside .otherTeams a.pouleOn {
  font-size: 1.5rem;
}
#resultats aside .otherTeams a img {
  width: 100%;
}

#menu-resultats.list-clubs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#menu-resultats a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem;
  background: rgba(64, 75, 85, 0.15);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  border-radius: 10px;
  color: rgb(64, 75, 85);
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
}
#menu-resultats section {
  box-shadow: 0 0 0.25rem rgba(64, 75, 85, 0.5);
  background: white;
  width: calc(100% - var(--aside));
  padding-bottom: 2rem;
}
#menu-resultats section h2 {
  width: 100%;
  padding: 0.5rem 1rem;
}
#menu-resultats section a img {
  width: 100px;
  margin: 0.5rem;
}

#teamDatas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - var(--aside));
  background: #efefef;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  padding-bottom: 5rem;
}
#teamDatas h1 {
  width: 100%;
  margin-bottom: 10px;
  position: sticky;
  z-index: 20;
  top: 65px;
  line-height: 60px;
  background: rgb(96, 117, 128);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  padding-left: 1rem;
  border-radius: 4px 4px 0 0;
}
#teamDatas h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #105e7f;
  color: white;
  text-align: center;
  position: sticky;
  top: 125px;
  z-index: 10;
  padding: 0.5rem 1rem;
  margin-top: -10px;
}
#teamDatas h2 select {
  font-size: 1.5rem;
  line-height: 100%;
}
#teamDatas h2 a {
  color: rgb(244, 144, 159);
}
#teamDatas #health {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#teamDatas #health span {
  --taille:30px;
  width: var(--taille);
  height: var(--taille);
  font-size: var(--taille);
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
#teamDatas #avg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#teamDatas #avg div {
  width: calc(25% - 20px);
  margin: 10px;
  background: rgba(64, 75, 85, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}
#teamDatas #avg div h3 {
  font-size: 1.5rem;
}
#teamDatas #avg div p {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
#teamDatas section {
  width: 100%;
  padding-bottom: 2rem;
}
#teamDatas section a {
  text-decoration: none;
}
#teamDatas section:nth-of-type(2) h2 {
  background: rgb(156, 207, 38);
}
#teamDatas section:nth-of-type(n + 3) h2 {
  background: rgb(248, 125, 58);
}
#teamDatas section p.teamGames {
  position: relative;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  width: 200px;
  height: 160px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(96, 117, 128, 0.3);
  margin: 3rem 1.5rem 0 1.5rem;
}
#teamDatas section p.teamGames time {
  position: absolute;
  z-index: 5;
  background: rgb(64, 75, 85);
  color: white;
  padding: 3px 1rem;
  transform: rotate(-2deg);
  left: 0;
  top: -0.65rem;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 1.3rem;
  width: 210px;
}
#teamDatas section p.teamGames time > span {
  font-family: "Alfa Slab One", serif;
  font-size: 1.2rem;
  position: absolute;
  right: -1.8rem;
  color: rgb(64, 75, 85);
  background: rgb(244, 144, 159);
  border-radius: 2rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  transform: rotate(6deg);
  top: -0.6rem;
  font-weight: 100;
}
#teamDatas section p.teamGames time > span.playoff {
  right: auto;
  left: -4px;
  width: 200px;
  top: auto;
  bottom: -156px;
  transform: rotate(2deg);
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 400;
}
#teamDatas section p.teamGames big {
  font-family: "Alfa Slab One", serif;
  font-size: 2.5rem;
  font-weight: 900;
  position: absolute;
  text-shadow: 0 0 2px black;
  -webkit-text-stroke: 1px #555;
  color: rgb(248, 125, 58);
  transform: rotate(5deg);
  position: absolute;
  left: 1.5rem;
  top: 4.2rem;
}
#teamDatas section p.teamGames big.green {
  color: rgb(156, 207, 38);
}
#teamDatas section p.teamGames > span {
  position: absolute;
}
#teamDatas section p.teamGames > span.team_left {
  left: 0;
  top: 15px;
}
#teamDatas section p.teamGames > span.team_left img {
  margin-left: 30px;
}
#teamDatas section p.teamGames > span.team_left big {
  margin-left: 1rem;
}
#teamDatas section p.teamGames > span.team_right {
  left: 90px;
  top: 15px;
}
#teamDatas section p.teamGames > span.team_right img {
  margin-top: 20px;
}
#teamDatas section p.teamGames > span.team_right big {
  margin-top: 20px;
}
#teamDatas section p.teamGames img {
  width: 100px;
}
#teamDatas section p.teamCalendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
}
#teamDatas section p.teamCalendar * {
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
#teamDatas section p.teamCalendar time {
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#teamDatas section p.teamCalendar time.date {
  text-align: left;
  padding-left: 7px;
  width: 100%;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#teamDatas section p.teamCalendar time.heure {
  background: rgb(64, 75, 85);
  color: white;
  text-align: center;
  width: 50px;
  font-size: 1.3rem;
  padding: 0 5px;
  border-radius: 5px;
}
#teamDatas section p.teamCalendar span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc((100% - 50px) / 2 - 5px);
  background: rgba(64, 75, 85, 0.1);
  overflow: hidden;
}
#teamDatas section p.teamCalendar span a {
  color: rgb(16, 94, 127);
}
#teamDatas section p.teamCalendar span.eqL {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-right: 5px;
}
#teamDatas section p.teamCalendar span.eqL strong {
  text-align: right;
}
#teamDatas section p.teamCalendar span.eqR {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: 5px;
}
#teamDatas section p.teamCalendar span strong {
  flex: 10;
  padding: 0 10px;
  font-weight: 400;
  font-size: 1.5rem;
}
#teamDatas section p.teamCalendar span strong img {
  height: 35px;
  vertical-align: middle;
  margin: -2px 5px 0 5px;
}
#teamDatas section.teamStandings:nth-of-type(2) h2 {
  background: rgb(156, 207, 38);
}
#teamDatas section.teamStandings:nth-of-type(3) h2 {
  background: rgb(248, 125, 58);
}
#teamDatas section.teamStandings .standingRow {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#teamDatas section.teamStandings .standingRow .standing {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.5rem;
}
#teamDatas section.teamStandings .standingRow .standing .red {
  background: rgba(212, 33, 78, 0.2);
}
#teamDatas section.teamStandings .standingRow .standing tr {
  border-bottom: 1px solid rgba(64, 75, 85, 0.2);
}
#teamDatas section.teamStandings .standingRow .standing tr > * {
  text-align: center;
  padding: 5px 0;
}
#teamDatas section.teamStandings .standingRow .standing tr:nth-of-type(1) {
  position: sticky;
}
#teamDatas section.teamStandings .standingRow .standing tr th {
  background: rgba(64, 75, 85, 0.95);
  color: white;
  font-weight: 100;
}
#teamDatas section.teamStandings .standingRow .standing tr td {
  vertical-align: middle;
}
#teamDatas section.teamStandings .standingRow .standing tr td a {
  color: rgb(34, 45, 55) !important;
  text-decoration: underline !important;
}
#teamDatas section.teamStandings .standingRow .standing tr td img {
  width: 40px;
  margin: 0 10px;
  vertical-align: middle;
}
#teamDatas section.teamStandings .standingRow .standing tr td.first {
  background: rgba(156, 207, 38, 0.3);
}
#teamDatas section.teamStandings .standingRow .standing tr td.second {
  background: rgba(244, 144, 159, 0.3);
}
#teamDatas section.teamStandings .standingRow .standing tr td.third {
  background: rgba(16, 94, 127, 0.3);
}
#teamDatas section.teamStandings .standingRow .standing tr td.last {
  background: rgba(64, 75, 85, 0.4);
}
#teamDatas section.teamStandings .standingRow .standing tr td:nth-of-type(2) {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#teamDatas section.teamStandings .standingRow .standing tr td:nth-of-type(2) div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#teamDatas section.teamStandings .standingRow .standing tr td:nth-of-type(2) div span {
  line-height: 1.1rem;
}
#teamDatas section.teamStandings .standingRow .standing tr td:nth-of-type(3) {
  font-weight: 400;
  background: rgba(248, 125, 58, 0.2);
}
#teamDatas section.teamStandings .standingRow .standing tr td:nth-of-type(n + 4) {
  font-weight: 400;
  font-size: 1.3rem;
}
#teamDatas section.teamResults {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}

#resultsDatas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - var(--aside));
}
#resultsDatas h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  width: 100%;
  background: #105e7f;
  color: white;
  text-align: center;
  position: sticky;
  top: 122px;
  z-index: 10;
  padding: 0 10px 5px 10px;
}
#resultsDatas h2 select {
  font-size: 1em;
  line-height: 100%;
}
#resultsDatas h2 a {
  color: rgb(156, 207, 38);
}
#resultsDatas #health {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#resultsDatas #health span {
  --taille:30px;
  width: var(--taille);
  height: var(--taille);
  font-size: var(--taille);
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
#resultsDatas #avg {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#resultsDatas #avg div {
  width: calc(25% - 20px);
  margin: 10px;
  background: rgba(64, 75, 85, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}
#resultsDatas #avg div h3 {
  font-size: 18px;
}
#resultsDatas #avg div p {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
#resultsDatas section {
  width: 100%;
}
#resultsDatas section a {
  text-decoration: none;
}
#resultsDatas section:nth-of-type(2) h2 {
  background: rgb(156, 207, 38);
}
#resultsDatas section:nth-of-type(n + 3) h2 {
  background: rgb(248, 125, 58);
}
#resultsDatas section p.teamGames {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
}
#resultsDatas section p.teamGames * {
  line-height: 40px;
  display: inline-block;
  height: 41px;
}
#resultsDatas section p.teamGames time {
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#resultsDatas section p.teamGames time.date {
  text-align: left;
  padding-left: 7px;
  width: 100%;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#resultsDatas section p.teamGames span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc(50% - 5px);
  background: rgba(64, 75, 85, 0.1);
  overflow: hidden;
}
#resultsDatas section p.teamGames span a {
  color: rgb(16, 94, 127);
  display: inline-block;
  transition: all 0.5s;
}
#resultsDatas section p.teamGames span a:hover {
  background: rgba(244, 144, 159, 0.4);
  margin-left: -1em;
  padding-left: 1em;
  margin-right: -1em;
  padding-right: 1em;
  color: rgb(64, 75, 85);
}
#resultsDatas section p.teamGames span.eqL {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-right: 5px;
}
#resultsDatas section p.teamGames span.eqL strong {
  text-align: right;
}
#resultsDatas section p.teamGames span.eqR {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: 5px;
}
#resultsDatas section p.teamGames span strong {
  flex: 10;
  font-weight: 300;
  font-size: 1.3rem;
  padding: 0 5px;
}
#resultsDatas section p.teamGames span strong img {
  height: 35px;
  vertical-align: middle;
  margin: -2px 5px 0 5px;
}
#resultsDatas section p.teamGames span small {
  flex: 1;
  background: rgba(64, 75, 85, 0.05);
  text-align: center;
}
#resultsDatas section p.teamGames span big {
  flex: 2;
  background: rgba(64, 75, 85, 0.1);
  text-align: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 500;
}
#resultsDatas section p.teamGames span big.bo {
  background: rgba(156, 207, 38, 0.5);
}
#resultsDatas section p.teamCalendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  width: 100%;
}
#resultsDatas section p.teamCalendar * {
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
#resultsDatas section p.teamCalendar time {
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 20px;
}
#resultsDatas section p.teamCalendar time.date {
  text-align: left;
  padding-left: 7px;
  width: 100%;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
#resultsDatas section p.teamCalendar time.heure {
  background: rgb(64, 75, 85);
  color: white;
  text-align: center;
  width: 50px;
  font-size: 16px;
  padding: 0 5px;
  border-radius: 5px;
}
#resultsDatas section p.teamCalendar span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: calc((100% - 50px) / 2 - 5px);
  background: rgba(64, 75, 85, 0.1);
  overflow: hidden;
}
#resultsDatas section p.teamCalendar span a {
  color: rgb(16, 94, 127);
}
#resultsDatas section p.teamCalendar span.eqL {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-right: 5px;
}
#resultsDatas section p.teamCalendar span.eqL strong {
  text-align: right;
}
#resultsDatas section p.teamCalendar span.eqR {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  margin-left: 5px;
}
#resultsDatas section p.teamCalendar span strong {
  flex: 10;
  padding: 0 10px;
  font-weight: 300;
  font-size: 18px;
}
#resultsDatas section p.teamCalendar span strong img {
  height: 35px;
  vertical-align: middle;
  margin: -2px 5px 0 5px;
}
#resultsDatas section.teamStandings:nth-of-type(2) h2 {
  background: rgb(156, 207, 38);
}
#resultsDatas section.teamStandings:nth-of-type(3) h2 {
  background: rgb(248, 125, 58);
}
#resultsDatas section.teamStandings .standingRow {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#resultsDatas section.teamStandings .standingRow .standing {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#resultsDatas section.teamStandings .standingRow .standing .red {
  background: rgba(212, 33, 78, 0.2);
}
#resultsDatas section.teamStandings .standingRow .standing tr {
  border-bottom: 1px solid rgba(64, 75, 85, 0.2);
}
#resultsDatas section.teamStandings .standingRow .standing tr > * {
  text-align: center;
  padding: 5px 0;
}
#resultsDatas section.teamStandings .standingRow .standing tr:nth-of-type(1) {
  position: sticky;
  top: 163px;
}
#resultsDatas section.teamStandings .standingRow .standing tr th {
  background: rgba(64, 75, 85, 0.95);
  color: white;
  font-weight: 100;
}
#resultsDatas section.teamStandings .standingRow .standing tr td {
  vertical-align: middle;
}
#resultsDatas section.teamStandings .standingRow .standing tr td img {
  width: 40px;
  margin: 0 10px;
}
#resultsDatas section.teamStandings .standingRow .standing tr td.first {
  background: rgba(156, 207, 38, 0.3);
}
#resultsDatas section.teamStandings .standingRow .standing tr td.second {
  background: rgba(244, 144, 159, 0.3);
}
#resultsDatas section.teamStandings .standingRow .standing tr td.third {
  background: rgba(16, 94, 127, 0.3);
}
#resultsDatas section.teamStandings .standingRow .standing tr td.last {
  background: rgba(64, 75, 85, 0.4);
}
#resultsDatas section.teamStandings .standingRow .standing tr td:nth-of-type(2) {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#resultsDatas section.teamStandings .standingRow .standing tr td:nth-of-type(3) {
  font-weight: 500;
  font-size: 18px;
  background: rgba(248, 125, 58, 0.2);
}

@media screen and (max-width: 768px) {
  #resultats {
    width: 95%;
  }
  #resultats .listTeams {
    width: 100%;
    order: 1;
  }
  #resultats .listTeams .poule h2 a {
    flex-basis: 38%;
    font-size: 1.2rem;
  }
  #resultats .listTeams .poule a {
    flex-basis: 40%;
  }
  #resultats aside {
    width: 100%;
  }
  #menu-resultats {
    width: 100%;
  }
  #menu-resultats section {
    width: 100%;
  }
  #menu-resultats.list-clubs {
    flex-direction: column;
  }
  #menu-resultats.list-clubs h1 {
    font-size: 1.5rem;
    padding: 0;
    line-height: auto;
    height: auto;
  }
  #menu-resultats.list-clubs h1 .back {
    display: inline-block;
    color: rgb(244, 144, 159);
    text-decoration: none;
    margin-right: 1rem;
    background: transparent;
    padding: 0 !important;
  }
  #teamDatas {
    width: 100%;
  }
  #teamDatas section.teamStandings .standingRow {
    display: block;
  }
  #teamDatas section.teamStandings .standingRow .standing {
    display: table;
    min-width: 200%;
    width: auto;
  }
  #teamDatas section.teamStandings .standingRow .standing th:first-child {
    position: sticky;
    left: 0;
    z-index: 12;
    background: rgba(64, 75, 85, 0.95) !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  #teamDatas section.teamStandings .standingRow .standing tr:nth-child(1) {
    top: 0;
  }
  #teamDatas section.teamStandings .standingRow .standing td:first-child {
    position: sticky;
    left: 0;
    z-index: 11;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  #teamDatas section.teamStandings .standingRow .standing td:first-child.first {
    background: rgba(156, 207, 38, 0.8) !important;
  }
  #teamDatas section.teamStandings .standingRow .standing td:first-child.second {
    background: rgba(244, 144, 159, 0.8) !important;
  }
  #teamDatas section.teamStandings .standingRow .standing td:first-child.third {
    background: rgba(16, 94, 127, 0.8) !important;
  }
  #teamDatas section.teamStandings .standingRow .standing td:first-child.last {
    background: rgba(64, 75, 85, 0.8) !important;
  }
  #teamDatas section.teamStandings .standingRow .standing th:nth-child(2) {
    position: sticky;
    left: 30px;
    z-index: 10;
    background: rgba(64, 75, 85, 0.95) !important;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
  #teamDatas section.teamStandings .standingRow .standing td:nth-child(2) {
    position: sticky;
    left: 30px;
    z-index: 9;
    background: white !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1.3rem;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    display: revert !important;
  }
  #resultsDatas {
    width: 100%;
  }
  #resultsDatas section.teamStandings .standingRow {
    display: block;
  }
  #resultsDatas section.teamStandings .standingRow .standing {
    display: table;
    min-width: 200%;
    width: auto;
  }
  #resultsDatas section.teamStandings .standingRow .standing th:first-child {
    position: sticky;
    left: 0;
    z-index: 12;
    background: rgba(64, 75, 85, 0.95) !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:first-child {
    position: sticky;
    left: 0;
    z-index: 11;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:first-child.first {
    background: rgba(156, 207, 38, 0.8) !important;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:first-child.second {
    background: rgba(244, 144, 159, 0.8) !important;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:first-child.third {
    background: rgba(16, 94, 127, 0.8) !important;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:first-child.last {
    background: rgba(64, 75, 85, 0.8) !important;
  }
  #resultsDatas section.teamStandings .standingRow .standing th:nth-child(2) {
    position: sticky;
    left: 30px;
    z-index: 10;
    background: rgba(64, 75, 85, 0.95) !important;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
  #resultsDatas section.teamStandings .standingRow .standing td:nth-child(2) {
    position: sticky;
    left: 30px;
    z-index: 9;
    background: white !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1.3rem;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}/*# sourceMappingURL=championnats.css.map */