
body {
    font-size: 16px;
    min-width: 20em
}

html {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    color: #000;
    font-family: Radio Canada, sans-serif;
    line-height: 1.2
}

input:focus {
    outline: none
}

.feed .detail .byline,
.feed .detail .detailHeadline,
.feed .detail .imageMedia .image-caption,
.feed .story {
    -webkit-margin-before: 16px;
    -webkit-margin-after: 16px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-top: 16px
}

button {
    background-color: #fff;
    border: 3px solid #e60505;
    border-radius: 0;
    color: #e60505;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    text-transform: uppercase
}

.a11y {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

video {
    display: inline-block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus,
button:focus {
    outline: 3px solid #0550c8
}

a:active,
a:hover,
button:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

b {
    font-weight: 700
}

hr {
    box-sizing: content-box;
    height: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: TextField;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.viafoura {
    --primary-font: "Radio Canada", sans-serif
}

.appContainer .share .viafoura,
.share .viafoura {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.feed .appContainer {
    background-color: #fff
}

.feed .appContainer.loaded {
    opacity: 1
}

.feed .appContainer .pageComponent {
    margin: 0 auto;
    max-width: 80rem;
    padding-left: 16px;
    padding-right: 16px;
    transition: max-width .3s ease-out
}

.feed .appContainer>.content {
    background-color: #fff;
    min-height: 800px;
    padding-bottom: 16px;
    padding-top: 16px
}

.feed .accessibilityLinks {
    display: flex;
    margin: 0 auto;
    max-width: 80rem;
    position: relative;
    width: 100%
}

.feed .accessibilityLinks>a {
    background: #fff;
    border: 3px solid #0550c8;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    left: -10000px;
    line-height: 18px;
    padding: 16px 25px;
    position: absolute;
    text-decoration: none
}

.feed .accessibilityLinks>a:active,
.feed .accessibilityLinks>a:focus {
    left: 0;
    outline-color: transparent;
    position: absolute;
    z-index: 99999
}

.feed .accessibilityLinks.globalSkipLink>a {
    top: 45px
}

.feed .carouselWrapper .carousel .itemContainer .itemList>ul>.cardContainer .card.card-cqw:hover:not(:focus) {
    box-shadow: 0 0 0 2px #fff
}

.feed .oc-l-sectionContainer-olympicsLight .carouselWrapper .carousel .itemContainer .itemList>ul:hover:not(:focus) {
    box-shadow: 0 0 0 2px #000
}

.feed .imageMedia {
    display: inline
}

.feed .imageMedia .placeholder {
    background: radial-gradient(#fff, #cbcbcb);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.feed .imageMedia .placeholder img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.feed .detail {
    overflow-x: unset
}

.feed .detail.detailBody .withFlex {
    display: flex;
    flex-flow: wrap
}

.feed .detail.detailBody .detailBodyContainer {
    display: grid;
    gap: 40px;
    margin: 1rem auto 0;
    max-width: 1060px
}

.feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr 300px
}

@media(max-width:1100px) {
    .feed .detail.detailBody .detailBodyContainer.withSidebar {
        grid-template-columns: 1fr;
        max-width: 720px
    }
}

.feed .detail.detailBody .detailBodyContainer .detailMainCol {
    flex: 0 1 45rem;
    max-width: 100%;
    min-width: 0
}

@media(max-width:768px) {
    .feed .detail.detailBody .detailBodyContainer {
        margin-top: 0
    }
}

.feed .detail .detailHeadline {
    color: #000;
    font-size: 2rem;
    line-height: 1.3
}

@media(max-width:640px) {
    .feed .detail .detailHeadline {
        font-size: 1.625rem
    }
}

.feed .detail .byline {
    -webkit-font-smoothing: antialiased;
    align-items: center;
    color: #545454;
    display: flex;
    font-family: Radio Canada, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem
}

.feed .detail .byline .author-image {
    margin: 0 .5rem 0 0;
    min-width: 40px
}

.feed .detail .byline .author-image img {
    aspect-ratio: 1
}

.feed .detail .byline .timeStamp {
    display: inline-block
}

.feed .detail .byline a {
    border-bottom: 1px solid #d8d8d8;
    color: #0550c8;
    text-decoration: none;
    transition: background-color .25s linear
}

.feed .detail .byline a:focus,
.feed .detail .byline a:hover {
    background-color: #d8d8d8
}

.feed .detail .detail-link-label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1.2rem
}

.feed .detail .detail-link-label a {
    color: #757575;
    text-decoration: none
}

.feed .detail .detail-link-label a:hover {
    text-decoration: underline
}

.feed .detail .detail-link-label span {
    font-size: 1rem
}

.feed .detail .imageMedia .image-caption {
    border-bottom: 1px solid #d8d8d8;
    color: #545454;
    display: block;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
    margin-top: 0;
    padding-bottom: 16px
}

.feed .detail .imageMedia.leadmedia-story {
    display: block
}

.feed .detail .imageMedia.leadmedia-story .placeholder {
    margin: 1rem 0
}

.feed .detail .imageMedia.leadmedia-story .placeholder img {}

@media(max-width:640px) {


    .feed .leadmedia-story .image-caption {
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 0 16px 16px;
        padding: 0 16px 16px
    }
}

@media(min-width:641px)and (max-width:960px) {

    .feed .leadmedia-story {
        margin-left: -16px;
        margin-right: -16px
    }

    .feed .leadmedia-story .image-caption {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 16px 16px;
        padding: 0 16px 16px
    }
}

@supports(display:grid) {
}

.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
    outline: 2px dashed #fff;
    outline-offset: 8px
}

.feed .headerSearchBar {
    background: #000;
    display: none;
    height: 48px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 266px;
    z-index: 2000
}

.feed .headerSearchBar .searchBar {
    display: none
}

.feed .headerSearchBar .searchBar .search-autocomplete {
    color: #000;
    display: flex;
    height: 25px;
    text-align: left;
    width: inherit
}

.feed .headerSearchBar .searchClose {
    background: #000;
    border: none;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:710px) {

    .feed .headerSearchBar {
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }
}

.feed .searchBar .searchButton:focus,
.feed .searchBar .searchButton:hover {
    background-color: #e60505;
    color: #fff
}

.feed .searchBar .searchButton:focus {
    text-decoration: underline
}

.feed .searchBar .search-autocomplete {
    width: 98%
}

.feed .searchBar.compact {
    background: #000;
    display: none;
    padding: .7rem 0;
    top: 0;
    transition: width .4s ease-in-out;
    z-index: 1011
}

.feed .searchBar.compact .searchButton {
    background-color: #727272;
    border: none;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase
}

.feed .searchBar.compact .searchInput {
    width: 187px
}

.feed .headerSearchBar .searchBar.compact {
    padding-right: 0
}

.feed .searchBar .searchForm {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: auto;
    width: 97%
}

.feed .searchBar .searchInput {
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    box-sizing: border-box;
    flex: 3 1;
    height: 26px;
    margin-right: 1rem;
    padding: 0 .5rem;
    width: inherit
}

.feed .searchBar .searchInput:focus {
    border-color: #0550c8;
    border-width: 2px
}

.feed .viewportLarge .searchBar.compact {
    right: 212px
}

.feed .story {
    color: #222;
    font-size: 1rem;
    line-height: 150%
}

.feed .story h2 {
    font-size: 1.625rem;
    line-height: 1.3
}

@media(max-width:640px) {
    .feed .story h2 {
        font-size: 1.5rem
    }
}

.feed .story p {
    margin-bottom: 28px;
    margin-top: 0
}

.feed .story a {
    border-bottom: 1px solid #d8d8d8;
    color: #0550c8;
    text-decoration: none;
    transition: background-color .25s linear
}

.feed .story a:focus,
.feed .story a:hover {
    background-color: #d8d8d8
}

.feed .story li a {
    font-weight: 700
}

.feed .story hr {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    height: 1px
}

.feed .story .image {
    display: block;
    line-height: 0;
    position: relative
}

.feed .story .image .placeholder {
    margin-bottom: 1rem
}

@media(max-width:640px) {
    .feed .story {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .feed .story p {
        margin-bottom: 28px
    }
}

@media(min-width:641px)and (max-width:960px) {
    .feed .story {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .feed .story p {
        margin-bottom: 32px
    }
}

.feed .author-image {
    height: 40px;
    padding: 0;
    width: 40px
}

.feed .author-image .placeholder {
    background: none
}

.feed .author-image .placeholder img {
    background: none;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    box-sizing: border-box
}

.feed .toggleSwitch input:not(:checked):hover+label {
    cursor: pointer;
    text-decoration: underline
}

.feed .toggleSwitch input:not(:checked)+label {
    z-index: 1
}

.feed .toggleSwitch input:first-of-type:not(:checked)~.visualSwitch .knob {
    left: 1.7em
}

@supports not (aspect-ratio:16/9) {
}

.feed .persistent-player {
    background-color: #fff;
    order: 1;
    overflow: hidden
}

.feed .persistent-player-persist-container {
    border: 1px solid #cbcbcb;
    bottom: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    position: fixed;
    right: 0;
    z-index: 1510
}

.feed .persistent-player-persist-container.pp-hidden {
    display: none
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400px
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui {
    order: 2
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui .close-persistent-player-button {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1510
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui .close-persistent-player-button svg.closeIcon {
    stroke: #fff;
    stroke-width: 2px;
    background: transparent;
    border-radius: 0;
    height: 15px;
    padding: .2rem;
    width: 15px
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui .close-persistent-player-button:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: -1
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video {
    background-color: #f8f8f8;
    height: 60px;
    padding: 10px;
    width: 380px
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video .showname-and-timestamp {
    color: #545454;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video .showname-and-timestamp .media-showname {
    float: left;
    margin: 0
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video .showname-and-timestamp .media-showname:after {
    content: "|";
    padding: 0 5px
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video .showname-and-timestamp .media-timestamp {
    float: left
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player {
    order: 1
}

.feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player .pp-phoenix-container {
    max-height: 225px;
    width: 400px
}

.feed .persistent-player-persist-container.video:focus .persistent-player-inner-container>.persistent-player-video-ui .close-persistent-player-button,
.feed .persistent-player-persist-container.video:focus-within .persistent-player-inner-container>.persistent-player-video-ui .close-persistent-player-button,
.feed .persistent-player-persist-container.video:hover .persistent-player-inner-container>.persistent-player-video-ui .close-persistent-player-button {
    display: block
}

@media only screen and (max-width:640px) {
    .feed .persistent-player-persist-container.video {
        border: none;
        margin: 0;
        width: 100%
    }

    .feed .persistent-player-persist-container.video .persistent-player-inner-container {
        margin: 0 auto;
        max-width: 350px
    }

    .feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player-video-ui #persistent-player-media-metadata-video {
        margin: 0 auto;
        width: 330px
    }

    .feed .persistent-player-persist-container.video .persistent-player-inner-container .persistent-player .pp-phoenix-container {
        width: 350px !important
    }
}

.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
    outline: 3px solid #0550c8
}

.feed .icon .chevronIcon {
    fill: #e60505;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 2px;
    padding: 3px 2px 1px;
    vertical-align: middle
}

.feed .icon .closeIcon {
    fill: #fff;
    background: #e60505;
    border-radius: 50%;
    padding: .3rem
}

.feed .icon .logoIcon.headerLogo.globalHeaderLogo {
    display: inline-block;
    margin-left: 0
}

.feed .icon .searchIcon.headerSearch {
    vertical-align: middle
}

.feed .icon {
    display: inline
}

.feed .icon .logoIcon {
    fill: #e60505;
    margin-left: 1rem;
    vertical-align: middle
}

.feed .icon .logoIcon.logoNews {
    fill: #fff
}

.feed :export {
    breakpointExtraSmall: 0;
    breakpointSmall: 576px;
    breakpointMedium: 768px;
    breakpointLarge: 964px;
    breakpointExtraLarge: 1280px
}

.feed :export {
    white: #fff;
    black: #000;
    cyan100: #eaf9fa;
    cyan200: #b2e9ec;
    cyan300: #6dd5da;
    cyan400: #35c5cc;
    cyan500: #20bfc7;
    cyan600: #1dadb4;
    cyan700: #157d82;
    cyan800: #105f63;
    cyan900: #072729;
    blue100: #e7f2f7;
    blue200: #a7cfe3;
    blue300: #58a4c9;
    blue400: #1881b5;
    blue500: #0074ad;
    blue600: #00699d;
    blue700: #004c71;
    blue800: #003a56;
    blue900: #001824;
    yellow100: #fff9e8;
    yellow200: #ffeaad;
    yellow300: #ffd764;
    yellow400: #ffc829;
    yellow500: #ffc212;
    yellow600: #e7b010;
    yellow700: #a77f0c;
    yellow800: #806109;
    yellow900: #352804;
    red100: #fde7e7;
    red200: #f9a7a7;
    red300: #f45858;
    red400: #f01818;
    red500: #e00;
    red600: #d70000;
    red700: #9c0000;
    red800: #700;
    red900: #310000;
    orange100: #fef1eb;
    orange200: #fbcdb8;
    orange300: #f7a077;
    orange400: #f37c44;
    orange500: #f26e30;
    orange600: #db642b;
    orange700: #9f481f;
    orange800: #793718;
    orange900: #32170a;
    neutral10: #fdfdfd;
    neutral20: #f9f9f9;
    neutral30: #e7e7e7;
    neutral40: #cacaca;
    neutral50: #a7a7a7;
    neutral60: gray;
    neutral70: #585858;
    neutral80: #353535;
    neutral90: #181818;
    neutral100: #060606
}

.feed :export {
    fontFamilyRadioCanada: "Radio Canada"
}

.feed .newsTheme .globalHeader {
    border-bottom: none
}

.feed .newsTheme .globalHeader .headerSearchBar,
.feed .newsTheme .globalHeader .menuNavWrapper {
    height: 48px
}

.feed .newsTheme .globalHeader .headerSearchBar .searchBar {
    padding-bottom: .344rem;
    padding-top: .344rem
}

.feed .newsTheme .globalHeader .searchInput {
    height: 24px
}

.feed .newsTheme .globalHeader .sideMenu .navLink {
    line-height: normal
}

.feed .newsTheme .globalHeader .landingNav {
    background-color: #e60505
}

.feed .newsTheme .globalHeader .landingNav .subNavList {
    background: transparent
}

.feed .newsTheme .globalHeader .landingNav .subNavList .navLink {
    color: #fff;
    font-weight: 700
}

.feed .newsTheme .globalHeader .landingNav .subNavList .gemSectionLink .navLink {
    color: #fff;
    font-weight: 400
}

.feed .newsTheme .globalHeader .landingNav .subNavList a.subNavLink:focus,
.feed .newsTheme .globalHeader .landingNav .subNavList button.moreButton:focus {
    outline-color: #fff
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton .chevronIcon {
    fill: #fff;
    background: #e60505;
    border: none
}

.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton:focus .chevronIcon,
.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton:hover .chevronIcon {
    fill: #e60505;
    background: #fff;
    border: none
}

.feed .newsTheme .detail .detailHeadline {
    font-weight: bold;
}

@media print {

    .feed .appContainer .author-image,
    .feed .appContainer .globalHeader .landingNav,
    .feed .appContainer .globalHeader .menuButton,
    .feed .appContainer .landingNav,
    .feed .appContainer .navLink.search,
    .feed .appContainer .viafoura {
        display: none
    }

    .feed .appContainer .globalHeader {
        position: static !important
    }
}