/* Ranking */
/* line 3, ../sass/theme.scss */
.ranking .tabs {
  display: flex;
}
/* line 5, ../sass/theme.scss */
.ranking .tabs a {
  color: var(--e-global-color-accent);
  margin-right: 25px;
}
/* line 8, ../sass/theme.scss */
.ranking .tabs a.active {
  font-weight: bold;
}
/* line 13, ../sass/theme.scss */
.ranking .pool {
  margin-bottom: 15px;
  display: none;
}
/* line 16, ../sass/theme.scss */
.ranking .pool.hcc-pool {
  display: table;
}
/* line 20, ../sass/theme.scss */
.ranking .pool thead tr {
  background-color: var(--e-global-color-primary);
}
/* line 22, ../sass/theme.scss */
.ranking .pool thead tr th {
  color: white;
  padding: 12px;
  font-weight: 600;
  border-left: 2px solid #19213C;
  border-right: 2px solid #19213C;
}
/* line 32, ../sass/theme.scss */
.ranking .pool tbody tr:nth-child(2n + 2) td {
  background-color: var(--e-global-color-7b40dc7);
}
/* line 36, ../sass/theme.scss */
.ranking .pool td, .ranking .pool th {
  padding: 10px !important;
  vertical-align: middle;
  border: none;
}
/* line 40, ../sass/theme.scss */
.ranking .pool td.logo, .ranking .pool th.logo {
  padding: 0 10px !important;
  vertical-align: middle;
}
/* line 44, ../sass/theme.scss */
.ranking .pool td:not(.team), .ranking .pool th:not(.team) {
  text-align: center;
}
/* line 47, ../sass/theme.scss */
.ranking .pool td img, .ranking .pool th img {
  max-height: 40px;
}
/* line 50, ../sass/theme.scss */
.ranking .pool td.last_scores, .ranking .pool th.last_scores {
  vertical-align: middle;
  width: 170px;
}
/* line 53, ../sass/theme.scss */
.ranking .pool td.last_scores > div, .ranking .pool th.last_scores > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 57, ../sass/theme.scss */
.ranking .pool td.last_scores > div div, .ranking .pool th.last_scores > div div {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: grey;
  font-size: 16px;
  line-height: 25px;
  color: white;
}
/* line 65, ../sass/theme.scss */
.ranking .pool td.last_scores > div div.win, .ranking .pool th.last_scores > div div.win {
  background-color: #5BAF06;
}
/* line 68, ../sass/theme.scss */
.ranking .pool td.last_scores > div div.lose, .ranking .pool th.last_scores > div div.lose {
  background-color: #CD132A;
}
/* line 76, ../sass/theme.scss */
.ranking .information-ranking {
  margin-bottom: 30px;
}
/* line 78, ../sass/theme.scss */
.ranking .information-ranking h3 {
  margin-top: 30px;
}
/* line 81, ../sass/theme.scss */
.ranking .information-ranking ul {
  margin-left: 60px;
}

@media (max-width: 767px) {
  /* line 90, ../sass/theme.scss */
  .ranking .pool th {
    font-size: 15px;
  }
  /* line 93, ../sass/theme.scss */
  .ranking .pool td {
    height: 50px;
    font-size: 14px;
    line-height: 18px;
  }
  /* line 97, ../sass/theme.scss */
  .ranking .pool td.logo {
    min-width: 50px;
  }
  /* line 103, ../sass/theme.scss */
  .ranking .information-ranking ul {
    margin-left: 20px;
  }
}
@media (max-width: 1025px) {
  /* line 111, ../sass/theme.scss */
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 767px) {
  /* line 117, ../sass/theme.scss */
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 122, ../sass/theme.scss */
  .hide-mobile {
    display: none !important;
  }
}
/* line 127, ../sass/theme.scss */
.calendar h2 {
  font-family: "Work Sans";
  font-size: 30px;
  color: #19213C;
  font-weight: 600;
  text-align: center;
}
/* line 134, ../sass/theme.scss */
.calendar .saison-selector {
  max-width: 170px;
  margin-bottom: 40px;
}
/* line 138, ../sass/theme.scss */
.calendar .tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #F3F2FD;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
/* line 146, ../sass/theme.scss */
.calendar .tabs a {
  color: #19213C;
  text-transform: uppercase;
  padding: 13px 35px;
}
/* line 150, ../sass/theme.scss */
.calendar .tabs a.all-month {
  background-color: #19213C;
  color: #F3F2FD;
  font-weight: 600;
  font-family: Montserrat;
  font-size: 18px;
  padding: 13px 30px;
  margin-right: 10px;
}
/* line 159, ../sass/theme.scss */
.calendar .tabs a.active {
  color: #19213C;
  background-color: #F3F2FD;
  font-weight: bold;
  border-bottom: 4px solid #19213C;
  padding-bottom: 9px;
}
/* line 166, ../sass/theme.scss */
.calendar .tabs a.navigation {
  padding: 13px 10px;
}
/* line 171, ../sass/theme.scss */
.calendar .match-month {
  display: none;
}
/* line 176, ../sass/theme.scss */
.calendar .match.table-clickable-row:hover {
  background-color: var(--e-global-color-7b40dc7);
}
/* line 181, ../sass/theme.scss */
.calendar .match td {
  vertical-align: middle;
  border-color: #19213C;
}
/* line 184, ../sass/theme.scss */
.calendar .match td.teams {
  width: 60%;
}
/* line 186, ../sass/theme.scss */
.calendar .match td.teams > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
/* line 191, ../sass/theme.scss */
.calendar .match td.teams > div .receveur, .calendar .match td.teams > div .visiteur {
  width: 42.5%;
}
@media screen and (max-width: 992px) {
  /* line 191, ../sass/theme.scss */
  .calendar .match td.teams > div .receveur, .calendar .match td.teams > div .visiteur {
    width: 30%;
  }
}
/* line 196, ../sass/theme.scss */
.calendar .match td.teams > div .receveur img, .calendar .match td.teams > div .visiteur img {
  max-height: 60px;
}
/* line 200, ../sass/theme.scss */
.calendar .match td.teams > div .receveur {
  text-align: right;
}
/* line 203, ../sass/theme.scss */
.calendar .match td.teams > div .date-or-score {
  width: 15%;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  /* line 203, ../sass/theme.scss */
  .calendar .match td.teams > div .date-or-score {
    width: 40%;
  }
}
/* line 213, ../sass/theme.scss */
.calendar .match td.date-match {
  background-color: #F3F2FD;
  width: 80px;
}
/* line 216, ../sass/theme.scss */
.calendar .match td.date-match > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 221, ../sass/theme.scss */
.calendar .match td.date-match > div span {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
/* line 225, ../sass/theme.scss */
.calendar .match td.date-match > div span.month {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 27px;
}
/* line 234, ../sass/theme.scss */
.calendar .match .comp-info {
  display: flex;
  flex-direction: column;
  line-height: 25px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  /* line 234, ../sass/theme.scss */
  .calendar .match .comp-info {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* line 248, ../sass/theme.scss */
  .calendar .saison-selector {
    display: flex;
    justify-content: center;
    max-width: unset;
    margin-bottom: 20px;
  }
  /* line 254, ../sass/theme.scss */
  .calendar .tabs {
    justify-content: space-between;
    background-color: #FFFFFF;
  }
  /* line 257, ../sass/theme.scss */
  .calendar .tabs a {
    display: none;
  }
  /* line 259, ../sass/theme.scss */
  .calendar .tabs a.active {
    display: block;
    border: none;
    background-color: #FFFFFF;
  }
  /* line 264, ../sass/theme.scss */
  .calendar .tabs a.navigation {
    display: block;
  }
  /* line 271, ../sass/theme.scss */
  .calendar .match td.teams {
    padding: 0;
  }
  /* line 274, ../sass/theme.scss */
  .calendar .match td.teams > div .date-or-score {
    font-size: 14px;
  }
  /* line 280, ../sass/theme.scss */
  .calendar .match td.date-match > div {
    min-width: 40px;
  }
  /* line 282, ../sass/theme.scss */
  .calendar .match td.date-match > div span {
    font-size: 23px;
  }
  /* line 284, ../sass/theme.scss */
  .calendar .match td.date-match > div span.month {
    font-size: 15px;
  }
  /* line 291, ../sass/theme.scss */
  .calendar .match .comp-info {
    font-size: 12px;
  }
}
/* Start Feuille de match */
/* line 300, ../sass/theme.scss */
#feuille-match {
  background-color: var(--e-global-color-primary);
  padding: 15px 15px 0;
}
/* line 304, ../sass/theme.scss */
#feuille-match #content-fm {
  color: white;
  padding-bottom: 20px;
}
/* line 308, ../sass/theme.scss */
#feuille-match #content-fm .journee {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
/* line 316, ../sass/theme.scss */
#feuille-match #content-fm .date-stade {
  font-size: 20px;
  text-align: center;
}
/* line 321, ../sass/theme.scss */
#feuille-match #content-fm .nb-spectateur {
  text-align: center;
}
/* line 325, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 331, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext,
#feuille-match #content-fm .bloc-affiche .dom {
  height: 200px;
}
/* line 335, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext .club,
#feuille-match #content-fm .bloc-affiche .dom .club {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 335, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .ext .club,
  #feuille-match #content-fm .bloc-affiche .dom .club {
    font-size: 18px;
  }
}
/* line 345, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext .logo,
#feuille-match #content-fm .bloc-affiche .dom .logo {
  max-height: 100%;
  max-width: 16vw;
}
/* line 351, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext, #feuille-match #content-fm .bloc-affiche .dom, #feuille-match #content-fm .bloc-affiche .score {
  flex: 1 1 0;
}
/* line 355, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .dom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* line 360, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .dom .club {
  padding-right: 22px;
  text-align: right;
}
/* line 366, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 371, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .ext .club {
  padding-left: 22px;
  order: 1;
}
/* line 377, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .score {
  text-align: center;
}
/* line 380, ../sass/theme.scss */
#feuille-match #content-fm .bloc-affiche .score .final {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  padding: 17px 0 8px;
}
@media (max-width: 767px) {
  /* line 380, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .score .final {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 392, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .dom, #feuille-match #content-fm .bloc-affiche .ext {
    justify-content: center;
  }
  /* line 396, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .dom .club, #feuille-match #content-fm .bloc-affiche .ext .club {
    text-align: center;
    padding: 0;
  }
  /* line 401, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .dom {
    flex-direction: column-reverse;
  }
  /* line 404, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-affiche .ext {
    flex-direction: column;
  }
}
/* line 410, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition {
  padding-bottom: 30px;
}
/* line 413, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .wts_tabs {
  display: flex;
  list-style-type: none;
}
/* line 417, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .wts_tabs li {
  flex: 1 1 0;
  margin: 10px;
}
/* line 421, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .wts_tabs li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  background: var(--e-global-color-secondary);
}
/* line 427, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .wts_tabs li a:hover {
  color: var(--e-global-color-primary);
}
/* line 434, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .compos-content {
  display: flex;
  justify-content: space-between;
}
/* line 438, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .compos-content .team-compo {
  flex: 1 1 auto;
  margin: 10px;
}
/* line 442, ../sass/theme.scss */
#feuille-match #content-fm .bloc-composition .compos-content .team-compo .titre {
  border-bottom: 1px solid #c2c2c2;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 442, ../sass/theme.scss */
  #feuille-match #content-fm .bloc-composition .compos-content .team-compo .titre {
    text-align: center;
  }
}

/* End Feuille de match */
/* Last and next match */
/* line 463, ../sass/theme.scss */
.container-last-match, .container-next-match {
  /* Responsive */
}
/* line 465, ../sass/theme.scss */
.container-last-match .label-last-match h4, .container-last-match .label-next-match h4, .container-next-match .label-last-match h4, .container-next-match .label-next-match h4 {
  color: var(--e-global-color-56d0c0d);
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
/* line 474, ../sass/theme.scss */
.container-last-match .match_and_links, .container-next-match .match_and_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* line 478, ../sass/theme.scss */
.container-last-match .match_and_links .match, .container-next-match .match_and_links .match {
  display: flex;
  align-items: center;
}
/* line 482, ../sass/theme.scss */
.container-last-match .match_and_links .match .score, .container-next-match .match_and_links .match .score {
  margin: 0 15px;
  color: var(--e-global-color-56d0c0d);
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 491, ../sass/theme.scss */
.container-last-match .match_and_links .match img, .container-next-match .match_and_links .match img {
  max-width: 100px;
}
/* line 496, ../sass/theme.scss */
.container-last-match .match_and_links .links ul, .container-last-match .match_and_links .description ul, .container-next-match .match_and_links .links ul, .container-next-match .match_and_links .description ul {
  margin: 0 0 0 15px;
  list-style: none;
}
/* line 499, ../sass/theme.scss */
.container-last-match .match_and_links .links ul li, .container-last-match .match_and_links .description ul li, .container-next-match .match_and_links .links ul li, .container-next-match .match_and_links .description ul li {
  color: var(--e-global-color-56d0c0d);
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
/* line 505, ../sass/theme.scss */
.container-last-match .match_and_links .links ul li a.link_billeterie, .container-last-match .match_and_links .description ul li a.link_billeterie, .container-next-match .match_and_links .links ul li a.link_billeterie, .container-next-match .match_and_links .description ul li a.link_billeterie {
  border-radius: 0;
  padding: 14px 20px;
}
/* line 509, ../sass/theme.scss */
.container-last-match .match_and_links .links ul li.button-reservation, .container-last-match .match_and_links .description ul li.button-reservation, .container-next-match .match_and_links .links ul li.button-reservation, .container-next-match .match_and_links .description ul li.button-reservation {
  margin-top: 10px;
}
/* line 514, ../sass/theme.scss */
.container-last-match .match_and_links .links.no-match, .container-last-match .match_and_links .description.no-match, .container-next-match .match_and_links .links.no-match, .container-next-match .match_and_links .description.no-match {
  margin-top: 10px;
}
/* line 516, ../sass/theme.scss */
.container-last-match .match_and_links .links.no-match p, .container-last-match .match_and_links .description.no-match p, .container-next-match .match_and_links .links.no-match p, .container-next-match .match_and_links .description.no-match p {
  color: var(--e-global-color-56d0c0d);
  font-size: 16px;
}
@media (max-width: 1025px) {
  /* line 526, ../sass/theme.scss */
  .container-last-match .label-next-match h4, .container-last-match .label-last-match h4, .container-next-match .label-next-match h4, .container-next-match .label-last-match h4 {
    text-align: center;
  }
  /* line 530, ../sass/theme.scss */
  .container-last-match .match_and_links, .container-next-match .match_and_links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 535, ../sass/theme.scss */
  .container-last-match .match_and_links .links ul, .container-last-match .match_and_links .description ul, .container-next-match .match_and_links .links ul, .container-next-match .match_and_links .description ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
  /* line 547, ../sass/theme.scss */
  .container-last-match .match_and_links .match, .container-next-match .match_and_links .match {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  /* line 554, ../sass/theme.scss */
  .container-last-match .container-last-match, .container-next-match .container-last-match {
    display: none;
  }
  /* line 558, ../sass/theme.scss */
  .container-last-match .match_and_links .match, .container-next-match .match_and_links .match {
    justify-content: center;
  }
}

/* END Last and next match */
/* line 567, ../sass/theme.scss */
#season-selector {
  position: relative;
  max-width: 170px;
}
/* line 571, ../sass/theme.scss */
#season-selector select {
  padding: 0 50px 0 0;
  background-color: #FFFFFF;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #19213c;
  font-family: "Work Sans";
  font-size: 17px;
  color: #19213C;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
/* line 588, ../sass/theme.scss */
#season-selector select + i {
  position: absolute;
  top: 10px;
  right: 5px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
  font-size: 21px;
}
