/* Module/Common/CSS/Main.css *************************************************************/
/* Configuration des &eacute;l&eacute;ments du template */
div.div_idalgo_header,
div.div_idalgo_content_full,
div.div_idalgo_content,
div.div_idalgo_aside{position:relative}

div.div_idalgo_header{z-index:1}
div.div_idalgo_content_full{z-index:0}
div.div_idalgo_page div.div_idalgo_content_full{margin-top:20px}

/* Configuration initiale */
div.div_idalgo_container{
    position:relative;
    display:block;
    margin:0 auto;
    color: #333333;
    font-family: arial;
    font-size: 16px;
    line-height:1em;
    z-index: 1;
}

.div_idalgo_container a{color:#333333;}
div.div_idalgo_container a,
div.div_idalgo_container a:link,
div.div_idalgo_container a:visited,
div.div_idalgo_container a:active{text-decoration:none;}
div.div_idalgo_container img {border:0;}

.div_idalgo_container ul{list-style: none outside none;padding:0;margin:0}
.idalgo ul{list-style: none outside none;padding:0;margin:0}

/* Styles transversaux */
div.div_idalgo_clear {clear:both;}

/* A d&eacute;placer? */
li.li_idalgo_button_list{display: inline-block;margin-bottom:5px;display:inline;}
ul.ul_idalgo_button_list li + li{margin-left:5px;}
a.a_idalgo_button_list{text-decoration:none;padding:0 5px;}

div.div_idalgo_content_openclose .idalgo_dropdown_arrow{
    position:absolute;
    left:10px;
}


/** Base iDalgo ?? **/
div.div_idalgo_container h1,
div.div_idalgo_container h2,
div.div_idalgo_container h3,
div.div_idalgo_container h4,
div.div_idalgo_container h5,
div.div_idalgo_container h6 {
  text-rendering: optimizelegibility;
}

div.div_idalgo_widget_link{
    position:relative;
    height:1em;
    text-align:right;
    background-color:#f5f5f5;
}
a.a_idalgo_widget_link{
    color:#00507d;
}

/** Link par d&eacute;fault ***/
div.div_idalgo_module_link{
    position:relative;
    margin:10px 0 0 0;
    opacity:0.75;
    filter:alpha(opacity=75);
    height:1.3125em;
    line-height:1.3125em;
    cursor:pointer;
}
div.idalgo_sprite_link{
    position:absolute;
    top:0;right:5px;
    width:22px;height:22px;
    background-position: center -1121px;
}
div.div_idalgo_module_link a.a_idalgo_module_link{
    position:absolute;
    top:0;right:0;
    padding-right:32px;
    padding-left:12px;
    font-weight:bold;
    font-size:0.75em;
    text-align:right;
    text-transform:lowercase;
    text-decoration:none;
}
div.div_idalgo_module_link a.a_idalgo_module_link:hover{
    text-decoration:underline;
}
div.div_idalgo_content_addon_node{position:relative;}
img.img_idalgo_content_addon_node{position:relative;}
span.span_idalgo_content_addon_node_title{position:relative;display:block;font-size:0.75em;color:#949494;}

.div_idalgo_pointer {
    cursor:pointer;
}

/*** Widgets ***/
div.div_idalgo_widget{margin-bottom:10px;}
div.div_idalgo_widget a{margin:0}

/** Micro Clearfix **/
.idalgo_clearfix:before, .idalgo_clearfix:after{content:' ';display:table;}
.idalgo_clearfix:after{clear:both;}

/** Badge **/
.idalgo_badge {
  font-size: 10px;
  font-weight:bold;
  line-height: 14px;
  color: #636363;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #ffffff;
  padding: 2px 5px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

/** Element mobile &agrave; cacher **/
@media only screen and (min-width: 479px) {
  .idalgo_show_mobile {display:none;}
}

/* Module/Common/CSS/Root.css *************************************************************/
:root{
    --color-gold:#DFA831;
    --color-silver:#94A9AF;
    --color-bronze:#B8885B;

    --color-man:#3792cd;
    --color-woman:#ec83a9;

    --color-white:#FFF;
    --color-black:#000;

    --color-01:#00507d;
    --color-02:#003D60;

    --color-light:#ffffff;
    --color-dark:#000000;

    --color-grey-01:#f5f5f5;
    --color-grey-02:#d4d4d4;
    --color-grey-03:#949494;
    --color-grey-04:#636363;
    --color-grey-05:#333333;
    --color-over-01:#fdc300;

    --color-upcoming:#ffcc00;
    --color-inprogress:#4db103;
    --color-live:#4db103;
    --color-ended:#c34046;
    --color-stopped:#ff6600;

    --color-up:#22b14c;
    --color-equal:#7f7f7f;
    --color-down:#ed1c24;

    --font-01:arial;
    --font-02:arial;
    --font-size:16px
}
.idalgo{
    position:relative;
    color:var(--color-grey-05);
    font-family:var(--font-01);
    font-size:var(--font-size)
}
.idalgo button{
    font-family:var(--font-01)
}
.idalgo a{
    color:var(--color-grey-05)
}
/* .idalgo a[href]{
    color:initial
} */
.idalgo *{
    box-sizing:border-box;
    text-decoration:unset
}
.idalgo img{
    border:0
}
.idalgo ul{
    list-style:none outside none;
    padding:0;
    margin:0
}
.idalgo li{
    list-style:none
}
.idalgo a[href]:hover{
    text-decoration:none
}
amp-script{
    opacity:1
}
/* Legacy */
div.div_idalgo_container table tbody tr:hover{
    background-color:transparent
}
.idalgo .sr-only{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    padding:0;
    margin:-1px;
    clip:rect(0,0,0,0);
    border: 0;
}

/* || Widgets */
.idalgo.widget{
    border:1px solid var(--color-grey-02);
    border-radius:12px
}
.idalgo.widget > .widget.foot{
    margin:0 10px 10px 10px
}

/* || ContentFull */
.idalgo.full{
    display:grid;
    grid-template-columns:1fr minmax(0, 300px);
    gap:2em;
    align-items:start
}
.idalgo.full > .top{
    grid-row:1;
    grid-column:1/3
}
.idalgo.full > .main{
    grid-row:2/5;
    grid-column:1
}
.idalgo.full > .aside{
    display:flex;
    flex-direction:column;
    grid-row:2;
    grid-column:2;
    gap:32px
}
.idalgo.full > .aside.middle{
    grid-row:3
}
.idalgo.full > .aside.bottom{
    grid-row:4
}

/* Module/Common/CSS/MainDomTitle.css *****************************************************/

/** TITRE 1 **/
div.idalgo_title1 {
    display:block;
    position:relative;
    clear:both;
    overflow:visible;
    margin:0 0 26px 0;
    padding:0;
    border-width:0 0 1px 0;
    border-color:#949494;
    border-style:solid;
    height:32px;
}
h2.idalgo_title1 {
    position:relative;
    top:0;
    display:block;
    height:100%;
    line-height:32px;
    font-weight:bold;
    margin:0;
    padding-left:10px;
    padding-right:80px;
    font-size:1.25em;
    font-family:arial;
    color:#333333;
    text-transform:uppercase;
    border-width: 0 0 6px 0;
    border-style:solid;
    border-color:#00507d;
    box-sizing:content-box;
    white-space:nowrap;
}


/** TITRE 2 **/
div.idalgo_title2 {
    position:relative;clear:both;
    border-radius:2px;border:1px solid #d4d4d4;
    background-color:#f5f5f5;
    opacity:0.75;filter:alpha(opacity=75);
    height:22px;margin:0.625em 0}

h3.idalgo_title2 {
    position:absolute;height:100%;margin:0;padding:0;padding-left:10px;
    font-weight:bold;font-family:arial;font-size:0.6875em;color:#333333;
    text-transform:uppercase;text-align:left;line-height:22px
}
/** TITRE 3 **/
div.idalgo_title3{
    background-color: #F5F5F5;
    border: 1px solid #EAEAEB;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    height: 1.375em;
    line-height: 1.375em;
    margin: 0.625em 0;
    opacity: 0.75;
    position: relative;
}
h4.idalgo_title3 {
    position:relative;
    margin:0;
    padding-left:10px;
}

/** WIDGET - TITRE 1 **/
div.idalgo_title1_widget{
    display:block;
    position:relative;
    clear:both;
    height:1.813em;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#949494;
    text-align:left
}
h2.idalgo_title1_widget{
    position:relative;
    display:inline;
    top:8px;
    padding:0;
    padding-left:5px;
    padding-right:20px;
    margin:0;
    border-width:0 0 3px 0;
    border-style:solid;
    border-color:#00507d;
    font-family:arial;
    font-weight:bold;
    color:#333333;
    text-transform:uppercase;
    line-height:1.813em;
    font-size:0.875em;
}

/** WIDGET - TITRE 2 **/
div.idalgo_title2_widget,
div.idalgo_title3_widget{
    display:block;
    position:relative;
    clear:both;
    width:auto;
    height:0.937em;
    padding:0;
    padding-left:33%;
    text-align:center;
    vertical-align:bottom;
    text-align:left
}

h3.idalgo_title2_widget{
    position:relative;
    padding:0;
    margin:0;
    text-transform:uppercase;
    font-size:0.75em;
    font-family:arial;
    font-weight:bold;
    color:#333333;
    line-height:15px;
}

/** WIDGET - TITRE 3 **/
h4.idalgo_title3_widget{
    position:relative;
    padding:0;
    margin:0;
    font-size:0.66em;
    font-family:arial;
    font-weight:bold;
    color:#333333;
    line-height:15px;
}


/** WIDGET - FORMAT CENTRER (2)**/
div.idalgo_title1_center_widget {
    position:relative;
    display:block;
    width:100%;
    height:1.815em;
    line-height:1.5em;
    text-align:center;

}

div.idalgo_title1_center_widget h2,
div.idalgo_title2_center_widget h3 {
    margin:0;
    text-transform:uppercase
}

div.idalgo_title1_center_widget h2 {
    display: block;
    font-family: arial;
    font-size: 0.775em;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 2.2em;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
}
div.idalgo_title2_center_widget {
    position:relative;
    display:block;
    text-align:center;
    color:#003D60;
}
div.idalgo_title2_center_widget h3:before{
    content:'';position:absolute;display:block;z-index:-1;
    top:50%;left:0;right:0;height:2px;margin-top:-1px;background-color:#00507d}

div.idalgo_title2_center_widget h3 {
    background-color: #ffffff;
    color: #003D60;
    display: inline;
    font-size: 0.65em;
    letter-spacing: 0.5em;
    padding:0 5px;
    line-height:1em;
}

div.idalgo_title3_center_widget {
    position:relative;
    display:block;
    height:0.937em;
    text-align:center;
}

div.idalgo_title3_center_widget h4 {
    font-size: 0.66em;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0;
    position: relative
}

div.idalgo_title3_center_widget span {
    background-color: #ffffff;
    padding:0 10px;
    font-size:1.2em;
    color : #00507d
}

/** WIDGET - FORMAT IMAGE (3)**/
div.idalgo_title_format3{
    clear: both;
    line-height: 1.375em;
    margin: 10px 0 25px 0;
    opacity: 0.85;
    position: relative;
}

h2.idalgo_title_format3{
    position:relative;
    padding:0;
    margin:0 40px 0 0;
    font-size:1.25em;
    font-weight:normal;
    font-family:arial;
    color:#333333;
    line-height:1.25em;
    text-transform:uppercase;
    text-align:left
}

h3.idalgo_title_format3{
    position:relative;
    padding:0;
    margin:0 40px 0 0;
    text-transform:uppercase;
    font-size:0.75em;
    font-family:arial;
    font-weight:normal;
    color:#949494;
    line-height:15px;
    margin-top:5px;
    margin-right:40px;
    text-align:left
}

img.idalgo_title_format3 {
    position:absolute;
    top:0;
    right:0;
    max-height:40px;
    width:auto
}

/** ICONE TITRE 1 **/
span.idalgo_title1_icon_show ,
span.idalgo_title1_icon_hide {
    position:absolute;display:block;z-index:1;cursor:pointer;
    top:50%;margin-top:-12px;height:25px;width:30px;right:10px;
    background-image:url('https://idalgo-service.rtbf.be/cache/media/sprite_left.png');background-repeat:no-repeat;
}
span.idalgo_title1_icon_show {
    background-position:center -283px; /*-253px;*/
}
span.idalgo_title1_icon_hide {
    background-position:center -252px; /*-284px*/
}

/** ICONE TITRE 2 **/
span.idalgo_title2_icon_show ,
span.idalgo_title2_icon_hide {
    position:absolute;
    height:24px;
    width:30px;
    top:50%;
    margin-top:-12px;
    right:0;
    cursor:pointer;
    margin-right:10px;
    background-image:url('https://idalgo-service.rtbf.be/cache/media/sprite_left.png');
    background-repeat:no-repeat;
}
span.idalgo_title2_icon_show {
    background-position:center -623px;
}
span.idalgo_title2_icon_hide {
    background-position:center -654px
}

/* Module/Common/CSS/MainDomAction.css ****************************************************/

.idalgo_action_hide,
div.div_idalgo_container .idalgo_action_hide{display:none}

/* Module/Pattern/CSS/H1.css **************************************************************/
h1.h1_idalgo{
    z-index:0
}

h1.h1_idalgo span.h1_idalgo_title {
    position:relative;
    display:block;
    width:auto;
    margin:0;
    line-height:70px;
    color:#00507d;
    font-weight:bold;
    font-size:1em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

h1.h1_idalgo span.h1_idalgo_subtitle{
    position:absolute;
    left:30px;
    font-size:0.75em;
    line-height:1em;
    text-shadow:none;
    top:65px;
}

h1.h1_idalgo span.h1_idalgo_subtitle{
    display:none
}

/* Module/Pattern/CSS/CompetitionIdentity.css *********************************************/

div.div_idalgo_football_content_competition_identity{position:relative;width:100%}

div.div_idalgo_content_competition_identity_content{position:relative;height:300px}

/** first column **/
div.div_idalgo_content_competition_identity_logo
{
    width: 99px;
    position:absolute;
    left:0;
}

/** second column **/
div.div_idalgo_content_competition_identity_info{width:100%;float:left}

div.div_idalgo_content_competition_identity_info ul
{
    margin:15px 100px 0px 110px;
    position: relative;
}
div.div_idalgo_content_competition_identity_content[data-logo="0"] div.div_idalgo_content_competition_identity_info ul
{margin-left:10px}

div.div_idalgo_content_competition_identity_info ul li
{
    padding:10px 0px;
    border-bottom:1px solid #d4d4d4;
}

div.div_idalgo_content_competition_identity_info ul li span.span_idalgo_content_competition_identity_info_label
{
    display:block;
    float:left;
    width:50%;
    max-width:200px;
    font-size: 0.6875em;
    color:#949494;
}

div.div_idalgo_content_competition_identity_info ul li div.div_idalgo_content_competition_identity_info_inner
{
    color: #333333;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.div_idalgo_content_competition_identity_info_inner img,
div.div_idalgo_content_competition_identity_info_inner span.span_idalgo_content_competition_identity_info_inner_txt,
div.div_idalgo_content_competition_identity_info_inner a.a_idalgo_content_competition_identity_info_inner
{
    margin-right:10px;
}

div.div_idalgo_content_competition_identity_info_inner span.span_idalgo_content_competition_identity_info_inner
{font-size:1.50em;font-weight:bold;margin-right:5px}


/** third column **/
div.div_idalgo_content_competition_identity_content div.div_idalgo_content_competition_identity_image
{
    position:absolute;
    top:10px;
    right:0;
    width: 96px;
    text-align:center
}

img.img_idalgo_content_competition_identity_image_country{margin-bottom:20px}
img.img_idalgo_content_competition_identity_image_person{margin-bottom:20px;width:70px}

div.div_idalgo_content_football_list_player_presentation{overflow:hidden}

/* Module/Pattern/CSS/CompetitionHistory.css **********************************************/
/* || lines */
div.div_idalgo_content_competition_history > div > ul{
    position:relative
}
/* || line */
div.div_idalgo_content_competition_history > div > ul > li{
    position:relative;
    margin-top:20px;
    padding-left:105px;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#d4d4d4
}
/* || season */
div.div_idalgo_content_competition_history > div > ul > li > span.season{
    position:absolute;
    display:block;
    top:20px;
    left:15px;
    width:75px;
    height:40px;
    line-height:40px;
    font-size:2em;
    font-weight:700;
    text-align:center
}
/* || logo */
div.div_idalgo_content_competition_history > div > ul > li > div.logo{
    position:absolute;
    display:block;
    padding:20px;
    border-radius:50%;
    border:1px solid #d4d4d4;
    top:20px;
    right:40px;
    background-color:#ffffff
}
/* || winner */
div.div_idalgo_content_competition_history > div > ul > li > div.winner{
    width:calc(100% - 188px);
    padding-bottom:20px;
    margin:15px 0 20px 0;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#d4d4d4;
    line-height:25px
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > span.caption{
    display:block;
    margin-bottom:5px;
    font-size:.9375em;
    font-weight:bold;
    line-height:20px;
    color:#949494
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > img{
    border:1px solid #f5f5f5;
    border-radius:2px;
    margin-right:10px
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > span.name{
    text-transform:uppercase;
    font-size:1.3125em;
    font-weight:bold
}
/* || infos */
div.div_idalgo_content_competition_history > div > ul > li > div.info.final{
    width:calc(100% - 188px);
}
div.div_idalgo_content_competition_history > div > ul > li > div.info span{
    margin-left:5px;
    font-size:.9375em;
    font-weight:bold;
    line-height:20px
}
div.div_idalgo_content_competition_history > div > ul > li > div.info span:first-child{
    margin-left:0
}
div.div_idalgo_content_competition_history > div > ul > li > div.info span.caption{
    color:#949494
}
div.div_idalgo_content_competition_history > div > ul > li > div.info span.score{
    color:#00507d
}
div.div_idalgo_content_competition_history > div > ul > li > div.info > img{
    margin-left:5px;
    vertical-align:middle
}
div.div_idalgo_content_competition_history > div > ul > li > div.info > ul > li > img{
    border:1px solid #f5f5f5;
    border-radius:2px;
    margin-right:10px;
    vertical-align:middle
}
/* || link */
div.div_idalgo_content_competition_history > div > ul > li > a{
    display:inline-block;
    margin-top:20px;
    width:calc(100% - 188px);
    height:30px;
    background-color:#f5f5f5;
    border-width:1px 0 0 0;
    border-color:#d4d4d4;
    border-style:solid;
    color:#00507d;
    font-size:.9375em;
    line-height:30px;
    font-weight:bold
}
div.div_idalgo_content_competition_history > div > ul > li > a > span{
    display:none;
    margin-left:5px
}
div.div_idalgo_content_competition_history > div > ul > li > a:before{
    content:'>';
    margin-left:10px;
    margin-right:5px
}

/* Module/Common/CSS/Copyright.css ********************************************************/
a.a_idalgo_copyright{
    font-size:0.6875em;
    color:#d4d4d4;
    word-wrap:normal
}
span.span_idalgo_content_addon_node_copyright{
    position:relative;
    display:block;
    font-size:0.6875em;
    color:#d4d4d4
}

div.div_idalgo_copyright_provider{
    position:relative;
    display:block;
    height:15px;
    width:100%;
    margin:10px 0;
    text-align:right
}
div.div_idalgo_copyright_provider img{
    position:relative;
    display:inline-block;
    vertical-align:top;
    height:100%;
    width:auto;
    margin:0;
    margin-right:10px
}
div.div_idalgo_copyright_provider span{
    position:relative;
    display:inline-block;
    height:100%;
    margin-right:10px;
    line-height:15px;
    font-size:0.56em;
    color:#949494;
    vertical-align:top
}

/* Module/Football/CSS/WidgetPalmares.css *************************************************/

div.div_idalgo_widget_football_palmares{position:relative;display:block}
ul.ul_idalgo_widget_football_palmares_team{position:relative;display:block}
    li.li_idalgo_widget_football_palmares_team{
        position:relative;display:block;
        border-top:1px solid #d4d4d4;
        height:3.7em;
        overflow:hidden;
    }
        img.img_idalgo_widget_football_palmares_team{position:absolute;display:block;width:35px;height:35px;top:25%;margin-top:-6px;left:20px}
        span.span_idalgo_widget_football_palmares_team_winner{
            position:absolute;display:block;
            top:0;left:50px;
            width:40px;
            text-align:center;
            line-height:3em;
            font-weight:bold;
        }
        span.span_idalgo_widget_football_palmares_team{
            position:absolute;display:block;
            top:0;left:100px;
            line-height:3em;height:2em;
            text-transform:uppercase;
            color:#333333;
            font-size:0.75em;
            font-weight:bold;
        }
        span.span_idalgo_widget_football_palmares_team_season_win{
            position:absolute;display:block;
            top:2.5em;left:100px;
            color:#333333;
            line-height:1em;font-size:0.6875em
        }
         span.span_idalgo_widget_football_palmares_team_season_lost{
            position:absolute;display:block;
            top:3.5em;left:100px;
            color:#949494;
            line-height:1em;font-size:0.6875em;
        }

/* Customer/Rtbf/Sport/Common/CSS/Main.css ************************************************/
.idalgo img{
    display:initial
}

h1.h1_idalgo{
    font-size:2em
}

div.div_idalgo_content {position:relative;}
div.div_idalgo_aside   {position:relative;}

/* Titres */
div.idalgo_title1{border:none;height:initial}
h2.idalgo_title1{display:block;font-size:0.775em;letter-spacing: 0.5em;width:auto;border-width:0 0 2px 0;white-space:wrap;}

/* Widget - Titre*/
div.idalgo_title1_widget{text-align:center;border-width:0 0 2px 0;border-style:solid;border-color:#66CC33;height:25px}
h2.idalgo_title1_widget{letter-spacing:0.3em;text-transform:uppercase;border:none;padding:0;top:0;line-height:25px;font-size:0.775em}
div.idalgo_title2_widget,
div.idalgo_title3_widget{display:block;height:16px;padding:0;margin:0;line-height:16px;top:-10px;text-align:center}
div.idalgo_title2_widget h3.idalgo_title2_widget,
div.idalgo_title3_widget h4.idalgo_title3_widget{display:inline;margin:0;padding:0 10px;line-height:16px;font-size:0.66em}
div.idalgo_title2_widget h3.idalgo_title2_widget{color:#66CC33;background-color:white;letter-spacing:0.5em;font-size:0.65em}

/* Widget Tirage au sort */
li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list{font-size:10px}
div.div_idalgo_football_widget_final_draw_nav ul.ul_idalgo_nav li a{font-size:13px}
li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group{font-size:10px}
li.li_idalgo_football_widget_final_draw_match_group span.span_idalgo_football_widget_final_draw_match_group_date{font-size:10px}

/** Widget livescore **/
div.div_idalgo_content_football_widget_live ul.ul_idalgo_content_football_widget_live_group{height:auto;max-height:360px}

/** Match Center **/
div.div_idalgo_content_match_center li.li_idalgo_navigation_dynamic_2_1 {width: 60%;}
div.div_idalgo_content_match_center li.li_idalgo_navigation_dynamic_2_2 {width: 35%;float:right!important;padding: 0 0 0 2px;}
div.div_idalgo_content_match_center a.a_idalgo_navigation_dynamic_content {text-transform: uppercase;}

/* Border des blocs */
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul.ul_idalgo_navigation_dynamic_3 > li.li_idalgo_navigation_dynamic {border:none;}
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul.ul_idalgo_navigation_dynamic_3 > li.li_idalgo_navigation_dynamic {border-bottom: 2px solid #CCC;margin-bottom: 16px;padding-bottom: 16px;}
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul.ul_idalgo_navigation_dynamic_3 {padding:5px 0;}
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic li.li_idalgo_navigation_dynamic_3 div.div_idalgo_navigation_dynamic_content {padding:5px 0;}

/* Pav&eacute; de pub */
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_874.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_890.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_904.ul_idalgo_navigation_dynamic {display: none;}

/* Pav&eacute; vid&eacute;o */
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_1084.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_889.ul_idalgo_navigation_dynamic {display: none;}

/* Articles */
div.div_idalgo_content_match_center div.div_idalgo_match_articles {margin:0;}
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_868.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_902.ul_idalgo_navigation_dynamic {display: none;}

/* Tous les articles */
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_869.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_903.ul_idalgo_navigation_dynamic {display: none;}

/* Twitter */
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_878.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_883.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_891.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_892.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_907.ul_idalgo_navigation_dynamic,
div.div_idalgo_content_match_center div.div_idalgo_navigation_dynamic ul#ul_idalgo_navigation_dynamic_908.ul_idalgo_navigation_dynamic {display: none;}

/* Note du match - cacher offert par iDalgo */
div.div_idalgo_content_match_center span.span_idalgo_match_note_content_partner {display: none;}

/* Alignement tableau */
table.table_idalgo_content_simple th{text-align:center}

/* Score Center */
div#idalgo_popup_match div.div_idalgo_container {font-size:1.1545em}
div.div_idalgo_football_popup_match_visible{z-index:100}
div.div_idalgo_rugby_finalleg_popup div.div_idalgo_finalleg_popup_round_list_match_nb_1 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:85%;}
span.span_idalgo_dom_match_content_popup_motor_span, span#idalgo_motor_score_center_display_popup_result {box-sizing: content-box}

/* Page programme */
div.div_idalgo_sport_program_title{margin-left:1%}

/*Motor Team*/
span.span_idalgo_motor_team_result_content_line_standing_1,
span.span_idalgo_motor_team_result_content_line_standing_2,
span.span_idalgo_motor_team_result_content_line_standing_3,
span.span_idalgo_motor_team_result_content_line_standing_4{margin-top:-20px}

/*Resultat Tennis*/
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2{width:234px;float:left}

/* Customer/Rtbf/Sport/Common/CSS/Root.css ************************************************/
/*:root{
    --color-man:#68b2d5;
    --color-woman:#e77f7b;

    --color-01:#004c9a;
    --color-02:#0084bd;
    --color-grey-01:#e6e6e6;
    --color-grey-02:#c9caca;
    --color-grey-03:#9fa0a0;
    --color-grey-04:#727171;
    --color-grey-05:#3e3a39;
}*/
.div_idalgo_aside > div{
    margin:40px
}

.idalgo h2.title{
    padding-right:0
}
.idalgo .table{
    display: unset
}
.idalgo img{
    display:initial
}


/* Customer/Rtbf/Sport/Common/CSS/Responsive980.css ***************************************/
@media only screen and (max-width: 980px){
    /* Module/Pattern/CSS/Responsive980/CompetitionHistory.css ********************************/
/* || logo */
div.div_idalgo_content_competition_history > div > ul > li > div.logo{
    right:20px
}

/* || winner */
div.div_idalgo_content_competition_history > div > ul > li > div.winner{
    width:calc(100% - 148px)
}
/* || link */
div.div_idalgo_content_competition_history > div > ul > li > a{
    width:calc(100% - 148px)
}


}

/* Customer/Rtbf/Sport/Common/CSS/Responsive768.css ***************************************/
@media only screen and (max-width: 768px){
    /* Module/Common/CSS/Responsive768/Main.css ***********************************************/

.idalgo_show_mobile {display:none;}

/* Module/Common/CSS/Responsive768/Root.css ***********************************************/
/* || ContentFull */
.idalgo.full{
    grid-template-columns:1fr
}
.idalgo.full > .top{
    grid-column:1
}
.idalgo.full > .main{
    grid-row:2
}
.idalgo.full > .aside{
    grid-row:3;
    grid-column:1
}
.idalgo.full > .aside.middle{
    grid-row:4
}
.idalgo.full > .aside.bottom{
    grid-row:5
}

/* Module/Pattern/CSS/Responsive768/H1.css ************************************************/
h1.h1_idalgo{margin-top:0;margin-bottom:0}
h1.h1_idalgo span.h1_idalgo_title{margin:0 50px}

/* Module/Pattern/CSS/Responsive768/CompetitionIdentity.css *******************************/
/** first column **/
div.div_idalgo_content_competition_identity_logo{width:80px;text-align:center}
div.div_idalgo_content_competition_identity_logo img.img_idalgo_content_competition_identity_logo_competition{width:70px}

/** second column **/
div.div_idalgo_content_competition_identity_content[data-logo="0"] div.div_idalgo_content_competition_identity_info ul,
div.div_idalgo_content_competition_identity_info ul{margin-right:5px;margin-left:85px}

/** third column **/
div.div_idalgo_content_competition_identity_content div.div_idalgo_content_competition_identity_image
{left:0;top:80px;width:80px;text-align:center}
div.div_idalgo_content_competition_identity_content div.div_idalgo_content_competition_identity_image img{width:60px}
div.div_idalgo_content_competition_identity_content[data-logo="0"] div.div_idalgo_content_competition_identity_image
{top:20px}


    }

/* Customer/Rtbf/Sport/Common/CSS/Responsive480.css ***************************************/
@media only screen and (max-width: 480px){
    /* Module/Common/CSS/Responsive480/Main.css ***********************************************/

.idalgo_hide_mobile {display:none;}

/* Module/Common/CSS/Responsive480/MainDomTitle.css ***************************************/

/** TITRE 1 **/
h2.idalgo_title1{padding-right:50px;font-size:0.875em}

/* Module/Pattern/CSS/Responsive480/H1.css ************************************************/
h1.h1_idalgo{
    margin:5px 0;
    text-indent:40px
}
h1.h1_idalgo span.h1_idalgo_title{
    font-size:0.75em;
    line-height:30px;
    margin:0 5px;
    white-space:normal;
}

/* Module/Pattern/CSS/Responsive480/CompetitionIdentity.css *******************************/
/** second column **/
div.div_idalgo_content_competition_identity_info ul li{padding:5px 0px}

div.div_idalgo_content_competition_identity_info ul li span.span_idalgo_content_competition_identity_info_label
{float:none;width:auto}

div.div_idalgo_content_competition_identity_info ul li div.div_idalgo_content_competition_identity_info_inner
{overflow:visible}

span.span_idalgo_content_competition_identity_info_inner{display:block;position:absolute;right:15px;margin-top:-17px}

/* Module/Pattern/CSS/Responsive480/CompetitionHistory.css ********************************/
/* || line */
div.div_idalgo_content_competition_history > div > ul > li{
    padding-left:0
}
/* || season */
div.div_idalgo_content_competition_history > div > ul > li > span.season{
    position:relative;
    margin-top:10px;
    top:0;
    left:0;
    width:100%
}
/* || logo */
div.div_idalgo_content_competition_history > div > ul > li > div.logo{
    padding:10px;
    top:50px;
    right:10%
}
div.div_idalgo_content_competition_history > div > ul > li > div.logo > img{
    width:50px
}
/* || winner */
div.div_idalgo_content_competition_history > div > ul > li > div.winner{
    width:100%;
    padding-bottom:40px;
    margin:20px 0 10px 0;
    padding-left:10%
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > img{
    vertical-align:middle
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > span.name{
    font-size:1em
}
/* || infos */
div.div_idalgo_content_competition_history > div > ul > li > div.info.final{
    width:inherit;
}
div.div_idalgo_content_competition_history > div > ul > li > div.info{
    margin:0 5px
}
/* || link */
div.div_idalgo_content_competition_history > div > ul > li > a{
    width:calc(100% - 10px);
    margin:20px 5px 0 5px
}
div.div_idalgo_content_competition_history > div > ul > li > a > span{
    display:inherit
}



    /** Match Center **/
    div.div_idalgo_content_match_center li.li_idalgo_navigation_dynamic_2_1 {width: 100%!important;}
    div.div_idalgo_content_match_center li.li_idalgo_navigation_dynamic_2_2 {display:none}
    /*div.div_idalgo_content_match_center li.li_idalgo_navigation_dynamic_2_2 {width: 100%}*/

}