.calendar .fixedSidebar {
  width: 100%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  order: 0;
}
.calendar .fixedSidebar:first-child {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .calendar .fixedSidebar {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .calendar .fixedSidebar.active {
    padding: 0 0.8rem;
  }
  .calendar .fixedSidebar:first-child {
    margin-top: 0;
  }
}
.calendar .badge-image-container .badge-image {
  vertical-align: middle;
}
.calendar .badge-image-container .badge-image--20 {
  width: 1rem;
  height: 1rem;
}
.calendar .badge-image-container .badge-image--25 {
  width: 1.5rem;
  height: 1.5rem;
}
.calendar .badge-image-container .badge-image--26 {
  width: 1.6rem;
  height: 1.6rem;
}
.calendar .badge-image-container .badge-image--30 {
  width: 2rem;
  height: 2rem;
}
.calendar .badge-image-container .badge-image--32 {
  width: 2.2rem;
  height: 2.2rem;
}
.calendar .badge-image-container .badge-image--38 {
  width: 2.8rem;
  height: 2.8rem;
}
.calendar .badge-image-container .badge-image--40 {
  width: 2rem;
  height: 2rem;
}
.calendar .badge-image-container .badge-image--50 {
  width: 3rem;
  height: 3rem;
}
.calendar .badge-image-container .badge-image--66 {
  width: 4.6rem;
  height: 4.6rem;
}
.calendar .badge-image-container .badge-image--70 {
  width: 6rem;
  height: 6rem;
}
.calendar .badge-image-container .badge-image--78 {
  width: 6.8rem;
  height: 6.8rem;
}
.calendar .badge-image-container .badge-image--80 {
  width: 7rem;
  height: 7rem;
}
.calendar .badge-image-container .badge-image--100 {
  width: 9rem;
  height: 9rem;
}
.calendar .badge-image-container .badge-image--120 {
  width: 12rem;
  height: 12rem;
}
.calendar .fixtures-abridged-header {
  background-color: #fff;
  border: 1px solid #ebe5eb;
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  padding-bottom: 0.8rem;
}
.calendar .fixtures-abridged-header__header {
  position: relative;
  width: 100%;
  height: 3.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 0 1rem;
  background-image: url(http://linafp.com/i/elements/backgrounds/sm-header-pattern.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar .fixtures-abridged-header__title {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #2B333F;
  text-align: center;
}
.calendar .fixtures-abridged-header__competition-image {
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  height: 4rem;
}
.calendar .fixtures-abridged-header__local-time {
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 1rem;
}
.calendar .fixtures-abridged-header__local-time {
  color: #333333;
}
.calendar .fixtures-abridged-header__local-time .bold, .calendar .fixtures-abridged-header__local-time span {
  font-weight: 400;
}
@media (max-width: 700px) {
  .calendar .fixtures-abridged-header {
    margin: 0;
  }
}
.calendar .fixtures-abridged {
  position: relative;
  background: #fff; /*
margin-bottom: 4rem;*/
  border-radius: 0 0 0.8rem 0.8rem;
  border: 1px solid #ebe5eb;
  border-top: none;
  padding-bottom: 0.8rem;
}
.calendar .fixtures-abridged .global-btn, .calendar .fixtures-abridged .icon-button {
  margin: 0.8rem 0.8rem 0;
  width: calc(100% - 6.5rem);
}
.calendar .fixtures-abridged .icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4rem;
  background-color: #fff;
  color: #37003c;
  border: 0.1rem solid #ebe5eb;
  border-radius: 0.4rem;
  padding: 0.75rem 2.6rem;
  transition: background-color 0.2s ease-in-out;
}
.calendar .fixtures-abridged .icon-button__icon {
  fill: #37003c;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem;
}
.calendar .fixtures-abridged .icon-button:focus, .calendar .fixtures-abridged .icon-button:hover {
  background-color: #f5f2f5;
  cursor: pointer;
}
@media (max-width: 700px) {
  .calendar .fixtures-abridged {
    margin: 0 0 2rem;
  }
}
.calendar .live-animation {
  display: inline-block;
}
.calendar .live-animation span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.9rem;
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
  animation: b 2s infinite;
  display: block;
  margin: 0 auto;
}

.table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  color: #37003c;
}

.toggle {
  padding: 0.2rem;
  border-radius: 0.3rem;
  display: inline-block;
}

.toggle-btn {
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.toggle-btn.is-active .toggle-btn__toggle {
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
}

.toggle-btn.is-active .toggle-btn__text {
  display: none;
}

.toggle-btn.is-active .toggle-btn__text--active {
  display: inline-block;
}

.toggle-btn__live-text {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2.1rem;
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
}

.toggle-btn__toggle {
  width: 32px;
  height: 18px;
  padding: 1px;
  border-radius: 9px;
  background-color: #9c9c96;
  transition: all 0.2s;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0.5rem;
}

.toggle-btn__text {
  display: inline-block;
}

.toggle-btn__text--active {
  display: none;
}

@media (max-width: 700px) {
  .toggle-btn {
    margin: auto auto 1rem;
    justify-content: space-between;
  }
}
.plBroadcastModal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(55, 0, 60, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plBroadcastModal .close {
  display: block;
  position: absolute;
  top: 3rem;
  right: 0;
  text-indent: -9999px;
  background: #fff;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 11;
  overflow: hidden;
}

.plBroadcastModal .close:focus, .plBroadcastModal .close:hover {
  background: #f5f2f5;
}

.plBroadcastModal .close:before {
  content: "";
  display: block;
  background-image: url(http://linafp.com/i/elements/icons/close-purple.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.plBroadcastModal.open {
  visibility: visible;
  opacity: 1;
}

.plBroadcastModal .close {
  top: -3rem;
}

.plBroadcastModalContent {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 133.6rem;
  height: 100%;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  color: #fff;
  position: relative;
}

[data-old-modal] {
  width: 100% !important;
  max-width: 140rem !important;
  height: auto !important;
  padding-top: 6.6rem !important;
  padding-bottom: 2rem !important;
}

.match-fixture {
  text-decoration: none;
  position: relative;
}

.match-fixture--no-link {
  pointer-events: none;
}

.match-fixture--abridged.match-fixture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.3rem 0.8rem;
  position: relative;
  color: #37003c;
}

.match-fixture--abridged.match-fixture:focus, .match-fixture--abridged.match-fixture:hover {
  background: linear-gradient(98.5deg, #05f0ff -46.16%, #7367ff 42.64%, #963cff 70.3%);
  color: #fff;
}

.match-fixture--abridged.match-fixture:focus:after, .match-fixture--abridged.match-fixture:hover:after {
  content: none;
}

.match-fixture--abridged.match-fixture:focus .match-fixture__team-name, .match-fixture--abridged.match-fixture:focus time, .match-fixture--abridged.match-fixture:hover .match-fixture__team-name, .match-fixture--abridged.match-fixture:hover time {
  color: #fff;
}

.match-fixture--abridged.match-fixture:focus .match-fixture__end-icon, .match-fixture--abridged.match-fixture:hover .match-fixture__end-icon {
  margin-right: 0.8rem;
  margin-left: 1.6rem;
}

.match-fixture--abridged.match-fixture:focus .match-fixture__icon, .match-fixture--abridged.match-fixture:hover .match-fixture__icon {
  fill: #fff;
}

.match-fixture--abridged.match-fixture:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  right: 0.8rem;
  background-color: #efefef;
  height: 0.1rem;
}

.match-fixture--abridged.match-fixture.live:focus, .match-fixture--abridged.match-fixture.live:hover {
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
}

.match-fixture--abridged.match-fixture .match-fixture__team:first-of-type {
  padding-right: 6.6rem;
}

.match-fixture--abridged.match-fixture .match-fixture__team:first-of-type .badge {
  right: 3rem;
}

.match-fixture--abridged.match-fixture .match-fixture__team:not(:first-of-type) {
  padding-left: 6.6rem;
}

.match-fixture--abridged.match-fixture .match-fixture__team:not(:first-of-type) .badge {
  left: 3rem;
}

.match-fixture--abridged.match-fixture .match-fixture__team-name {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.match-fixture--abridged.match-fixture time {
  height: 2.5rem;
  width: 4.3rem;
  font-size: 1rem;
  line-height: 1.1rem;
  top: 0.5rem;
}

.match-fixture__team {
  /* width: 50%;*/
  padding-left: 7.8rem;
  position: relative;
  text-align: left;
}

.match-fixture__team:not(:first-of-type) .badge {
  left: 4rem;
  top: -0.4rem;
}

.match-fixture__team:first-of-type {
  text-align: right;
  padding-left: 0;
  padding-right: 7.8rem;
}

.match-fixture__team:first-of-type .badge {
  right: 3.7rem;
  top: -0.4rem;
}

.match-fixture__team-name {
  font-weight: 400;
  color: #37003c;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.match-fixture__team-name abbr {
  text-decoration: none;
}

.match-fixture time, .match-fixture__score {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 0.4rem;
  width: 4.8rem;
  height: 2.8rem;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  background: transparent;
  line-height: 3.2rem;
}

.match-fixture time {
  background: 0 0;
  font-size: 1.6rem;
  width: 5.2rem;
  border: 0.1rem solid #ebe5eb;
}

.match-fixture__abbr {
  display: none;
}

.match-fixture .badge {
  position: absolute;
}

.match-fixture__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: inherit;
  position: absolute;
  right: 1.6rem;
  top: 2rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 1023px) {
  .match-fixture__container {
    flex-wrap: wrap;
  }
  .match-fixture__teams {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .match-fixture__team:first-of-type {
    padding-right: 6.3rem;
  }
  .match-fixture__team:first-of-type .badge {
    right: 2.6rem;
  }
  .match-fixture__team:not(:first-of-type) {
    padding-left: 6.3rem;
  }
  .match-fixture__team:not(:first-of-type) .badge {
    left: 2.7rem;
  }
  .match-fixture time {
    width: 4.3rem;
    height: 2.5rem;
    font-size: 1.4rem;
  }
  .match-fixture__end-container {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .match-fixture__end-container .match-fixture__highlights {
    margin-top: 1rem;
  }
  .match-fixture__end-icon {
    position: absolute;
    right: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .match-fixture__team-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  .match-fixture--abridged.match-fixture .match-fixture__team:first-of-type .badge, .match-fixture--abridged.match-fixture .match-fixture__team:not(:first-of-type) .badge {
    margin-top: -0.4rem;
  }
  .match-fixture--abridged.match-fixture .match-fixture__team-name {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.league-table-sm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ebe5eb;
  border-radius: 0.8rem;
  margin: 1.6rem 0;
  background: #fff;
}

.league-table-sm .global-btn {
  margin: 1.2rem 0.5rem 0.5rem;
  justify-content: center;
  gap: 0.8rem;
}

.league-table-sm__header-wrapper + .toggle-btn {
  margin-top: 0.6rem;
  margin-bottom: -0.6rem;
}

.fixtures-abridged__day-container.multipleMatches:not(:last-of-type) {
  /* margin-bottom: .4rem*/
}

.fixtures-abridged__date {
  font-weight: 700;
  display: block;
  font-size: 0.9rem;
  color: #0e0e0e;
  line-height: 1.1rem;
  text-align: center;
  padding-top: 0.8rem;
  text-wrap: nowrap;
  min-width: 10rem;
  min-height: 2rem;
  background-color: rgba(0, 214, 91, 0.33);
}

.match-fixture--abridged.match-fixture.live .match-fixture__score {
  font-weight: 400;
}

.match-fixture--abridged.match-fixture.live .match-fixture__score, .match-fixture--abridged.match-fixture.live:focus, .match-fixture--abridged.match-fixture.live:hover {
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
}

.match-fixture--abridged.match-fixture.live:focus .match-fixture__score, .match-fixture--abridged.match-fixture.live:hover .match-fixture__score {
  background-color: #fff;
  color: #37003c;
}

.match-fixture--abridged.match-fixture.live:focus .match-fixture__score span, .match-fixture--abridged.match-fixture.live:hover .match-fixture__score span {
  color: #37003c;
}

.match-fixture.live .match-fixture__score {
  font-weight: 400;
}

.match-fixture.live .match-fixture__score, .match-fixture.live:focus .match-fixture__container, .match-fixture.live:hover .match-fixture__container {
  background: linear-gradient(245.98deg, #ff6900 -48.99%, #ff6604 -32.53%, #ff6010 -14.01%, #ff5625 4.51%, #ff4743 23.03%, #ff3468 41.55%, #ff2882 53.89%, #963cff 156.77%);
}

.match-fixture.live:focus .match-fixture__score, .match-fixture.live:hover .match-fixture__score {
  background: #fff;
  color: #37003c;
}

.match-fixture.live:focus .match-fixture__score span, .match-fixture.live:hover .match-fixture__score span {
  color: #37003c;
}

.match-fixture.live:focus .match-fixture__minutes strong, .match-fixture.live:hover .match-fixture__minutes strong {
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}

.match-fixture__score, .match-fixture time {
  width: 4.3rem;
  height: 2.5rem;
  font-size: 1.1rem;
}

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