.page-header--match {
  --match-header-background: #262261;
  --match-header-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--match-header-background);
  color: var(--match-header-color);
}

.page-header--match .page-header__images {
  display: flex;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header--match .page-header__images:before {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 34, 97, 0.8);
  content: "";
}

.page-header--match .page-header__image-wrapper {
  position: relative;
  height: 100%;
}

.page-header .page-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.w100 {
  width: 100px;
  text-align: center;
  font-weight: 700;
}

.td_equipe {
  width: 550px;
}

.league-table__form .button-tooltip {
  display: inline-block;
}

.league-table__form .form-abbreviation {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.1rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 0.8rem;
  letter-spacing: 0rem;
  border-radius: 100%;
}

.matchDetails .table thead {
  background-color: #fbfbfb;
}
.matchDetails .table thead th {
  color: #20265c;
  font-size: 0.9rem;
  vertical-align: middle;
  padding: 5px;
}
.matchDetails .table thead td {
  border-bottom: 1px solid #efefef;
  height: 5.7rem;
}
.matchDetails .table td {
  color: #fff;
}

.page-header--match .page-header__images:after {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 34, 97, 0) 42.15%, #262261 89.92%);
  content: "";
}

.page-header--match .wrapper-inner {
  width: calc(100% - var(--wrapper-padding) - var(--wrapper-padding));
}

.page-header--match .page-header__content {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.match-wrapper.svelte-lkkcqj {
  display: flex;
  z-index: 15;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 0 54px 0;
}

.match-team.svelte-6n8i0z.svelte-6n8i0z {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 104px;
  margin-top: 40px;
}

.match-team--home.svelte-6n8i0z.svelte-6n8i0z {
  justify-content: flex-end;
}

.match-team__data.svelte-6n8i0z.svelte-6n8i0z {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match-team.svelte-6n8i0z img.svelte-6n8i0z {
  width: 64px;
  height: auto;
  margin-bottom: 16px;
}

.match-team.svelte-6n8i0z h3.svelte-6n8i0z {
  font-size: 0.875rem;
}

.match-goals.svelte-6n8i0z.svelte-6n8i0z {
  margin-top: 8px;
  display: none;
}

.match-goals__goal.svelte-6n8i0z.svelte-6n8i0z {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.95;
  font-family: "Montserrat", verdana, "Campton", arial, sans-serif;
  text-transform: uppercase;
}

.match-goals__goal.svelte-6n8i0z.svelte-6n8i0z:not(:last-child) {
  margin-bottom: 16px;
}

.match-goals__minutes.svelte-6n8i0z.svelte-6n8i0z {
  display: flex;
}

.match-goals__player__assist.svelte-6n8i0z.svelte-6n8i0z {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Campton", arial, sans-serif;
  text-transform: none;
}

.match-data.svelte-qgqwok {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}

.match-date__date.svelte-1fo8d6z, .match-date__time.svelte-1fo8d6z {
  line-height: 0.95;
  font-family: "Montserrat", verdana, "Campton", arial, sans-serif;
}

.match-date__date.svelte-1fo8d6z {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.match-total-score.svelte-lno5ox {
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.95;
  font-family: "Montserrat", verdana, "Campton", arial, sans-serif;
}

.match-stats.svelte-1pjv487 {
  display: flex;
  z-index: 20;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin-top: -56px;
}

.match-stat.svelte-j9s6zi.svelte-j9s6zi {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  overflow: hidden;
  background-color: #0600ff;
}

.match-stat.svelte-j9s6zi.svelte-j9s6zi:not(:last-child) {
  margin-bottom: 16px;
}

.match-stat.svelte-j9s6zi h3.svelte-j9s6zi {
  z-index: 2;
  position: relative;
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.match-stat__data.svelte-j9s6zi.svelte-j9s6zi {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  width: 100%;
}

.match-stat.svelte-j9s6zi.svelte-j9s6zi:after {
  position: absolute;
  width: 133px;
  height: 0;
  padding-bottom: 133px;
  background-color: rgba(38, 34, 97, 0.1);
  content: "";
  mask-position: left bottom;
  mask-repeat: no-repeat;
  mask-size: contain;
  touch-action: none;
  top: 0;
  right: 0;
  mask-image: url(/images/misc/mask-inverted.svg);
  z-index: 1;
}

.formation__team {
  display: flex;
  flex-direction: column;
}

.formation__team__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.95;
  font-family: Montserrat, verdana, Campton, arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgba(236, 24, 70, 0.8);
}

.formation__team__formation, .formation__team__subtitle {
  font-weight: 600;
  line-height: 0.95;
  font-family: Montserrat, verdana, Campton, arial, sans-serif;
  text-transform: uppercase;
}

.formation__team__formation {
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: #262261;
}

.formation__team__players {
  width: 100%;
  margin: 0 0 0 -16px;
  padding: 0;
}

.formation__team__player {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 0.95;
  font-family: Montserrat, verdana, Campton, arial, sans-serif;
  /* text-transform: uppercase; */
  display: flex;
  padding: 8px 16px;
  color: #262261;
  list-style: none;
  cursor: pointer;
}

.formation__team__players__number {
  flex-shrink: 0;
  width: 40px;
}

.formation__team__player__name {
  flex-grow: 1;
}

.formation__team__player__events {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 40px;
  margin-left: 16px;
}

.formation__team--home .formation__team__player__events {
  justify-content: flex-start;
  margin: 0 16px 0 0;
}

.formation__team__player__event {
  fill: #262261;
  flex-shrink: 0;
  margin-left: 4px;
}

.formation__team__player__event:first-child {
  margin-left: 0;
}

.formation__team__subtitle {
  font-size: 1.25rem;
  margin: 56px 0 24px;
  color: rgba(236, 24, 70, 0.8);
}

.formation__team__formation, .formation__team__subtitle {
  font-weight: 600;
  line-height: 0.95;
  font-family: Montserrat, verdana, Campton, arial, sans-serif;
  text-transform: uppercase;
}

.formation__field {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  justify-self: center;
  width: 288px;
  height: 444px;
  background-image: url(../assets/global/img/formation.png);
  background-size: cover;
  background-color: #00d8be;
}

.formation__field__team {
  box-sizing: border-box;
  position: relative;
  height: 222px;
  padding: 16px;
}

.formation__field__team {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.formation__field__team--343.formation__field__team:nth-child(2), .formation__field__team--352.formation__field__team:nth-child(2), .formation__field__team--433.formation__field__team:nth-child(2), .formation__field__team--442.formation__field__team:nth-child(2), .formation__field__team--451.formation__field__team:nth-child(2), .formation__field__team--532.formation__field__team:nth-child(2), .formation__field__team--541.formation__field__team:nth-child(2) {
  grid-template-areas: "pos-i4 pos-h4 pos-g4 pos-f4 pos-e4 pos-d4 pos-c4 pos-b4 pos-a4" "pos-i3 pos-h3 pos-g3 pos-f3 pos-e3 pos-d3 pos-c3 pos-b3 pos-a3" "pos-i2 pos-h2 pos-g2 pos-f2 pos-e2 pos-d2 pos-c2 pos-b2 pos-a2" "pos-i1 pos-h1 pos-g1 pos-f1 pos-e1 pos-d1 pos-c1 pos-b1 pos-a1";
}

.formation__field__team--343, .formation__field__team--352, .formation__field__team--433, .formation__field__team--442, .formation__field__team--451, .formation__field__team--532, .formation__field__team--541 {
  grid-template-rows: repeat(4, 1fr);
}

.formation__field__team--343.formation__field__team:first-child, .formation__field__team--352.formation__field__team:first-child, .formation__field__team--433.formation__field__team:first-child, .formation__field__team--442.formation__field__team:first-child, .formation__field__team--451.formation__field__team:first-child, .formation__field__team--532.formation__field__team:first-child, .formation__field__team--541.formation__field__team:first-child {
  grid-template-areas: "pos-a1 pos-b1 pos-c1 pos-d1 pos-e1 pos-f1 pos-g1 pos-h1 pos-i1" "pos-a2 pos-b2 pos-c2 pos-d2 pos-e2 pos-f2 pos-g2 pos-h2 pos-i2" "pos-a3 pos-b3 pos-c3 pos-d3 pos-e3 pos-f3 pos-g3 pos-h3 pos-i3" "pos-a4 pos-b4 pos-c4 pos-d4 pos-e4 pos-f4 pos-g4 pos-h4 pos-i4";
}

.formation__field__player {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 0.95;
  font-family: Montserrat, verdana, Campton, arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  z-index: 2;
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #ec1846;
  color: #fff;
}

.formation__field__team--433 .formation__field__player:first-child {
  grid-area: pos-e1;
}

.formation__field__team--433 .formation__field__player:nth-child(2) {
  grid-area: pos-b2;
}

.formation__field__team--433 .formation__field__player:nth-child(3) {
  grid-area: pos-h2;
}

.formation__field__team--433 .formation__field__player:nth-child(4) {
  grid-area: pos-e3;
}

.formation__field__team--433 .formation__field__player:nth-child(5) {
  grid-area: pos-d2;
}
.formation__field__team--433 .formation__field__player:nth-child(6) {
  grid-area: pos-f2;
}
.formation__field__team--433 .formation__field__player:nth-child(7) {
  grid-area: pos-c3;
}
.formation__field__team--433 .formation__field__player:nth-child(8) {
  grid-area: pos-g3;
}
.formation__field__team--433 .formation__field__player:nth-child(9) {
  grid-area: pos-e4;
}
.formation__field__team--433 .formation__field__player:nth-child(10) {
  grid-area: pos-c4;
}
.formation__field__team--433 .formation__field__player:nth-child(11) {
  grid-area: pos-g4;
}

.formation__field__logo {
  z-index: 1;
  position: absolute;
  left: 34%;
  width: 32%;
  opacity: 0.4;
}

.formation__field__team:first-child .formation__field__logo {
  top: 32px;
}

.formation__field__team:nth-child(2) .formation__field__logo {
  bottom: 32px;
}

@media screen and (min-width: 30em) {
  .formation__team__title {
    font-size: 2.5rem;
  }
  .formation__team__formation {
    margin-bottom: 32px;
    font-size: 1.375rem;
  }
  .formation__team__player {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }
  .formation__field {
    width: 360px;
    height: 556px;
  }
  .formation__field__team {
    height: 278px;
  }
}
@media screen and (min-width: 40em) {
  .page-header--match {
    min-height: 584px;
  }
  .page-header--match .page-header__image-wrapper {
    width: 50%;
  }
  .page-header--match .breadcrumbs {
    max-width: 50%;
  }
  .match-wrapper.svelte-lkkcqj {
    padding: 88px 0;
  }
  .match-team.svelte-6n8i0z.svelte-6n8i0z {
    width: 200px;
  }
  .match-data.svelte-qgqwok {
    margin: 0 40px;
  }
  .formation__team--home {
    align-items: flex-end;
  }
}
@media screen and (min-width: 60em) {
  .match-team.svelte-6n8i0z.svelte-6n8i0z {
    width: 350px;
    margin-top: 0;
  }
  .match-team.svelte-6n8i0z img.svelte-6n8i0z {
    width: 120px;
  }
  .match-team.svelte-6n8i0z h3.svelte-6n8i0z {
    font-size: 1.5rem;
  }
  .match-goals.svelte-6n8i0z.svelte-6n8i0z {
    margin-top: 48px;
    display: block;
  }
  .match-goals__goal.svelte-6n8i0z.svelte-6n8i0z {
    flex-direction: row;
    font-size: 1.5rem;
  }
  .match-goals__goal.svelte-6n8i0z.svelte-6n8i0z:not(:last-child) {
    margin-bottom: 32px;
  }
  .match-team--home.svelte-6n8i0z .match-goals__goal.svelte-6n8i0z {
    justify-content: flex-end;
  }
  .match-team--home.svelte-6n8i0z .match-goals__goal .match-goals__minutes.svelte-6n8i0z {
    order: 1;
  }
  .match-goals__player.svelte-6n8i0z.svelte-6n8i0z {
    margin-left: 12px;
  }
  .match-team--home.svelte-6n8i0z .match-goals__goal .match-goals__player.svelte-6n8i0z {
    order: 0;
    margin-right: 12px;
    margin-left: 0;
    text-align: right;
  }
  .match-date__date.svelte-1fo8d6z {
    font-size: 1.25rem;
  }
  .match-total-score.svelte-lno5ox {
    font-size: 6rem;
  }
  .match-data.svelte-qgqwok {
    margin: 0 100px;
  }
  .match-stats.svelte-1pjv487 {
    flex-direction: row;
  }
  .match-stat.svelte-j9s6zi.svelte-j9s6zi {
    padding: 32px 16px;
  }
  .match-stat.svelte-j9s6zi.svelte-j9s6zi:not(:last-child) {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .match-stat.svelte-j9s6zi h3.svelte-j9s6zi {
    font-size: 2rem;
  }
  .formation__field {
    margin-top: 48px;
  }
}
.formation__team--home .formation__team__player {
  flex-direction: row-reverse;
  text-align: right;
}

.formation__team__player.highlight {
  background-color: #0600ff;
  color: #fff;
}

/*# sourceMappingURL=match.css.map */
