/* 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/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/MainDomTable.css *****************************************************/

.div_idalgo_widget table,
.div_idalgo_container table{
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0px;
    width:100%;
}
div.div_idalgo_container table tbody tr:hover,
div.div_idalgo_container table tbody tr.hover{
    background-color: #fdc300;
}
.table_idalgo_content_simple tbody{
    border-top:1px solid #949494;
}

.table_idalgo_content_simple thead{
    border-top:0 none;
}

/** Tableau avec affichage de fond une fois sur deux **/
table.table_idalgo_content_alternate{
    border-collapse:separate;
}
table.table_idalgo_content_alternate tbody{
    border-collapse:separate;
}
table.table_idalgo_content_alternate thead tr{
    height:30px;
    text-align:center;
}
table.table_idalgo_content_alternate tbody tr{
    height:30px;
    line-height:30px;
    text-align:center;
}
table.table_idalgo_content_alternate tbody tr:nth-child(odd){
    height:28px;
    line-height:28px;
    background-color: #f5f5f5;
}
table.table_idalgo_content_alternate tbody tr td{
    border:none;
    padding:0;
    margin:0;
}
table.table_idalgo_content_alternate tbody tr:nth-child(odd) td{
    border-width:1px 0 1px 0;
    border-style:solid;
    border-color:#d4d4d4;
}

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

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

/* Module/Cycling/CSS/StepStanding.css ****************************************************/

/* Element g&eacute;n&eacute;rique au classement */
span.span_idalgo_content_cycling_content_num_shirt {border:1px solid #f5f5f5;color:#636363;font-size:0.8em;margin:2px;text-align:center;display:inline-block;width:20px;height:10px;line-height:10px;background-color:white}
div.div_idalgo_content_cycling_standing {position:relative;clear:both;margin-top:20px;width:auto}

/* HEADER DES TABLEAUX DE CLASSEMENT */
div.div_idalgo_content_cycling_standing_content_top,
div.div_idalgo_content_cycling_standing_content_top,
a.a_idalgo_content_cycling_standing_content_top {display:block;clear:both;}
p.p_idalgo_content_cycling_standing_content_top_col {display:block;float:left;margin:0;padding:0;text-align:center;}
p.p_idalgo_content_cycling_standing_content_top_col1 {width:5%;text-align:right;}
p.p_idalgo_content_cycling_standing_content_top_col2 {width:22%;}
p.p_idalgo_content_cycling_standing_content_top_col3 {width:7%;font-size:0.6875em;}
p.p_idalgo_content_cycling_standing_content_top_col4 {width:48%;text-align:left;}
p.p_idalgo_content_cycling_standing_content_top_col5 {width:17%;}

p.p_idalgo_content_cycling_standing_content_top_col span {display:block;}

/* Col1 */
span.span_idalgo_content_cycling_standing_content_top_num_position {font-weight:bold;font-size:1.5em;}

/* Col2 */
img.img_idalgo_content_cycling_standing_content_top_picture {}

/* Col3 */
img.img_idalgo_content_cycling_standing_content_top_country {}

/* Col4 */
span.span_idalgo_content_cycling_standing_content_top_name {font-weight:bold;font-size:1.3em;line-height:0.8em;}
span.span_idalgo_content_cycling_standing_content_top_team {font-size:1em;line-height:1.3em;}
span.span_idalgo_content_cycling_standing_content_top_num_time_from_start {font-size:1em;color:#949494;line-height:1.3em;}
span.span_idalgo_content_cycling_standing_content_top_num_point_winner {font-size:1.5em;color:#003D60;line-height:1.3em;}

/* Col5 */
img.img_idalgo_content_cycling_standing_content_top_shirt {margin-top:70px;}

/* PRESENTATION DES TABLEAUS DE CLASSEMENT */
span.span_idalgo_content_cycling_standing_position {text-align:center;}
table.table_idalgo_content_cycling_standing {position:relative;font-size:0.6875em;width:100%}
table.table_idalgo_content_cycling_standing tr{position:relative}
table.table_idalgo_content_cycling_standing th.th_idalgo_content_cycling_standing_name,
table.table_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_name {text-align:left;font-weight:bold;padding-left:5px;}
table.table_idalgo_content_cycling_standing th.th_idalgo_content_cycling_standing_shirt,
table.table_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_shirt {text-align:center}
table.table_idalgo_content_cycling_standing th.th_idalgo_content_cycling_standing_team,
table.table_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_team {text-align:left;}
table.table_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_team {text-transform:uppercase;}
table.table_idalgo_content_cycling_standing th.th_idalgo_content_cycling_standing_unit,
table.table_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_unit {text-align:right;padding-right:5px !important;font-weight:bold;white-space:nowrap}

td.td_idalgo_content_cycling_standing_shirt img {display:block;position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-30px}
div.div_idalgo_content_cycling_standing_shirt{display:block;position:relative}

span.span_idalgo_content_cycling_standing_empty{position:relative;display:flex;padding:10%;text-align:center;color:#d4d4d4}

/* 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/Cycling/CSS/TeamListFreize.css **************************************************/
.div_idalgo_content_cycling_list_frieze{
    position:relative;
    clear:both;
}

.div_idalgo_content_cycling_list_frieze img{
    display :block;
    border:none;
}

div.div_idalgo_content_cycling_list_frieze ul{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    height:56px;
    overflow:hidden;
    margin-bottom:25px;
}

.div_idalgo_content_cycling_list_frieze li{
    position:relative;
    display:flex;
    flex:0 1 32px;
    margin:0 1px
}

.div_idalgo_content_cycling_list_frieze a{
    position:relative;
    display:flex;
    flex-direction:column;
    text-align:center;
    color:#333333;
    font-size:0.7em;
}
.div_idalgo_content_cycling_list_frieze img{
    width:100%
}

.div_idalgo_content_cycling_list_frieze span{
    font-family:arial;
}

/* Module/Cycling/CSS/StandingFilter.css **************************************************/

div.div_idalgo_content_cycling_result_filter {
    margin:15px 0;
}

ul.ul_idalgo_content_cycling_result_filter_title {
    position:relative;
    display:block;
    height:37px;
}
ul.ul_idalgo_content_cycling_result_filter_title:after{
    content:'';
    position:relative;
    display:block;
    clear:both;
}

li.li_idalgo_content_cycling_result_filter_title {
    display:block;
    float:left;
    width: 43%;
    text-align: center;
    margin: 0 2%;
    padding: 8px 5px;
    color:#949494;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    font-size: 0.8em;
    border-bottom: 1px solid #d4d4d4;
}

li.li_idalgo_content_cycling_result_filter_title span {display:block;position:absolute;top:16px;right: 10px}

li.li_idalgo_content_cycling_result_filter_title_close {
    border-bottom-color: transparent;
}

li.li_idalgo_content_cycling_result_filter_title_open {
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    border-bottom: none;
    color:#003D60;
}

li.li_idalgo_content_cycling_result_filter_title_close span.idalgo_title1_icon_hide,
li.li_idalgo_content_cycling_result_filter_title_open span.idalgo_title1_icon_show {
    display:block;
}

div.div_idalgo_content_cycling_result_filter_content {
    position:relative;
    display:block;
    z-index: 100;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding:1px;
    margin:0;
}


div.div_idalgo_content_cycling_result_filter_content_country ul.ul_idalgo_content_cycling_result_filter_content_country,
div.div_idalgo_content_cycling_result_filter_content_team ul.ul_idalgo_content_cycling_result_filter_content_team {
    display:block;
}

ul.ul_idalgo_content_cycling_result_filter_content {
    position:relative;
    display:none;
    background-color: #f5f5f5;
}
li.li_idalgo_content_cycling_result_filter_content {
    position:relative;
    display: block;
    float:left;
    width: 25%;
    height:30px;
    line-height:30px;
    font-size: 0.7em;
    padding:0;
    text-indent:10px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

li.li_idalgo_content_cycling_result_filter_content_selected {
    color:#003D60;
}

li.li_idalgo_content_cycling_result_filter_content:hover {
    color:#00507d;
    cursor: pointer;
    text-decoration: underline;
}

.idalgo_content_display_none,
div.div_idalgo_content_cycling_standing_content_top.idalgo_content_display_none {display: none;}

/* Module/Pattern/CSS/Standing.css ********************************************************/
div.div_idalgo_content_standing{position:relative;}
div.div_idalgo_content_standing_content{
    padding-bottom:1px;
    position:relative;
    z-index:0;
}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li {width:24%;}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li:first-child {margin-left:2%;}
div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab > li > a {
    height:25px;
    line-height:27px;
    text-overflow: ellipsis;
}

div.div_idalgo_content_standing_content ul.ul_idalgo_nav_tab_standing_group > li > a {
    height:20px;
    line-height:20px;
    text-overflow: ellipsis;
    white-space:nowrap
}

ul.ul_idalgo_content_standing{position:relative;display:block;padding:0}
li.li_idalgo_content_standing{
    position:relative;display:block;
    width:100%;height:2.5em;line-height:2.5em;
    border-bottom:1px solid #d4d4d4
}
li.li_idalgo_content_standing:last-child{border-bottom-width:0}
li.li_idalgo_content_standing:nth-child(even){background-color:#f5f5f5}
li.li_idalgo_content_standing:hover,
li.li_idalgo_content_standing.idalgo_team_hover{background-color:#fdc300}
li.li_idalgo_content_standing_head:hover{background-color:transparent}

div.div_idalgo_content_standing_line{
    position:relative;display:block;
    height:100%;left:0;
    margin-right:475px;
}

div.div_idalgo_content_standing_line>span,
div.div_idalgo_content_standing_line>div{position:absolute;display:block;top:0;height:100%;text-align:center;font-size:0.75em;font-weight:bold}
li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line>span{font-size:0.6875em;color:#333333}

    span.span_idalgo_content_standing_win_txt,
    span.span_idalgo_content_standing_draw_txt,
    span.span_idalgo_content_standing_lost_txt {
        position:absolute;display:block;
        top:50%;margin-top:-10px;
        left:50%;margin-left:-10px;
        width: 20px;height: 20px;
        line-height: 20px;
        color: #ffffff;
    }

    span.span_idalgo_content_standing_win_txt{background-color: #4db103}
    span.span_idalgo_content_standing_draw_txt{background-color: #ffc90e}
    span.span_idalgo_content_standing_lost_txt{background-color: #bd362f}

    span.span_idalgo_content_standing_position{left:0;width:30px;color:#949494}
    div.div_idalgo_content_standing_pos{left:30px;width:10px;}
    span.span_idalgo_content_standing_logo{left:40px;width:30px}
        a.a_idalgo_content_standing_logo{position:relative;display:block;width:100%;height:100%;text-align:center}
            img.img_idalgo_content_standing_logo{
                position:absolute;display:block;
                width:20px;height:20px;
                top:50%;margin-top:-10px;
                left:50%;margin-left: -10px;
            }
div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{
        width:100%;
        left:70px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight:normal
    }
a.a_idalgo_content_standing_name + span{margin-left:5px;padding:3px}
div.div_idalgo_content_standing_name[data-prefered="1"] a.a_idalgo_content_standing_name{color:#00507d}

    span.span_idalgo_content_standing_points,
    span.span_idalgo_content_standing_percent{left:70px;margin-left:100%;width:35px;color:#003D60}
    span.span_idalgo_content_standing_played{left:105px;margin-left:100%;width:30px}

    span.span_idalgo_content_standing_win{left:135px;margin-left:100%;width:30px}
    span.span_idalgo_content_standing_draw{left:165px;margin-left:100%;width:30px}
    span.span_idalgo_content_standing_lost{left:195px;margin-left:100%;width:30px}
    span.span_idalgo_content_standing_for{left:225px;margin-left:100%;width:45px}
    span.span_idalgo_content_standing_against{left:270px;margin-left:100%;width:45px}
    span.span_idalgo_content_standing_dif{left:315px;margin-left:100%;width:40px}
    span.span_idalgo_content_standing_form{left:355px;margin-left:100%;width:80px}
    span.span_idalgo_content_standing_next_global{left:445px;margin-left:100%;width:30px}
div.div_idalgo_content_standing_line span.span_idalgo_content_standing_last_global{display:none}

span.span_idalgo_content_standing_next {
    position: absolute;display:block;
    background-color:#ffffff;
    width:20px;height:20px;
    top:50%;margin-top:-10px;
    left:50%;margin-left:-10px;
    line-height:20px;
    border:1px solid #d4d4d4;
    text-align:center;
    border-radius:50%;
}


/* GESTION DES COULEURS */
div.div_idalgo_content_standing_pos_1,
div.div_idalgo_content_standing_pos_2,
div.div_idalgo_content_standing_pos_3,
div.div_idalgo_content_standing_pos_4{
    background-color:#00507d;
}
div.div_idalgo_content_standing_pos_10,
div.div_idalgo_content_standing_pos_9{
    background-color:#333333;
}
ul.ul_idalgo_content_standing div.div_idalgo_content_standing_pos div.div_idalgo_content_standing_pos_background{
    height:100%;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    top: 0;
}
div.div_idalgo_content_standing_pos_2 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.5;
       -moz-opacity:0.5;
         -o-opacity:0.5;
            opacity:0.5;
    filter:alpha(opacity=50);
}
div.div_idalgo_content_standing_pos_3 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.7;
       -moz-opacity:0.7;
         -o-opacity:0.7;
            opacity:0.7;
    filter:alpha(opacity=70);
}
div.div_idalgo_content_standing_pos_4 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.9;
       -moz-opacity:0.9;
         -o-opacity:0.9;
            opacity:0.9;
    filter:alpha(opacity=90);
}
div.div_idalgo_content_standing_pos_9 div.div_idalgo_content_standing_pos_background{
    background-color:#ffffff;
    -webkit-opacity:0.6;
       -moz-opacity:0.6;
         -o-opacity:0.6;
            opacity:0.6;
    filter:alpha(opacity=60);
}

/** Etat de forme synt&eacute;tique **/
div.div_idalgo_content_standing_form_detail div,
div.div_idalgo_content_standing_form_detail span{position: relative}
span.span_idalgo_content_standing_next,
div.div_idalgo_content_standing_form,
span.span_idalgo_content_standing_last {cursor:pointer;}

div.div_idalgo_content_standing_form{top:50%;margin-top:-10px}
span.span_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic {
    display:block;
    position:relative;
    padding: 6px;
    height: 8px;
    width: 60px;
    z-index: 10;
    margin:0 auto;
    box-sizing:content-box
}

span.span_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic li { display:block;float:left;width:5px;height:5px;margin-left: 5px;margin-right: 1px;}
span.span_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic li a {display:block;float:left;width:5px;height:5px;padding:0;clear:none;border:none;border-radius:50%}

li.li_idalgo_content_standing_line_selected span.span_idalgo_content_standing_next{
    border: 2px solid #003D60;
}

/** Etat de forme d&eacute;taill&eacute; */
div.div_idalgo_content_standing_form_detail {
    position:absolute;display:block;
    right:0;top:28px;
    width:290px;
    z-index: 100;
}
ul.ul_idalgo_content_standing_form_detail {
    display:block;
    position: relative;
    border: 1px solid #d4d4d4;
    border-top: 2px solid #003D60;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #d4d4d4;
}

ul.ul_idalgo_content_standing_form_detail li {
    display:block;
    position: relative;
    width:100%;height:25px;
    line-height:25px;
    border-bottom: 1px solid #d4d4d4;
    clear:both;
    cursor: pointer;
}

ul.ul_idalgo_content_standing_form_detail li span {
    float:left;
    display:block;
    font-weight: normal;
    font-size: 0.75em;
}

span.span_idalgo_content_standing_form_detail_status {
    width:5px;
    height:5px;
    border-radius:50%;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    border:0 none;
    left:0
}
span.span_idalgo_content_standing_form_detail_status.button_idalgo_status_other {
    border:1px solid #d4d4d4;
}

span.span_idalgo_content_standing_form_detail_day {
    width:10%;
}

ul.ul_idalgo_content_standing_form_detail li span.span_idalgo_content_standing_form_detail_score {
    width:20%;
    font-weight: bold;
    text-align: center;
}

span.span_idalgo_content_standing_form_detail_teams {
    width:60%;
    text-align: left;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden
}

ul.ul_idalgo_content_standing_form_detail li.li_idalgo_content_standing_to_come_title span {
    font-weight:bold;
    text-align: left;
    text-indent: 22px;
}

/* CONFERENCES (MLS) */
div.div_idalgo_content_standing[data-conference] li.li_idalgo_content_standing{
    display:none;background-color:transparent}

div.div_idalgo_content_standing[data-conference] li.li_idalgo_content_standing_head,
div.div_idalgo_content_standing[data-conference="1"] li.li_idalgo_content_standing[data-conference="1"],
div.div_idalgo_content_standing[data-conference="2"] li.li_idalgo_content_standing[data-conference="2"]{
    display:block}

div.div_idalgo_content_standing ul.ul_idalgo_nav{display:block;margin-bottom:20px}


span.span_idalgo_content_standing_current {
    color:#ffffff;padding:0 5px;margin-left:5px}

/* Liste team (frize) */
div.div_idalgo_content_standing ul.ul_idalgo_content_standing_group_list_team{
    position:relative;
    display:block;
    height:2em;
    text-align:right;
    padding:0 10px 10px 0;
    overflow:visible;
    margin-top: 60px;
}
div.div_idalgo_content_standing li.li_idalgo_content_standing_group_list_team{
    position:relative;
    display:block;
    float:left;
    line-height:2em;
    text-align:center;
    white-space:nowrap;
    overflow: visible;
    font-size: 0.8em;
    height:4em
}
div.div_idalgo_content_standing ul.ul_idalgo_content_standing_group_list_team_small li.li_idalgo_content_standing_group_list_team{
    width:15%;
}

div.div_idalgo_content_standing a.a_idalgo_content_standing_group_list_team{
    position:relative;
    line-height:1em;
    padding-left:25px;
    vertical-align:middle;
    padding: 0;
    display: block;
    padding-top: 10px;
    white-space: normal;
}

div.div_idalgo_content_standing img.img_idalgo_content_standing_group_list_team{
    position:absolute;
    top: -42px;
    left: 0;
    right: 0;
    height:40px;
    margin: auto;
}

/* 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/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
}

/* 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){
    
}

/* 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/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/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
}


    }

/* 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/Cycling/CSS/Responsive480/StepStanding.css **************************************/

div.div_idalgo_content_cycling_standing{margin-left:0;margin-right:0}

/** Photo des cyclistes **/
div.div_idalgo_content_cycling_standing img.img_idalgo_content_cycling_standing_content_top_picture{width:60px}
div.div_idalgo_content_cycling_standing p.p_idalgo_content_cycling_standing_content_top_col{font-size:0.8em}
div.div_idalgo_content_cycling_standing img.img_idalgo_content_cycling_standing_content_top_shirt{margin-top:0}

div.div_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_name{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
div.div_idalgo_content_cycling_standing td.td_idalgo_content_cycling_standing_team{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

span.span_idalgo_content_cycling_standing_name{display:none}
div.div_idalgo_container span.span_idalgo_content_cycling_standing_name_short{display:inline}

th.th_idalgo_content_cycling_standing_shirt span.span_idalgo_content_cycling_standing_shirt{display:none}

/* 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/Cycling/CSS/Responsive480/TeamListFreize.css ************************************/

div.div_idalgo_content_cycling_list_frieze {display:none}

/* Module/Cycling/CSS/Responsive480/StandingFilter.css ************************************/

div.div_idalgo_content_cycling_result_filter{margin-left:5px;margin-right:5px}

ul.ul_idalgo_content_cycling_result_filter_title li:FIRST-CHILD {float:left}
ul.ul_idalgo_content_cycling_result_filter_title li:FIRST-CHILD + li {float:right}

li.li_idalgo_content_cycling_result_filter_title {
    width:35%;
    margin:0;
    padding:0 30px 0 0;
    height:2em;line-height:2em;
    text-align:left;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    text-indent:10px;
}

li.li_idalgo_content_cycling_result_filter_title span{
    right:0;
    top:12px;
}

li.li_idalgo_content_cycling_result_filter_content {width: 50%;text-align:center}

/* Module/Pattern/CSS/Responsive480/Standing.css ******************************************/
div.div_idalgo_content_standing_content_content{position:relative;display:block}
div.div_idalgo_content_standing_content_content_standing{position:relative}

div.div_idalgo_content_standing_line{margin-right:115px}

    span.span_idalgo_content_standing_position{left:0;width:20px;color:#949494}
    div.div_idalgo_content_standing_pos{left:20px;width:8px;}
    span.span_idalgo_content_standing_logo{left:30px;width:20px}
            img.img_idalgo_content_standing_logo{
                width:15px;height:15px;
                top:50%;margin-top:-8px;
                left:50%;margin-left: -8px;
            }
div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{left:50px}

    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_points,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_percent{left:50px;width:40px}
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_played{left:90px;width:25px}

    div.div_idalgo_content_standing_line div.div_idalgo_content_standing_pos,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_win,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_draw,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_lost,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_for,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_against,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_dif,
    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_form{display:none}

    div.div_idalgo_content_standing_line span.span_idalgo_content_standing_next_global{display:none}
    span.span_idalgo_content_standing_last_global{left:175px;margin-left:100%;width:20px}
        span.span_idalgo_content_standing_last {
            position:absolute;display:block;
            top:50%;left:50%;
            width:15px;height:15px;
            margin-top:-8px;margin-left:-8px;
            background-position: center -2115px;
        }

    li.li_idalgo_content_standing_selected span.span_idalgo_content_standing_last{background-position: center -2674px}

/* List Team (frize) */
ul.ul_idalgo_content_standing_group_list_team{height:1px}
ul.ul_idalgo_content_standing_group_list_team_small li.li_idalgo_content_result_group_list_team{height:1px}
a.a_idalgo_content_standing_group_list_team{color:transparent}

li.li_idalgo_content_standing_group_list_team{height:2em}



    /** 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%}*/

}