<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mc-header_match-container {
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
    min-height: 20rem;
    padding: 3.125rem 0;
    position: relative;
    z-index: 20;
}

.mc-header_pad{
	 padding: 1.55rem 0;
}

.mc-header_meta {
    display: block;
    font-size: .75rem;
    opacity: 1;
    border-bottom: none;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: center;
}

.mc-header_location {
    padding-bottom: .3125rem;
}

.mc-header_date {
    display: inline;
    font-weight: 500;
    margin-right: .4rem;
}

.mc-header_referee li {
    display: inline;
}

.mc-header_referee .title {
    font-weight: 500;
    margin-right: .2rem;
}

.mc-header_match-container .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
    max-height: 10rem;
    transition: max-height .4s,padding .2s;
    font-size: 2.25rem;
    font-weight: 500;
}

.mc-header_match-container .countdown_content {
    text-transform: uppercase;
    opacity: .8;
    font-weight: 500;
    font-size: .75rem;
    margin-bottom: .3125rem;
}

.mc-header_match-container .countdown_clock, .mc-header_match-container .countdown_clock-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mc-header_match-container .countdown_count {
    font-size: 2.25rem;
    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;
    min-width: 4.5rem;
}

.mc-header_match-container .countdown_value {
    font-weight: 500;
}

.mc-header_match-container .countdown_count-label {
    font-size: 0.625rem;
    opacity: .8;
    text-transform: uppercase;
}

.mc-header_match-container .countdown_separator {
    margin: .3125rem .5rem;
    font-size: 1.75rem;
}

.match-item_kickoff {
    display: block;
    width: 6.25rem; 
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .46875rem 0;
/*    width: 9rem; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(#f7f7f7,#f7f7f7 50%,#ebebeb 0);       
}

.match-item_kickoff-label {
    padding-right: .3125rem;
    font-weight: 800;
    white-space: nowrap;
}

.scorebox_ht-score {
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0.625rem;
    width: 100%;
    text-align: center;
    height: 1.25rem;
    display: inline-block;
}

.scorebox_ht-score .halfTime {
    line-height: 1.875rem;
    font-size: .75rem;
    display: inline;
}

.scorebox_ht-score abbr {
    border-bottom: 0;
    text-decoration: none;
}

.scorebox_kickoff-wrapper {
    position: relative;
    opacity: 1;
    min-height: 2.5rem;
}

.scorebox_kickoff {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fbba00;
    font-size: .75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.scorebox_kickoff .renderKOText {
    white-space: nowrap;
}

.scorebox_kickoff .renderKOContainer {
    color: #fff;
    font-weight: 500;
    min-width: 50%;
}

.scorebox_score-container .kickoff-time {
    font-size: 1.25rem;
    font-weight: 300;
}

.scorebox_matchEvents {
    clear: both;
    position: relative;
    font-weight: 500;
}

.scorebox_kickoff, .scorebox_matchEvents {
    max-height: 18.5rem;
}

.scorebox_matchEvents::before {
    content: "";
    display: block;
}

.scorebox_matchEvents .home {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 3.75rem;
    font-size: .75rem;
}

.scorebox_matchEvents .home .event {
    padding-right: 1.5625rem;
}

.scorebox_matchEvents .away .event {
    padding-left: 1.5625rem;
}


.scorebox_matchEvents .away .event, .scorebox_matchEvents .home .event {
    position: relative;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.scorebox_matchEvents .home .icnContainer {
    right: 0;
}

.scorebox_matchEvents .away .icnContainer {
    left: 0;
}

.scorebox_matchEvents .away .event .icnContainer, .scorebox_matchEvents .home .event .icnContainer {
    width: 1.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scorebox_matchEvents .away {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 3.75rem;
    font-size: .75rem;
}

.scorebox_matchEvents::after {
    content: "";
    display: table;
    clear: both;
}

.feed-item {
    position: relative;
    margin: 0 0 .3125rem;
    padding: .5rem 1rem;
    width: 100%;
    background-color: #fff;
    border: .1rem solid #eaeaea;
    border-radius: .4rem;
}

.feed-item--but {
    position: relative;
    margin: 0 0 1rem;
    padding: .5rem 1rem;
    width: 100%;
    background: linear-gradient(20deg,#3c2626,#ff1919 80%);
    border: .1rem solid #eaeaea;
    border-radius: .4rem;
    color: #fff;
}

.feed-item_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
}

.feed-item_header2 {
    padding-bottom: 1rem;
}

.feed-item_minute{
    padding: 0 0.5rem 0 0;
    color: #3c3c3b;
    color: var(--body_text_color--light-mode,#3c3c3b);
    font-size: 1.125rem;
    font-weight: 700;
}
.feed-item--but .feed-item_minute{
	 color: #fff;
}	 

.feed-item_type img{
    display: block;
    padding: 0;
    margin: 0 0.5rem 0 0;
    height: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
}

.feed-item_button{
background-color: transparent;
border: 0px solid transparent;
padding: 0;
vertical-align: baseline;
}

.feed-item_button img{
    display: block;
    padding: 0;
    margin: 0 0.5rem 0 1rem;
    height: 1.25rem;
    min-width: 1.25rem;
    max-width: 1.25rem;
}

.feed-item_type-text {
    padding: 0 8px 0 0;
    color: #3c3c3b;
    color: var(--body_text_color--light-mode,#3c3c3b);
    font-size: 1.125rem;
    font-weight: 700;
/*    text-transform: capitalize; */
}

.feed-item--but .feed-item_type-text{
	 color: #fff;
}	

.feed-item_comment {
    width: 100%;
}

.inline {
    display: inline;
}

.highlighted-match_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem 0;
}

.text-btn {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: .75rem;
    color: #0b56a4;
}

.text-btn--light {
    color: #fff;
}

.highlighted-match_links a{
    color: #fff;
}	

.text-btn--light:hover {
    text-decoration: underline;
}

.match-item_link-item {
    display: block;
    text-align: center;
    width: 50%;
}

.competitionDefault {
    display: block;
}

.mc-header_competition {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 29rem;
}

.mc-fixtures {
    width: 90%;
    margin: 0 auto;
}

.mc-fixtures_date-group {
    margin-bottom: .625rem;
}

.mc-fixtures_date-header {
    width: 100%;
    border-top: 2px solid #cd1d1d;
    font-weight: 500;
    padding: .625rem 0 .1875rem;
}

.mc-fixtures_match-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: .625rem 0;
    border-bottom: 1px solid #ebebeb;
}

.mc-fixtures_team-container {
    font-family: Fira Sans,sans-serif;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    width: 50%;
}

.mc-fixtures_team-container:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mc-fixtures_team--home {
    padding-right: .375rem;
    text-align: right;
}

.mc-fixtures_team {
    font-family: Fira Sans,sans-serif;
    font-weight: 500;
}

.mc-fixtures_team--home {
    padding-right: .375rem;
    text-align: right;
}

.mc-fixtures_team--away {
    padding-left: .375rem;
}

.mc-fixtures_team--abbr {
    display: none;
}

.mc-fixtures_score {
    font-family: Fira Sans,sans-serif;
    font-weight: 500;
    width: 5rem;
    height: 1.875rem;
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5rem;
/*    background: linear-gradient(#0b56a4,#2d6eb1 50%,#0b56a4 0);  */
    background: linear-gradient(#e2a700,#fbba00 50%,#c89400 0);
    color: #111;
}

.mc-fixtures_score span:first-child {
    border-right: 1px solid #061729;
}


.mc-fixtures_score span {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mc-fixtures_kickoff {
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    width: 5rem;
    height: 1.875rem;
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5rem;
    background: linear-gradient(#f7f7f7,#f7f7f7 50%,#ebebeb 0);
    color: #111;
    justify-content: center;
}

.u-screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mc-standings_header {
    text-align: center;
    color: #fff;
    background-color: #cd1d1d;
    padding: 1rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 1rem;
}

.mc-standings_header, .mc-standings_table {
    width: 90%;
    margin: 0 auto;
}

.mc-standings_header-cell {
    padding: .3125rem 0;
    color: #061729;
    background: #ebebeb;
    font-size: .6875rem;
}

.mc-standings_header-cell--pos-mvt {
    width: 20%;
}

.mc-standings_header-cell--club {
    width: 50%;
    text-align: left;
}

.mc-standings_header-cell--goal-diff, .mc-standings_header-cell--played, .mc-standings_header-cell--points {
    width: 10%;
    min-width: 1.875rem;
}

.mc-standings_row {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    border-bottom: 1px solid #ebebeb;
}

.mc-standings_row--albert {
    text-align: center;	
    background-color: #cd1d1d;
    color: #fff;
}

.mc-standings_row-cell {
    padding: .75rem 0;
    font-weight: 300;
}

.mc-standings_row-cell--pos-mvt {
    font-weight: 500;
}

.mc-standings_pos {
    width: 60%;
    text-align: right;
}

.mc-standings_row-cell--club {
    overflow: hidden;
    text-align: left;
}

.mc-standings_team {
    font-family: Fira Sans,sans-serif;
    font-weight: 500;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: .3125rem;
}

.mc-standings_row-cell--goal-diff, .mc-standings_row-cell--played, .mc-standings_row-cell--points {
    min-width: 1.875rem;
}

.mc-standings_row-cell--points {
    font-weight: 500;
}

.mc-standings_link {
    padding: 1rem 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mc-standings_link .text-btn {
	 color: #cd1d1d;
}

.mc-standings_link .text-btn:hover {
	 color: #f00;
}


.lien{
    display: flex;
    text-decoration: none;
    color: #000;
    width: 100%;
}

/* ------------------------------------------------------------------------------------------ */
@media (max-width: 81.24em) {
  .mc-header_match-container {
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
  }
}

@media (max-width: 64.0525em) {
  .mc-header_match-container {
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
  }
}

@media (max-width: 52.49em) {
  .mc-header_match-container {
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
  }
}

@media (max-width: 39.99em) {
  .scorebox_matchEvents .away .event, .scorebox_matchEvents .home .event {
    padding-top: .1875rem;
    padding-bottom: .1875rem;
  }
  .mc-header_match-container {
    background: linear-gradient(180deg,rgba(9,25,44,.3) 0,#09192c 60%);
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
  }
}

@media (max-width: 31.25em) {
  .mc-header_match-container {
    background: rgba(9,25,44,.8);
    background: linear-gradient(180deg,rgb(25, 0, 0) 0,rgba(255,0,0,.9) 0%, rgba(25,0,0,.85));
  }
}</pre></body></html>